From 188492165f19316f01002b4ab85bec14bee145f7 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Fri, 2 Oct 2020 20:49:57 -0700 Subject: [PATCH] Updates --- 404.html | 14 ++++++++++++++ components/Accordion/index.html | 14 ++++++++++++++ components/Breadcrumb/index.html | 14 ++++++++++++++ components/Button/index.html | 14 ++++++++++++++ components/ButtonSet/index.html | 14 ++++++++++++++ components/Checkbox/index.html | 14 ++++++++++++++ components/ClickableTile/index.html | 14 ++++++++++++++ components/CodeSnippet/index.html | 14 ++++++++++++++ components/ComboBox/index.html | 14 ++++++++++++++ components/ComposedModal/index.html | 14 ++++++++++++++ components/ContentSwitcher/index.html | 14 ++++++++++++++ components/CopyButton/index.html | 14 ++++++++++++++ components/DataTable/index.html | 14 ++++++++++++++ components/DatePicker/index.html | 14 ++++++++++++++ components/Dropdown/index.html | 14 ++++++++++++++ components/ExpandableTile/index.html | 14 ++++++++++++++ components/FileUploader/index.html | 14 ++++++++++++++ components/FluidForm/index.html | 14 ++++++++++++++ components/Form/index.html | 14 ++++++++++++++ components/Grid/index.html | 14 ++++++++++++++ components/Icon/index.html | 14 ++++++++++++++ components/InlineLoading/index.html | 14 ++++++++++++++ components/InlineNotification/index.html | 14 ++++++++++++++ components/Link/index.html | 14 ++++++++++++++ components/Loading/index.html | 14 ++++++++++++++ components/Modal/index.html | 14 ++++++++++++++ components/MultiSelect/index.html | 14 ++++++++++++++ components/NumberInput/index.html | 14 ++++++++++++++ components/OrderedList/index.html | 14 ++++++++++++++ components/OverflowMenu/index.html | 14 ++++++++++++++ components/Pagination/index.html | 14 ++++++++++++++ components/PaginationNav/index.html | 14 ++++++++++++++ components/PasswordInput/index.html | 14 ++++++++++++++ components/ProgressIndicator/index.html | 14 ++++++++++++++ components/RadioButton/index.html | 14 ++++++++++++++ components/RadioTile/index.html | 14 ++++++++++++++ components/Search/index.html | 14 ++++++++++++++ components/Select/index.html | 14 ++++++++++++++ components/SelectableTile/index.html | 14 ++++++++++++++ components/SkeletonPlaceholder/index.html | 14 ++++++++++++++ components/SkeletonText/index.html | 14 ++++++++++++++ components/Slider/index.html | 14 ++++++++++++++ components/StructuredList/index.html | 14 ++++++++++++++ components/Tabs/index.html | 14 ++++++++++++++ components/Tag/index.html | 14 ++++++++++++++ components/TextArea/index.html | 14 ++++++++++++++ components/TextInput/index.html | 14 ++++++++++++++ components/Tile/index.html | 14 ++++++++++++++ components/TimePicker/index.html | 14 ++++++++++++++ components/ToastNotification/index.html | 14 ++++++++++++++ components/Toggle/index.html | 14 ++++++++++++++ components/ToggleSmall/index.html | 14 ++++++++++++++ components/Tooltip/index.html | 14 ++++++++++++++ components/TooltipDefinition/index.html | 14 ++++++++++++++ components/TooltipIcon/index.html | 14 ++++++++++++++ components/UIShell/index.html | 14 ++++++++++++++ components/UnorderedList/index.html | 14 ++++++++++++++ framed/Grid/AspectRatioColumns/index.html | 14 ++++++++++++++ framed/Grid/CondensedGrid/index.html | 14 ++++++++++++++ framed/Grid/FullWidthGrid/index.html | 14 ++++++++++++++ framed/Grid/Grid/index.html | 14 ++++++++++++++ framed/Grid/NarrowGrid/index.html | 14 ++++++++++++++ framed/Grid/OffsetColumns/index.html | 14 ++++++++++++++ framed/Grid/ResponsiveGrid/index.html | 14 ++++++++++++++ framed/Loading/Loading/index.html | 14 ++++++++++++++ framed/Modal/ComposedModal/index.html | 14 ++++++++++++++ framed/Modal/DangerModal/index.html | 14 ++++++++++++++ framed/Modal/Modal/index.html | 14 ++++++++++++++ framed/Modal/ModalExtraSmall/index.html | 14 ++++++++++++++ framed/Modal/ModalLarge/index.html | 14 ++++++++++++++ framed/Modal/ModalPreventOutsideClick/index.html | 14 ++++++++++++++ framed/Modal/ModalSmall/index.html | 14 ++++++++++++++ framed/Modal/PassiveModal/index.html | 14 ++++++++++++++ framed/UIShell/HeaderNav/index.html | 14 ++++++++++++++ framed/UIShell/HeaderSwitcher/index.html | 14 ++++++++++++++ framed/UIShell/HeaderUtilities/index.html | 14 ++++++++++++++ index.html | 15 +++++++-------- 77 files changed, 1071 insertions(+), 8 deletions(-) create mode 100644 404.html create mode 100644 components/Accordion/index.html create mode 100644 components/Breadcrumb/index.html create mode 100644 components/Button/index.html create mode 100644 components/ButtonSet/index.html create mode 100644 components/Checkbox/index.html create mode 100644 components/ClickableTile/index.html create mode 100644 components/CodeSnippet/index.html create mode 100644 components/ComboBox/index.html create mode 100644 components/ComposedModal/index.html create mode 100644 components/ContentSwitcher/index.html create mode 100644 components/CopyButton/index.html create mode 100644 components/DataTable/index.html create mode 100644 components/DatePicker/index.html create mode 100644 components/Dropdown/index.html create mode 100644 components/ExpandableTile/index.html create mode 100644 components/FileUploader/index.html create mode 100644 components/FluidForm/index.html create mode 100644 components/Form/index.html create mode 100644 components/Grid/index.html create mode 100644 components/Icon/index.html create mode 100644 components/InlineLoading/index.html create mode 100644 components/InlineNotification/index.html create mode 100644 components/Link/index.html create mode 100644 components/Loading/index.html create mode 100644 components/Modal/index.html create mode 100644 components/MultiSelect/index.html create mode 100644 components/NumberInput/index.html create mode 100644 components/OrderedList/index.html create mode 100644 components/OverflowMenu/index.html create mode 100644 components/Pagination/index.html create mode 100644 components/PaginationNav/index.html create mode 100644 components/PasswordInput/index.html create mode 100644 components/ProgressIndicator/index.html create mode 100644 components/RadioButton/index.html create mode 100644 components/RadioTile/index.html create mode 100644 components/Search/index.html create mode 100644 components/Select/index.html create mode 100644 components/SelectableTile/index.html create mode 100644 components/SkeletonPlaceholder/index.html create mode 100644 components/SkeletonText/index.html create mode 100644 components/Slider/index.html create mode 100644 components/StructuredList/index.html create mode 100644 components/Tabs/index.html create mode 100644 components/Tag/index.html create mode 100644 components/TextArea/index.html create mode 100644 components/TextInput/index.html create mode 100644 components/Tile/index.html create mode 100644 components/TimePicker/index.html create mode 100644 components/ToastNotification/index.html create mode 100644 components/Toggle/index.html create mode 100644 components/ToggleSmall/index.html create mode 100644 components/Tooltip/index.html create mode 100644 components/TooltipDefinition/index.html create mode 100644 components/TooltipIcon/index.html create mode 100644 components/UIShell/index.html create mode 100644 components/UnorderedList/index.html create mode 100644 framed/Grid/AspectRatioColumns/index.html create mode 100644 framed/Grid/CondensedGrid/index.html create mode 100644 framed/Grid/FullWidthGrid/index.html create mode 100644 framed/Grid/Grid/index.html create mode 100644 framed/Grid/NarrowGrid/index.html create mode 100644 framed/Grid/OffsetColumns/index.html create mode 100644 framed/Grid/ResponsiveGrid/index.html create mode 100644 framed/Loading/Loading/index.html create mode 100644 framed/Modal/ComposedModal/index.html create mode 100644 framed/Modal/DangerModal/index.html create mode 100644 framed/Modal/Modal/index.html create mode 100644 framed/Modal/ModalExtraSmall/index.html create mode 100644 framed/Modal/ModalLarge/index.html create mode 100644 framed/Modal/ModalPreventOutsideClick/index.html create mode 100644 framed/Modal/ModalSmall/index.html create mode 100644 framed/Modal/PassiveModal/index.html create mode 100644 framed/UIShell/HeaderNav/index.html create mode 100644 framed/UIShell/HeaderSwitcher/index.html create mode 100644 framed/UIShell/HeaderUtilities/index.html diff --git a/404.html b/404.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/404.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Accordion/index.html b/components/Accordion/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Accordion/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Breadcrumb/index.html b/components/Breadcrumb/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Breadcrumb/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Button/index.html b/components/Button/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Button/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/ButtonSet/index.html b/components/ButtonSet/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/ButtonSet/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Checkbox/index.html b/components/Checkbox/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Checkbox/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/ClickableTile/index.html b/components/ClickableTile/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/ClickableTile/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/CodeSnippet/index.html b/components/CodeSnippet/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/CodeSnippet/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/ComboBox/index.html b/components/ComboBox/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/ComboBox/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/ComposedModal/index.html b/components/ComposedModal/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/ComposedModal/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/ContentSwitcher/index.html b/components/ContentSwitcher/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/ContentSwitcher/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/CopyButton/index.html b/components/CopyButton/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/CopyButton/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/DataTable/index.html b/components/DataTable/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/DataTable/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/DatePicker/index.html b/components/DatePicker/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/DatePicker/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Dropdown/index.html b/components/Dropdown/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Dropdown/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/ExpandableTile/index.html b/components/ExpandableTile/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/ExpandableTile/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/FileUploader/index.html b/components/FileUploader/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/FileUploader/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/FluidForm/index.html b/components/FluidForm/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/FluidForm/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Form/index.html b/components/Form/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Form/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Grid/index.html b/components/Grid/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Grid/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Icon/index.html b/components/Icon/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Icon/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/InlineLoading/index.html b/components/InlineLoading/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/InlineLoading/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/InlineNotification/index.html b/components/InlineNotification/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/InlineNotification/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Link/index.html b/components/Link/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Link/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Loading/index.html b/components/Loading/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Loading/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Modal/index.html b/components/Modal/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Modal/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/MultiSelect/index.html b/components/MultiSelect/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/MultiSelect/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/NumberInput/index.html b/components/NumberInput/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/NumberInput/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/OrderedList/index.html b/components/OrderedList/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/OrderedList/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/OverflowMenu/index.html b/components/OverflowMenu/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/OverflowMenu/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Pagination/index.html b/components/Pagination/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Pagination/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/PaginationNav/index.html b/components/PaginationNav/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/PaginationNav/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/PasswordInput/index.html b/components/PasswordInput/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/PasswordInput/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/ProgressIndicator/index.html b/components/ProgressIndicator/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/ProgressIndicator/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/RadioButton/index.html b/components/RadioButton/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/RadioButton/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/RadioTile/index.html b/components/RadioTile/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/RadioTile/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Search/index.html b/components/Search/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Search/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Select/index.html b/components/Select/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Select/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/SelectableTile/index.html b/components/SelectableTile/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/SelectableTile/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/SkeletonPlaceholder/index.html b/components/SkeletonPlaceholder/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/SkeletonPlaceholder/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/SkeletonText/index.html b/components/SkeletonText/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/SkeletonText/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Slider/index.html b/components/Slider/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Slider/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/StructuredList/index.html b/components/StructuredList/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/StructuredList/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Tabs/index.html b/components/Tabs/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Tabs/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Tag/index.html b/components/Tag/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Tag/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/TextArea/index.html b/components/TextArea/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/TextArea/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/TextInput/index.html b/components/TextInput/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/TextInput/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Tile/index.html b/components/Tile/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Tile/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/TimePicker/index.html b/components/TimePicker/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/TimePicker/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/ToastNotification/index.html b/components/ToastNotification/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/ToastNotification/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Toggle/index.html b/components/Toggle/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Toggle/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/ToggleSmall/index.html b/components/ToggleSmall/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/ToggleSmall/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/Tooltip/index.html b/components/Tooltip/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/Tooltip/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/TooltipDefinition/index.html b/components/TooltipDefinition/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/TooltipDefinition/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/TooltipIcon/index.html b/components/TooltipIcon/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/TooltipIcon/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/UIShell/index.html b/components/UIShell/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/UIShell/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/components/UnorderedList/index.html b/components/UnorderedList/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/components/UnorderedList/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Grid/AspectRatioColumns/index.html b/framed/Grid/AspectRatioColumns/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Grid/AspectRatioColumns/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Grid/CondensedGrid/index.html b/framed/Grid/CondensedGrid/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Grid/CondensedGrid/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Grid/FullWidthGrid/index.html b/framed/Grid/FullWidthGrid/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Grid/FullWidthGrid/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Grid/Grid/index.html b/framed/Grid/Grid/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Grid/Grid/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Grid/NarrowGrid/index.html b/framed/Grid/NarrowGrid/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Grid/NarrowGrid/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Grid/OffsetColumns/index.html b/framed/Grid/OffsetColumns/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Grid/OffsetColumns/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Grid/ResponsiveGrid/index.html b/framed/Grid/ResponsiveGrid/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Grid/ResponsiveGrid/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Loading/Loading/index.html b/framed/Loading/Loading/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Loading/Loading/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Modal/ComposedModal/index.html b/framed/Modal/ComposedModal/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Modal/ComposedModal/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Modal/DangerModal/index.html b/framed/Modal/DangerModal/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Modal/DangerModal/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Modal/Modal/index.html b/framed/Modal/Modal/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Modal/Modal/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Modal/ModalExtraSmall/index.html b/framed/Modal/ModalExtraSmall/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Modal/ModalExtraSmall/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Modal/ModalLarge/index.html b/framed/Modal/ModalLarge/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Modal/ModalLarge/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Modal/ModalPreventOutsideClick/index.html b/framed/Modal/ModalPreventOutsideClick/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Modal/ModalPreventOutsideClick/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Modal/ModalSmall/index.html b/framed/Modal/ModalSmall/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Modal/ModalSmall/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/Modal/PassiveModal/index.html b/framed/Modal/PassiveModal/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/Modal/PassiveModal/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/UIShell/HeaderNav/index.html b/framed/UIShell/HeaderNav/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/UIShell/HeaderNav/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/UIShell/HeaderSwitcher/index.html b/framed/UIShell/HeaderSwitcher/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/UIShell/HeaderSwitcher/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/framed/UIShell/HeaderUtilities/index.html b/framed/UIShell/HeaderUtilities/index.html new file mode 100644 index 00000000..3d5e7a6c --- /dev/null +++ b/framed/UIShell/HeaderUtilities/index.html @@ -0,0 +1,14 @@ + + + + + Carbon Components Svelte + + + +
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index f08b6c0f..3d5e7a6c 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,7 @@ - - - - - - + + + + Carbon Components Svelte @@ -11,5 +9,6 @@
- - + + + \ No newline at end of file