* Implemented a Fallback property
The Fallback Property will allow someone to specify a default image for a user, or will fallback to the users initials on Error
* Update +page.svelte
* Update +page.svelte
* Minor updates to the fallback doc copy
---------
Co-authored-by: endigo9740 <gundamx9740@gmail.com>
* Override tag when href is passed
* Simplify AppRailTile state when using anchor links
* Update types
* Add AppRailTile tests
* Fix types
* Open link in a new tab
* Check if selected is not undefined
* Remove unnecessary tag prop occurrences
* Reformat code
* Add AppRail test
---------
Co-authored-by: Chris Simmons <gundamx9740@gmail.com>
* Migrate headings to opt in system
* Blockquotes to opt in system
* Update code elements to opt in system
* Pre elements to opt in system
* KBD to opt in typography system
* Ins Del to opt in typography system
* Update Anchors to typography opt in system
* Prose styles updated for opt-in system
* Drop usage of unstyled class for doc typography
* Changed all let's in examples to const's
* Changed more let's to const's in examples
Changed let's to const's in the code where applicable
* Changed the naming of const d to const modal for modal settings objects throughout the app
* Minor change for consistency
---------
Co-authored-by: endigo9740 <gundamx9740@gmail.com>
- TS2769: No overload matches this call
No overload matches this call.
Overload 1 of 2, '(component: Constructor<NoirLight__SvelteComponent_>, componentOptions?: SvelteComponentOptions<NoirLight__SvelteComponent_> | undefined, renderOptions?: Omit<...> | undefined): RenderResult<...>', gave the following error.
Argument of type 'typeof Noir__SvelteComponent_' is not assignable to parameter of type 'SvelteComponentOptions<NoirLight__SvelteComponent_> | undefined'.
Type 'typeof Noir__SvelteComponent_' is not assignable to type 'Record<string, never>'.
Index signature for type 'string' is missing in type 'typeof Noir__SvelteComponent_'.
Overload 2 of 2, '(component: Constructor<NoirLight__SvelteComponent_>, componentOptions?: SvelteComponentOptions<NoirLight__SvelteComponent_> | undefined, renderOptions?: RenderOptions<...> | undefined): RenderResult<...>', gave the following error.
Argument of type 'typeof Noir__SvelteComponent_' is not assignable to parameter of type 'SvelteComponentOptions<NoirLight__SvelteComponent_> | undefined'.ts(2769)
* add onInvalid hook to input chips
* Modify to use dispatched event
* Small fix to on:invalid JSDocs
---------
Co-authored-by: Ryan Roberts <ryanr@cityhive.net>
Co-authored-by: endigo9740 <gundamx9740@gmail.com>
Adjusted the primary labels in the interactive examples to better represent the svelte fragments
Added a section depicting the slot usage to make it more clear how to pass through page data