@flightlesslabs/dodo-ui 0.19.1 → 1.0.0--beta-2
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/README.md +12 -0
- package/dist/{stories/Home.mdx → Home.mdx} +7 -20
- package/dist/attributes/color.d.ts +11 -0
- package/dist/attributes/color.js +13 -0
- package/dist/attributes/roundness.d.ts +12 -0
- package/dist/attributes/roundness.js +9 -0
- package/dist/attributes/size.d.ts +6 -0
- package/dist/attributes/size.js +5 -0
- package/dist/attributes/variant.d.ts +6 -0
- package/dist/attributes/variant.js +5 -0
- package/dist/components/Form/Button/Button.scss +164 -0
- package/dist/components/Form/Button/Button.stories.svelte +148 -0
- package/dist/{stories/components → components}/Form/Button/Button.stories.svelte.d.ts +3 -2
- package/dist/components/Form/Button/Button.svelte +53 -0
- package/dist/components/Form/Button/Button.svelte.d.ts +76 -0
- package/dist/components/Form/InputEnclosure/InputAffix.svelte +21 -0
- package/dist/components/Form/InputEnclosure/InputAffix.svelte.d.ts +26 -0
- package/dist/components/Form/InputEnclosure/InputEnclosure.scss +105 -0
- package/dist/components/Form/InputEnclosure/InputEnclosure.stories.svelte +126 -0
- package/dist/{stories/developer tools/components/InputEnclosure/InputEnclosure.stories.svelte.d.ts → components/Form/InputEnclosure/InputEnclosure.stories.svelte.d.ts} +3 -2
- package/dist/components/Form/InputEnclosure/InputEnclosure.svelte +42 -0
- package/dist/components/Form/InputEnclosure/InputEnclosure.svelte.d.ts +64 -0
- package/dist/components/Form/TextInput/TextInput.scss +34 -0
- package/dist/components/Form/TextInput/TextInput.stories.svelte +148 -0
- package/dist/{stories/components → components}/Form/TextInput/TextInput.stories.svelte.d.ts +3 -2
- package/dist/components/Form/TextInput/TextInput.svelte +44 -0
- package/dist/components/Form/TextInput/TextInput.svelte.d.ts +67 -0
- package/dist/components/Form/index.d.ts +3 -0
- package/dist/components/Form/index.js +3 -0
- package/dist/index.d.ts +15 -128
- package/dist/index.js +15 -77
- package/dist/styles/scss/mixins/_button-color.scss +140 -0
- package/package.json +38 -38
- package/src/lib/Home.mdx +59 -0
- package/src/lib/attributes/color.ts +19 -0
- package/src/lib/attributes/roundness.ts +14 -0
- package/src/lib/attributes/size.ts +8 -0
- package/src/lib/attributes/variant.ts +8 -0
- package/src/lib/components/Form/Button/Button.scss +164 -0
- package/src/lib/components/Form/Button/Button.stories.svelte +156 -0
- package/src/lib/components/Form/Button/Button.svelte +165 -0
- package/src/lib/components/Form/InputEnclosure/InputAffix.svelte +52 -0
- package/src/lib/components/Form/InputEnclosure/InputEnclosure.scss +105 -0
- package/src/lib/components/Form/InputEnclosure/InputEnclosure.stories.svelte +136 -0
- package/src/lib/components/Form/InputEnclosure/InputEnclosure.svelte +132 -0
- package/src/lib/components/Form/TextInput/TextInput.scss +34 -0
- package/src/lib/components/Form/TextInput/TextInput.stories.svelte +159 -0
- package/src/lib/components/Form/TextInput/TextInput.svelte +141 -0
- package/src/lib/components/Form/index.ts +18 -0
- package/src/lib/index.ts +22 -231
- package/src/lib/styles/scss/mixins/_button-color.scss +140 -0
- package/dist/stories/assets/dark-theme-toggle.png +0 -0
- package/dist/stories/components/Form/Button/Button.stories.svelte +0 -57
- package/dist/stories/components/Form/Button/Button.svelte +0 -500
- package/dist/stories/components/Form/Button/Button.svelte.d.ts +0 -74
- package/dist/stories/components/Form/Button/Color/Color.stories.svelte +0 -43
- package/dist/stories/components/Form/Button/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/Events/Events.stories.svelte +0 -34
- package/dist/stories/components/Form/Button/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Button/IconButton/IconButton.stories.svelte +0 -43
- package/dist/stories/components/Form/Button/IconButton/IconButton.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/Roundness/Roundness.stories.svelte +0 -23
- package/dist/stories/components/Form/Button/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/Button/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/Variant/Variant.stories.svelte +0 -18
- package/dist/stories/components/Form/Button/Variant/Variant.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/utils/scss/mixins.scss +0 -86
- package/dist/stories/components/Form/Checkbox/Checkbox.stories.svelte +0 -39
- package/dist/stories/components/Form/Checkbox/Checkbox.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Checkbox/Checkbox.svelte +0 -452
- package/dist/stories/components/Form/Checkbox/Checkbox.svelte.d.ts +0 -42
- package/dist/stories/components/Form/Checkbox/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Form/Checkbox/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Checkbox/Customize/Customize.stories.svelte +0 -27
- package/dist/stories/components/Form/Checkbox/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Checkbox/Events/Events.stories.svelte +0 -35
- package/dist/stories/components/Form/Checkbox/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Checkbox/Roundness/Roundness.stories.svelte +0 -22
- package/dist/stories/components/Form/Checkbox/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Checkbox/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/Checkbox/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Checkbox/utils/scss/mixins.scss +0 -80
- package/dist/stories/components/Form/DatePicker/Color/Color.stories.svelte +0 -44
- package/dist/stories/components/Form/DatePicker/Color/Color.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Controls/Controls.stories.svelte +0 -55
- package/dist/stories/components/Form/DatePicker/Controls/Controls.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Customize/Customize.stories.svelte +0 -164
- package/dist/stories/components/Form/DatePicker/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/DatePicker.stories.svelte +0 -102
- package/dist/stories/components/Form/DatePicker/DatePicker.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/DatePicker/DatePicker.svelte +0 -298
- package/dist/stories/components/Form/DatePicker/DatePicker.svelte.d.ts +0 -217
- package/dist/stories/components/Form/DatePicker/Events/Events.stories.svelte +0 -139
- package/dist/stories/components/Form/DatePicker/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/FilterDates/FilterDates.stories.svelte +0 -58
- package/dist/stories/components/Form/DatePicker/FilterDates/FilterDates.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Positions/AutoPosition/AutoPosition.stories.svelte +0 -43
- package/dist/stories/components/Form/DatePicker/Positions/AutoPosition/AutoPosition.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Positions/Positions.stories.svelte +0 -54
- package/dist/stories/components/Form/DatePicker/Positions/Positions.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Roundness/Roundness.stories.svelte +0 -35
- package/dist/stories/components/Form/DatePicker/Roundness/Roundness.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Size/Size.stories.svelte +0 -38
- package/dist/stories/components/Form/DatePicker/Size/Size.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/WithIcon/WithIcon.stories.svelte +0 -38
- package/dist/stories/components/Form/DatePicker/WithIcon/WithIcon.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/FormControl/FormControl.stories.svelte +0 -26
- package/dist/stories/components/Form/FormControl/FormControl.stories.svelte.d.ts +0 -19
- package/dist/stories/components/Form/FormControl/FormControl.svelte +0 -32
- package/dist/stories/components/Form/FormControl/FormControl.svelte.d.ts +0 -20
- package/dist/stories/components/Form/Label/Label.stories.svelte +0 -11
- package/dist/stories/components/Form/Label/Label.stories.svelte.d.ts +0 -19
- package/dist/stories/components/Form/Label/Label.svelte +0 -20
- package/dist/stories/components/Form/Label/Label.svelte.d.ts +0 -16
- package/dist/stories/components/Form/Message/Color/Color.stories.svelte +0 -36
- package/dist/stories/components/Form/Message/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Message/Message.stories.svelte +0 -23
- package/dist/stories/components/Form/Message/Message.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Message/Message.svelte +0 -48
- package/dist/stories/components/Form/Message/Message.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Message/Size/Size.stories.svelte +0 -22
- package/dist/stories/components/Form/Message/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/NumericInput/Events/Events.stories.svelte +0 -126
- package/dist/stories/components/Form/NumericInput/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/NumericInput/NumericInput.stories.svelte +0 -79
- package/dist/stories/components/Form/NumericInput/NumericInput.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/NumericInput/NumericInput.svelte +0 -162
- package/dist/stories/components/Form/NumericInput/NumericInput.svelte.d.ts +0 -69
- package/dist/stories/components/Form/NumericInput/Roundness/Roundness.stories.svelte +0 -20
- package/dist/stories/components/Form/NumericInput/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/NumericInput/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/NumericInput/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/NumericInput/Validation/Validation.stories.svelte +0 -84
- package/dist/stories/components/Form/NumericInput/Validation/Validation.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/NumericInput/WithIcon/WithIcon.stories.svelte +0 -31
- package/dist/stories/components/Form/NumericInput/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/PasswordInput/Events/Events.stories.svelte +0 -125
- package/dist/stories/components/Form/PasswordInput/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/PasswordInput/PasswordInput.stories.svelte +0 -54
- package/dist/stories/components/Form/PasswordInput/PasswordInput.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/PasswordInput/PasswordInput.svelte +0 -100
- package/dist/stories/components/Form/PasswordInput/PasswordInput.svelte.d.ts +0 -69
- package/dist/stories/components/Form/PasswordInput/Roundness/Roundness.stories.svelte +0 -20
- package/dist/stories/components/Form/PasswordInput/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/PasswordInput/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/PasswordInput/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/PasswordInput/WithIcon/WithIcon.stories.svelte +0 -31
- package/dist/stories/components/Form/PasswordInput/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Radio/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Form/Radio/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Radio/Events/Events.stories.svelte +0 -32
- package/dist/stories/components/Form/Radio/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Radio/Radio.stories.svelte +0 -39
- package/dist/stories/components/Form/Radio/Radio.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Radio/Radio.svelte +0 -412
- package/dist/stories/components/Form/Radio/Radio.svelte.d.ts +0 -36
- package/dist/stories/components/Form/Radio/Roundness/Roundness.stories.svelte +0 -22
- package/dist/stories/components/Form/Radio/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Radio/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/Radio/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Radio/utils/scss/mixins.scss +0 -85
- package/dist/stories/components/Form/RangeSlider/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Form/RangeSlider/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/RangeSlider/Events/Events.stories.svelte +0 -59
- package/dist/stories/components/Form/RangeSlider/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/RangeSlider/RangeSlider.stories.svelte +0 -64
- package/dist/stories/components/Form/RangeSlider/RangeSlider.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/RangeSlider/RangeSlider.svelte +0 -538
- package/dist/stories/components/Form/RangeSlider/RangeSlider.svelte.d.ts +0 -48
- package/dist/stories/components/Form/RangeSlider/Roundness/Roundness.stories.svelte +0 -30
- package/dist/stories/components/Form/RangeSlider/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/RangeSlider/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/RangeSlider/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/RangeSlider/WithIcon/WithIcon.stories.svelte +0 -30
- package/dist/stories/components/Form/RangeSlider/WithIcon/WithIcon.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/RangeSlider/utils/scss/mixins.scss +0 -91
- package/dist/stories/components/Form/Search/Events/Events.stories.svelte +0 -137
- package/dist/stories/components/Form/Search/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Search/Roundness/Roundness.stories.svelte +0 -21
- package/dist/stories/components/Form/Search/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Search/Search.stories.svelte +0 -40
- package/dist/stories/components/Form/Search/Search.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Search/Search.svelte +0 -142
- package/dist/stories/components/Form/Search/Search.svelte.d.ts +0 -66
- package/dist/stories/components/Form/Search/SearchIcon/SearchIcon.stories.svelte +0 -27
- package/dist/stories/components/Form/Search/SearchIcon/SearchIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Search/Size/Size.stories.svelte +0 -17
- package/dist/stories/components/Form/Search/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Search/WithIcon/WithIcon.stories.svelte +0 -47
- package/dist/stories/components/Form/Search/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Select/Customize/Customize.stories.svelte +0 -135
- package/dist/stories/components/Form/Select/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/DropDownArrow/DropDownArrow.stories.svelte +0 -59
- package/dist/stories/components/Form/Select/DropDownArrow/DropDownArrow.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Events/Events.stories.svelte +0 -165
- package/dist/stories/components/Form/Select/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Options/OptionFormat.mdx +0 -40
- package/dist/stories/components/Form/Select/Positions/AutoPosition/AutoPosition.stories.svelte +0 -54
- package/dist/stories/components/Form/Select/Positions/AutoPosition/AutoPosition.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Positions/Positions.stories.svelte +0 -83
- package/dist/stories/components/Form/Select/Positions/Positions.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Roundness/Roundness.stories.svelte +0 -28
- package/dist/stories/components/Form/Select/Roundness/Roundness.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Select.stories.svelte +0 -118
- package/dist/stories/components/Form/Select/Select.stories.svelte.d.ts +0 -22
- package/dist/stories/components/Form/Select/Select.svelte +0 -272
- package/dist/stories/components/Form/Select/Select.svelte.d.ts +0 -108
- package/dist/stories/components/Form/Select/Size/Size.stories.svelte +0 -24
- package/dist/stories/components/Form/Select/Size/Size.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/WithIcon/WithIcon.stories.svelte +0 -39
- package/dist/stories/components/Form/Select/WithIcon/WithIcon.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/TextInput/Events/Events.stories.svelte +0 -119
- package/dist/stories/components/Form/TextInput/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/TextInput/Roundness/Roundness.stories.svelte +0 -21
- package/dist/stories/components/Form/TextInput/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/TextInput/Size/Size.stories.svelte +0 -17
- package/dist/stories/components/Form/TextInput/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/TextInput/TextInput.stories.svelte +0 -39
- package/dist/stories/components/Form/TextInput/TextInput.svelte +0 -61
- package/dist/stories/components/Form/TextInput/TextInput.svelte.d.ts +0 -73
- package/dist/stories/components/Form/TextInput/WithIcon/WithIcon.stories.svelte +0 -47
- package/dist/stories/components/Form/TextInput/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Toggle/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Form/Toggle/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Toggle/Events/Events.stories.svelte +0 -35
- package/dist/stories/components/Form/Toggle/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Toggle/Roundness/Roundness.stories.svelte +0 -22
- package/dist/stories/components/Form/Toggle/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Toggle/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/Toggle/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Toggle/Toggle.stories.svelte +0 -37
- package/dist/stories/components/Form/Toggle/Toggle.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Toggle/Toggle.svelte +0 -359
- package/dist/stories/components/Form/Toggle/Toggle.svelte.d.ts +0 -36
- package/dist/stories/components/Form/Toggle/utils/scss/mixins.scss +0 -68
- package/dist/stories/components/Info/Calendar/Calendar.stories.svelte +0 -115
- package/dist/stories/components/Info/Calendar/Calendar.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/Calendar.svelte +0 -205
- package/dist/stories/components/Info/Calendar/Calendar.svelte.d.ts +0 -143
- package/dist/stories/components/Info/Calendar/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/Controls/Controls.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/Controls/Controls.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/Customize/Customize.stories.svelte +0 -158
- package/dist/stories/components/Info/Calendar/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/Events/Events.stories.svelte +0 -117
- package/dist/stories/components/Info/Calendar/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/FilterDates/FilterDates.stories.svelte +0 -67
- package/dist/stories/components/Info/Calendar/FilterDates/FilterDates.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.svelte +0 -143
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.svelte.d.ts +0 -72
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.stories.svelte +0 -53
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.svelte +0 -93
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.svelte.d.ts +0 -49
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Customize/Customize.stories.svelte +0 -28
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Events/Events.stories.svelte +0 -22
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/NameTypes/NameTypes.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/NameTypes/NameTypes.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Roundness/Roundness.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.stories.svelte +0 -32
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.svelte +0 -65
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.svelte.d.ts +0 -38
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Customize/Customize.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Events/Events.stories.svelte +0 -34
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/NavigationButton.svelte +0 -38
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/NavigationButton.svelte.d.ts +0 -32
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.stories.svelte +0 -53
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.svelte +0 -71
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.svelte.d.ts +0 -38
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Customize/Customize.stories.svelte +0 -28
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Events/Events.stories.svelte +0 -22
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Roundness/Roundness.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Controls/Controls.stories.svelte +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Controls/Controls.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Customize/Customize.stories.svelte +0 -67
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Events/Events.stories.svelte +0 -58
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.stories.svelte +0 -71
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.svelte +0 -570
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.svelte.d.ts +0 -43
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Color/Color.stories.svelte +0 -41
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Customize/Customize.stories.svelte +0 -43
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Events/Events.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Roundness/Roundness.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Size/Size.stories.svelte +0 -24
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/SpecialChips/SpecialChips.stories.svelte +0 -96
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/SpecialChips/SpecialChips.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/utils/scss/mixins.scss +0 -107
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.stories.svelte +0 -99
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.svelte +0 -109
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.svelte.d.ts +0 -69
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.stories.svelte +0 -34
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.svelte +0 -100
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.svelte.d.ts +0 -35
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/Customize/Customize.stories.svelte +0 -30
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/NameTypes/NameTypes.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/NameTypes/NameTypes.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/WeekDay.svelte +0 -50
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/WeekDay.svelte.d.ts +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Customize/Customize.stories.svelte +0 -66
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Events/Events.stories.svelte +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.stories.svelte +0 -36
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.svelte +0 -457
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.svelte.d.ts +0 -33
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Color/Color.stories.svelte +0 -29
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Customize/Customize.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Events/Events.stories.svelte +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Roundness/Roundness.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Size/Size.stories.svelte +0 -19
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/utils/scss/mixins.scss +0 -91
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.stories.svelte +0 -41
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.svelte +0 -64
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.svelte.d.ts +0 -35
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Color/Color.stories.svelte +0 -22
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Customize/Customize.stories.svelte +0 -34
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Events/Events.stories.svelte +0 -29
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Size/Size.stories.svelte +0 -19
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.stories.svelte +0 -37
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.svelte +0 -441
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.svelte.d.ts +0 -32
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Color/Color.stories.svelte +0 -30
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Customize/Customize.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Events/Events.stories.svelte +0 -22
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Roundness/Roundness.stories.svelte +0 -27
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/utils/scss/mixins.scss +0 -87
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.stories.svelte +0 -35
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.svelte +0 -83
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.svelte.d.ts +0 -36
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Customize/Customize.stories.svelte +0 -34
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Events/Events.stories.svelte +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/utils/createDateOfMonth/createDateOfMonth.d.ts +0 -27
- package/dist/stories/components/Info/Calendar/utils/createDateOfMonth/createDateOfMonth.js +0 -73
- package/dist/stories/components/Info/Calendar/utils/createDateOfMonth/index.mdx +0 -121
- package/dist/stories/components/Info/Calendar/utils/getDatesOfMonth/getDatesOfMonth.d.ts +0 -10
- package/dist/stories/components/Info/Calendar/utils/getDatesOfMonth/getDatesOfMonth.js +0 -81
- package/dist/stories/components/Info/Calendar/utils/getDatesOfMonth/index.mdx +0 -37
- package/dist/stories/components/Info/Calendar/utils/types.d.ts +0 -32
- package/dist/stories/components/Info/Calendar/utils/types.js +0 -25
- package/dist/stories/components/Layout/Accordian/Accordian.stories.svelte +0 -52
- package/dist/stories/components/Layout/Accordian/Accordian.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Accordian/Accordian.svelte +0 -121
- package/dist/stories/components/Layout/Accordian/Accordian.svelte.d.ts +0 -34
- package/dist/stories/components/Layout/Accordian/Customize/Customize.stories.svelte +0 -69
- package/dist/stories/components/Layout/Accordian/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Accordian/Events/Events.stories.svelte +0 -30
- package/dist/stories/components/Layout/Accordian/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Accordian/Size/Size.stories.svelte +0 -48
- package/dist/stories/components/Layout/Accordian/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Grid/Column/Column.stories.svelte +0 -18
- package/dist/stories/components/Layout/Grid/Column/Column.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Grid/Column/Column.svelte +0 -73
- package/dist/stories/components/Layout/Grid/Column/Column.svelte.d.ts +0 -24
- package/dist/stories/components/Layout/Grid/Grid.stories.svelte +0 -179
- package/dist/stories/components/Layout/Grid/Grid.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Grid/Grid.svelte +0 -24
- package/dist/stories/components/Layout/Grid/Grid.svelte.d.ts +0 -16
- package/dist/stories/components/Layout/Grid/Row/Row.stories.svelte +0 -19
- package/dist/stories/components/Layout/Grid/Row/Row.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Grid/Row/Row.svelte +0 -20
- package/dist/stories/components/Layout/Grid/Row/Row.svelte.d.ts +0 -12
- package/dist/stories/components/Layout/Menu/DynamicMenu/Customize/Customize.stories.svelte +0 -28
- package/dist/stories/components/Layout/Menu/DynamicMenu/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.stories.svelte +0 -51
- package/dist/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.stories.svelte.d.ts +0 -22
- package/dist/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.svelte +0 -129
- package/dist/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.svelte.d.ts +0 -81
- package/dist/stories/components/Layout/Menu/DynamicMenu/Events/Events.stories.svelte +0 -46
- package/dist/stories/components/Layout/Menu/DynamicMenu/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Menu/DynamicMenu/KeybaordNavigation/KeybaordNavigation.stories.svelte +0 -27
- package/dist/stories/components/Layout/Menu/DynamicMenu/KeybaordNavigation/KeybaordNavigation.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Menu/DynamicMenu/Options/OptionFormat.mdx +0 -72
- package/dist/stories/components/Layout/Menu/Menu.stories.svelte +0 -65
- package/dist/stories/components/Layout/Menu/Menu.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Menu/Menu.svelte +0 -30
- package/dist/stories/components/Layout/Menu/Menu.svelte.d.ts +0 -23
- package/dist/stories/components/Layout/Menu/MenuItem/MenuItem.stories.svelte +0 -30
- package/dist/stories/components/Layout/Menu/MenuItem/MenuItem.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Menu/MenuItem/MenuItem.svelte +0 -164
- package/dist/stories/components/Layout/Menu/MenuItem/MenuItem.svelte.d.ts +0 -49
- package/dist/stories/components/Layout/Menu/MenuItem/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Layout/Menu/MenuItem/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Menu/MenuItem/Type/Type.stories.svelte +0 -21
- package/dist/stories/components/Layout/Menu/MenuItem/Type/Type.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Menu/Size/Size.stories.svelte +0 -37
- package/dist/stories/components/Layout/Menu/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Paper/Color/Color.stories.svelte +0 -63
- package/dist/stories/components/Layout/Paper/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Paper/Paper.stories.svelte +0 -46
- package/dist/stories/components/Layout/Paper/Paper.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Paper/Paper.svelte +0 -250
- package/dist/stories/components/Layout/Paper/Paper.svelte.d.ts +0 -38
- package/dist/stories/components/Layout/Paper/Roundness/Roundness.stories.svelte +0 -25
- package/dist/stories/components/Layout/Paper/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Paper/Shadow/Shadow.stories.svelte +0 -24
- package/dist/stories/components/Layout/Paper/Shadow/Shadow.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Paper/utils/scss/mixins.scss +0 -46
- package/dist/stories/components/Layout/Separator/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Layout/Separator/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Separator/Separator.stories.svelte +0 -26
- package/dist/stories/components/Layout/Separator/Separator.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Separator/Separator.svelte +0 -66
- package/dist/stories/components/Layout/Separator/Separator.svelte.d.ts +0 -22
- package/dist/stories/components/Layout/Separator/utils/scss/mixins.scss +0 -24
- package/dist/stories/developer tools/Intro.mdx +0 -10
- package/dist/stories/developer tools/components/DynamicInput/DynamicInput.stories.svelte +0 -49
- package/dist/stories/developer tools/components/DynamicInput/DynamicInput.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/DynamicInput/DynamicInput.svelte +0 -111
- package/dist/stories/developer tools/components/DynamicInput/DynamicInput.svelte.d.ts +0 -71
- package/dist/stories/developer tools/components/DynamicInput/Events/Events.stories.svelte +0 -115
- package/dist/stories/developer tools/components/DynamicInput/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/developer tools/components/DynamicInput/Size/Size.stories.svelte +0 -17
- package/dist/stories/developer tools/components/DynamicInput/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/InputEnclosure/InputEnclosure.stories.svelte +0 -34
- package/dist/stories/developer tools/components/InputEnclosure/InputEnclosure.svelte +0 -124
- package/dist/stories/developer tools/components/InputEnclosure/InputEnclosure.svelte.d.ts +0 -30
- package/dist/stories/developer tools/components/InputEnclosure/Roundness/Roundness.stories.svelte +0 -20
- package/dist/stories/developer tools/components/InputEnclosure/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/InputEnclosure/Size/Size.stories.svelte +0 -16
- package/dist/stories/developer tools/components/InputEnclosure/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/InputEnclosure/WithIcon/WithIcon.stories.svelte +0 -47
- package/dist/stories/developer tools/components/InputEnclosure/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/Popper/Popper.stories.svelte +0 -135
- package/dist/stories/developer tools/components/Popper/Popper.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/Popper/Popper.svelte +0 -73
- package/dist/stories/developer tools/components/Popper/Popper.svelte.d.ts +0 -52
- package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.stories.svelte +0 -60
- package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.svelte +0 -80
- package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.svelte.d.ts +0 -36
- package/dist/stories/developer tools/components/Popper/PopperPopup/utils/getPopupPosition.d.ts +0 -23
- package/dist/stories/developer tools/components/Popper/PopperPopup/utils/getPopupPosition.js +0 -79
- package/dist/stories/developer tools/components/Popper/Positions/AutoPosition/AutoPosition.stories.svelte +0 -89
- package/dist/stories/developer tools/components/Popper/Positions/AutoPosition/AutoPosition.stories.svelte.d.ts +0 -18
- package/dist/stories/developer tools/components/Popper/Positions/Positions.stories.svelte +0 -111
- package/dist/stories/developer tools/components/Popper/Positions/Positions.stories.svelte.d.ts +0 -18
- package/dist/stories/developer tools/components/UtilityButton/Size/Size.stories.svelte +0 -25
- package/dist/stories/developer tools/components/UtilityButton/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/UtilityButton/UtilityButton.stories.svelte +0 -26
- package/dist/stories/developer tools/components/UtilityButton/UtilityButton.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/UtilityButton/UtilityButton.svelte +0 -82
- package/dist/stories/developer tools/components/UtilityButton/UtilityButton.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/UtilityIcon/Size/Size.stories.svelte +0 -25
- package/dist/stories/developer tools/components/UtilityIcon/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/UtilityIcon/UtilityIcon.stories.svelte +0 -26
- package/dist/stories/developer tools/components/UtilityIcon/UtilityIcon.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/UtilityIcon/UtilityIcon.svelte +0 -58
- package/dist/stories/developer tools/components/UtilityIcon/UtilityIcon.svelte.d.ts +0 -19
- package/dist/stories/developer tools/customize/AutoCustomize/AutoCustomize.mdx +0 -4
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorButton.svelte +0 -42
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorButton.svelte.d.ts +0 -8
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorTool.svelte +0 -21
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorTool.svelte.d.ts +0 -9
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/Config.svelte +0 -144
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/Config.svelte.d.ts +0 -18
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/Export.svelte +0 -123
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/Export.svelte.d.ts +0 -18
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ValueSilder/ValueSilder.svelte +0 -32
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ValueSilder/ValueSilder.svelte.d.ts +0 -11
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Preview/Preview.svelte +0 -192
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Preview/Preview.svelte.d.ts +0 -3
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Tool.stories.svelte +0 -9
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Tool.stories.svelte.d.ts +0 -19
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Tool.svelte +0 -13
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Tool.svelte.d.ts +0 -18
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/helpers/download-file.d.ts +0 -1
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/helpers/download-file.js +0 -10
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/stores/config.svelte.d.ts +0 -27
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/stores/config.svelte.js +0 -70
- package/dist/stories/developer tools/customize/Intro.mdx +0 -8
- package/dist/stories/developer tools/directives/clickOutside/clickOutside.d.ts +0 -3
- package/dist/stories/developer tools/directives/clickOutside/clickOutside.js +0 -14
- package/dist/stories/developer tools/directives/clickOutside/index.mdx +0 -25
- package/dist/stories/developer tools/directives/drag/drag.d.ts +0 -3
- package/dist/stories/developer tools/directives/drag/drag.js +0 -40
- package/dist/stories/developer tools/helpers/Numbers/cleanNumericString/cleanNumericString.d.ts +0 -13
- package/dist/stories/developer tools/helpers/Numbers/cleanNumericString/cleanNumericString.js +0 -26
- package/dist/stories/developer tools/helpers/Numbers/cleanNumericString/index.mdx +0 -20
- package/dist/stories/developer tools/helpers/Numbers/isValidNumberValue/index.mdx +0 -71
- package/dist/stories/developer tools/helpers/Numbers/isValidNumberValue/isValidNumberValue.d.ts +0 -51
- package/dist/stories/developer tools/helpers/Numbers/isValidNumberValue/isValidNumberValue.js +0 -96
- package/dist/stories/developer tools/helpers/Time/getMoment/getMoment.d.ts +0 -39
- package/dist/stories/developer tools/helpers/Time/getMoment/getMoment.js +0 -33
- package/dist/stories/developer tools/helpers/Time/getMoment/index.mdx +0 -45
- package/dist/stories/developer tools/helpers/logger/index.mdx +0 -63
- package/dist/stories/developer tools/helpers/logger/logger.d.ts +0 -24
- package/dist/stories/developer tools/helpers/logger/logger.js +0 -31
- package/dist/stories/developer tools/philosophy/Colors/Colors.mdx +0 -43
- package/dist/stories/developer tools/philosophy/Colors/Colors.stories.svelte +0 -20
- package/dist/stories/developer tools/philosophy/Colors/Colors.stories.svelte.d.ts +0 -19
- package/dist/stories/developer tools/philosophy/Colors/Colors.svelte +0 -33
- package/dist/stories/developer tools/philosophy/Colors/Colors.svelte.d.ts +0 -6
- package/dist/stories/developer tools/philosophy/Colors/Opacity.stories.svelte +0 -9
- package/dist/stories/developer tools/philosophy/Colors/Opacity.stories.svelte.d.ts +0 -19
- package/dist/stories/developer tools/philosophy/Colors/Opacity.svelte +0 -20
- package/dist/stories/developer tools/philosophy/Colors/Opacity.svelte.d.ts +0 -18
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Palette.svelte +0 -37
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Palette.svelte.d.ts +0 -6
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Swatch.svelte +0 -24
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Swatch.svelte.d.ts +0 -8
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Swatches.svelte +0 -43
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Swatches.svelte.d.ts +0 -8
- package/dist/stories/developer tools/philosophy/Colors/utils/color.d.ts +0 -4
- package/dist/stories/developer tools/philosophy/Colors/utils/color.js +0 -38
- package/dist/stories/developer tools/philosophy/Themes.mdx +0 -23
- package/dist/types/colors.d.ts +0 -7
- package/dist/types/colors.js +0 -10
- package/dist/types/position.d.ts +0 -4
- package/dist/types/position.js +0 -2
- package/dist/types/roundness.d.ts +0 -3
- package/dist/types/roundness.js +0 -1
- package/dist/types/shadow.d.ts +0 -3
- package/dist/types/shadow.js +0 -1
- package/dist/types/size.d.ts +0 -3
- package/dist/types/size.js +0 -1
- package/dist/types/special.d.ts +0 -1
- package/dist/types/special.js +0 -1
- package/dist/types/weight.d.ts +0 -3
- package/dist/types/weight.js +0 -1
- package/src/lib/stories/components/Form/Button/Button.svelte +0 -357
- package/src/lib/stories/components/Form/Button/utils/scss/mixins.scss +0 -86
- package/src/lib/stories/components/Form/Checkbox/Checkbox.svelte +0 -323
- package/src/lib/stories/components/Form/Checkbox/utils/scss/mixins.scss +0 -80
- package/src/lib/stories/components/Form/DatePicker/DatePicker.svelte +0 -730
- package/src/lib/stories/components/Form/FormControl/FormControl.svelte +0 -65
- package/src/lib/stories/components/Form/Label/Label.svelte +0 -42
- package/src/lib/stories/components/Form/Message/Message.svelte +0 -87
- package/src/lib/stories/components/Form/NumericInput/NumericInput.svelte +0 -287
- package/src/lib/stories/components/Form/PasswordInput/PasswordInput.svelte +0 -235
- package/src/lib/stories/components/Form/Radio/Radio.svelte +0 -277
- package/src/lib/stories/components/Form/Radio/utils/scss/mixins.scss +0 -85
- package/src/lib/stories/components/Form/RangeSlider/RangeSlider.svelte +0 -487
- package/src/lib/stories/components/Form/RangeSlider/utils/scss/mixins.scss +0 -91
- package/src/lib/stories/components/Form/Search/Search.svelte +0 -285
- package/src/lib/stories/components/Form/Select/Select.svelte +0 -523
- package/src/lib/stories/components/Form/TextInput/TextInput.svelte +0 -179
- package/src/lib/stories/components/Form/Toggle/Toggle.svelte +0 -290
- package/src/lib/stories/components/Form/Toggle/utils/scss/mixins.scss +0 -68
- package/src/lib/stories/components/Info/Calendar/Calendar.svelte +0 -467
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.svelte +0 -271
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.svelte +0 -199
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.svelte +0 -128
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/NavigationButton.svelte +0 -85
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.svelte +0 -148
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.svelte +0 -273
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/utils/scss/mixins.scss +0 -107
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.svelte +0 -236
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.svelte +0 -154
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/WeekDay.svelte +0 -90
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.svelte +0 -217
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/utils/scss/mixins.scss +0 -91
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.svelte +0 -124
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.svelte +0 -227
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/utils/scss/mixins.scss +0 -87
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.svelte +0 -150
- package/src/lib/stories/components/Info/Calendar/utils/createDateOfMonth/createDateOfMonth.ts +0 -122
- package/src/lib/stories/components/Info/Calendar/utils/getDatesOfMonth/getDatesOfMonth.ts +0 -114
- package/src/lib/stories/components/Info/Calendar/utils/types.ts +0 -34
- package/src/lib/stories/components/Layout/Accordian/Accordian.svelte +0 -195
- package/src/lib/stories/components/Layout/Grid/Column/Column.svelte +0 -127
- package/src/lib/stories/components/Layout/Grid/Grid.svelte +0 -47
- package/src/lib/stories/components/Layout/Grid/Row/Row.svelte +0 -36
- package/src/lib/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.svelte +0 -262
- package/src/lib/stories/components/Layout/Menu/Menu.svelte +0 -65
- package/src/lib/stories/components/Layout/Menu/MenuItem/MenuItem.svelte +0 -268
- package/src/lib/stories/components/Layout/Paper/Paper.svelte +0 -225
- package/src/lib/stories/components/Layout/Paper/utils/scss/mixins.scss +0 -46
- package/src/lib/stories/components/Layout/Separator/Separator.svelte +0 -96
- package/src/lib/stories/components/Layout/Separator/utils/scss/mixins.scss +0 -24
- package/src/lib/stories/developer tools/components/DynamicInput/DynamicInput.svelte +0 -235
- package/src/lib/stories/developer tools/components/InputEnclosure/InputEnclosure.svelte +0 -202
- package/src/lib/stories/developer tools/components/Popper/Popper.svelte +0 -158
- package/src/lib/stories/developer tools/components/Popper/PopperPopup/PopperPopup.svelte +0 -146
- package/src/lib/stories/developer tools/components/Popper/PopperPopup/utils/getPopupPosition.ts +0 -101
- package/src/lib/stories/developer tools/components/UtilityButton/UtilityButton.svelte +0 -130
- package/src/lib/stories/developer tools/components/UtilityIcon/UtilityIcon.svelte +0 -90
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorButton.svelte +0 -56
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorTool.svelte +0 -32
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/Config.svelte +0 -149
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/Export.svelte +0 -172
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/ValueSilder/ValueSilder.svelte +0 -47
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Preview/Preview.svelte +0 -227
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Tool.svelte +0 -16
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/helpers/download-file.ts +0 -11
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/stores/config.svelte.ts +0 -107
- package/src/lib/stories/developer tools/directives/clickOutside/clickOutside.ts +0 -17
- package/src/lib/stories/developer tools/directives/drag/drag.ts +0 -47
- package/src/lib/stories/developer tools/helpers/Numbers/cleanNumericString/cleanNumericString.ts +0 -27
- package/src/lib/stories/developer tools/helpers/Numbers/isValidNumberValue/isValidNumberValue.ts +0 -156
- package/src/lib/stories/developer tools/helpers/Time/getMoment/getMoment.ts +0 -66
- package/src/lib/stories/developer tools/helpers/logger/logger.ts +0 -46
- package/src/lib/stories/developer tools/philosophy/Colors/Colors.svelte +0 -46
- package/src/lib/stories/developer tools/philosophy/Colors/Opacity.svelte +0 -23
- package/src/lib/stories/developer tools/philosophy/Colors/Swatches/Palette.svelte +0 -46
- package/src/lib/stories/developer tools/philosophy/Colors/Swatches/Swatch.svelte +0 -35
- package/src/lib/stories/developer tools/philosophy/Colors/Swatches/Swatches.svelte +0 -55
- package/src/lib/stories/developer tools/philosophy/Colors/utils/color.ts +0 -41
- package/src/lib/types/colors.ts +0 -16
- package/src/lib/types/position.ts +0 -5
- package/src/lib/types/roundness.ts +0 -3
- package/src/lib/types/shadow.ts +0 -3
- package/src/lib/types/size.ts +0 -3
- package/src/lib/types/special.ts +0 -1
- package/src/lib/types/weight.ts +0 -3
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<script module lang="ts">import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
2
|
-
import CalendarMonthChip from '../CalendarMonthChip.svelte';
|
|
3
|
-
import { storyCalendarMonthChipArgTypes } from '../CalendarMonthChip.stories.svelte';
|
|
4
|
-
import { Button } from '../../../../../../../../index.js';
|
|
5
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
6
|
-
const { Story } = defineMeta({
|
|
7
|
-
component: CalendarMonthChip,
|
|
8
|
-
tags: ['autodocs'],
|
|
9
|
-
argTypes: storyCalendarMonthChipArgTypes,
|
|
10
|
-
});
|
|
11
|
-
</script>
|
|
12
|
-
|
|
13
|
-
<!-- Custom Content -->
|
|
14
|
-
<Story name="customCalendarMonthChipContent" asChild>
|
|
15
|
-
<CalendarMonthChip value="jan">
|
|
16
|
-
{#snippet customCalendarMonthChipContent(val)}
|
|
17
|
-
🗓️{val}
|
|
18
|
-
{/snippet}
|
|
19
|
-
</CalendarMonthChip>
|
|
20
|
-
</Story>
|
|
21
|
-
|
|
22
|
-
<!-- Custom Chip -->
|
|
23
|
-
<Story name="customCalendarMonthChip" asChild>
|
|
24
|
-
<CalendarMonthChip value="jan">
|
|
25
|
-
{#snippet customCalendarMonthChip(val)}
|
|
26
|
-
<Button size="small" variant="text" outline>
|
|
27
|
-
{val}
|
|
28
|
-
</Button>
|
|
29
|
-
{/snippet}
|
|
30
|
-
</CalendarMonthChip>
|
|
31
|
-
</Story>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
2
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
-
$$bindings?: Bindings;
|
|
4
|
-
} & Exports;
|
|
5
|
-
(internal: unknown, props: {
|
|
6
|
-
$$events?: Events;
|
|
7
|
-
$$slots?: Slots;
|
|
8
|
-
}): Exports & {
|
|
9
|
-
$set?: any;
|
|
10
|
-
$on?: any;
|
|
11
|
-
};
|
|
12
|
-
z_$$bindings?: Bindings;
|
|
13
|
-
}
|
|
14
|
-
declare const Customize: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
-
[evt: string]: CustomEvent<any>;
|
|
16
|
-
}, {}, {}, string>;
|
|
17
|
-
type Customize = InstanceType<typeof Customize>;
|
|
18
|
-
export default Customize;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<script module lang="ts">import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
2
|
-
import CalendarMonthChip from '../CalendarMonthChip.svelte';
|
|
3
|
-
import { storyCalendarMonthChipArgTypes } from '../CalendarMonthChip.stories.svelte';
|
|
4
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
5
|
-
const { Story } = defineMeta({
|
|
6
|
-
component: CalendarMonthChip,
|
|
7
|
-
tags: ['autodocs'],
|
|
8
|
-
argTypes: storyCalendarMonthChipArgTypes,
|
|
9
|
-
});
|
|
10
|
-
</script>
|
|
11
|
-
|
|
12
|
-
<Story name="Select" asChild>
|
|
13
|
-
<CalendarMonthChip
|
|
14
|
-
value="jan"
|
|
15
|
-
onselect={(value, e) => {
|
|
16
|
-
const target = e.target as HTMLButtonElement;
|
|
17
|
-
alert(`CalendarMonthChip Select, ${value}`);
|
|
18
|
-
console.log('CalendarMonthChip Select', value, target);
|
|
19
|
-
}}
|
|
20
|
-
/>
|
|
21
|
-
</Story>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
2
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
-
$$bindings?: Bindings;
|
|
4
|
-
} & Exports;
|
|
5
|
-
(internal: unknown, props: {
|
|
6
|
-
$$events?: Events;
|
|
7
|
-
$$slots?: Slots;
|
|
8
|
-
}): Exports & {
|
|
9
|
-
$set?: any;
|
|
10
|
-
$on?: any;
|
|
11
|
-
};
|
|
12
|
-
z_$$bindings?: Bindings;
|
|
13
|
-
}
|
|
14
|
-
declare const Events: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
-
[evt: string]: CustomEvent<any>;
|
|
16
|
-
}, {}, {}, string>;
|
|
17
|
-
type Events = InstanceType<typeof Events>;
|
|
18
|
-
export default Events;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<script module>
|
|
2
|
-
import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
3
|
-
import CalendarMonthChip from '../CalendarMonthChip.svelte';
|
|
4
|
-
import { storyCalendarMonthChipArgTypes } from '../CalendarMonthChip.stories.svelte';
|
|
5
|
-
|
|
6
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
7
|
-
const { Story } = defineMeta({
|
|
8
|
-
component: CalendarMonthChip,
|
|
9
|
-
tags: ['autodocs'],
|
|
10
|
-
argTypes: storyCalendarMonthChipArgTypes,
|
|
11
|
-
args: {
|
|
12
|
-
value: 'jan',
|
|
13
|
-
},
|
|
14
|
-
});
|
|
15
|
-
</script>
|
|
16
|
-
|
|
17
|
-
<!-- Hover to see the result -->
|
|
18
|
-
<Story name="Roundness 1" />
|
|
19
|
-
|
|
20
|
-
<Story name="Roundness 2" args={{ roundness: 2 }} />
|
|
21
|
-
|
|
22
|
-
<Story name="Roundness 3" args={{ roundness: 3 }} />
|
|
23
|
-
|
|
24
|
-
<Story name="Roundness 0" args={{ roundness: 0 }} />
|
|
25
|
-
|
|
26
|
-
<Story name="Roundness Full" args={{ roundness: 'full', compact: true }} />
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export default Roundness;
|
|
2
|
-
type Roundness = SvelteComponent<{
|
|
3
|
-
[x: string]: never;
|
|
4
|
-
}, {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
}, {}> & {
|
|
7
|
-
$$bindings?: string | undefined;
|
|
8
|
-
};
|
|
9
|
-
declare const Roundness: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
-
[x: string]: never;
|
|
11
|
-
}, {
|
|
12
|
-
[evt: string]: CustomEvent<any>;
|
|
13
|
-
}, {}, {}, string>;
|
|
14
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
15
|
-
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
16
|
-
$$bindings?: Bindings;
|
|
17
|
-
} & Exports;
|
|
18
|
-
(internal: unknown, props: {
|
|
19
|
-
$$events?: Events;
|
|
20
|
-
$$slots?: Slots;
|
|
21
|
-
}): Exports & {
|
|
22
|
-
$set?: any;
|
|
23
|
-
$on?: any;
|
|
24
|
-
};
|
|
25
|
-
z_$$bindings?: Bindings;
|
|
26
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<script module>
|
|
2
|
-
import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
3
|
-
import CalendarMonthChip from '../CalendarMonthChip.svelte';
|
|
4
|
-
import { storyCalendarMonthChipArgTypes } from '../CalendarMonthChip.stories.svelte';
|
|
5
|
-
|
|
6
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
7
|
-
const { Story } = defineMeta({
|
|
8
|
-
component: CalendarMonthChip,
|
|
9
|
-
tags: ['autodocs'],
|
|
10
|
-
argTypes: storyCalendarMonthChipArgTypes,
|
|
11
|
-
args: {
|
|
12
|
-
value: 'jan',
|
|
13
|
-
},
|
|
14
|
-
});
|
|
15
|
-
</script>
|
|
16
|
-
|
|
17
|
-
<Story name="Normal" />
|
|
18
|
-
<Story name="Small" args={{ size: 'small' }} />
|
|
19
|
-
<Story name="Large" args={{ size: 'large' }} />
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export default Size;
|
|
2
|
-
type Size = SvelteComponent<{
|
|
3
|
-
[x: string]: never;
|
|
4
|
-
}, {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
}, {}> & {
|
|
7
|
-
$$bindings?: string | undefined;
|
|
8
|
-
};
|
|
9
|
-
declare const Size: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
-
[x: string]: never;
|
|
11
|
-
}, {
|
|
12
|
-
[evt: string]: CustomEvent<any>;
|
|
13
|
-
}, {}, {}, string>;
|
|
14
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
15
|
-
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
16
|
-
$$bindings?: Bindings;
|
|
17
|
-
} & Exports;
|
|
18
|
-
(internal: unknown, props: {
|
|
19
|
-
$$events?: Events;
|
|
20
|
-
$$slots?: Slots;
|
|
21
|
-
}): Exports & {
|
|
22
|
-
$set?: any;
|
|
23
|
-
$on?: any;
|
|
24
|
-
};
|
|
25
|
-
z_$$bindings?: Bindings;
|
|
26
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
/// Mixin: generate-dodo-ui-calendarMonthChip-colors
|
|
2
|
-
/// Generates CSS custom properties for Dodo UI calendarMonthChip styles (text & solid)
|
|
3
|
-
/// across different interaction states (default, hover, active).
|
|
4
|
-
/// @param {String} $color-name - The theme color name (e.g., "primary", "safe", etc.)
|
|
5
|
-
@mixin generate-dodo-ui-calendarMonthChip-colors($color-name) {
|
|
6
|
-
--dodo-ui-CalendarMonthChip-#{$color-name}-bg: transparent;
|
|
7
|
-
--dodo-ui-CalendarMonthChip-#{$color-name}-hover-bg: var(--dodo-color-#{$color-name}-100);
|
|
8
|
-
--dodo-ui-CalendarMonthChip-#{$color-name}-active-bg: var(--dodo-color-#{$color-name}-200);
|
|
9
|
-
|
|
10
|
-
--dodo-ui-CalendarMonthChip-selected-#{$color-name}-bg: var(--dodo-color-#{$color-name}-500);
|
|
11
|
-
--dodo-ui-CalendarMonthChip-selected-#{$color-name}-hover-bg: var(
|
|
12
|
-
--dodo-color-#{$color-name}-600
|
|
13
|
-
);
|
|
14
|
-
--dodo-ui-CalendarMonthChip-selected-#{$color-name}-active-bg: var(
|
|
15
|
-
--dodo-color-#{$color-name}-700
|
|
16
|
-
);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
/// Mixin: generate-dodo-ui-calendarMonthChip-colors
|
|
20
|
-
/// Generates CSS custom properties for Dodo UI calendarMonthChip styles (text & solid)
|
|
21
|
-
/// across different interaction states (default, hover, active).
|
|
22
|
-
/// @param {String} $color-name - The theme color name (e.g., "primary", "safe", etc.)
|
|
23
|
-
@mixin generate-dodo-ui-calendarMonthChip-colors-dark($color-name) {
|
|
24
|
-
--dodo-ui-CalendarMonthChip-#{$color-name}-bg: transparent;
|
|
25
|
-
--dodo-ui-CalendarMonthChip-#{$color-name}-hover-bg: color-mix(
|
|
26
|
-
in oklab,
|
|
27
|
-
var(--dodo-color-#{$color-name}-50) 85%,
|
|
28
|
-
#fff
|
|
29
|
-
);
|
|
30
|
-
--dodo-ui-CalendarMonthChip-#{$color-name}-active-bg: color-mix(
|
|
31
|
-
in oklab,
|
|
32
|
-
var(--dodo-color-#{$color-name}-100) 85%,
|
|
33
|
-
#fff
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
--dodo-ui-CalendarMonthChip-selected-#{$color-name}-bg: var(--dodo-color-#{$color-name}-300);
|
|
37
|
-
--dodo-ui-CalendarMonthChip-selected-#{$color-name}-hover-bg: var(
|
|
38
|
-
--dodo-color-#{$color-name}-200
|
|
39
|
-
);
|
|
40
|
-
--dodo-ui-CalendarMonthChip-selected-#{$color-name}-active-bg: var(
|
|
41
|
-
--dodo-color-#{$color-name}-100
|
|
42
|
-
);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/// Mixin: generate-dodo-ui-calendarMonthChip-color
|
|
46
|
-
/// Auto-generates .color--[theme] > variant--solid styles
|
|
47
|
-
/// @param {String} $theme - e.g., default, safe, danger, etc.
|
|
48
|
-
@mixin generate-dodo-ui-calendarMonthChip-color($theme) {
|
|
49
|
-
&--#{$theme} {
|
|
50
|
-
.chip:not([disabled]) {
|
|
51
|
-
background-color: var(--dodo-ui-CalendarMonthChip-#{$theme}-bg);
|
|
52
|
-
|
|
53
|
-
&:hover {
|
|
54
|
-
background-color: var(--dodo-ui-CalendarMonthChip-#{$theme}-hover-bg);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&:active {
|
|
58
|
-
background-color: var(--dodo-ui-CalendarMonthChip-#{$theme}-active-bg);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
&.today {
|
|
63
|
-
.chip:not([disabled]) {
|
|
64
|
-
background-color: var(--dodo-ui-CalendarMonthChip-today-#{$theme}-bg);
|
|
65
|
-
|
|
66
|
-
&:hover {
|
|
67
|
-
background-color: var(--dodo-ui-CalendarMonthChip-today-#{$theme}-hover-bg);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&:active {
|
|
71
|
-
background-color: var(--dodo-ui-CalendarMonthChip-today-#{$theme}-active-bg);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&.selected {
|
|
77
|
-
.chip:not([disabled]) {
|
|
78
|
-
color: var(--dodo-color-constant-white);
|
|
79
|
-
background-color: var(--dodo-ui-CalendarMonthChip-selected-#{$theme}-bg);
|
|
80
|
-
|
|
81
|
-
&:hover {
|
|
82
|
-
background-color: var(--dodo-ui-CalendarMonthChip-selected-#{$theme}-hover-bg);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&:active {
|
|
86
|
-
background-color: var(--dodo-ui-CalendarMonthChip-selected-#{$theme}-active-bg);
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<script module lang="ts">import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
2
|
-
import CalendarMonthList from './CalendarMonthList.svelte';
|
|
3
|
-
import { componentColorArray } from '../../../../../../types/colors.js';
|
|
4
|
-
import { componentSizeArray } from '../../../../../../types/size.js';
|
|
5
|
-
export const storyCalendarMonthListArgTypes = {
|
|
6
|
-
color: {
|
|
7
|
-
control: { type: 'select' },
|
|
8
|
-
options: componentColorArray,
|
|
9
|
-
},
|
|
10
|
-
size: {
|
|
11
|
-
control: { type: 'select' },
|
|
12
|
-
options: componentSizeArray,
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
16
|
-
const { Story } = defineMeta({
|
|
17
|
-
component: CalendarMonthList,
|
|
18
|
-
tags: ['autodocs'],
|
|
19
|
-
argTypes: storyCalendarMonthListArgTypes,
|
|
20
|
-
args: {
|
|
21
|
-
value: 'jan',
|
|
22
|
-
},
|
|
23
|
-
});
|
|
24
|
-
</script>
|
|
25
|
-
|
|
26
|
-
<!-- Default CalendarMonthList -->
|
|
27
|
-
<Story name="Default" />
|
|
28
|
-
|
|
29
|
-
<Story
|
|
30
|
-
name="DisabledMonths"
|
|
31
|
-
args={{
|
|
32
|
-
disabledMonths: ['feb', 'jul'],
|
|
33
|
-
}}
|
|
34
|
-
/>
|
|
35
|
-
|
|
36
|
-
<Story
|
|
37
|
-
name="HideControls"
|
|
38
|
-
args={{
|
|
39
|
-
showControls: false,
|
|
40
|
-
}}
|
|
41
|
-
/>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import CalendarMonthList from './CalendarMonthList.svelte';
|
|
2
|
-
import type { StoryBookArgTypes } from '../../../../../../storybook-types.js';
|
|
3
|
-
export declare const storyCalendarMonthListArgTypes: StoryBookArgTypes;
|
|
4
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
5
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
6
|
-
$$bindings?: Bindings;
|
|
7
|
-
} & Exports;
|
|
8
|
-
(internal: unknown, props: {
|
|
9
|
-
$$events?: Events;
|
|
10
|
-
$$slots?: Slots;
|
|
11
|
-
}): Exports & {
|
|
12
|
-
$set?: any;
|
|
13
|
-
$on?: any;
|
|
14
|
-
};
|
|
15
|
-
z_$$bindings?: Bindings;
|
|
16
|
-
}
|
|
17
|
-
declare const CalendarMonthList: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
18
|
-
[evt: string]: CustomEvent<any>;
|
|
19
|
-
}, {}, {}, string>;
|
|
20
|
-
type CalendarMonthList = InstanceType<typeof CalendarMonthList>;
|
|
21
|
-
export default CalendarMonthList;
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
<script lang="ts" module>export {};
|
|
2
|
-
</script>
|
|
3
|
-
|
|
4
|
-
<script lang="ts">import { calendarMonthOptions, } from '../CalendarControls/CalendarMonthSelector/CalendarMonthSelector.svelte';
|
|
5
|
-
import CalendarMonthChip from './CalendarMonthChip/CalendarMonthChip.svelte';
|
|
6
|
-
import { Button } from '../../../../../../index.js';
|
|
7
|
-
import Icon from '@iconify/svelte';
|
|
8
|
-
let { class: className = '', ref = $bindable(), value, disabledMonths = [], onselect, calendarMonthChipProps, size = 'normal', color, customCalendarMonthChipContent, customCalendarMonthChip, oncancel, showControls = true, } = $props();
|
|
9
|
-
</script>
|
|
10
|
-
|
|
11
|
-
<div class={['dodo-ui-CalendarMonthList', `size--${size}`, className].join(' ')} bind:this={ref}>
|
|
12
|
-
{#if showControls}
|
|
13
|
-
<div class="Controls">
|
|
14
|
-
<Button {size} {color} variant="text" name="BackButton" onclick={oncancel} roundness={2}>
|
|
15
|
-
{#snippet before()}
|
|
16
|
-
<Icon icon="material-symbols:arrow-back-rounded" width="24" height="24" />
|
|
17
|
-
{/snippet}
|
|
18
|
-
|
|
19
|
-
Back
|
|
20
|
-
</Button>
|
|
21
|
-
</div>
|
|
22
|
-
{/if}
|
|
23
|
-
|
|
24
|
-
<ul>
|
|
25
|
-
{#each calendarMonthOptions as month (month.value)}
|
|
26
|
-
<CalendarMonthChip
|
|
27
|
-
value={month.abr3}
|
|
28
|
-
selected={value === month.abr3 ? true : false}
|
|
29
|
-
disabled={disabledMonths.includes(month.abr3)}
|
|
30
|
-
{onselect}
|
|
31
|
-
{size}
|
|
32
|
-
{color}
|
|
33
|
-
{customCalendarMonthChipContent}
|
|
34
|
-
{customCalendarMonthChip}
|
|
35
|
-
{...calendarMonthChipProps}
|
|
36
|
-
/>
|
|
37
|
-
{/each}
|
|
38
|
-
</ul>
|
|
39
|
-
</div>
|
|
40
|
-
|
|
41
|
-
<style>.dodo-ui-CalendarMonthList {
|
|
42
|
-
user-select: none;
|
|
43
|
-
}
|
|
44
|
-
.dodo-ui-CalendarMonthList ul {
|
|
45
|
-
margin: 0;
|
|
46
|
-
padding: 0;
|
|
47
|
-
flex-wrap: wrap;
|
|
48
|
-
display: inline-flex;
|
|
49
|
-
}
|
|
50
|
-
.dodo-ui-CalendarMonthList :global(.dodo-ui-CalendarMonthChip) {
|
|
51
|
-
width: 33.333%;
|
|
52
|
-
}
|
|
53
|
-
.dodo-ui-CalendarMonthList .Controls {
|
|
54
|
-
margin-bottom: calc(var(--dodo-ui-space) * 2);
|
|
55
|
-
}
|
|
56
|
-
.dodo-ui-CalendarMonthList.size--normal {
|
|
57
|
-
width: calc(var(--dodo-ui-element-height-normal) * 7);
|
|
58
|
-
}
|
|
59
|
-
.dodo-ui-CalendarMonthList.size--small {
|
|
60
|
-
width: calc(var(--dodo-ui-element-height-small) * 7);
|
|
61
|
-
}
|
|
62
|
-
.dodo-ui-CalendarMonthList.size--large {
|
|
63
|
-
width: calc(var(--dodo-ui-element-height-large) * 7);
|
|
64
|
-
}</style>
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { ButtonClickEvent } from '../../../../Form/Button/Button.svelte';
|
|
2
|
-
export interface CalendarMonthListProps {
|
|
3
|
-
/** CalendarMonthList ref */
|
|
4
|
-
ref?: HTMLDivElement;
|
|
5
|
-
/** Custom css class */
|
|
6
|
-
class?: string;
|
|
7
|
-
/** Selcted month Value */
|
|
8
|
-
value?: CalendarMonthNames;
|
|
9
|
-
/** onselect event handler */
|
|
10
|
-
onselect?: (value: CalendarMonthNames, e: ButtonClickEvent) => void;
|
|
11
|
-
/** oncancel event handler */
|
|
12
|
-
oncancel?: (e: ButtonClickEvent) => void;
|
|
13
|
-
/** Custom Calendar Chip Content */
|
|
14
|
-
customCalendarMonthChipContent?: (value: CalendarMonthNames) => Snippet;
|
|
15
|
-
/** Custom Calendar Chip */
|
|
16
|
-
customCalendarMonthChip?: (value: CalendarMonthNames) => Snippet;
|
|
17
|
-
/** How large should the Component be? */
|
|
18
|
-
size?: ComponentSize;
|
|
19
|
-
/** What color to use? */
|
|
20
|
-
color?: ComponentColor;
|
|
21
|
-
/** disabled Months */
|
|
22
|
-
disabledMonths?: CalendarMonthNames[];
|
|
23
|
-
/** calendarMonthChipProps: calendarMonthChip component props */
|
|
24
|
-
calendarMonthChipProps?: Partial<CalendarMonthChipProps>;
|
|
25
|
-
/** show controls */
|
|
26
|
-
showControls?: boolean;
|
|
27
|
-
}
|
|
28
|
-
import type { ComponentColor } from '../../../../../../types/colors.js';
|
|
29
|
-
import type { Snippet } from 'svelte';
|
|
30
|
-
import type { ComponentSize } from '../../../../../../types/size.js';
|
|
31
|
-
import { type CalendarMonthNames } from '../CalendarControls/CalendarMonthSelector/CalendarMonthSelector.svelte';
|
|
32
|
-
import type { CalendarMonthChipProps } from './CalendarMonthChip/CalendarMonthChip.svelte';
|
|
33
|
-
declare const CalendarMonthList: import("svelte").Component<CalendarMonthListProps, {}, "ref">;
|
|
34
|
-
type CalendarMonthList = ReturnType<typeof CalendarMonthList>;
|
|
35
|
-
export default CalendarMonthList;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<script module>
|
|
2
|
-
import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
3
|
-
import CalendarMonthList from '../CalendarMonthList.svelte';
|
|
4
|
-
import { storyCalendarMonthListArgTypes } from '../CalendarMonthList.stories.svelte';
|
|
5
|
-
|
|
6
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
7
|
-
const { Story } = defineMeta({
|
|
8
|
-
component: CalendarMonthList,
|
|
9
|
-
tags: ['autodocs'],
|
|
10
|
-
argTypes: storyCalendarMonthListArgTypes,
|
|
11
|
-
args: {
|
|
12
|
-
value: 'jan',
|
|
13
|
-
},
|
|
14
|
-
});
|
|
15
|
-
</script>
|
|
16
|
-
|
|
17
|
-
<Story name="Primary" />
|
|
18
|
-
<Story name="Secondary" args={{ color: 'secondary' }} />
|
|
19
|
-
<Story name="Neutral" args={{ color: 'neutral' }} />
|
|
20
|
-
<Story name="Safe" args={{ color: 'safe' }} />
|
|
21
|
-
<Story name="Warning" args={{ color: 'warning' }} />
|
|
22
|
-
<Story name="Danger" args={{ color: 'danger' }} />
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export default Color;
|
|
2
|
-
type Color = SvelteComponent<{
|
|
3
|
-
[x: string]: never;
|
|
4
|
-
}, {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
}, {}> & {
|
|
7
|
-
$$bindings?: string | undefined;
|
|
8
|
-
};
|
|
9
|
-
declare const Color: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
-
[x: string]: never;
|
|
11
|
-
}, {
|
|
12
|
-
[evt: string]: CustomEvent<any>;
|
|
13
|
-
}, {}, {}, string>;
|
|
14
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
15
|
-
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
16
|
-
$$bindings?: Bindings;
|
|
17
|
-
} & Exports;
|
|
18
|
-
(internal: unknown, props: {
|
|
19
|
-
$$events?: Events;
|
|
20
|
-
$$slots?: Slots;
|
|
21
|
-
}): Exports & {
|
|
22
|
-
$set?: any;
|
|
23
|
-
$on?: any;
|
|
24
|
-
};
|
|
25
|
-
z_$$bindings?: Bindings;
|
|
26
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<script module lang="ts">import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
2
|
-
import CalendarMonthList from '../CalendarMonthList.svelte';
|
|
3
|
-
import { storyCalendarMonthListArgTypes } from '../CalendarMonthList.stories.svelte';
|
|
4
|
-
import { Button } from '../../../../../../../index.js';
|
|
5
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
6
|
-
const { Story } = defineMeta({
|
|
7
|
-
component: CalendarMonthList,
|
|
8
|
-
tags: ['autodocs'],
|
|
9
|
-
argTypes: storyCalendarMonthListArgTypes,
|
|
10
|
-
args: {
|
|
11
|
-
value: 'jan',
|
|
12
|
-
},
|
|
13
|
-
});
|
|
14
|
-
</script>
|
|
15
|
-
|
|
16
|
-
<Story name="Default" />
|
|
17
|
-
|
|
18
|
-
<Story name="customCalendarMonthChipContent" asChild>
|
|
19
|
-
<CalendarMonthList value="jan">
|
|
20
|
-
{#snippet customCalendarMonthChipContent(val)}
|
|
21
|
-
🗓️{val}
|
|
22
|
-
{/snippet}
|
|
23
|
-
</CalendarMonthList>
|
|
24
|
-
</Story>
|
|
25
|
-
|
|
26
|
-
<Story name="customCalendarMonthChip" asChild>
|
|
27
|
-
<CalendarMonthList value="jan">
|
|
28
|
-
{#snippet customCalendarMonthChip(val)}
|
|
29
|
-
<Button size="small" variant="text" outline>
|
|
30
|
-
{val}
|
|
31
|
-
</Button>
|
|
32
|
-
{/snippet}
|
|
33
|
-
</CalendarMonthList>
|
|
34
|
-
</Story>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
2
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
-
$$bindings?: Bindings;
|
|
4
|
-
} & Exports;
|
|
5
|
-
(internal: unknown, props: {
|
|
6
|
-
$$events?: Events;
|
|
7
|
-
$$slots?: Slots;
|
|
8
|
-
}): Exports & {
|
|
9
|
-
$set?: any;
|
|
10
|
-
$on?: any;
|
|
11
|
-
};
|
|
12
|
-
z_$$bindings?: Bindings;
|
|
13
|
-
}
|
|
14
|
-
declare const Customize: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
-
[evt: string]: CustomEvent<any>;
|
|
16
|
-
}, {}, {}, string>;
|
|
17
|
-
type Customize = InstanceType<typeof Customize>;
|
|
18
|
-
export default Customize;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<script module lang="ts">import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
2
|
-
import CalendarMonthList from '../CalendarMonthList.svelte';
|
|
3
|
-
import { storyCalendarMonthListArgTypes } from '../CalendarMonthList.stories.svelte';
|
|
4
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
5
|
-
const { Story } = defineMeta({
|
|
6
|
-
component: CalendarMonthList,
|
|
7
|
-
tags: ['autodocs'],
|
|
8
|
-
argTypes: storyCalendarMonthListArgTypes,
|
|
9
|
-
});
|
|
10
|
-
let value = $state('jan');
|
|
11
|
-
</script>
|
|
12
|
-
|
|
13
|
-
<Story name="Select" asChild>
|
|
14
|
-
<CalendarMonthList
|
|
15
|
-
{value}
|
|
16
|
-
onselect={(val) => {
|
|
17
|
-
value = val;
|
|
18
|
-
}}
|
|
19
|
-
/>
|
|
20
|
-
</Story>
|
|
21
|
-
|
|
22
|
-
<Story name="Cancel" asChild>
|
|
23
|
-
<CalendarMonthList
|
|
24
|
-
{value}
|
|
25
|
-
oncancel={() => {
|
|
26
|
-
console.log('oncancel');
|
|
27
|
-
}}
|
|
28
|
-
/>
|
|
29
|
-
</Story>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
2
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
-
$$bindings?: Bindings;
|
|
4
|
-
} & Exports;
|
|
5
|
-
(internal: unknown, props: {
|
|
6
|
-
$$events?: Events;
|
|
7
|
-
$$slots?: Slots;
|
|
8
|
-
}): Exports & {
|
|
9
|
-
$set?: any;
|
|
10
|
-
$on?: any;
|
|
11
|
-
};
|
|
12
|
-
z_$$bindings?: Bindings;
|
|
13
|
-
}
|
|
14
|
-
declare const Events: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
15
|
-
[evt: string]: CustomEvent<any>;
|
|
16
|
-
}, {}, {}, string>;
|
|
17
|
-
type Events = InstanceType<typeof Events>;
|
|
18
|
-
export default Events;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<script module>
|
|
2
|
-
import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
3
|
-
import CalendarMonthList from '../CalendarMonthList.svelte';
|
|
4
|
-
import { storyCalendarMonthListArgTypes } from '../CalendarMonthList.stories.svelte';
|
|
5
|
-
|
|
6
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
7
|
-
const { Story } = defineMeta({
|
|
8
|
-
component: CalendarMonthList,
|
|
9
|
-
tags: ['autodocs'],
|
|
10
|
-
argTypes: storyCalendarMonthListArgTypes,
|
|
11
|
-
args: {
|
|
12
|
-
value: 'jan',
|
|
13
|
-
},
|
|
14
|
-
});
|
|
15
|
-
</script>
|
|
16
|
-
|
|
17
|
-
<Story name="Normal" />
|
|
18
|
-
<Story name="Small" args={{ size: 'small' }} />
|
|
19
|
-
<Story name="Large" args={{ size: 'large' }} />
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export default Size;
|
|
2
|
-
type Size = SvelteComponent<{
|
|
3
|
-
[x: string]: never;
|
|
4
|
-
}, {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
}, {}> & {
|
|
7
|
-
$$bindings?: string | undefined;
|
|
8
|
-
};
|
|
9
|
-
declare const Size: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
-
[x: string]: never;
|
|
11
|
-
}, {
|
|
12
|
-
[evt: string]: CustomEvent<any>;
|
|
13
|
-
}, {}, {}, string>;
|
|
14
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
15
|
-
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
16
|
-
$$bindings?: Bindings;
|
|
17
|
-
} & Exports;
|
|
18
|
-
(internal: unknown, props: {
|
|
19
|
-
$$events?: Events;
|
|
20
|
-
$$slots?: Slots;
|
|
21
|
-
}): Exports & {
|
|
22
|
-
$set?: any;
|
|
23
|
-
$on?: any;
|
|
24
|
-
};
|
|
25
|
-
z_$$bindings?: Bindings;
|
|
26
|
-
}
|