stargazer-ui 1.2.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Bar/Bar.type.d.ts +6 -0
- package/Bar/index.js +2 -0
- package/Bar/index.js.map +1 -0
- package/Bar/package.json +1 -0
- package/Button/Button.js +12 -0
- package/Button/Button.js.map +1 -0
- package/{types/components/Button → Button}/Button.types.d.ts +1 -2
- package/Button/index.d.ts +3 -0
- package/Button/index.js +7 -0
- package/Button/index.js.map +1 -0
- package/Button/package.json +1 -0
- package/ButtonGroup/ButtonGroup.d.ts +4 -0
- package/ButtonGroup/ButtonGroup.js +10 -0
- package/ButtonGroup/ButtonGroup.js.map +1 -0
- package/ButtonGroup/ButtonGroup.types.d.ts +7 -0
- package/ButtonGroup/index.d.ts +3 -0
- package/ButtonGroup/index.js +7 -0
- package/ButtonGroup/index.js.map +1 -0
- package/ButtonGroup/package.json +1 -0
- package/Card/Card.js +41 -0
- package/Card/Card.js.map +1 -0
- package/{types/components/Card → Card}/Card.types.d.ts +3 -1
- package/Card/index.d.ts +3 -0
- package/Card/index.js +7 -0
- package/Card/index.js.map +1 -0
- package/Card/package.json +1 -0
- package/CloseButton/CloseButton.js +11 -0
- package/CloseButton/CloseButton.js.map +1 -0
- package/{types/components/CloseButton → CloseButton}/CloseButton.types.d.ts +1 -1
- package/CloseButton/index.d.ts +3 -0
- package/CloseButton/index.js +7 -0
- package/CloseButton/index.js.map +1 -0
- package/CloseButton/package.json +1 -0
- package/Dropdown/Dropdown.js +309 -0
- package/Dropdown/Dropdown.js.map +1 -0
- package/{types/components/Dropdown → Dropdown}/Dropdown.types.d.ts +3 -10
- package/Dropdown/index.d.ts +4 -0
- package/Dropdown/index.js +8 -0
- package/Dropdown/index.js.map +1 -0
- package/Dropdown/package.json +1 -0
- package/FileUploadButton/FileUploadButton.d.ts +4 -0
- package/FileUploadButton/FileUploadButton.js +21 -0
- package/FileUploadButton/FileUploadButton.js.map +1 -0
- package/FileUploadButton/FileUploadButton.types.d.ts +7 -0
- package/FileUploadButton/index.d.ts +3 -0
- package/FileUploadButton/index.js +7 -0
- package/FileUploadButton/index.js.map +1 -0
- package/FileUploadButton/package.json +1 -0
- package/FloatingLabel/FloatingLabel.js +17 -0
- package/FloatingLabel/FloatingLabel.js.map +1 -0
- package/{types/components/FloatingLabel → FloatingLabel}/FloatingLabel.types.d.ts +1 -1
- package/FloatingLabel/index.d.ts +3 -0
- package/FloatingLabel/index.js +7 -0
- package/FloatingLabel/index.js.map +1 -0
- package/FloatingLabel/package.json +1 -0
- package/Form/Form.d.ts +42 -0
- package/Form/Form.js +370 -0
- package/Form/Form.js.map +1 -0
- package/Form/Form.types.d.ts +135 -0
- package/Form/index.d.ts +4 -0
- package/Form/index.js +8 -0
- package/Form/index.js.map +1 -0
- package/Form/package.json +1 -0
- package/InputGroup/InputGroup.d.ts +7 -0
- package/InputGroup/InputGroup.js +31 -0
- package/InputGroup/InputGroup.js.map +1 -0
- package/InputGroup/InputGroup.types.d.ts +16 -0
- package/InputGroup/index.d.ts +4 -0
- package/InputGroup/index.js +7 -0
- package/InputGroup/index.js.map +1 -0
- package/InputGroup/package.json +1 -0
- package/List/List.d.ts +14 -0
- package/List/List.js +76 -0
- package/List/List.js.map +1 -0
- package/List/List.types.d.ts +28 -0
- package/List/index.d.ts +3 -0
- package/List/index.js +7 -0
- package/List/index.js.map +1 -0
- package/List/package.json +1 -0
- package/{types/components/Modal → Modal}/Modal.d.ts +1 -1
- package/Modal/Modal.js +160 -0
- package/Modal/Modal.js.map +1 -0
- package/{types/components/Modal → Modal}/Modal.types.d.ts +3 -2
- package/Modal/index.d.ts +3 -0
- package/Modal/index.js +7 -0
- package/Modal/index.js.map +1 -0
- package/Modal/package.json +1 -0
- package/Nav/Nav.js +28 -0
- package/Nav/Nav.js.map +1 -0
- package/{types/components/Nav → Nav}/Nav.types.d.ts +1 -1
- package/Nav/index.d.ts +4 -0
- package/Nav/index.js +7 -0
- package/Nav/index.js.map +1 -0
- package/Nav/package.json +1 -0
- package/{types/components/NavBar → NavBar}/Navbar.d.ts +1 -2
- package/NavBar/Navbar.js +36 -0
- package/NavBar/Navbar.js.map +1 -0
- package/{types/components/NavBar → NavBar}/Navbar.types.d.ts +2 -1
- package/NavBar/index.d.ts +4 -0
- package/NavBar/index.js +8 -0
- package/NavBar/index.js.map +1 -0
- package/NavBar/package.json +1 -0
- package/{types/components/NavDropdown → NavDropdown}/NavDropdown.d.ts +2 -2
- package/NavDropdown/NavDropdown.js +77 -0
- package/NavDropdown/NavDropdown.js.map +1 -0
- package/NavDropdown/index.d.ts +3 -0
- package/NavDropdown/index.js +7 -0
- package/NavDropdown/index.js.map +1 -0
- package/NavDropdown/package.json +1 -0
- package/Overlay/Overlay.d.ts +4 -0
- package/Overlay/Overlay.js +236 -0
- package/Overlay/Overlay.js.map +1 -0
- package/Overlay/Overlay.types.d.ts +22 -0
- package/{src/Overlay/index.ts → Overlay/index.d.ts} +3 -3
- package/Overlay/index.js +7 -0
- package/Overlay/index.js.map +1 -0
- package/Overlay/package.json +1 -0
- package/Popout/Popout.js +110 -0
- package/Popout/Popout.js.map +1 -0
- package/{types/components/Popout → Popout}/Popout.types.d.ts +1 -1
- package/Popout/index.d.ts +3 -0
- package/Popout/index.js +7 -0
- package/Popout/index.js.map +1 -0
- package/Popout/package.json +1 -0
- package/Spinner/Spinner.js +12 -0
- package/Spinner/Spinner.js.map +1 -0
- package/Spinner/index.d.ts +3 -0
- package/Spinner/index.js +7 -0
- package/Spinner/index.js.map +1 -0
- package/Spinner/package.json +1 -0
- package/Table/Table.js +11 -0
- package/Table/Table.js.map +1 -0
- package/{types/components/Table → Table}/Table.types.d.ts +1 -1
- package/Table/index.d.ts +3 -0
- package/Table/index.js +7 -0
- package/Table/index.js.map +1 -0
- package/Table/package.json +1 -0
- package/Tabs/Tabs.js +168 -0
- package/Tabs/Tabs.js.map +1 -0
- package/{types/components/Tabs → Tabs}/Tabs.types.d.ts +12 -1
- package/Tabs/index.d.ts +3 -0
- package/Tabs/index.js +7 -0
- package/Tabs/index.js.map +1 -0
- package/Tabs/package.json +1 -0
- package/ToggleButton/ToggleButton.d.ts +4 -0
- package/ToggleButton/ToggleButton.js +17 -0
- package/ToggleButton/ToggleButton.js.map +1 -0
- package/ToggleButton/ToggleButton.types.d.ts +7 -0
- package/ToggleButton/index.d.ts +3 -0
- package/ToggleButton/index.js +7 -0
- package/ToggleButton/index.js.map +1 -0
- package/ToggleButton/package.json +1 -0
- package/{src/hooks/index.ts → hooks/index.d.ts} +6 -6
- package/hooks/index.js +7 -0
- package/hooks/index.js.map +1 -0
- package/hooks/package.json +1 -0
- package/hooks/useClassname.d.ts +2 -0
- package/hooks/useClassname.js +7 -0
- package/hooks/useClassname.js.map +1 -0
- package/hooks/useDraggable.d.ts +23 -0
- package/hooks/useDraggable.js +147 -0
- package/hooks/useDraggable.js.map +1 -0
- package/hooks/useKeepElementFocused.d.ts +2 -0
- package/hooks/useKeepElementFocused.js +37 -0
- package/hooks/useKeepElementFocused.js.map +1 -0
- package/hooks/useQueryParams.d.ts +2 -0
- package/hooks/useQueryParams.js +13 -0
- package/hooks/useQueryParams.js.map +1 -0
- package/hooks/useScreenSize.d.ts +5 -0
- package/hooks/useScreenSize.js +21 -0
- package/hooks/useScreenSize.js.map +1 -0
- package/index.d.ts +18 -0
- package/index.js +19 -0
- package/index.js.map +1 -0
- package/package.json +1 -79
- package/styles/stargazerui.css +6513 -0
- package/styles/stargazerui.css.map +1 -0
- package/{src/utils/BaseTypes.ts → utils/BaseTypes.d.ts} +24 -30
- package/utils/ContrastingColor.d.ts +1 -0
- package/utils/MergeClassnames.d.ts +2 -0
- package/utils/MergeClassnames.js +7 -0
- package/utils/MergeClassnames.js.map +1 -0
- package/utils/MergeRefs.d.ts +2 -0
- package/utils/MergeRefs.js +16 -0
- package/utils/MergeRefs.js.map +1 -0
- package/.babelrc.json +0 -10
- package/.eslintrc.cjs +0 -18
- package/.gitattributes +0 -2
- package/LICENSE +0 -21
- package/dev/index.html +0 -12
- package/dev/index.jsx +0 -49
- package/dev/index.scss +0 -59
- package/dev/pages/ButtonPage.jsx +0 -44
- package/dev/pages/CardPage.jsx +0 -81
- package/dev/pages/DropdownPage.jsx +0 -31
- package/dev/pages/FormPage.jsx +0 -130
- package/dev/pages/ListPage.jsx +0 -52
- package/dev/pages/ModalPage.jsx +0 -37
- package/dev/pages/OverlayPage.jsx +0 -35
- package/dev/pages/components.jsx +0 -19
- package/dev/stargazerui.css +0 -3762
- package/dev/stargazerui.css.map +0 -1
- package/dev/test.jsx +0 -88
- package/rollup.config.js +0 -140
- package/scripts/writePackageJsons.js +0 -42
- package/src/Bar/Bar.tsx +0 -0
- package/src/Bar/Bar.type.ts +0 -9
- package/src/Bar/index.ts +0 -0
- package/src/Button/Button.tsx +0 -17
- package/src/Button/Button.types.ts +0 -8
- package/src/Button/index.ts +0 -3
- package/src/ButtonGroup/ButtonGroup.tsx +0 -14
- package/src/ButtonGroup/ButtonGroup.types.ts +0 -8
- package/src/ButtonGroup/index.ts +0 -3
- package/src/Card/Card.tsx +0 -70
- package/src/Card/Card.types.ts +0 -33
- package/src/Card/index.ts +0 -3
- package/src/CloseButton/CloseButton.tsx +0 -14
- package/src/CloseButton/CloseButton.types.ts +0 -6
- package/src/CloseButton/index.ts +0 -3
- package/src/Dropdown/Dropdown.tsx +0 -358
- package/src/Dropdown/Dropdown.types.ts +0 -52
- package/src/Dropdown/index.ts +0 -4
- package/src/FileUploadButton/FileUploadButton.tsx +0 -27
- package/src/FileUploadButton/FileUploadButton.types.ts +0 -9
- package/src/FileUploadButton/index.ts +0 -3
- package/src/FloatingLabel/FloatingLabel.tsx +0 -22
- package/src/FloatingLabel/FloatingLabel.types.ts +0 -11
- package/src/FloatingLabel/index.ts +0 -3
- package/src/Form/Form.tsx +0 -445
- package/src/Form/Form.types.ts +0 -117
- package/src/Form/index.ts +0 -4
- package/src/InputGroup/InputGroup.tsx +0 -46
- package/src/InputGroup/InputGroup.types.ts +0 -21
- package/src/InputGroup/index.ts +0 -4
- package/src/List/List.tsx +0 -112
- package/src/List/List.types.ts +0 -34
- package/src/List/index.ts +0 -4
- package/src/Modal/Modal.tsx +0 -220
- package/src/Modal/Modal.types.ts +0 -49
- package/src/Modal/index.ts +0 -4
- package/src/Nav/Nav.tsx +0 -43
- package/src/Nav/Nav.types.ts +0 -21
- package/src/Nav/index.ts +0 -4
- package/src/NavBar/Navbar.tsx +0 -57
- package/src/NavBar/Navbar.types.ts +0 -24
- package/src/NavBar/index.ts +0 -4
- package/src/NavDropdown/NavDropdown.tsx +0 -93
- package/src/NavDropdown/NavDropdown.types.ts +0 -6
- package/src/NavDropdown/index.ts +0 -3
- package/src/Overlay/Overlay.tsx +0 -277
- package/src/Overlay/Overlay.types.ts +0 -20
- package/src/Popout/Popout.tsx +0 -155
- package/src/Popout/Popout.types.ts +0 -42
- package/src/Popout/index.ts +0 -3
- package/src/Spinner/Spinner.tsx +0 -15
- package/src/Spinner/Spinner.types.ts +0 -7
- package/src/Spinner/index.ts +0 -3
- package/src/Table/Table.tsx +0 -16
- package/src/Table/Table.types.ts +0 -9
- package/src/Table/index.ts +0 -3
- package/src/Tabs/Tabs.tsx +0 -215
- package/src/Tabs/Tabs.types.ts +0 -49
- package/src/Tabs/index.ts +0 -3
- package/src/ToggleButton/ToggleButton.tsx +0 -21
- package/src/ToggleButton/ToggleButton.types.ts +0 -8
- package/src/ToggleButton/index.ts +0 -3
- package/src/hooks/useClassname.ts +0 -5
- package/src/hooks/useDraggable.ts +0 -186
- package/src/hooks/useKeepElementFocused.ts +0 -37
- package/src/hooks/useScreenSize.ts +0 -24
- package/src/index.ts +0 -21
- package/src/styles/_Card.scss +0 -166
- package/src/styles/_CloseButton.scss +0 -51
- package/src/styles/_CustomButton.scss +0 -132
- package/src/styles/_Dropdown.scss +0 -120
- package/src/styles/_FloatingLabel.scss +0 -56
- package/src/styles/_Forms.scss +0 -7
- package/src/styles/_Grid.scss +0 -178
- package/src/styles/_InputGroup.scss +0 -71
- package/src/styles/_List.scss +0 -62
- package/src/styles/_Modal.scss +0 -234
- package/src/styles/_ModalOld.scss +0 -242
- package/src/styles/_Nav.scss +0 -36
- package/src/styles/_NavBar.scss +0 -116
- package/src/styles/_NavDropdown.scss +0 -34
- package/src/styles/_OffCanvas.scss +0 -260
- package/src/styles/_OverLay.scss +0 -56
- package/src/styles/_Popout.scss +0 -75
- package/src/styles/_Spinner.scss +0 -19
- package/src/styles/_Table.scss +0 -34
- package/src/styles/_Tabs.scss +0 -129
- package/src/styles/_colors.scss +0 -510
- package/src/styles/_components.scss +0 -40
- package/src/styles/_functions.scss +0 -134
- package/src/styles/_mixins.scss +0 -26
- package/src/styles/_reset.scss +0 -231
- package/src/styles/_utilities.scss +0 -2480
- package/src/styles/_variables.scss +0 -146
- package/src/styles/forms/_FormCheck.scss +0 -269
- package/src/styles/forms/_FormControl.scss +0 -102
- package/src/styles/forms/_FormGroup.scss +0 -21
- package/src/styles/forms/_FormLabel.scss +0 -3
- package/src/styles/forms/_FormSelect.scss +0 -164
- package/src/styles/forms/_FormSlider.scss +0 -116
- package/src/styles/forms/_FormText.scss +0 -6
- package/src/utils/ContrastingColor.ts +0 -25
- package/src/utils/FileImportExport.js +0 -50
- package/src/utils/MergeClassnames.ts +0 -5
- package/src/utils/MergeRefs.ts +0 -12
- package/src/vite-env.d.ts +0 -1
- package/tsconfig-build.json +0 -4
- package/tsconfig.json +0 -79
- package/tsconfig.node.json +0 -10
- package/types/BaseTypes.d.ts +0 -19
- package/types/components/Button/index.d.ts +0 -1
- package/types/components/Card/index.d.ts +0 -1
- package/types/components/CloseButton/index.d.ts +0 -1
- package/types/components/Dropdown/index.d.ts +0 -1
- package/types/components/FloatingLabel/index.d.ts +0 -1
- package/types/components/Form/Form.d.ts +0 -17
- package/types/components/Form/Form.types.d.ts +0 -50
- package/types/components/Form/index.d.ts +0 -1
- package/types/components/InputGroup/InputGroup.d.ts +0 -6
- package/types/components/InputGroup/InputGroup.types.d.ts +0 -10
- package/types/components/InputGroup/index.d.ts +0 -1
- package/types/components/Modal/index.d.ts +0 -1
- package/types/components/Nav/index.d.ts +0 -1
- package/types/components/NavBar/index.d.ts +0 -1
- package/types/components/NavDropdown/index.d.ts +0 -1
- package/types/components/Popout/index.d.ts +0 -1
- package/types/components/Spinner/index.d.ts +0 -1
- package/types/components/Table/index.d.ts +0 -1
- package/types/components/Tabs/index.d.ts +0 -1
- package/types/components/ToggleButton/ToggleButton.d.ts +0 -9
- package/types/components/ToggleButton/ToggleButton.types.d.ts +0 -0
- package/types/components/ToggleButton/index.d.ts +0 -1
- package/types/components/index.d.ts +0 -16
- package/types/index.d.ts +0 -1
- package/vite.config.js +0 -57
- package/vite.config.js.timestamp-1708777378490-e94428ceb2bf9.mjs +0 -42
- /package/{types/components/Button → Button}/Button.d.ts +0 -0
- /package/{types/components/Card → Card}/Card.d.ts +0 -0
- /package/{types/components/CloseButton → CloseButton}/CloseButton.d.ts +0 -0
- /package/{types/components/Dropdown → Dropdown}/Dropdown.d.ts +0 -0
- /package/{types/components/FloatingLabel → FloatingLabel}/FloatingLabel.d.ts +0 -0
- /package/{types/components/Nav → Nav}/Nav.d.ts +0 -0
- /package/{types/components/NavDropdown → NavDropdown}/NavDropdown.types.d.ts +0 -0
- /package/{types/components/Popout → Popout}/Popout.d.ts +0 -0
- /package/{types/components/Spinner → Spinner}/Spinner.d.ts +0 -0
- /package/{types/components/Spinner → Spinner}/Spinner.types.d.ts +0 -0
- /package/{types/components/Table → Table}/Table.d.ts +0 -0
- /package/{types/components/Tabs → Tabs}/Tabs.d.ts +0 -0
package/dev/stargazerui.css.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../src/styles/_utilities.scss","../../src/styles/_variables.scss","../../src/styles/_components.scss","../../src/styles/_Card.scss","../../src/styles/_CloseButton.scss","../../src/styles/_CustomButton.scss","../../src/styles/_Dropdown.scss","../../src/styles/_FloatingLabel.scss","../../src/styles/forms/_FormCheck.scss","../../src/styles/_mixins.scss","../../src/styles/forms/_FormControl.scss","../../src/styles/forms/_FormLabel.scss","../../src/styles/forms/_FormSelect.scss","../../src/styles/forms/_FormText.scss","../../src/styles/_InputGroup.scss","../../src/styles/_Modal.scss","../../src/styles/_ModalOld.scss","../../src/styles/_Nav.scss","../../src/styles/_NavBar.scss","../../src/styles/_NavDropdown.scss","../../src/styles/_OverLay.scss","../../src/styles/_Popout.scss","../../src/styles/_Tabs.scss"],"names":[],"mappings":"AAAA;EACI;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAGN;EACI;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAGN;EACI;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAGN;EACI;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAGN;EACI;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;ACz6EN;AAIA;AAYA;AAKA;AAsBA;AASA;EACC;EACA;;;AAED;EACC;EACA;EACA;EACA;EACG;EACA;;;AAGJ;AAIA;ACpEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACdD;EACI;EACA;EACA;;AAEA;EACI,kBF2CQ;EE1CR,OF2CU;EE1CV;;AAGJ;EACI;EACA;;AAEJ;EACI;EACA;EAEA,kBFkCe;EEjCf;;AAEJ;EACI;;AAEJ;EACI;EAEA,kBFyBe;EExBf;;AAEJ;EACI;;AAGJ;EACI;;;AChCR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;;AAEF;EACI;EACA;EACA;EACA;;AAGJ;EAEE;EACA;EACA;;;AAIJ;EACE;;;AAGJ;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACrCD;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;;AAQJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAdJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAdJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAdJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAdJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAdJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAdJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAdJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EAEA;;AAEA;EACI;EACA;;;AAKJ;EACI;;AAIJ;EACI;EACA;;AAOJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;;AAGA;AAAA;EAEE;;AAIF;AAAA;EAEE;;AAIF;AAAA;EAEI;EACA;;AAGJ;AAAA;EAEI;EACA;;;ACjIR;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;;;AAGF;EACI;EACA,SLNgC;EKOhC;EACA;EACA;EACA;EACA;EACA;EACA,kBApBkB;EAqBlB;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAGN;EACI;;;AAGJ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACE;EACA;EACA;EACA;EACA;EACA;;;AAMF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EAEI;;AAGJ;EAEI;EACA;;AAEJ;EACE;EACA;EACA;;;AC5FJ;EACI;EACA;;AACA;EACI;;AAGJ;EACI;;AACA;EACI;;AAEJ;EACI;;AAGJ;EACI;;AAIR;EACI;EAGA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;;AAEJ;EACI;EACA;;AAOA;AAAA;AAAA;AAAA;EACI;EACA;EACA;;;AChDZ;EACI;EACA,YATU;EAUV,cAVU;EAWV;;AAEA;EACI;EACA;;;AAGR;EACI;EACA,YApBU;EAqBV,eArBU;EAsBV;EACA;;AAEA;EACE;EACA;EACA;;;AAIN;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EAEE;;AAGF;EACE;;AAGF;ECrCE;EAEA;EACA;EDoCE;;AAGJ;EACE,kBA/Da;EAgEb,cAhEa;;AAkEb;EACE;;AAGF;EACE;;AAEF;EACE;;AAIJ;EACI,kBA/EW;EAgFX,cAhFW;EAkFX;;AAIJ;EACE;EACA;EACA;;AAOA;EACE;EACA;;;AASR;EACI;;AAEA;EACI,OA5GY;EA6GZ;EACA;EACA;EACA,eAhHY;EAiHZ;;AAEA;EClGF;EAEA;EACA;;ADmGE;EACI;EACA;;;AE3HZ;EACE;EACA;EACA;EACA;EACA,OTmBiB;ESlBjB,kBT6BuB;ES5BvB;EACA;EACA;EACA,eTsBoB;ESpBpB;;AAEA;EACE;;AAEA;EACE;;AAIJ;EDHI;EAEA;EACA;;ACIJ;EACE,QT3Be;;AS8BjB;EACE,OTMsB;ESLtB;;AAGF;EAEE,kBTDmB;ESGnB;;AAIF;EACE;EACA;EACA,mBTlBc;ESmBd;EACA;EACA;EACA;EACA,yBTpBiB;ESqBjB;EACA;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA,OT1CiB;ES2CjB;EACA;EACA;;AAEA;EACE;;;AAKF;EACE,YTpCW;;;ASyCf;EACE;EACA,QT3Ca;ES4Cb,ST1DgB;;AS4DhB;EACE;;AAGF;EACE;EACA,eT9DkB;;ASiEpB;EACE,eTlEkB;;;AUlCtB;EACI;;;ACDJ;EACI;EACA;EACA;EACA,eX0Bc;EWzBd;EACA,OXoBe;EWlBf,kBX6BqB;EW5BrB;EACA;EACA;EACA;EAEA;EACA,eXmBkB;EWjBlB;;AAEA;EHEE;EAEA;EACA;;AGFF;EACI,eXOU;EWNV;;AAEJ;EAEI,kBXUe;EWRf;;;AC9BR;EACI;EACA;EACA;EACA;;;ACJJ;EACI;EACA;EACA;EACA;;AACA;AAAA;AAAA;AAAA;EAII;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEI;EACI;;AAIZ;EACI;EACA;;AAEI;EACI;EACA;;AAIZ;EACI;EACA;;AAEI;EACI;EACA;;;AAKhB;EACI;EACA;EACA;EACA;EACA;EAEA;EAEA;EAEA,kBblBgC;EamBhC,OblCe;EamCf;EACA,eb5BkB;;;AczBtB;EACI;EACA;;;AAGJ;EACE;EAEA;EACA;EAGA;EACA;EAGA,OApBoB;EAqBpB,kBAtB0B;EAuB1B;EACA;EACA,eAvBgB;EAyBhB;;AAGA;EACE,YA5BkB;EA6BlB;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;ENrDI,wBMKY;ENJZ,yBMIY;;AAmDhB;EACE;EACA;;;AAGJ;EACE;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBA1E0B;EA2E1B;ENpEI,4BMLY;ENMZ,2BMNY;EA4EhB;;;AAWE;EACE;IACE;;;AAKJ;EACE;IACE;IACA;IACA;;EAEF;IACE;;;AAKJ;EACE;IACE;;;AAKJ;EACE;IACE;;;AChHR;EACE;;;AAGF;EACE;EACA;EACA;EACA,SfFkC;EeGlC;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;;AAGJ;EACE;IACE;;EAEF;IACE;;;AAGJ;EACE;IACE;;EAEF;IACE;;;AAIJ;EACE;EACA;EACA;EACA,SfzCkC;Ee0ClC;EACA;EACA;EACA;EACA;EAGA;;;AAMF;EACE;EACA;EACA;EACA;EAEA;;AAGA;EACE;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AAIF;EACE;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;;AAKJ;EACE,YAjHkB;EAkHlB;;;AAIJ;EACE;;AAEA;EACE;EACA;;AAGF;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EAEA,OAnJoB;EAoJpB;EACA,kBAtJ0B;EAuJ1B;EACA;EACA,eAvJgB;EAyJhB;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EPvKI,wBOKY;EPJZ,yBOIY;;AAqKhB;EACE;EACA;;;AAGJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBA7L0B;EA8L1B;EPvLI,4BOLY;EPMZ,2BONY;EA+LhB;;;AAWE;EACE;IACE;;;AAKJ;EACE;IACE;IACA;IACA;;EAEF;IACE;;;AAKJ;EACE;IACE;;;AAKJ;EACE;IACE;;;AC5OR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AAIA;EACE;EACA;;;AAIN;EACE;;;ACtBF;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EAEA;EACA;EACA;EACA;EACA;;AAGA;AAAA;EACE;EACA;EACA;EACA;;AAeN;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEE;EACA;;;AAIN;EAEI;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EAEE;;AAGF;EACE;;;AAIN;EACI;EACA;EACA;;AAEA;AAAA;AAAA;EAGE;;;AAKJ;EACE;EACA;;;AC9FJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EAEI;EACA;;AAEJ;EACI;;AAIJ;EACI;EACA;EACA;;;ACvBR;EAII;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;;ACrBR;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EAEA;EAEA;;AACA;EACI;EACA;EACA;EAEA,kBpB2Be;EoB1Bf;;AACA;EACI;;AAGJ;EACI;;AAIJ;EACI;;AAGR;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EAEA,kBpBEe;EoBDf;;AACA;EACI;;AAGR;EACI;;AAEJ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACtEZ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;AACA;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;;AACA;EACI;EACA","file":"stargazerui.css"}
|
package/dev/test.jsx
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { useLocation } from "react-router-dom"
|
|
2
|
-
|
|
3
|
-
import Tabs from '../src/Tabs'
|
|
4
|
-
import Popout from '../src/Popout'
|
|
5
|
-
|
|
6
|
-
import CardPage from './pages/CardPage'
|
|
7
|
-
import ButtonPage from './pages/ButtonPage'
|
|
8
|
-
import DropdownPage from './pages/DropdownPage'
|
|
9
|
-
import OverlayPage from './pages/OverlayPage'
|
|
10
|
-
import FormPage from './pages/FormPage'
|
|
11
|
-
import ModalPage from './pages/ModalPage'
|
|
12
|
-
import ListPage from './pages/ListPage'
|
|
13
|
-
import { useState } from "react"
|
|
14
|
-
|
|
15
|
-
const tabs = [
|
|
16
|
-
{
|
|
17
|
-
label: "Cards",
|
|
18
|
-
id: "cards",
|
|
19
|
-
page: <CardPage />
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
label: "Buttons",
|
|
23
|
-
id: "buttons",
|
|
24
|
-
page: <ButtonPage />
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
label: "Modal",
|
|
28
|
-
id: "modal",
|
|
29
|
-
page: <ModalPage />
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
label: "Overlay",
|
|
33
|
-
id: "overlay",
|
|
34
|
-
page: <OverlayPage />
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
label: "Dropdown",
|
|
38
|
-
id: "dropdown",
|
|
39
|
-
page: <DropdownPage />
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
label: "Form",
|
|
43
|
-
id: "form",
|
|
44
|
-
page: <FormPage />
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
label: "Drag and Drop List",
|
|
48
|
-
id: "drag-and-drop-list",
|
|
49
|
-
page: <ListPage />
|
|
50
|
-
}
|
|
51
|
-
]
|
|
52
|
-
|
|
53
|
-
export const Component = () => {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
return (
|
|
57
|
-
<div >
|
|
58
|
-
{false ?
|
|
59
|
-
<Popout move="true">
|
|
60
|
-
<Popout.Header>
|
|
61
|
-
<Popout.Title>Test</Popout.Title>
|
|
62
|
-
</Popout.Header>
|
|
63
|
-
<Popout.Body><p>test</p></Popout.Body>
|
|
64
|
-
</Popout>
|
|
65
|
-
: null}
|
|
66
|
-
<Tabs controlId="tabs-test" defaultActive={tabs[0].id}>
|
|
67
|
-
<Tabs.Controls>
|
|
68
|
-
{
|
|
69
|
-
tabs.map(tab =>
|
|
70
|
-
<Tabs.Button key={tab.id+"-button"} tabId={tab.id}>
|
|
71
|
-
{tab.label}
|
|
72
|
-
</Tabs.Button>
|
|
73
|
-
)
|
|
74
|
-
}
|
|
75
|
-
</Tabs.Controls>
|
|
76
|
-
<Tabs.Content>
|
|
77
|
-
{
|
|
78
|
-
tabs.map(tab =>
|
|
79
|
-
<Tabs.Page key={tab.id+"-page"} tabId={tab.id}>
|
|
80
|
-
{tab.page}
|
|
81
|
-
</Tabs.Page>
|
|
82
|
-
)
|
|
83
|
-
}
|
|
84
|
-
</Tabs.Content>
|
|
85
|
-
</Tabs>
|
|
86
|
-
</div>
|
|
87
|
-
)
|
|
88
|
-
}
|
package/rollup.config.js
DELETED
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
import resolve from "@rollup/plugin-node-resolve";
|
|
2
|
-
import commonjs from "@rollup/plugin-commonjs";
|
|
3
|
-
import typescript from "@rollup/plugin-typescript";
|
|
4
|
-
//import typescript from 'rollup-plugin-typescript2';
|
|
5
|
-
import dts from "rollup-plugin-dts";
|
|
6
|
-
import terser from "@rollup/plugin-terser";
|
|
7
|
-
import peerDepsExternal from "rollup-plugin-peer-deps-external";
|
|
8
|
-
import generatePackageJson from "rollup-plugin-generate-package-json";
|
|
9
|
-
|
|
10
|
-
import fs from "fs"
|
|
11
|
-
import { readFile } from 'fs/promises';
|
|
12
|
-
|
|
13
|
-
const packageJson = JSON.parse(
|
|
14
|
-
await readFile(
|
|
15
|
-
new URL('./package.json', import.meta.url)
|
|
16
|
-
)
|
|
17
|
-
)
|
|
18
|
-
const plugins = [
|
|
19
|
-
peerDepsExternal(),
|
|
20
|
-
resolve(),
|
|
21
|
-
commonjs(),
|
|
22
|
-
typescript({
|
|
23
|
-
tsconfig: "./tsconfig.json"
|
|
24
|
-
}),
|
|
25
|
-
//terser(),
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
-
const getComponentsFolders = () => {
|
|
29
|
-
const dirs = fs.readdirSync("./src")
|
|
30
|
-
const dirsWithoutIndex = dirs.filter(name => !name.includes(".ts") && name != "styles" && name != "utils")
|
|
31
|
-
return dirsWithoutIndex
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
const component = (folder) => {
|
|
35
|
-
return {
|
|
36
|
-
input: `src/${folder}/index.ts`,
|
|
37
|
-
output: [
|
|
38
|
-
{
|
|
39
|
-
file: `dist/${folder}/index.esm.js`,
|
|
40
|
-
exports: 'named',
|
|
41
|
-
sourcemap: true,
|
|
42
|
-
format: 'esm',
|
|
43
|
-
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
file: `dist/${folder}/index.cjs.js`,
|
|
47
|
-
exports: 'named',
|
|
48
|
-
sourcemap: true,
|
|
49
|
-
format: 'cjs',
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
plugins: [
|
|
53
|
-
...plugins,
|
|
54
|
-
generatePackageJson({
|
|
55
|
-
baseContents: {
|
|
56
|
-
name: `${packageJson.name}/${folder}`,
|
|
57
|
-
private: false,
|
|
58
|
-
main: './index.cjs.js',
|
|
59
|
-
module: './index.esm.js',
|
|
60
|
-
types: './index.d.ts',
|
|
61
|
-
peerDependencies: packageJson.peerDependencies,
|
|
62
|
-
},
|
|
63
|
-
outputFolder: `dist/${folder}/`
|
|
64
|
-
}),
|
|
65
|
-
],
|
|
66
|
-
external: [/node_modules/, /\.\.\/utils/],
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export default [
|
|
71
|
-
{
|
|
72
|
-
input: ['src/index.ts', ...getComponentsFolders().map(folder => `src/${folder}/index.ts`)],
|
|
73
|
-
output: [
|
|
74
|
-
{
|
|
75
|
-
dir: "dist",
|
|
76
|
-
format: 'esm',
|
|
77
|
-
sourcemap: true,
|
|
78
|
-
exports: 'named',
|
|
79
|
-
banner: `'use client';`,
|
|
80
|
-
preserveModules: true,
|
|
81
|
-
preserveModulesRoot: 'src',
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
plugins: plugins,
|
|
85
|
-
external: ['react', 'react-dom'],
|
|
86
|
-
}
|
|
87
|
-
]
|
|
88
|
-
/*
|
|
89
|
-
{
|
|
90
|
-
input: ['src/index.ts', 'src/Button/index.ts'],
|
|
91
|
-
output: [
|
|
92
|
-
{
|
|
93
|
-
dir:"dist",
|
|
94
|
-
format: 'cjs',
|
|
95
|
-
sourcemap: true,
|
|
96
|
-
exports: 'named',
|
|
97
|
-
preserveModules: true,
|
|
98
|
-
preserveModulesRoot: 'src',
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
plugins: plugins,
|
|
102
|
-
external: ['react', 'react-dom'],
|
|
103
|
-
}
|
|
104
|
-
]
|
|
105
|
-
*/
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
/*
|
|
109
|
-
{
|
|
110
|
-
input: 'src/index.ts',
|
|
111
|
-
output: [
|
|
112
|
-
{
|
|
113
|
-
file: packageJson.main,
|
|
114
|
-
format: 'cjs',
|
|
115
|
-
sourcemap: true,
|
|
116
|
-
exports: 'named',
|
|
117
|
-
},
|
|
118
|
-
],
|
|
119
|
-
plugins: [...plugins],
|
|
120
|
-
external: ['react', 'react-dom'],
|
|
121
|
-
},
|
|
122
|
-
];
|
|
123
|
-
*/
|
|
124
|
-
|
|
125
|
-
/* Code split, works well but for intellisense
|
|
126
|
-
{
|
|
127
|
-
input: ['src/index.ts', 'src/Button/index.ts'],
|
|
128
|
-
output: [
|
|
129
|
-
{
|
|
130
|
-
dir: "dist",
|
|
131
|
-
format: 'esm',
|
|
132
|
-
sourcemap: true,
|
|
133
|
-
exports: 'named',
|
|
134
|
-
preserveModules: true,
|
|
135
|
-
},
|
|
136
|
-
],
|
|
137
|
-
plugins: [...plugins],
|
|
138
|
-
external: ['react', 'react-dom'],
|
|
139
|
-
|
|
140
|
-
*/
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import fs from "fs";
|
|
2
|
-
import { readFile } from 'fs/promises';
|
|
3
|
-
|
|
4
|
-
const packageJson = JSON.parse(
|
|
5
|
-
await readFile(
|
|
6
|
-
new URL('../package.json', import.meta.url)
|
|
7
|
-
)
|
|
8
|
-
)
|
|
9
|
-
|
|
10
|
-
const packageJsonTemplate = (folder) => {
|
|
11
|
-
return {
|
|
12
|
-
name: `${packageJson.name}/${folder}`,
|
|
13
|
-
private: false,
|
|
14
|
-
module: `./index.js`,
|
|
15
|
-
types: `./index.d.ts`,
|
|
16
|
-
peerDependencies: packageJson.peerDependencies,
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
const getComponentsFolders = () => {
|
|
21
|
-
const dirs = fs.readdirSync("./src")
|
|
22
|
-
const dirsWithoutIndex = dirs.filter(name => !name.includes(".ts") && name != "styles" && name != "utils")
|
|
23
|
-
return dirsWithoutIndex
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
const write = () => {
|
|
27
|
-
fs.writeFileSync(`./dist/package.json`, JSON.stringify(packageJson), 'utf-8')
|
|
28
|
-
const folders = getComponentsFolders()
|
|
29
|
-
folders.map(folder => {
|
|
30
|
-
//fs.mkdirSync(`./dist/${folder}`)
|
|
31
|
-
fs.writeFileSync(`./dist/${folder}/package.json`, JSON.stringify(packageJsonTemplate(folder)), 'utf-8', (error) => {
|
|
32
|
-
// 4
|
|
33
|
-
if (error) {
|
|
34
|
-
console.log(`WRITE ERROR: ${error}`)
|
|
35
|
-
} else {
|
|
36
|
-
// 5
|
|
37
|
-
console.log('FILE WRITTEN TO')
|
|
38
|
-
}
|
|
39
|
-
})
|
|
40
|
-
})
|
|
41
|
-
}
|
|
42
|
-
write()
|
package/src/Bar/Bar.tsx
DELETED
|
File without changes
|
package/src/Bar/Bar.type.ts
DELETED
package/src/Bar/index.ts
DELETED
|
File without changes
|
package/src/Button/Button.tsx
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from "react"
|
|
2
|
-
|
|
3
|
-
import { ButtonType } from "./Button.types"
|
|
4
|
-
|
|
5
|
-
const Button = forwardRef<HTMLButtonElement, ButtonType>( ({children, variant="primary", className, ...rest}, ref) => {
|
|
6
|
-
const variants = ["primary", "secondary", "success", "info", "warning", "danger", "dark", "light"] //["red", "blue", "yellow", "green", "purple"]
|
|
7
|
-
const variantTest = variants.find(variantTest => variantTest === variant) ? variant : "primary"
|
|
8
|
-
return(
|
|
9
|
-
<button ref={ref} type="button" className={`sg-button sg-button-${variantTest}${className ? "" : " "+className}`} {...rest}>
|
|
10
|
-
{children}
|
|
11
|
-
</button>
|
|
12
|
-
)
|
|
13
|
-
} )
|
|
14
|
-
|
|
15
|
-
Button.displayName = "Button"
|
|
16
|
-
|
|
17
|
-
export default Button
|
package/src/Button/index.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from "react"
|
|
2
|
-
import { ButtonGroupType } from "./ButtonGroup.types"
|
|
3
|
-
|
|
4
|
-
const ButtonGroup = forwardRef<HTMLDivElement, ButtonGroupType>( ({ children, className, vertical=false, ...restProps}, ref) => {
|
|
5
|
-
return (
|
|
6
|
-
<div ref={ref} role="group" className={`sg-button-group${vertical ? "-vertical" : ""}${className ? " "+className : ""}`} {...restProps}>
|
|
7
|
-
{children}
|
|
8
|
-
</div>
|
|
9
|
-
)
|
|
10
|
-
})
|
|
11
|
-
|
|
12
|
-
ButtonGroup.displayName = "ButtonGroup"
|
|
13
|
-
|
|
14
|
-
export default ButtonGroup
|
package/src/ButtonGroup/index.ts
DELETED
package/src/Card/Card.tsx
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from "react"
|
|
2
|
-
|
|
3
|
-
import { CardBodyType, CardFooterType, CardHeaderType, CardTextType, CardType } from "./Card.types"
|
|
4
|
-
|
|
5
|
-
const Card = forwardRef<HTMLDivElement, CardType>( ({children, className, variant, inverted=false,...restProps}, ref) => {
|
|
6
|
-
return (
|
|
7
|
-
<div ref={ref} className={`sg-card${className ? " "+className:""}${variant ? " "+variant:""}${inverted ? " inverted":""}`} {...restProps}>
|
|
8
|
-
{children}
|
|
9
|
-
</div>
|
|
10
|
-
)
|
|
11
|
-
})
|
|
12
|
-
Card.displayName = "Card"
|
|
13
|
-
|
|
14
|
-
const Header = forwardRef<HTMLDivElement | HTMLHeadingElement | HTMLSpanElement, CardHeaderType>( ({as="div", className, children, ...restProps}, ref) => {
|
|
15
|
-
let validAs = ["div", "span", "h1", "h2", "h3", "h4", "h5", "h6"]
|
|
16
|
-
let Component = validAs.find(valid => valid === as) ? as : "div"
|
|
17
|
-
|
|
18
|
-
return (
|
|
19
|
-
<Component ref={ref} className={`sg-card-header ${className}`} {...restProps}>
|
|
20
|
-
{children}
|
|
21
|
-
</Component>
|
|
22
|
-
)
|
|
23
|
-
})
|
|
24
|
-
Header.displayName = "CardHeader"
|
|
25
|
-
|
|
26
|
-
const Title = forwardRef<HTMLHeadingElement, CardHeaderType>(({as="h5", className, children, ...restProps}, ref) => {
|
|
27
|
-
let validAs = ["h1", "h2", "h3", "h4", "h5", "h6"]
|
|
28
|
-
let Component = validAs.find(valid => valid === as) ? as : "h5"
|
|
29
|
-
return (
|
|
30
|
-
<Component ref={ref} className={`sg-card-title${className ? " "+className : ""}`} {...restProps}>
|
|
31
|
-
{children}
|
|
32
|
-
</Component>
|
|
33
|
-
)
|
|
34
|
-
})
|
|
35
|
-
Title.displayName = "CardTitle"
|
|
36
|
-
|
|
37
|
-
const Body = forwardRef<HTMLDivElement, CardBodyType>( ({children, className, ...restProps}, ref) => {
|
|
38
|
-
return (
|
|
39
|
-
<div ref={ref} className={`sg-card-body ${className}`} {...restProps}>
|
|
40
|
-
{children}
|
|
41
|
-
</div>
|
|
42
|
-
)
|
|
43
|
-
})
|
|
44
|
-
Body.displayName = "CardBody"
|
|
45
|
-
|
|
46
|
-
const Text = forwardRef<HTMLParagraphElement, CardTextType>( ({children, className, ...restProps}, ref) => {
|
|
47
|
-
return (
|
|
48
|
-
<p ref={ref} className={`sg-card-text ${className}`} {...restProps}>
|
|
49
|
-
{children}
|
|
50
|
-
</p>
|
|
51
|
-
)
|
|
52
|
-
})
|
|
53
|
-
Text.displayName = "CardText"
|
|
54
|
-
|
|
55
|
-
const Footer = forwardRef<HTMLDivElement, CardFooterType>( ({children, className, ...restProps}, ref) => {
|
|
56
|
-
return (
|
|
57
|
-
<div ref={ref} className={`sg-card-footer ${className}`} {...restProps}>
|
|
58
|
-
{children}
|
|
59
|
-
</div>
|
|
60
|
-
)
|
|
61
|
-
})
|
|
62
|
-
Footer.displayName = "CardFooter"
|
|
63
|
-
|
|
64
|
-
export default Object.assign(Card, {
|
|
65
|
-
Header: Header,
|
|
66
|
-
Body: Body,
|
|
67
|
-
Title: Title,
|
|
68
|
-
Text: Text,
|
|
69
|
-
Footer: Footer
|
|
70
|
-
})
|
package/src/Card/Card.types.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react"
|
|
2
|
-
|
|
3
|
-
import { BaseDivType, BaseHeadingType, BaseSpanType, BaseParagraphType } from "../utils/BaseTypes"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export type CardType = {
|
|
7
|
-
children: ReactNode,
|
|
8
|
-
className?: string,
|
|
9
|
-
variant?: string,
|
|
10
|
-
inverted?: boolean
|
|
11
|
-
} & BaseDivType
|
|
12
|
-
|
|
13
|
-
export type CardHeaderPossible = BaseDivType | BaseSpanType | BaseHeadingType
|
|
14
|
-
export type CardHeaderType = {
|
|
15
|
-
children: ReactNode,
|
|
16
|
-
className?: string,
|
|
17
|
-
as?: React.ElementType
|
|
18
|
-
} & CardHeaderPossible
|
|
19
|
-
|
|
20
|
-
export type CardBodyType = {
|
|
21
|
-
children: ReactNode,
|
|
22
|
-
className?: string
|
|
23
|
-
} & BaseDivType
|
|
24
|
-
|
|
25
|
-
export type CardTextType = {
|
|
26
|
-
children: ReactNode,
|
|
27
|
-
className?: string
|
|
28
|
-
} & BaseParagraphType
|
|
29
|
-
|
|
30
|
-
export type CardFooterType = {
|
|
31
|
-
children: ReactNode,
|
|
32
|
-
className?: string,
|
|
33
|
-
} & BaseDivType
|
package/src/Card/index.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from "react"
|
|
2
|
-
|
|
3
|
-
import { CloseButtonType } from "./CloseButton.types"
|
|
4
|
-
|
|
5
|
-
const CloseButton = forwardRef<HTMLButtonElement, CloseButtonType>( ({className, variant = false, ...restProps}, ref) => {
|
|
6
|
-
return (
|
|
7
|
-
<button ref={ref} className={`sg-button-close${variant ? " sg-button-close-white" : ""} ${className}`} {...restProps}>
|
|
8
|
-
<span className="sg-close-visually-hidden-label">Close</span>
|
|
9
|
-
</button>
|
|
10
|
-
)
|
|
11
|
-
})
|
|
12
|
-
CloseButton.displayName = "CloseButton"
|
|
13
|
-
|
|
14
|
-
export default CloseButton
|
package/src/CloseButton/index.ts
DELETED