Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte group 1 docs review #1054

Merged
merged 4 commits into from Mar 1, 2023
Merged

Svelte group 1 docs review #1054

merged 4 commits into from Mar 1, 2023

Conversation

niktek
Copy link
Contributor

@niktek niktek commented Feb 27, 2023

Contributing to:

Checklist

  • Clipboard
  • Filters
  • Focus Trap
  • Accordions
  • App Bar
  • App Rail
  • App Shell
  • Avatars
  • Conic Gradients
  • File Buttons
  • File Dropzone
  • Input Chips

@vercel
Copy link

vercel bot commented Feb 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
skeleton-docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 1, 2023 at 0:11AM (UTC)

@Sarenor
Copy link
Contributor

Sarenor commented Feb 28, 2023

You might want to decide on either space or no in Clipboard ;)
image

Focus Trap:

Apply use:focusTrap then the action value to either true or false to enable or disable focus.

then set the action value?

AppRail:

This component implements restProps. This passes all extra attributes to the component's AppRailTile element.

Should probably be AppRailTile elementS?

Apply abitrary classes (in props)

Probably the whole repo needs a Find & Replace for abitrary to arbitrary

Page State

Isn't that also handled with AppRailTile values & the selected store? I feel like we should mention that that's the default, recommended way

AppShell:

Apply abitrary classes (in props)

Probably the whole repo needs a Find & Replace for abitrary to arbitrary

FileDropzone:

Apply abitrary classes (in props)

Probably the whole repo needs a Find & Replace for abitrary to arbitrary

@Hugos68
Copy link
Contributor

Hugos68 commented Feb 28, 2023

Under the clipboard input value section it states "To copy a form input value", shouldn't this apply to all input value's and therefor just be "To copy an input value"? No clue if I'm nitpicking here but something I noticed.

@endigo9740
Copy link
Contributor

Under the clipboard input value section it states "To copy a form input value", shouldn't this apply to all input value's and therefor just be "To copy an input value"? No clue if I'm nitpicking here but something I noticed.

The intention is it copies the input that you target. So perhaps insert that term?

"To copy the target input value...."

@endigo9740
Copy link
Contributor

@niktek if all changes are current you've got my go ahead to merge!

@niktek niktek merged commit a7d269f into skeletonlabs:dev Mar 1, 2023
@niktek niktek deleted the docs/svelte-group-1-review branch March 1, 2023 00:34
@riziles
Copy link

riziles commented Mar 3, 2023

@niktek , seems to be a minor issue on https://skeleton-docs-oi8f3pcbb-skeleton-labs.vercel.app/components/app-shell -> slots -> header:

image

@riziles
Copy link

riziles commented Mar 3, 2023

... apologies if I'm looking at a stale page.

@riziles
Copy link

riziles commented Mar 3, 2023

@endigo9740
Copy link
Contributor

endigo9740 commented Mar 3, 2023

@riziles this PR has been merged, go ahead and copy this over to the main doc update thread:

You're correct though, this is the section that needs to be altered. Honestly we can just drop that link.

@riziles
Copy link

riziles commented Mar 3, 2023

moved here:

#1049 (comment)

endigo9740 added a commit that referenced this pull request Mar 10, 2023
* Quick hotpatch fixes

* fix: LightSwitch height

* fix #1008: update property `preset` to `background`

* Fix broken link

* Fix `middleware` typo in Popups docs

* Fix broken link in pull request template

* remove doctype for `ToastSettings.background`

