From f0b7cdcb01c9a2258b12548b5316bcb27f33401a Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 3 Oct 2020 09:41:20 -0700 Subject: [PATCH] Updates --- _config.yml | 6 ------ components/{Accordion.html => Accordion/index.html} | 0 components/{Breadcrumb.html => Breadcrumb/index.html} | 0 components/{Button.html => Button/index.html} | 0 components/{ButtonSet.html => ButtonSet/index.html} | 0 components/{Checkbox.html => Checkbox/index.html} | 0 components/{ClickableTile.html => ClickableTile/index.html} | 0 components/{CodeSnippet.html => CodeSnippet/index.html} | 0 components/{ComboBox.html => ComboBox/index.html} | 0 components/{ComposedModal.html => ComposedModal/index.html} | 0 .../{ContentSwitcher.html => ContentSwitcher/index.html} | 0 components/{CopyButton.html => CopyButton/index.html} | 0 components/{DataTable.html => DataTable/index.html} | 0 components/{DatePicker.html => DatePicker/index.html} | 0 components/{Dropdown.html => Dropdown/index.html} | 0 .../{ExpandableTile.html => ExpandableTile/index.html} | 0 components/{FileUploader.html => FileUploader/index.html} | 0 components/{FluidForm.html => FluidForm/index.html} | 0 components/{Form.html => Form/index.html} | 0 components/{Grid.html => Grid/index.html} | 0 components/{Icon.html => Icon/index.html} | 0 components/{InlineLoading.html => InlineLoading/index.html} | 0 .../index.html} | 0 components/{Link.html => Link/index.html} | 0 components/{Loading.html => Loading/index.html} | 0 components/{Modal.html => Modal/index.html} | 0 components/{MultiSelect.html => MultiSelect/index.html} | 0 components/{NumberInput.html => NumberInput/index.html} | 0 components/{OrderedList.html => OrderedList/index.html} | 0 components/{OverflowMenu.html => OverflowMenu/index.html} | 0 components/{Pagination.html => Pagination/index.html} | 0 components/{PaginationNav.html => PaginationNav/index.html} | 0 components/{PasswordInput.html => PasswordInput/index.html} | 0 .../index.html} | 0 components/{RadioButton.html => RadioButton/index.html} | 0 components/{RadioTile.html => RadioTile/index.html} | 0 components/{Search.html => Search/index.html} | 0 components/{Select.html => Select/index.html} | 0 .../{SelectableTile.html => SelectableTile/index.html} | 0 .../index.html} | 0 components/{SkeletonText.html => SkeletonText/index.html} | 0 components/{Slider.html => Slider/index.html} | 0 .../{StructuredList.html => StructuredList/index.html} | 0 components/{Tabs.html => Tabs/index.html} | 0 components/{Tag.html => Tag/index.html} | 0 components/{TextArea.html => TextArea/index.html} | 0 components/{TextInput.html => TextInput/index.html} | 0 components/{Tile.html => Tile/index.html} | 0 components/{TimePicker.html => TimePicker/index.html} | 0 .../index.html} | 0 components/{Toggle.html => Toggle/index.html} | 0 components/{ToggleSmall.html => ToggleSmall/index.html} | 0 components/{Tooltip.html => Tooltip/index.html} | 0 .../index.html} | 0 components/{TooltipIcon.html => TooltipIcon/index.html} | 0 components/{UIShell.html => UIShell/index.html} | 0 components/{UnorderedList.html => UnorderedList/index.html} | 0 .../index.html} | 0 .../Grid/{CondensedGrid.html => CondensedGrid/index.html} | 0 .../Grid/{FullWidthGrid.html => FullWidthGrid/index.html} | 0 framed/Grid/{Grid.html => Grid/index.html} | 0 framed/Grid/{NarrowGrid.html => NarrowGrid/index.html} | 0 .../Grid/{OffsetColumns.html => OffsetColumns/index.html} | 0 .../Grid/{ResponsiveGrid.html => ResponsiveGrid/index.html} | 0 framed/Loading/{Loading.html => Loading/index.html} | 0 .../Modal/{ComposedModal.html => ComposedModal/index.html} | 0 framed/Modal/{DangerModal.html => DangerModal/index.html} | 0 framed/Modal/{Modal.html => Modal/index.html} | 0 .../{ModalExtraSmall.html => ModalExtraSmall/index.html} | 0 framed/Modal/{ModalLarge.html => ModalLarge/index.html} | 0 .../index.html} | 0 framed/Modal/{ModalSmall.html => ModalSmall/index.html} | 0 framed/Modal/{PassiveModal.html => PassiveModal/index.html} | 0 framed/UIShell/{HeaderNav.html => HeaderNav/index.html} | 0 .../{HeaderSwitcher.html => HeaderSwitcher/index.html} | 0 .../{HeaderUtilities.html => HeaderUtilities/index.html} | 0 76 files changed, 6 deletions(-) delete mode 100644 _config.yml rename components/{Accordion.html => Accordion/index.html} (100%) rename components/{Breadcrumb.html => Breadcrumb/index.html} (100%) rename components/{Button.html => Button/index.html} (100%) rename components/{ButtonSet.html => ButtonSet/index.html} (100%) rename components/{Checkbox.html => Checkbox/index.html} (100%) rename components/{ClickableTile.html => ClickableTile/index.html} (100%) rename components/{CodeSnippet.html => CodeSnippet/index.html} (100%) rename components/{ComboBox.html => ComboBox/index.html} (100%) rename components/{ComposedModal.html => ComposedModal/index.html} (100%) rename components/{ContentSwitcher.html => ContentSwitcher/index.html} (100%) rename components/{CopyButton.html => CopyButton/index.html} (100%) rename components/{DataTable.html => DataTable/index.html} (100%) rename components/{DatePicker.html => DatePicker/index.html} (100%) rename components/{Dropdown.html => Dropdown/index.html} (100%) rename components/{ExpandableTile.html => ExpandableTile/index.html} (100%) rename components/{FileUploader.html => FileUploader/index.html} (100%) rename components/{FluidForm.html => FluidForm/index.html} (100%) rename components/{Form.html => Form/index.html} (100%) rename components/{Grid.html => Grid/index.html} (100%) rename components/{Icon.html => Icon/index.html} (100%) rename components/{InlineLoading.html => InlineLoading/index.html} (100%) rename components/{InlineNotification.html => InlineNotification/index.html} (100%) rename components/{Link.html => Link/index.html} (100%) rename components/{Loading.html => Loading/index.html} (100%) rename components/{Modal.html => Modal/index.html} (100%) rename components/{MultiSelect.html => MultiSelect/index.html} (100%) rename components/{NumberInput.html => NumberInput/index.html} (100%) rename components/{OrderedList.html => OrderedList/index.html} (100%) rename components/{OverflowMenu.html => OverflowMenu/index.html} (100%) rename components/{Pagination.html => Pagination/index.html} (100%) rename components/{PaginationNav.html => PaginationNav/index.html} (100%) rename components/{PasswordInput.html => PasswordInput/index.html} (100%) rename components/{ProgressIndicator.html => ProgressIndicator/index.html} (100%) rename components/{RadioButton.html => RadioButton/index.html} (100%) rename components/{RadioTile.html => RadioTile/index.html} (100%) rename components/{Search.html => Search/index.html} (100%) rename components/{Select.html => Select/index.html} (100%) rename components/{SelectableTile.html => SelectableTile/index.html} (100%) rename components/{SkeletonPlaceholder.html => SkeletonPlaceholder/index.html} (100%) rename components/{SkeletonText.html => SkeletonText/index.html} (100%) rename components/{Slider.html => Slider/index.html} (100%) rename components/{StructuredList.html => StructuredList/index.html} (100%) rename components/{Tabs.html => Tabs/index.html} (100%) rename components/{Tag.html => Tag/index.html} (100%) rename components/{TextArea.html => TextArea/index.html} (100%) rename components/{TextInput.html => TextInput/index.html} (100%) rename components/{Tile.html => Tile/index.html} (100%) rename components/{TimePicker.html => TimePicker/index.html} (100%) rename components/{ToastNotification.html => ToastNotification/index.html} (100%) rename components/{Toggle.html => Toggle/index.html} (100%) rename components/{ToggleSmall.html => ToggleSmall/index.html} (100%) rename components/{Tooltip.html => Tooltip/index.html} (100%) rename components/{TooltipDefinition.html => TooltipDefinition/index.html} (100%) rename components/{TooltipIcon.html => TooltipIcon/index.html} (100%) rename components/{UIShell.html => UIShell/index.html} (100%) rename components/{UnorderedList.html => UnorderedList/index.html} (100%) rename framed/Grid/{AspectRatioColumns.html => AspectRatioColumns/index.html} (100%) rename framed/Grid/{CondensedGrid.html => CondensedGrid/index.html} (100%) rename framed/Grid/{FullWidthGrid.html => FullWidthGrid/index.html} (100%) rename framed/Grid/{Grid.html => Grid/index.html} (100%) rename framed/Grid/{NarrowGrid.html => NarrowGrid/index.html} (100%) rename framed/Grid/{OffsetColumns.html => OffsetColumns/index.html} (100%) rename framed/Grid/{ResponsiveGrid.html => ResponsiveGrid/index.html} (100%) rename framed/Loading/{Loading.html => Loading/index.html} (100%) rename framed/Modal/{ComposedModal.html => ComposedModal/index.html} (100%) rename framed/Modal/{DangerModal.html => DangerModal/index.html} (100%) rename framed/Modal/{Modal.html => Modal/index.html} (100%) rename framed/Modal/{ModalExtraSmall.html => ModalExtraSmall/index.html} (100%) rename framed/Modal/{ModalLarge.html => ModalLarge/index.html} (100%) rename framed/Modal/{ModalPreventOutsideClick.html => ModalPreventOutsideClick/index.html} (100%) rename framed/Modal/{ModalSmall.html => ModalSmall/index.html} (100%) rename framed/Modal/{PassiveModal.html => PassiveModal/index.html} (100%) rename framed/UIShell/{HeaderNav.html => HeaderNav/index.html} (100%) rename framed/UIShell/{HeaderSwitcher.html => HeaderSwitcher/index.html} (100%) rename framed/UIShell/{HeaderUtilities.html => HeaderUtilities/index.html} (100%) diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 91044486..00000000 --- a/_config.yml +++ /dev/null @@ -1,6 +0,0 @@ -include: - - _.js - - _*.js - - assets - - assets/*_.js - - assets/*.js \ No newline at end of file diff --git a/components/Accordion.html b/components/Accordion/index.html similarity index 100% rename from components/Accordion.html rename to components/Accordion/index.html diff --git a/components/Breadcrumb.html b/components/Breadcrumb/index.html similarity index 100% rename from components/Breadcrumb.html rename to components/Breadcrumb/index.html diff --git a/components/Button.html b/components/Button/index.html similarity index 100% rename from components/Button.html rename to components/Button/index.html diff --git a/components/ButtonSet.html b/components/ButtonSet/index.html similarity index 100% rename from components/ButtonSet.html rename to components/ButtonSet/index.html diff --git a/components/Checkbox.html b/components/Checkbox/index.html similarity index 100% rename from components/Checkbox.html rename to components/Checkbox/index.html diff --git a/components/ClickableTile.html b/components/ClickableTile/index.html similarity index 100% rename from components/ClickableTile.html rename to components/ClickableTile/index.html diff --git a/components/CodeSnippet.html b/components/CodeSnippet/index.html similarity index 100% rename from components/CodeSnippet.html rename to components/CodeSnippet/index.html diff --git a/components/ComboBox.html b/components/ComboBox/index.html similarity index 100% rename from components/ComboBox.html rename to components/ComboBox/index.html diff --git a/components/ComposedModal.html b/components/ComposedModal/index.html similarity index 100% rename from components/ComposedModal.html rename to components/ComposedModal/index.html diff --git a/components/ContentSwitcher.html b/components/ContentSwitcher/index.html similarity index 100% rename from components/ContentSwitcher.html rename to components/ContentSwitcher/index.html diff --git a/components/CopyButton.html b/components/CopyButton/index.html similarity index 100% rename from components/CopyButton.html rename to components/CopyButton/index.html diff --git a/components/DataTable.html b/components/DataTable/index.html similarity index 100% rename from components/DataTable.html rename to components/DataTable/index.html diff --git a/components/DatePicker.html b/components/DatePicker/index.html similarity index 100% rename from components/DatePicker.html rename to components/DatePicker/index.html diff --git a/components/Dropdown.html b/components/Dropdown/index.html similarity index 100% rename from components/Dropdown.html rename to components/Dropdown/index.html diff --git a/components/ExpandableTile.html b/components/ExpandableTile/index.html similarity index 100% rename from components/ExpandableTile.html rename to components/ExpandableTile/index.html diff --git a/components/FileUploader.html b/components/FileUploader/index.html similarity index 100% rename from components/FileUploader.html rename to components/FileUploader/index.html diff --git a/components/FluidForm.html b/components/FluidForm/index.html similarity index 100% rename from components/FluidForm.html rename to components/FluidForm/index.html diff --git a/components/Form.html b/components/Form/index.html similarity index 100% rename from components/Form.html rename to components/Form/index.html diff --git a/components/Grid.html b/components/Grid/index.html similarity index 100% rename from components/Grid.html rename to components/Grid/index.html diff --git a/components/Icon.html b/components/Icon/index.html similarity index 100% rename from components/Icon.html rename to components/Icon/index.html diff --git a/components/InlineLoading.html b/components/InlineLoading/index.html similarity index 100% rename from components/InlineLoading.html rename to components/InlineLoading/index.html diff --git a/components/InlineNotification.html b/components/InlineNotification/index.html similarity index 100% rename from components/InlineNotification.html rename to components/InlineNotification/index.html diff --git a/components/Link.html b/components/Link/index.html similarity index 100% rename from components/Link.html rename to components/Link/index.html diff --git a/components/Loading.html b/components/Loading/index.html similarity index 100% rename from components/Loading.html rename to components/Loading/index.html diff --git a/components/Modal.html b/components/Modal/index.html similarity index 100% rename from components/Modal.html rename to components/Modal/index.html diff --git a/components/MultiSelect.html b/components/MultiSelect/index.html similarity index 100% rename from components/MultiSelect.html rename to components/MultiSelect/index.html diff --git a/components/NumberInput.html b/components/NumberInput/index.html similarity index 100% rename from components/NumberInput.html rename to components/NumberInput/index.html diff --git a/components/OrderedList.html b/components/OrderedList/index.html similarity index 100% rename from components/OrderedList.html rename to components/OrderedList/index.html diff --git a/components/OverflowMenu.html b/components/OverflowMenu/index.html similarity index 100% rename from components/OverflowMenu.html rename to components/OverflowMenu/index.html diff --git a/components/Pagination.html b/components/Pagination/index.html similarity index 100% rename from components/Pagination.html rename to components/Pagination/index.html diff --git a/components/PaginationNav.html b/components/PaginationNav/index.html similarity index 100% rename from components/PaginationNav.html rename to components/PaginationNav/index.html diff --git a/components/PasswordInput.html b/components/PasswordInput/index.html similarity index 100% rename from components/PasswordInput.html rename to components/PasswordInput/index.html diff --git a/components/ProgressIndicator.html b/components/ProgressIndicator/index.html similarity index 100% rename from components/ProgressIndicator.html rename to components/ProgressIndicator/index.html diff --git a/components/RadioButton.html b/components/RadioButton/index.html similarity index 100% rename from components/RadioButton.html rename to components/RadioButton/index.html diff --git a/components/RadioTile.html b/components/RadioTile/index.html similarity index 100% rename from components/RadioTile.html rename to components/RadioTile/index.html diff --git a/components/Search.html b/components/Search/index.html similarity index 100% rename from components/Search.html rename to components/Search/index.html diff --git a/components/Select.html b/components/Select/index.html similarity index 100% rename from components/Select.html rename to components/Select/index.html diff --git a/components/SelectableTile.html b/components/SelectableTile/index.html similarity index 100% rename from components/SelectableTile.html rename to components/SelectableTile/index.html diff --git a/components/SkeletonPlaceholder.html b/components/SkeletonPlaceholder/index.html similarity index 100% rename from components/SkeletonPlaceholder.html rename to components/SkeletonPlaceholder/index.html diff --git a/components/SkeletonText.html b/components/SkeletonText/index.html similarity index 100% rename from components/SkeletonText.html rename to components/SkeletonText/index.html diff --git a/components/Slider.html b/components/Slider/index.html similarity index 100% rename from components/Slider.html rename to components/Slider/index.html diff --git a/components/StructuredList.html b/components/StructuredList/index.html similarity index 100% rename from components/StructuredList.html rename to components/StructuredList/index.html diff --git a/components/Tabs.html b/components/Tabs/index.html similarity index 100% rename from components/Tabs.html rename to components/Tabs/index.html diff --git a/components/Tag.html b/components/Tag/index.html similarity index 100% rename from components/Tag.html rename to components/Tag/index.html diff --git a/components/TextArea.html b/components/TextArea/index.html similarity index 100% rename from components/TextArea.html rename to components/TextArea/index.html diff --git a/components/TextInput.html b/components/TextInput/index.html similarity index 100% rename from components/TextInput.html rename to components/TextInput/index.html diff --git a/components/Tile.html b/components/Tile/index.html similarity index 100% rename from components/Tile.html rename to components/Tile/index.html diff --git a/components/TimePicker.html b/components/TimePicker/index.html similarity index 100% rename from components/TimePicker.html rename to components/TimePicker/index.html diff --git a/components/ToastNotification.html b/components/ToastNotification/index.html similarity index 100% rename from components/ToastNotification.html rename to components/ToastNotification/index.html diff --git a/components/Toggle.html b/components/Toggle/index.html similarity index 100% rename from components/Toggle.html rename to components/Toggle/index.html diff --git a/components/ToggleSmall.html b/components/ToggleSmall/index.html similarity index 100% rename from components/ToggleSmall.html rename to components/ToggleSmall/index.html diff --git a/components/Tooltip.html b/components/Tooltip/index.html similarity index 100% rename from components/Tooltip.html rename to components/Tooltip/index.html diff --git a/components/TooltipDefinition.html b/components/TooltipDefinition/index.html similarity index 100% rename from components/TooltipDefinition.html rename to components/TooltipDefinition/index.html diff --git a/components/TooltipIcon.html b/components/TooltipIcon/index.html similarity index 100% rename from components/TooltipIcon.html rename to components/TooltipIcon/index.html diff --git a/components/UIShell.html b/components/UIShell/index.html similarity index 100% rename from components/UIShell.html rename to components/UIShell/index.html diff --git a/components/UnorderedList.html b/components/UnorderedList/index.html similarity index 100% rename from components/UnorderedList.html rename to components/UnorderedList/index.html diff --git a/framed/Grid/AspectRatioColumns.html b/framed/Grid/AspectRatioColumns/index.html similarity index 100% rename from framed/Grid/AspectRatioColumns.html rename to framed/Grid/AspectRatioColumns/index.html diff --git a/framed/Grid/CondensedGrid.html b/framed/Grid/CondensedGrid/index.html similarity index 100% rename from framed/Grid/CondensedGrid.html rename to framed/Grid/CondensedGrid/index.html diff --git a/framed/Grid/FullWidthGrid.html b/framed/Grid/FullWidthGrid/index.html similarity index 100% rename from framed/Grid/FullWidthGrid.html rename to framed/Grid/FullWidthGrid/index.html diff --git a/framed/Grid/Grid.html b/framed/Grid/Grid/index.html similarity index 100% rename from framed/Grid/Grid.html rename to framed/Grid/Grid/index.html diff --git a/framed/Grid/NarrowGrid.html b/framed/Grid/NarrowGrid/index.html similarity index 100% rename from framed/Grid/NarrowGrid.html rename to framed/Grid/NarrowGrid/index.html diff --git a/framed/Grid/OffsetColumns.html b/framed/Grid/OffsetColumns/index.html similarity index 100% rename from framed/Grid/OffsetColumns.html rename to framed/Grid/OffsetColumns/index.html diff --git a/framed/Grid/ResponsiveGrid.html b/framed/Grid/ResponsiveGrid/index.html similarity index 100% rename from framed/Grid/ResponsiveGrid.html rename to framed/Grid/ResponsiveGrid/index.html diff --git a/framed/Loading/Loading.html b/framed/Loading/Loading/index.html similarity index 100% rename from framed/Loading/Loading.html rename to framed/Loading/Loading/index.html diff --git a/framed/Modal/ComposedModal.html b/framed/Modal/ComposedModal/index.html similarity index 100% rename from framed/Modal/ComposedModal.html rename to framed/Modal/ComposedModal/index.html diff --git a/framed/Modal/DangerModal.html b/framed/Modal/DangerModal/index.html similarity index 100% rename from framed/Modal/DangerModal.html rename to framed/Modal/DangerModal/index.html diff --git a/framed/Modal/Modal.html b/framed/Modal/Modal/index.html similarity index 100% rename from framed/Modal/Modal.html rename to framed/Modal/Modal/index.html diff --git a/framed/Modal/ModalExtraSmall.html b/framed/Modal/ModalExtraSmall/index.html similarity index 100% rename from framed/Modal/ModalExtraSmall.html rename to framed/Modal/ModalExtraSmall/index.html diff --git a/framed/Modal/ModalLarge.html b/framed/Modal/ModalLarge/index.html similarity index 100% rename from framed/Modal/ModalLarge.html rename to framed/Modal/ModalLarge/index.html diff --git a/framed/Modal/ModalPreventOutsideClick.html b/framed/Modal/ModalPreventOutsideClick/index.html similarity index 100% rename from framed/Modal/ModalPreventOutsideClick.html rename to framed/Modal/ModalPreventOutsideClick/index.html diff --git a/framed/Modal/ModalSmall.html b/framed/Modal/ModalSmall/index.html similarity index 100% rename from framed/Modal/ModalSmall.html rename to framed/Modal/ModalSmall/index.html diff --git a/framed/Modal/PassiveModal.html b/framed/Modal/PassiveModal/index.html similarity index 100% rename from framed/Modal/PassiveModal.html rename to framed/Modal/PassiveModal/index.html diff --git a/framed/UIShell/HeaderNav.html b/framed/UIShell/HeaderNav/index.html similarity index 100% rename from framed/UIShell/HeaderNav.html rename to framed/UIShell/HeaderNav/index.html diff --git a/framed/UIShell/HeaderSwitcher.html b/framed/UIShell/HeaderSwitcher/index.html similarity index 100% rename from framed/UIShell/HeaderSwitcher.html rename to framed/UIShell/HeaderSwitcher/index.html diff --git a/framed/UIShell/HeaderUtilities.html b/framed/UIShell/HeaderUtilities/index.html similarity index 100% rename from framed/UIShell/HeaderUtilities.html rename to framed/UIShell/HeaderUtilities/index.html