* Doc Shell overhaul (#1006)

* LayoutPage implemented

* Blog page adjustments

* App Shell rework started

* Adjustments

* Doc Shell heading functional

* Doc Shell panels added

* Carbon ad position added

* Style adjusments

* Example styles tweaked

* Adjust page widths

* ...

* Adjust ad logic and zone code

* Enable deep linking to inner pages

* ToC header ID adjustment

* Prevent scroll page shift issue for App Shell

* Cleanup

* Fixes tiny typo (#1035)

* docs: fixed spelling of Arbitrary (#1040)

Co-authored-by: JustBarnt <justbarnt@icloud.com>

* Fixes: #1037 (#1047)

I have removed the closing tag and now it reads `<section>` insted of ~~</section>~~ in **line 77**

* Implement Preview Component (#1033)

* Preview component started

* Resizable option added

* Preview improved

* Avatars use Preview component

* Simplify Preview options, dynamic Avatar filter import

* Preview swatch drawer

* Cleanup

* Fix codeblock preview

* Previews for AppBar, AppRail, AppShell

* Small corrections

* Persist swatches drawer

* Minor improvements

* Conic gradient updated

* File button preview added

* File dropzone previe added

* Input chips preview added

* Listbox preview added

* Paginator preview added

* Progress bar preview added

* Progress radial preview added

* Radio group preview added

* Range slider preview added

* Slide toggle preview added

* Stepper preview added

* Tabs preview added

* Table component preview added

* Table of contents preview added

* Action clipboard preview added

* Action filters preview added

* Action focus trap preview added

* Svelte feature design improvements

* Improved for light mode

* Core element previews added

* Element typography previews added

* ...

* Alert preview added

* Badge preview added

* Breadcrumb preview added

* Button previews added

* Card previews added

* Chips previews added

* Form previews added

* Lists preview added

* Logo Clouds previews added

* Placeholder previews added

* Table previews added

* Gradient Heading preview added

* Drawer preview added

* Lightswitch preview added, docs adjusted

* Modal previews added

* Toast previews added

* Popups previews added, docs revised

* ...

* Variant documentation flushed out

* Dynamic example variants added

* Moved tokens variants to Docs section, regroup docs nav

* Initial Commit.

* Removed trivially inferred type declaration.

* Removed trivially inferred type from code example.

* fixed href typo to avoid 404 page

* Changed href from "/" to "/elements/lists" to avoid navigating away

* Changed href from "/" to "/elements/breadcrumbs" to avoid navigating away

* Added <a> tag to Icons example for consistency.

* Added Layout section for clarification.

A novice might not be able to determine how the sandbox example was made without this additional piece.

* Added a simple reference to the .placeholder prop since it wasn't explicitly mentioned.

* Added explicit references to all props.

* Added missing example for .table-hover prop.

* Updated sandbox codeblock to match the preview.

* allow unstyling del/ins html components (#1061)

* Stepper button type props added (#1062)

* Input chip button type fix (#1063)

* Bugfix for input group select option bg color (#1064)

* File dropzone binding fix (#1065)

* Svelte group 1 docs review (#1054)

I've done an abitrary on the files in my section - still need to do one globally across the code base (with lint/format pass), just don't want to create unnecessary merge conflicts while others have major sections checked out

* Stripped excess indentation

* Stripped excess indentation

* Excess indents and arbitrary typo

* Excess indent

* Removed extraneous 'standard'

* Indents and a->an

* Indents and typos

* Prop tweaks and indent

* Testing text change on mobile

* Update types.ts

* Docs Audit - Critical Sections (#1051)

* Initial change

* Fixed broken links in page footer

* ...

* Intro page updated

* Get Started doc updated

* Minor fix for app rail

* Readme, colors, styling docs improved

* Design token doc improved

* Updates to variant and quickstar docs

* Contributing sections improved

* Doc template updated to new format

* Fixed browser support colors

* Fixed multiple a11y mispellings

* fix: `setInitialClassState` function call (#1077)

* fix: `setInitialClassState` function call

* add back empty line removed by prettier

* ugh

* ...

* update docs

* Docs Audit - Svelte Group 2 (#1055)

* Added JSDoc label for labelledby prop in ListBox

* Docs review for remaining component pages

* Corrected ARIA link

* Removed unnecessary indent

* Nitpick fixes

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Simple redirect

* Logging stripped

* Change to a permanent redirect

* Fix code example (#1085)

Was missing an `'`

* Docs Audit - Utilities (#1071)

* Initial commit.

* Typos and grammar.

* typos: abitrary -> arbitrary

* typos and grammar

* Updated lightswitch setter import references

Credit to Sarenor for the catch 👍

* Updates lightswitch getter import reference

* typos and grammar

* typo and improved consistency

* grammar fix

Please forgive me, senpai. I don't want to nitpick but that is what Doc reviews are by nature.

The singleton refers to the unique pattern, it is not one of many singletons ( ie. a singleton of the singletons ) so it is the singleton. Also, the wiki refers to it using "the" instead of "a". I can't believe I'm using wikipedia as an appeal to authority.

* Removed empty space

* typo and removed empty space

* Describe modal widths preset classes

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Docs Update: Docs Section 1 (#1084)

* Emtpy commit to create Draft PR

* Completed rewrite of introduction except the first vision paragraph

* Rewrote introdcutionary vision paragraph with AI help.

* Updated Getting Started.

* Fixed possessive 's for Skeleton's design token system

* Checked the Colors page.

* Updated Design Tokens Page.

* Updated Theme Generator

* Modifications by Chris

---------

Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Docs Update: Docs Section 2 (#1086)

* Empty commit to start PR

* Updated Contributing Requirements.

* Updated Style-Guide.

* Updated Documentation Contribution guide.

* Updated Readme.md

---------

Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>

* General Documentation Review (#1089)

* Docs section

* SSR warning for Drawers, Modals, Toasts

* Adjusted redirect, fixed Arbitrary spelling

* Review of Elements and Component sections

* Toast text fixed

* Code block prop text fix

* Docs Audit: Tailwind - Group 1  (#1059)

* Review for March 5th Docs Audit

* Badges docs review

* Revert to (icon) convention for icon examples.

* Review

* Grammar in description conforms to other docs

* Copyediting. Links to MDN and TW docs.

* Add detail to .unstyled

* Forms docs and make prettier.

* Incorporate suggestions from @SebasF1349

* Incorporate suggestions from @SebasF1349

* Minor revisions post merge

* Homepage Redesign (#1080)

* New homepage structure in place

* Homepage scaffold continued

* Homepage partials created

* Home partial details started

* ...

* Refinement, previewer added

* Latest changes

* SvelteKit section functional

* Tailwind section functional

* Home theming functional

* Sponsors and Contributors sections ready

* Adjust details

* Responsive sizing

* Docs App Bar updated

* Improved footer design

* ...

* Home hero components

* Hero refined

* First draft of homepage text copy

* Text copy refined

* Refine details

* Theme adjustments

* Header adjust

* ...

* Search modal redesign

* ...

* Test fixes per QA

* docs/components/radio-groups/ vertical example #1089 (#1091)

* docs/components/radio-groups/ vertical example #1089

Example of vertical layout of RadioGroup

* delete leading space in sample code

@niktek Also fixed the sample I copied from.

* simplify the example to just the vertical part

* Implement unique name for group selection state

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Exported current step from Stepper for easier dynamic styling and behaviour. (#1000)

* Refactored Stepper PR to have a start property and a step event.

* Fixed start being const instead of let

---------

Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>

* Fixed issue with popup autoUpdate running more often than needed (#1106)

* ToC updates per current page tab (#1107)

* Adjust Sveld autodocs for missing props (#1108)

* Bugfix for dropzone in Firefox (#1109)

* Improve click event handler for App Rail Tile (#1110)

* Resolve Safari overflow bug for button group (#1113)

* update theme generator so no error occurs while typing in hex colors + add types (#1115)

* Bugfix for radio item generic class property (#1120)

* Fix typo in tailwind integration docs (#1121)

* Chore/responsive design audit (#1114)

* Adjust browser support grid

* Logo cloud grid breakpoints

* Minimum breakpoint audit fixes

* Homepage contributor minor adjustment

* Version bump to v1.0.0

---------

Co-authored-by: Ben Ayles <bayles@letprohelp.com>
Co-authored-by: Pragy Agarwal <agar.pragy@gmail.com>
Co-authored-by: Francis Nimick <fnimick@gmail.com>
Co-authored-by: crra <8239189+crra@users.noreply.github.com>
Co-authored-by: Brent Williams <85238383+JustBarnt@users.noreply.github.com>
Co-authored-by: JustBarnt <justbarnt@icloud.com>
Co-authored-by: Prasad Joshi <94825413+predatorprasad@users.noreply.github.com>
Co-authored-by: Logan <logan@firefly.llc>
Co-authored-by: obayemi <obayemi@ikjpz.com>
Co-authored-by: Nik <nik@niktek.io>
Co-authored-by: dirk-bester <dirk.bester@gmail.com>
Co-authored-by: Ryan Bloom <ryan.bloom109@gmail.com>
Co-authored-by: Rhys <36913739+ryceg@users.noreply.github.com>
Co-authored-by: Dominik <31982384+Sarenor@users.noreply.github.com>
Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
Co-authored-by: Allan A <allan@nocapshows.com>
Co-authored-by: Dirk Bester <3698896+dirk-bester@users.noreply.github.com>
Co-authored-by: bennymi <xbenmmusicx@gmail.com>
endigo9740 added a commit that referenced this pull request Mar 10, 2023
* Quick hotpatch fixes

* fix: LightSwitch height

* fix #1008: update property `preset` to `background`

* Fix broken link

* Fix `middleware` typo in Popups docs

* Fix broken link in pull request template

* remove doctype for `ToastSettings.background`

* Doc Shell overhaul (#1006)

* LayoutPage implemented

* Blog page adjustments

* App Shell rework started

* Adjustments

* Doc Shell heading functional

* Doc Shell panels added

* Carbon ad position added

* Style adjusments

* Example styles tweaked

* Adjust page widths

* ...

* Adjust ad logic and zone code

* Enable deep linking to inner pages

* ToC header ID adjustment

* Prevent scroll page shift issue for App Shell

* Cleanup

* Fixes tiny typo (#1035)

* docs: fixed spelling of Arbitrary (#1040)



* Fixes: #1037 (#1047)

I have removed the closing tag and now it reads `<section>` insted of ~~</section>~~ in **line 77**

* Implement Preview Component (#1033)

* Preview component started

* Resizable option added

* Preview improved

* Avatars use Preview component

* Simplify Preview options, dynamic Avatar filter import

* Preview swatch drawer

* Cleanup

* Fix codeblock preview

* Previews for AppBar, AppRail, AppShell

* Small corrections

* Persist swatches drawer

* Minor improvements

* Conic gradient updated

* File button preview added

* File dropzone previe added

* Input chips preview added

* Listbox preview added

* Paginator preview added

* Progress bar preview added

* Progress radial preview added

* Radio group preview added

* Range slider preview added

* Slide toggle preview added

* Stepper preview added

* Tabs preview added

* Table component preview added

* Table of contents preview added

* Action clipboard preview added

* Action filters preview added

* Action focus trap preview added

* Svelte feature design improvements

* Improved for light mode

* Core element previews added

* Element typography previews added

* ...

* Alert preview added

* Badge preview added

* Breadcrumb preview added

* Button previews added

* Card previews added

* Chips previews added

* Form previews added

* Lists preview added

* Logo Clouds previews added

* Placeholder previews added

* Table previews added

* Gradient Heading preview added

* Drawer preview added

* Lightswitch preview added, docs adjusted

* Modal previews added

* Toast previews added

* Popups previews added, docs revised

* ...

* Variant documentation flushed out

* Dynamic example variants added

* Moved tokens variants to Docs section, regroup docs nav

* Initial Commit.

* Removed trivially inferred type declaration.

* Removed trivially inferred type from code example.

* fixed href typo to avoid 404 page

* Changed href from "/" to "/elements/lists" to avoid navigating away

* Changed href from "/" to "/elements/breadcrumbs" to avoid navigating away

* Added <a> tag to Icons example for consistency.

* Added Layout section for clarification.

A novice might not be able to determine how the sandbox example was made without this additional piece.

* Added a simple reference to the .placeholder prop since it wasn't explicitly mentioned.

* Added explicit references to all props.

* Added missing example for .table-hover prop.

* Updated sandbox codeblock to match the preview.

* allow unstyling del/ins html components (#1061)

* Stepper button type props added (#1062)

* Input chip button type fix (#1063)

* Bugfix for input group select option bg color (#1064)

* File dropzone binding fix (#1065)

* Svelte group 1 docs review (#1054)

I've done an abitrary on the files in my section - still need to do one globally across the code base (with lint/format pass), just don't want to create unnecessary merge conflicts while others have major sections checked out

* Stripped excess indentation

* Stripped excess indentation

* Excess indents and arbitrary typo

* Excess indent

* Removed extraneous 'standard'

* Indents and a->an

* Indents and typos

* Prop tweaks and indent

* Testing text change on mobile

* Update types.ts

* Docs Audit - Critical Sections (#1051)

* Initial change

* Fixed broken links in page footer

* ...

* Intro page updated

* Get Started doc updated

* Minor fix for app rail

* Readme, colors, styling docs improved

* Design token doc improved

* Updates to variant and quickstar docs

* Contributing sections improved

* Doc template updated to new format

* Fixed browser support colors

* Fixed multiple a11y mispellings

* fix: `setInitialClassState` function call (#1077)

* fix: `setInitialClassState` function call

* add back empty line removed by prettier

* ugh

* ...

* update docs

* Docs Audit - Svelte Group 2 (#1055)

* Added JSDoc label for labelledby prop in ListBox

* Docs review for remaining component pages

* Corrected ARIA link

* Removed unnecessary indent

* Nitpick fixes

---------



* Simple redirect

* Logging stripped

* Change to a permanent redirect

* Fix code example (#1085)

Was missing an `'`

* Docs Audit - Utilities (#1071)

* Initial commit.

* Typos and grammar.

* typos: abitrary -> arbitrary

* typos and grammar

* Updated lightswitch setter import references

Credit to Sarenor for the catch 👍

* Updates lightswitch getter import reference

* typos and grammar

* typo and improved consistency

* grammar fix

Please forgive me, senpai. I don't want to nitpick but that is what Doc reviews are by nature.

The singleton refers to the unique pattern, it is not one of many singletons ( ie. a singleton of the singletons ) so it is the singleton. Also, the wiki refers to it using "the" instead of "a". I can't believe I'm using wikipedia as an appeal to authority.

* Removed empty space

* typo and removed empty space

* Describe modal widths preset classes

---------



* Docs Update: Docs Section 1 (#1084)

* Emtpy commit to create Draft PR

* Completed rewrite of introduction except the first vision paragraph

* Rewrote introdcutionary vision paragraph with AI help.

* Updated Getting Started.

* Fixed possessive 's for Skeleton's design token system

* Checked the Colors page.

* Updated Design Tokens Page.

* Updated Theme Generator

* Modifications by Chris

---------




* Docs Update: Docs Section 2 (#1086)

* Empty commit to start PR

* Updated Contributing Requirements.

* Updated Style-Guide.

* Updated Documentation Contribution guide.

* Updated Readme.md

---------



* General Documentation Review (#1089)

* Docs section

* SSR warning for Drawers, Modals, Toasts

* Adjusted redirect, fixed Arbitrary spelling

* Review of Elements and Component sections

* Toast text fixed

* Code block prop text fix

* Docs Audit: Tailwind - Group 1  (#1059)

* Review for March 5th Docs Audit

* Badges docs review

* Revert to (icon) convention for icon examples.

* Review

* Grammar in description conforms to other docs

* Copyediting. Links to MDN and TW docs.

* Add detail to .unstyled

* Forms docs and make prettier.

* Incorporate suggestions from @SebasF1349

* Incorporate suggestions from @SebasF1349

* Minor revisions post merge

* Homepage Redesign (#1080)

* New homepage structure in place

* Homepage scaffold continued

* Homepage partials created

* Home partial details started

* ...

* Refinement, previewer added

* Latest changes

* SvelteKit section functional

* Tailwind section functional

* Home theming functional

* Sponsors and Contributors sections ready

* Adjust details

* Responsive sizing

* Docs App Bar updated

* Improved footer design

* ...

* Home hero components

* Hero refined

* First draft of homepage text copy

* Text copy refined

* Refine details

* Theme adjustments

* Header adjust

* ...

* Search modal redesign

* ...

* Test fixes per QA

* docs/components/radio-groups/ vertical example #1089 (#1091)

* docs/components/radio-groups/ vertical example #1089

Example of vertical layout of RadioGroup

* delete leading space in sample code

@niktek Also fixed the sample I copied from.

* simplify the example to just the vertical part

* Implement unique name for group selection state

---------



* Exported current step from Stepper for easier dynamic styling and behaviour. (#1000)

* Refactored Stepper PR to have a start property and a step event.

* Fixed start being const instead of let

---------



* Fixed issue with popup autoUpdate running more often than needed (#1106)

* ToC updates per current page tab (#1107)

* Adjust Sveld autodocs for missing props (#1108)

* Bugfix for dropzone in Firefox (#1109)

* Improve click event handler for App Rail Tile (#1110)

* Resolve Safari overflow bug for button group (#1113)

* update theme generator so no error occurs while typing in hex colors + add types (#1115)

* Bugfix for radio item generic class property (#1120)

* Fix typo in tailwind integration docs (#1121)

* Chore/responsive design audit (#1114)

* Adjust browser support grid

* Logo cloud grid breakpoints

* Minimum breakpoint audit fixes

* Homepage contributor minor adjustment

* Version bump to v1.0.0

---------

Co-authored-by: Ben Ayles <bayles@letprohelp.com>
Co-authored-by: Pragy Agarwal <agar.pragy@gmail.com>
Co-authored-by: Francis Nimick <fnimick@gmail.com>
Co-authored-by: crra <8239189+crra@users.noreply.github.com>
Co-authored-by: Brent Williams <85238383+JustBarnt@users.noreply.github.com>
Co-authored-by: JustBarnt <justbarnt@icloud.com>
Co-authored-by: Prasad Joshi <94825413+predatorprasad@users.noreply.github.com>
Co-authored-by: Logan <logan@firefly.llc>
Co-authored-by: obayemi <obayemi@ikjpz.com>
Co-authored-by: Nik <nik@niktek.io>
Co-authored-by: dirk-bester <dirk.bester@gmail.com>
Co-authored-by: Ryan Bloom <ryan.bloom109@gmail.com>
Co-authored-by: Rhys <36913739+ryceg@users.noreply.github.com>
Co-authored-by: Dominik <31982384+Sarenor@users.noreply.github.com>
Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
Co-authored-by: Allan A <allan@nocapshows.com>
Co-authored-by: Dirk Bester <3698896+dirk-bester@users.noreply.github.com>
Co-authored-by: bennymi <xbenmmusicx@gmail.com>
endigo9740 added a commit that referenced this pull request Mar 10, 2023
* fix: LightSwitch height

* fix #1008: update property `preset` to `background`

* Fix broken link

* Fix `middleware` typo in Popups docs

* Fix broken link in pull request template

* remove doctype for `ToastSettings.background`

* Doc Shell overhaul (#1006)

* LayoutPage implemented

* Blog page adjustments

* App Shell rework started

* Adjustments

* Doc Shell heading functional

* Doc Shell panels added

* Carbon ad position added

* Style adjusments

* Example styles tweaked

* Adjust page widths

* ...

* Adjust ad logic and zone code

* Enable deep linking to inner pages

* ToC header ID adjustment

* Prevent scroll page shift issue for App Shell

* Cleanup

* Fixes tiny typo (#1035)

* docs: fixed spelling of Arbitrary (#1040)

Co-authored-by: JustBarnt <justbarnt@icloud.com>

* Fixes: #1037 (#1047)

I have removed the closing tag and now it reads `<section>` insted of ~~</section>~~ in **line 77**

* Implement Preview Component (#1033)

* Preview component started

* Resizable option added

* Preview improved

* Avatars use Preview component

* Simplify Preview options, dynamic Avatar filter import

* Preview swatch drawer

* Cleanup

* Fix codeblock preview

* Previews for AppBar, AppRail, AppShell

* Small corrections

* Persist swatches drawer

* Minor improvements

* Conic gradient updated

* File button preview added

* File dropzone previe added

* Input chips preview added

* Listbox preview added

* Paginator preview added

* Progress bar preview added

* Progress radial preview added

* Radio group preview added

* Range slider preview added

* Slide toggle preview added

* Stepper preview added

* Tabs preview added

* Table component preview added

* Table of contents preview added

* Action clipboard preview added

* Action filters preview added

* Action focus trap preview added

* Svelte feature design improvements

* Improved for light mode

* Core element previews added

* Element typography previews added

* ...

* Alert preview added

* Badge preview added

* Breadcrumb preview added

* Button previews added

* Card previews added

* Chips previews added

* Form previews added

* Lists preview added

* Logo Clouds previews added

* Placeholder previews added

* Table previews added

* Gradient Heading preview added

* Drawer preview added

* Lightswitch preview added, docs adjusted

* Modal previews added

* Toast previews added

* Popups previews added, docs revised

* ...

* Variant documentation flushed out

* Dynamic example variants added

* Moved tokens variants to Docs section, regroup docs nav

* Initial Commit.

* Removed trivially inferred type declaration.

* Removed trivially inferred type from code example.

* fixed href typo to avoid 404 page

* Changed href from "/" to "/elements/lists" to avoid navigating away

* Changed href from "/" to "/elements/breadcrumbs" to avoid navigating away

* Added <a> tag to Icons example for consistency.

* Added Layout section for clarification.

A novice might not be able to determine how the sandbox example was made without this additional piece.

* Added a simple reference to the .placeholder prop since it wasn't explicitly mentioned.

* Added explicit references to all props.

* Added missing example for .table-hover prop.

* Updated sandbox codeblock to match the preview.

* allow unstyling del/ins html components (#1061)

* Stepper button type props added (#1062)

* Input chip button type fix (#1063)

* Bugfix for input group select option bg color (#1064)

* File dropzone binding fix (#1065)

* Svelte group 1 docs review (#1054)

I've done an abitrary on the files in my section - still need to do one globally across the code base (with lint/format pass), just don't want to create unnecessary merge conflicts while others have major sections checked out

* Stripped excess indentation

* Stripped excess indentation

* Excess indents and arbitrary typo

* Excess indent

* Removed extraneous 'standard'

* Indents and a->an

* Indents and typos

* Prop tweaks and indent

* Testing text change on mobile

* Update types.ts

* Docs Audit - Critical Sections (#1051)

* Initial change

* Fixed broken links in page footer

* ...

* Intro page updated

* Get Started doc updated

* Minor fix for app rail

* Readme, colors, styling docs improved

* Design token doc improved

* Updates to variant and quickstar docs

* Contributing sections improved

* Doc template updated to new format

* Fixed browser support colors

* Fixed multiple a11y mispellings

* fix: `setInitialClassState` function call (#1077)

* fix: `setInitialClassState` function call

* add back empty line removed by prettier

* ugh

* ...

* update docs

* Docs Audit - Svelte Group 2 (#1055)

* Added JSDoc label for labelledby prop in ListBox

* Docs review for remaining component pages

* Corrected ARIA link

* Removed unnecessary indent

* Nitpick fixes

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Simple redirect

* Logging stripped

* Change to a permanent redirect

* Fix code example (#1085)

Was missing an `'`

* Docs Audit - Utilities (#1071)

* Initial commit.

* Typos and grammar.

* typos: abitrary -> arbitrary

* typos and grammar

* Updated lightswitch setter import references

Credit to Sarenor for the catch 👍

* Updates lightswitch getter import reference

* typos and grammar

* typo and improved consistency

* grammar fix

Please forgive me, senpai. I don't want to nitpick but that is what Doc reviews are by nature.

The singleton refers to the unique pattern, it is not one of many singletons ( ie. a singleton of the singletons ) so it is the singleton. Also, the wiki refers to it using "the" instead of "a". I can't believe I'm using wikipedia as an appeal to authority.

* Removed empty space

* typo and removed empty space

* Describe modal widths preset classes

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Docs Update: Docs Section 1 (#1084)

* Emtpy commit to create Draft PR

* Completed rewrite of introduction except the first vision paragraph

* Rewrote introdcutionary vision paragraph with AI help.

* Updated Getting Started.

* Fixed possessive 's for Skeleton's design token system

* Checked the Colors page.

* Updated Design Tokens Page.

* Updated Theme Generator

* Modifications by Chris

---------

Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Docs Update: Docs Section 2 (#1086)

* Empty commit to start PR

* Updated Contributing Requirements.

* Updated Style-Guide.

* Updated Documentation Contribution guide.

* Updated Readme.md

---------

Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>

* General Documentation Review (#1089)

* Docs section

* SSR warning for Drawers, Modals, Toasts

* Adjusted redirect, fixed Arbitrary spelling

* Review of Elements and Component sections

* Toast text fixed

* Code block prop text fix

* Docs Audit: Tailwind - Group 1  (#1059)

* Review for March 5th Docs Audit

* Badges docs review

* Revert to (icon) convention for icon examples.

* Review

* Grammar in description conforms to other docs

* Copyediting. Links to MDN and TW docs.

* Add detail to .unstyled

* Forms docs and make prettier.

* Incorporate suggestions from @SebasF1349

* Incorporate suggestions from @SebasF1349

* Minor revisions post merge

* Homepage Redesign (#1080)

* New homepage structure in place

* Homepage scaffold continued

* Homepage partials created

* Home partial details started

* ...

* Refinement, previewer added

* Latest changes

* SvelteKit section functional

* Tailwind section functional

* Home theming functional

* Sponsors and Contributors sections ready

* Adjust details

* Responsive sizing

* Docs App Bar updated

* Improved footer design

* ...

* Home hero components

* Hero refined

* First draft of homepage text copy

* Text copy refined

* Refine details

* Theme adjustments

* Header adjust

* ...

* Search modal redesign

* ...

* Test fixes per QA

* docs/components/radio-groups/ vertical example #1089 (#1091)

* docs/components/radio-groups/ vertical example #1089

Example of vertical layout of RadioGroup

* delete leading space in sample code

@niktek Also fixed the sample I copied from.

* simplify the example to just the vertical part

* Implement unique name for group selection state

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Exported current step from Stepper for easier dynamic styling and behaviour. (#1000)

* Refactored Stepper PR to have a start property and a step event.

* Fixed start being const instead of let

---------

Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>

* Fixed issue with popup autoUpdate running more often than needed (#1106)

* ToC updates per current page tab (#1107)

* Adjust Sveld autodocs for missing props (#1108)

* Bugfix for dropzone in Firefox (#1109)

* Improve click event handler for App Rail Tile (#1110)

* Resolve Safari overflow bug for button group (#1113)

* update theme generator so no error occurs while typing in hex colors + add types (#1115)

* Bugfix for radio item generic class property (#1120)

* Fix typo in tailwind integration docs (#1121)

* Chore/responsive design audit (#1114)

* Adjust browser support grid

* Logo cloud grid breakpoints

* Minimum breakpoint audit fixes

* Homepage contributor minor adjustment

* Version bump to v1.0.0

* Merged for v1.0.0 (#1126) (#1127)

* Quick hotpatch fixes

* fix: LightSwitch height

* fix #1008: update property `preset` to `background`

* Fix broken link

* Fix `middleware` typo in Popups docs

* Fix broken link in pull request template

* remove doctype for `ToastSettings.background`

* Doc Shell overhaul (#1006)

* LayoutPage implemented

* Blog page adjustments

* App Shell rework started

* Adjustments

* Doc Shell heading functional

* Doc Shell panels added

* Carbon ad position added

* Style adjusments

* Example styles tweaked

* Adjust page widths

* ...

* Adjust ad logic and zone code

* Enable deep linking to inner pages

* ToC header ID adjustment

* Prevent scroll page shift issue for App Shell

* Cleanup

* Fixes tiny typo (#1035)

* docs: fixed spelling of Arbitrary (#1040)



* Fixes: #1037 (#1047)

I have removed the closing tag and now it reads `<section>` insted of ~~</section>~~ in **line 77**

* Implement Preview Component (#1033)

* Preview component started

* Resizable option added

* Preview improved

* Avatars use Preview component

* Simplify Preview options, dynamic Avatar filter import

* Preview swatch drawer

* Cleanup

* Fix codeblock preview

* Previews for AppBar, AppRail, AppShell

* Small corrections

* Persist swatches drawer

* Minor improvements

* Conic gradient updated

* File button preview added

* File dropzone previe added

* Input chips preview added

* Listbox preview added

* Paginator preview added

* Progress bar preview added

* Progress radial preview added

* Radio group preview added

* Range slider preview added

* Slide toggle preview added

* Stepper preview added

* Tabs preview added

* Table component preview added

* Table of contents preview added

* Action clipboard preview added

* Action filters preview added

* Action focus trap preview added

* Svelte feature design improvements

* Improved for light mode

* Core element previews added

* Element typography previews added

* ...

* Alert preview added

* Badge preview added

* Breadcrumb preview added

* Button previews added

* Card previews added

* Chips previews added

* Form previews added

* Lists preview added

* Logo Clouds previews added

* Placeholder previews added

* Table previews added

* Gradient Heading preview added

* Drawer preview added

* Lightswitch preview added, docs adjusted

* Modal previews added

* Toast previews added

* Popups previews added, docs revised

* ...

* Variant documentation flushed out

* Dynamic example variants added

* Moved tokens variants to Docs section, regroup docs nav

* Initial Commit.

* Removed trivially inferred type declaration.

* Removed trivially inferred type from code example.

* fixed href typo to avoid 404 page

* Changed href from "/" to "/elements/lists" to avoid navigating away

* Changed href from "/" to "/elements/breadcrumbs" to avoid navigating away

* Added <a> tag to Icons example for consistency.

* Added Layout section for clarification.

A novice might not be able to determine how the sandbox example was made without this additional piece.

* Added a simple reference to the .placeholder prop since it wasn't explicitly mentioned.

* Added explicit references to all props.

* Added missing example for .table-hover prop.

* Updated sandbox codeblock to match the preview.

* allow unstyling del/ins html components (#1061)

* Stepper button type props added (#1062)

* Input chip button type fix (#1063)

* Bugfix for input group select option bg color (#1064)

* File dropzone binding fix (#1065)

* Svelte group 1 docs review (#1054)

I've done an abitrary on the files in my section - still need to do one globally across the code base (with lint/format pass), just don't want to create unnecessary merge conflicts while others have major sections checked out

* Stripped excess indentation

* Stripped excess indentation

* Excess indents and arbitrary typo

* Excess indent

* Removed extraneous 'standard'

* Indents and a->an

* Indents and typos

* Prop tweaks and indent

* Testing text change on mobile

* Update types.ts

* Docs Audit - Critical Sections (#1051)

* Initial change

* Fixed broken links in page footer

* ...

* Intro page updated

* Get Started doc updated

* Minor fix for app rail

* Readme, colors, styling docs improved

* Design token doc improved

* Updates to variant and quickstar docs

* Contributing sections improved

* Doc template updated to new format

* Fixed browser support colors

* Fixed multiple a11y mispellings

* fix: `setInitialClassState` function call (#1077)

* fix: `setInitialClassState` function call

* add back empty line removed by prettier

* ugh

* ...

* update docs

* Docs Audit - Svelte Group 2 (#1055)

* Added JSDoc label for labelledby prop in ListBox

* Docs review for remaining component pages

* Corrected ARIA link

* Removed unnecessary indent

* Nitpick fixes

---------



* Simple redirect

* Logging stripped

* Change to a permanent redirect

* Fix code example (#1085)

Was missing an `'`

* Docs Audit - Utilities (#1071)

* Initial commit.

* Typos and grammar.

* typos: abitrary -> arbitrary

* typos and grammar

* Updated lightswitch setter import references

Credit to Sarenor for the catch 👍

* Updates lightswitch getter import reference

* typos and grammar

* typo and improved consistency

* grammar fix

Please forgive me, senpai. I don't want to nitpick but that is what Doc reviews are by nature.

The singleton refers to the unique pattern, it is not one of many singletons ( ie. a singleton of the singletons ) so it is the singleton. Also, the wiki refers to it using "the" instead of "a". I can't believe I'm using wikipedia as an appeal to authority.

* Removed empty space

* typo and removed empty space

* Describe modal widths preset classes

---------



* Docs Update: Docs Section 1 (#1084)

* Emtpy commit to create Draft PR

* Completed rewrite of introduction except the first vision paragraph

* Rewrote introdcutionary vision paragraph with AI help.

* Updated Getting Started.

* Fixed possessive 's for Skeleton's design token system

* Checked the Colors page.

* Updated Design Tokens Page.

* Updated Theme Generator

* Modifications by Chris

---------




* Docs Update: Docs Section 2 (#1086)

* Empty commit to start PR

* Updated Contributing Requirements.

* Updated Style-Guide.

* Updated Documentation Contribution guide.

* Updated Readme.md

---------



* General Documentation Review (#1089)

* Docs section

* SSR warning for Drawers, Modals, Toasts

* Adjusted redirect, fixed Arbitrary spelling

* Review of Elements and Component sections

* Toast text fixed

* Code block prop text fix

* Docs Audit: Tailwind - Group 1  (#1059)

* Review for March 5th Docs Audit

* Badges docs review

* Revert to (icon) convention for icon examples.

* Review

* Grammar in description conforms to other docs

* Copyediting. Links to MDN and TW docs.

* Add detail to .unstyled

* Forms docs and make prettier.

* Incorporate suggestions from @SebasF1349

* Incorporate suggestions from @SebasF1349

* Minor revisions post merge

* Homepage Redesign (#1080)

* New homepage structure in place

* Homepage scaffold continued

* Homepage partials created

* Home partial details started

* ...

* Refinement, previewer added

* Latest changes

* SvelteKit section functional

* Tailwind section functional

* Home theming functional

* Sponsors and Contributors sections ready

* Adjust details

* Responsive sizing

* Docs App Bar updated

* Improved footer design

* ...

* Home hero components

* Hero refined

* First draft of homepage text copy

* Text copy refined

* Refine details

* Theme adjustments

* Header adjust

* ...

* Search modal redesign

* ...

* Test fixes per QA

* docs/components/radio-groups/ vertical example #1089 (#1091)

* docs/components/radio-groups/ vertical example #1089

Example of vertical layout of RadioGroup

* delete leading space in sample code

@niktek Also fixed the sample I copied from.

* simplify the example to just the vertical part

* Implement unique name for group selection state

---------



* Exported current step from Stepper for easier dynamic styling and behaviour. (#1000)

* Refactored Stepper PR to have a start property and a step event.

* Fixed start being const instead of let

---------



* Fixed issue with popup autoUpdate running more often than needed (#1106)

* ToC updates per current page tab (#1107)

* Adjust Sveld autodocs for missing props (#1108)

* Bugfix for dropzone in Firefox (#1109)

* Improve click event handler for App Rail Tile (#1110)

* Resolve Safari overflow bug for button group (#1113)

* update theme generator so no error occurs while typing in hex colors + add types (#1115)

* Bugfix for radio item generic class property (#1120)

* Fix typo in tailwind integration docs (#1121)

* Chore/responsive design audit (#1114)

* Adjust browser support grid

* Logo cloud grid breakpoints

* Minimum breakpoint audit fixes

* Homepage contributor minor adjustment

* Version bump to v1.0.0

---------

Co-authored-by: Ben Ayles <bayles@letprohelp.com>
Co-authored-by: Pragy Agarwal <agar.pragy@gmail.com>
Co-authored-by: Francis Nimick <fnimick@gmail.com>
Co-authored-by: crra <8239189+crra@users.noreply.github.com>
Co-authored-by: Brent Williams <85238383+JustBarnt@users.noreply.github.com>
Co-authored-by: JustBarnt <justbarnt@icloud.com>
Co-authored-by: Prasad Joshi <94825413+predatorprasad@users.noreply.github.com>
Co-authored-by: Logan <logan@firefly.llc>
Co-authored-by: obayemi <obayemi@ikjpz.com>
Co-authored-by: Nik <nik@niktek.io>
Co-authored-by: dirk-bester <dirk.bester@gmail.com>
Co-authored-by: Ryan Bloom <ryan.bloom109@gmail.com>
Co-authored-by: Rhys <36913739+ryceg@users.noreply.github.com>
Co-authored-by: Dominik <31982384+Sarenor@users.noreply.github.com>
Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
Co-authored-by: Allan A <allan@nocapshows.com>
Co-authored-by: Dirk Bester <3698896+dirk-bester@users.noreply.github.com>
Co-authored-by: bennymi <xbenmmusicx@gmail.com>

* only fetch on the browser (#1129)

---------

Co-authored-by: Ben Ayles <bayles@letprohelp.com>
Co-authored-by: Pragy Agarwal <agar.pragy@gmail.com>
Co-authored-by: Francis Nimick <fnimick@gmail.com>
Co-authored-by: crra <8239189+crra@users.noreply.github.com>
Co-authored-by: Brent Williams <85238383+JustBarnt@users.noreply.github.com>
Co-authored-by: JustBarnt <justbarnt@icloud.com>
Co-authored-by: Prasad Joshi <94825413+predatorprasad@users.noreply.github.com>
Co-authored-by: Logan <logan@firefly.llc>
Co-authored-by: obayemi <obayemi@ikjpz.com>
Co-authored-by: Nik <nik@niktek.io>
Co-authored-by: dirk-bester <dirk.bester@gmail.com>
Co-authored-by: Ryan Bloom <ryan.bloom109@gmail.com>
Co-authored-by: Rhys <36913739+ryceg@users.noreply.github.com>
Co-authored-by: Dominik <31982384+Sarenor@users.noreply.github.com>
Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
Co-authored-by: Allan A <allan@nocapshows.com>
Co-authored-by: Dirk Bester <3698896+dirk-bester@users.noreply.github.com>
Co-authored-by: bennymi <xbenmmusicx@gmail.com>
Co-authored-by: Adrian <31664583+AdrianGonz97@users.noreply.github.com>
endigo9740 added a commit that referenced this pull request Mar 11, 2023
* fix: LightSwitch height

* fix #1008: update property `preset` to `background`

* Fix broken link

* Fix `middleware` typo in Popups docs

* Fix broken link in pull request template

* remove doctype for `ToastSettings.background`

* Doc Shell overhaul (#1006)

* LayoutPage implemented

* Blog page adjustments

* App Shell rework started

* Adjustments

* Doc Shell heading functional

* Doc Shell panels added

* Carbon ad position added

* Style adjusments

* Example styles tweaked

* Adjust page widths

* ...

* Adjust ad logic and zone code

* Enable deep linking to inner pages

* ToC header ID adjustment

* Prevent scroll page shift issue for App Shell

* Cleanup

* Fixes tiny typo (#1035)

* docs: fixed spelling of Arbitrary (#1040)

Co-authored-by: JustBarnt <justbarnt@icloud.com>

* Fixes: #1037 (#1047)

I have removed the closing tag and now it reads `<section>` insted of ~~</section>~~ in **line 77**

* Implement Preview Component (#1033)

* Preview component started

* Resizable option added

* Preview improved

* Avatars use Preview component

* Simplify Preview options, dynamic Avatar filter import

* Preview swatch drawer

* Cleanup

* Fix codeblock preview

* Previews for AppBar, AppRail, AppShell

* Small corrections

* Persist swatches drawer

* Minor improvements

* Conic gradient updated

* File button preview added

* File dropzone previe added

* Input chips preview added

* Listbox preview added

* Paginator preview added

* Progress bar preview added

* Progress radial preview added

* Radio group preview added

* Range slider preview added

* Slide toggle preview added

* Stepper preview added

* Tabs preview added

* Table component preview added

* Table of contents preview added

* Action clipboard preview added

* Action filters preview added

* Action focus trap preview added

* Svelte feature design improvements

* Improved for light mode

* Core element previews added

* Element typography previews added

* ...

* Alert preview added

* Badge preview added

* Breadcrumb preview added

* Button previews added

* Card previews added

* Chips previews added

* Form previews added

* Lists preview added

* Logo Clouds previews added

* Placeholder previews added

* Table previews added

* Gradient Heading preview added

* Drawer preview added

* Lightswitch preview added, docs adjusted

* Modal previews added

* Toast previews added

* Popups previews added, docs revised

* ...

* Variant documentation flushed out

* Dynamic example variants added

* Moved tokens variants to Docs section, regroup docs nav

* Initial Commit.

* Removed trivially inferred type declaration.

* Removed trivially inferred type from code example.

* fixed href typo to avoid 404 page

* Changed href from "/" to "/elements/lists" to avoid navigating away

* Changed href from "/" to "/elements/breadcrumbs" to avoid navigating away

* Added <a> tag to Icons example for consistency.

* Added Layout section for clarification.

A novice might not be able to determine how the sandbox example was made without this additional piece.

* Added a simple reference to the .placeholder prop since it wasn't explicitly mentioned.

* Added explicit references to all props.

* Added missing example for .table-hover prop.

* Updated sandbox codeblock to match the preview.

* allow unstyling del/ins html components (#1061)

* Stepper button type props added (#1062)

* Input chip button type fix (#1063)

* Bugfix for input group select option bg color (#1064)

* File dropzone binding fix (#1065)

* Svelte group 1 docs review (#1054)

I've done an abitrary on the files in my section - still need to do one globally across the code base (with lint/format pass), just don't want to create unnecessary merge conflicts while others have major sections checked out

* Stripped excess indentation

* Stripped excess indentation

* Excess indents and arbitrary typo

* Excess indent

* Removed extraneous 'standard'

* Indents and a->an

* Indents and typos

* Prop tweaks and indent

* Testing text change on mobile

* Update types.ts

* Docs Audit - Critical Sections (#1051)

* Initial change

* Fixed broken links in page footer

* ...

* Intro page updated

* Get Started doc updated

* Minor fix for app rail

* Readme, colors, styling docs improved

* Design token doc improved

* Updates to variant and quickstar docs

* Contributing sections improved

* Doc template updated to new format

* Fixed browser support colors

* Fixed multiple a11y mispellings

* fix: `setInitialClassState` function call (#1077)

* fix: `setInitialClassState` function call

* add back empty line removed by prettier

* ugh

* ...

* update docs

* Docs Audit - Svelte Group 2 (#1055)

* Added JSDoc label for labelledby prop in ListBox

* Docs review for remaining component pages

* Corrected ARIA link

* Removed unnecessary indent

* Nitpick fixes

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Simple redirect

* Logging stripped

* Change to a permanent redirect

* Fix code example (#1085)

Was missing an `'`

* Docs Audit - Utilities (#1071)

* Initial commit.

* Typos and grammar.

* typos: abitrary -> arbitrary

* typos and grammar

* Updated lightswitch setter import references

Credit to Sarenor for the catch 👍

* Updates lightswitch getter import reference

* typos and grammar

* typo and improved consistency

* grammar fix

Please forgive me, senpai. I don't want to nitpick but that is what Doc reviews are by nature.

The singleton refers to the unique pattern, it is not one of many singletons ( ie. a singleton of the singletons ) so it is the singleton. Also, the wiki refers to it using "the" instead of "a". I can't believe I'm using wikipedia as an appeal to authority.

* Removed empty space

* typo and removed empty space

* Describe modal widths preset classes

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Docs Update: Docs Section 1 (#1084)

* Emtpy commit to create Draft PR

* Completed rewrite of introduction except the first vision paragraph

* Rewrote introdcutionary vision paragraph with AI help.

* Updated Getting Started.

* Fixed possessive 's for Skeleton's design token system

* Checked the Colors page.

* Updated Design Tokens Page.

* Updated Theme Generator

* Modifications by Chris

---------

Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Docs Update: Docs Section 2 (#1086)

* Empty commit to start PR

* Updated Contributing Requirements.

* Updated Style-Guide.

* Updated Documentation Contribution guide.

* Updated Readme.md

---------

Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>

* General Documentation Review (#1089)

* Docs section

* SSR warning for Drawers, Modals, Toasts

* Adjusted redirect, fixed Arbitrary spelling

* Review of Elements and Component sections

* Toast text fixed

* Code block prop text fix

* Docs Audit: Tailwind - Group 1  (#1059)

* Review for March 5th Docs Audit

* Badges docs review

* Revert to (icon) convention for icon examples.

* Review

* Grammar in description conforms to other docs

* Copyediting. Links to MDN and TW docs.

* Add detail to .unstyled

* Forms docs and make prettier.

* Incorporate suggestions from @SebasF1349

* Incorporate suggestions from @SebasF1349

* Minor revisions post merge

* Homepage Redesign (#1080)

* New homepage structure in place

* Homepage scaffold continued

* Homepage partials created

* Home partial details started

* ...

* Refinement, previewer added

* Latest changes

* SvelteKit section functional

* Tailwind section functional

* Home theming functional

* Sponsors and Contributors sections ready

* Adjust details

* Responsive sizing

* Docs App Bar updated

* Improved footer design

* ...

* Home hero components

* Hero refined

* First draft of homepage text copy

* Text copy refined

* Refine details

* Theme adjustments

* Header adjust

* ...

* Search modal redesign

* ...

* Test fixes per QA

* docs/components/radio-groups/ vertical example #1089 (#1091)

* docs/components/radio-groups/ vertical example #1089

Example of vertical layout of RadioGroup

* delete leading space in sample code

@niktek Also fixed the sample I copied from.

* simplify the example to just the vertical part

* Implement unique name for group selection state

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>

* Exported current step from Stepper for easier dynamic styling and behaviour. (#1000)

* Refactored Stepper PR to have a start property and a step event.

* Fixed start being const instead of let

---------

Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>

* Fixed issue with popup autoUpdate running more often than needed (#1106)

* ToC updates per current page tab (#1107)

* Adjust Sveld autodocs for missing props (#1108)

* Bugfix for dropzone in Firefox (#1109)

* Improve click event handler for App Rail Tile (#1110)

* Resolve Safari overflow bug for button group (#1113)

* update theme generator so no error occurs while typing in hex colors + add types (#1115)

* Bugfix for radio item generic class property (#1120)

* Fix typo in tailwind integration docs (#1121)

* Chore/responsive design audit (#1114)

* Adjust browser support grid

* Logo cloud grid breakpoints

* Minimum breakpoint audit fixes

* Homepage contributor minor adjustment

* Version bump to v1.0.0

* Merged for v1.0.0 (#1126) (#1127)

* Quick hotpatch fixes

* fix: LightSwitch height

* fix #1008: update property `preset` to `background`

* Fix broken link

* Fix `middleware` typo in Popups docs

* Fix broken link in pull request template

* remove doctype for `ToastSettings.background`

* Doc Shell overhaul (#1006)

* LayoutPage implemented

* Blog page adjustments

* App Shell rework started

* Adjustments

* Doc Shell heading functional

* Doc Shell panels added

* Carbon ad position added

* Style adjusments

* Example styles tweaked

* Adjust page widths

* ...

* Adjust ad logic and zone code

* Enable deep linking to inner pages

* ToC header ID adjustment

* Prevent scroll page shift issue for App Shell

* Cleanup

* Fixes tiny typo (#1035)

* docs: fixed spelling of Arbitrary (#1040)



* Fixes: #1037 (#1047)

I have removed the closing tag and now it reads `<section>` insted of ~~</section>~~ in **line 77**

* Implement Preview Component (#1033)

* Preview component started

* Resizable option added

* Preview improved

* Avatars use Preview component

* Simplify Preview options, dynamic Avatar filter import

* Preview swatch drawer

* Cleanup

* Fix codeblock preview

* Previews for AppBar, AppRail, AppShell

* Small corrections

* Persist swatches drawer

* Minor improvements

* Conic gradient updated

* File button preview added

* File dropzone previe added

* Input chips preview added

* Listbox preview added

* Paginator preview added

* Progress bar preview added

* Progress radial preview added

* Radio group preview added

* Range slider preview added

* Slide toggle preview added

* Stepper preview added

* Tabs preview added

* Table component preview added

* Table of contents preview added

* Action clipboard preview added

* Action filters preview added

* Action focus trap preview added

* Svelte feature design improvements

* Improved for light mode

* Core element previews added

* Element typography previews added

* ...

* Alert preview added

* Badge preview added

* Breadcrumb preview added

* Button previews added

* Card previews added

* Chips previews added

* Form previews added

* Lists preview added

* Logo Clouds previews added

* Placeholder previews added

* Table previews added

* Gradient Heading preview added

* Drawer preview added

* Lightswitch preview added, docs adjusted

* Modal previews added

* Toast previews added

* Popups previews added, docs revised

* ...

* Variant documentation flushed out

* Dynamic example variants added

* Moved tokens variants to Docs section, regroup docs nav

* Initial Commit.

* Removed trivially inferred type declaration.

* Removed trivially inferred type from code example.

* fixed href typo to avoid 404 page

* Changed href from "/" to "/elements/lists" to avoid navigating away

* Changed href from "/" to "/elements/breadcrumbs" to avoid navigating away

* Added <a> tag to Icons example for consistency.

* Added Layout section for clarification.

A novice might not be able to determine how the sandbox example was made without this additional piece.

* Added a simple reference to the .placeholder prop since it wasn't explicitly mentioned.

* Added explicit references to all props.

* Added missing example for .table-hover prop.

* Updated sandbox codeblock to match the preview.

* allow unstyling del/ins html components (#1061)

* Stepper button type props added (#1062)

* Input chip button type fix (#1063)

* Bugfix for input group select option bg color (#1064)

* File dropzone binding fix (#1065)

* Svelte group 1 docs review (#1054)

I've done an abitrary on the files in my section - still need to do one globally across the code base (with lint/format pass), just don't want to create unnecessary merge conflicts while others have major sections checked out

* Stripped excess indentation

* Stripped excess indentation

* Excess indents and arbitrary typo

* Excess indent

* Removed extraneous 'standard'

* Indents and a->an

* Indents and typos

* Prop tweaks and indent

* Testing text change on mobile

* Update types.ts

* Docs Audit - Critical Sections (#1051)

* Initial change

* Fixed broken links in page footer

* ...

* Intro page updated

* Get Started doc updated

* Minor fix for app rail

* Readme, colors, styling docs improved

* Design token doc improved

* Updates to variant and quickstar docs

* Contributing sections improved

* Doc template updated to new format

* Fixed browser support colors

* Fixed multiple a11y mispellings

* fix: `setInitialClassState` function call (#1077)

* fix: `setInitialClassState` function call

* add back empty line removed by prettier

* ugh

* ...

* update docs

* Docs Audit - Svelte Group 2 (#1055)

* Added JSDoc label for labelledby prop in ListBox

* Docs review for remaining component pages

* Corrected ARIA link

* Removed unnecessary indent

* Nitpick fixes

---------



* Simple redirect

* Logging stripped

* Change to a permanent redirect

* Fix code example (#1085)

Was missing an `'`

* Docs Audit - Utilities (#1071)

* Initial commit.

* Typos and grammar.

* typos: abitrary -> arbitrary

* typos and grammar

* Updated lightswitch setter import references

Credit to Sarenor for the catch 👍

* Updates lightswitch getter import reference

* typos and grammar

* typo and improved consistency

* grammar fix

Please forgive me, senpai. I don't want to nitpick but that is what Doc reviews are by nature.

The singleton refers to the unique pattern, it is not one of many singletons ( ie. a singleton of the singletons ) so it is the singleton. Also, the wiki refers to it using "the" instead of "a". I can't believe I'm using wikipedia as an appeal to authority.

* Removed empty space

* typo and removed empty space

* Describe modal widths preset classes

---------



* Docs Update: Docs Section 1 (#1084)

* Emtpy commit to create Draft PR

* Completed rewrite of introduction except the first vision paragraph

* Rewrote introdcutionary vision paragraph with AI help.

* Updated Getting Started.

* Fixed possessive 's for Skeleton's design token system

* Checked the Colors page.

* Updated Design Tokens Page.

* Updated Theme Generator

* Modifications by Chris

---------




* Docs Update: Docs Section 2 (#1086)

* Empty commit to start PR

* Updated Contributing Requirements.

* Updated Style-Guide.

* Updated Documentation Contribution guide.

* Updated Readme.md

---------



* General Documentation Review (#1089)

* Docs section

* SSR warning for Drawers, Modals, Toasts

* Adjusted redirect, fixed Arbitrary spelling

* Review of Elements and Component sections

* Toast text fixed

* Code block prop text fix

* Docs Audit: Tailwind - Group 1  (#1059)

* Review for March 5th Docs Audit

* Badges docs review

* Revert to (icon) convention for icon examples.

* Review

* Grammar in description conforms to other docs

* Copyediting. Links to MDN and TW docs.

* Add detail to .unstyled

* Forms docs and make prettier.

* Incorporate suggestions from @SebasF1349

* Incorporate suggestions from @SebasF1349

* Minor revisions post merge

* Homepage Redesign (#1080)

* New homepage structure in place

* Homepage scaffold continued

* Homepage partials created

* Home partial details started

* ...

* Refinement, previewer added

* Latest changes

* SvelteKit section functional

* Tailwind section functional

* Home theming functional

* Sponsors and Contributors sections ready

* Adjust details

* Responsive sizing

* Docs App Bar updated

* Improved footer design

* ...

* Home hero components

* Hero refined

* First draft of homepage text copy

* Text copy refined

* Refine details

* Theme adjustments

* Header adjust

* ...

* Search modal redesign

* ...

* Test fixes per QA

* docs/components/radio-groups/ vertical example #1089 (#1091)

* docs/components/radio-groups/ vertical example #1089

Example of vertical layout of RadioGroup

* delete leading space in sample code

@niktek Also fixed the sample I copied from.

* simplify the example to just the vertical part

* Implement unique name for group selection state

---------



* Exported current step from Stepper for easier dynamic styling and behaviour. (#1000)

* Refactored Stepper PR to have a start property and a step event.

* Fixed start being const instead of let

---------



* Fixed issue with popup autoUpdate running more often than needed (#1106)

* ToC updates per current page tab (#1107)

* Adjust Sveld autodocs for missing props (#1108)

* Bugfix for dropzone in Firefox (#1109)

* Improve click event handler for App Rail Tile (#1110)

* Resolve Safari overflow bug for button group (#1113)

* update theme generator so no error occurs while typing in hex colors + add types (#1115)

* Bugfix for radio item generic class property (#1120)

* Fix typo in tailwind integration docs (#1121)

* Chore/responsive design audit (#1114)

* Adjust browser support grid

* Logo cloud grid breakpoints

* Minimum breakpoint audit fixes

* Homepage contributor minor adjustment

* Version bump to v1.0.0

---------

Co-authored-by: Ben Ayles <bayles@letprohelp.com>
Co-authored-by: Pragy Agarwal <agar.pragy@gmail.com>
Co-authored-by: Francis Nimick <fnimick@gmail.com>
Co-authored-by: crra <8239189+crra@users.noreply.github.com>
Co-authored-by: Brent Williams <85238383+JustBarnt@users.noreply.github.com>
Co-authored-by: JustBarnt <justbarnt@icloud.com>
Co-authored-by: Prasad Joshi <94825413+predatorprasad@users.noreply.github.com>
Co-authored-by: Logan <logan@firefly.llc>
Co-authored-by: obayemi <obayemi@ikjpz.com>
Co-authored-by: Nik <nik@niktek.io>
Co-authored-by: dirk-bester <dirk.bester@gmail.com>
Co-authored-by: Ryan Bloom <ryan.bloom109@gmail.com>
Co-authored-by: Rhys <36913739+ryceg@users.noreply.github.com>
Co-authored-by: Dominik <31982384+Sarenor@users.noreply.github.com>
Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
Co-authored-by: Allan A <allan@nocapshows.com>
Co-authored-by: Dirk Bester <3698896+dirk-bester@users.noreply.github.com>
Co-authored-by: bennymi <xbenmmusicx@gmail.com>

* only fetch on the browser (#1129)

* optimized sponsor images (#1131)

---------

Co-authored-by: Ben Ayles <bayles@letprohelp.com>
Co-authored-by: Pragy Agarwal <agar.pragy@gmail.com>
Co-authored-by: Francis Nimick <fnimick@gmail.com>
Co-authored-by: crra <8239189+crra@users.noreply.github.com>
Co-authored-by: Brent Williams <85238383+JustBarnt@users.noreply.github.com>
Co-authored-by: JustBarnt <justbarnt@icloud.com>
Co-authored-by: Prasad Joshi <94825413+predatorprasad@users.noreply.github.com>
Co-authored-by: Logan <logan@firefly.llc>
Co-authored-by: obayemi <obayemi@ikjpz.com>
Co-authored-by: Nik <nik@niktek.io>
Co-authored-by: dirk-bester <dirk.bester@gmail.com>
Co-authored-by: Ryan Bloom <ryan.bloom109@gmail.com>
Co-authored-by: Rhys <36913739+ryceg@users.noreply.github.com>
Co-authored-by: Dominik <31982384+Sarenor@users.noreply.github.com>
Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
Co-authored-by: Allan A <allan@nocapshows.com>
Co-authored-by: Dirk Bester <3698896+dirk-bester@users.noreply.github.com>
Co-authored-by: bennymi <xbenmmusicx@gmail.com>
Co-authored-by: Adrian <31664583+AdrianGonz97@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants