@scaleflex/ui-tw 0.0.2 → 0.0.5
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/LICENSE +1 -33
- package/README.md +2 -16
- package/{core/button → button}/button.component.d.ts +2 -3
- package/{core/button → button}/button.component.js +8 -9
- package/{core/button → button}/button.const.d.ts +0 -2
- package/{core/button → button}/button.const.js +2 -2
- package/{core/button → button}/button.types.d.ts +3 -5
- package/{core/button → button}/button.types.js +2 -4
- package/{core/button → button}/button.utils.d.ts +1 -1
- package/{core/button → button}/button.utils.js +1 -1
- package/{core/button → button}/components/end-icon.d.ts +1 -1
- package/{core/button → button}/components/end-icon.js +3 -3
- package/{core/button → button}/components/start-icon.d.ts +2 -2
- package/{core/button → button}/components/start-icon.js +3 -3
- package/button/index.d.ts +3 -0
- package/button/index.js +2 -0
- package/card/card.component.d.ts +9 -0
- package/card/card.component.js +59 -0
- package/card/index.d.ts +1 -0
- package/card/index.js +1 -0
- package/form/components/form-field-group.component.d.ts +19 -0
- package/form/components/form-field-group.component.js +41 -0
- package/form/form.component.d.ts +30 -0
- package/form/form.component.js +123 -0
- package/form/form.types.d.ts +7 -0
- package/{core/switcher/switcher-size.js → form/form.types.js} +1 -1
- package/form/index.d.ts +2 -0
- package/form/index.js +2 -0
- package/input/index.d.ts +3 -0
- package/input/index.js +2 -0
- package/input/input.component.d.ts +7 -0
- package/input/input.component.js +42 -0
- package/input/input.types.d.ts +17 -0
- package/input/input.types.js +10 -0
- package/label/components/info-outline-icon.d.ts +3 -0
- package/label/components/info-outline-icon.js +30 -0
- package/label/components/label-icon.d.ts +7 -0
- package/label/components/label-icon.js +43 -0
- package/label/index.d.ts +1 -0
- package/label/index.js +1 -0
- package/label/label.component.d.ts +4 -0
- package/label/label.component.js +44 -0
- package/label/label.types.d.ts +14 -0
- package/{core/tab/types/size.js → label/label.types.js} +1 -1
- package/label/label.utils.d.ts +2 -0
- package/label/label.utils.js +16 -0
- package/package.json +8 -4
- package/{theme/theme.css → theme.css} +4 -4
- package/tooltip/index.d.ts +1 -0
- package/tooltip/index.js +1 -0
- package/tooltip/tooltip.component.d.ts +10 -0
- package/tooltip/tooltip.component.js +51 -0
- package/tooltip/tooltip.types.d.ts +5 -0
- package/core/accordion/accordion.component.d.ts +0 -3
- package/core/accordion/accordion.component.js +0 -50
- package/core/accordion/accordion.props.d.ts +0 -13
- package/core/accordion/accordion.props.js +0 -1
- package/core/accordion/index.d.ts +0 -2
- package/core/accordion/index.js +0 -1
- package/core/accordion-details/accordion-details.component.d.ts +0 -3
- package/core/accordion-details/accordion-details.component.js +0 -16
- package/core/accordion-details/accordion-details.props.d.ts +0 -4
- package/core/accordion-details/index.d.ts +0 -2
- package/core/accordion-details/index.js +0 -1
- package/core/accordion-header/accordion-header.component.d.ts +0 -3
- package/core/accordion-header/accordion-header.component.js +0 -48
- package/core/accordion-header/accordion-header.props.d.ts +0 -11
- package/core/accordion-header/accordion-header.props.js +0 -1
- package/core/accordion-header/index.d.ts +0 -2
- package/core/accordion-header/index.js +0 -1
- package/core/arrow/arrow.component.d.ts +0 -3
- package/core/arrow/arrow.component.js +0 -22
- package/core/arrow/arrow.props.d.ts +0 -14
- package/core/arrow/arrow.props.js +0 -6
- package/core/arrow/index.d.ts +0 -2
- package/core/arrow/index.js +0 -1
- package/core/arrow-tick/arrow-tick.component.d.ts +0 -3
- package/core/arrow-tick/arrow-tick.component.js +0 -21
- package/core/arrow-tick/arrow-tick.props.d.ts +0 -14
- package/core/arrow-tick/arrow-tick.props.js +0 -6
- package/core/arrow-tick/index.d.ts +0 -2
- package/core/arrow-tick/index.js +0 -1
- package/core/button/index.d.ts +0 -4
- package/core/button/index.js +0 -3
- package/core/check-box/check-box.component.d.ts +0 -0
- package/core/check-box/check-box.component.js +0 -77
- package/core/check-box/check-box.props.d.ts +0 -15
- package/core/check-box/check-box.props.js +0 -1
- package/core/check-box/check-box.utils.d.ts +0 -3
- package/core/check-box/check-box.utils.js +0 -21
- package/core/check-box/index.d.ts +0 -0
- package/core/check-box/index.js +0 -2
- package/core/check-box/types/index.d.ts +0 -2
- package/core/check-box/types/index.js +0 -2
- package/core/check-box/types/size.d.ts +0 -4
- package/core/check-box/types/size.js +0 -4
- package/core/check-box/types/type.d.ts +0 -4
- package/core/check-box/types/type.js +0 -4
- package/core/check-box-group/check-box-group.component.d.ts +0 -0
- package/core/check-box-group/check-box-group.component.js +0 -75
- package/core/check-box-group/check-box-group.props.d.ts +0 -0
- package/core/check-box-group/check-box-group.props.js +0 -23
- package/core/check-box-group/index.d.ts +0 -0
- package/core/check-box-group/index.js +0 -2
- package/core/check-box-group/types/index.d.ts +0 -1
- package/core/check-box-group/types/index.js +0 -1
- package/core/check-box-group/types/label-position.d.ts +0 -4
- package/core/check-box-group/types/label-position.js +0 -4
- package/core/cross-button/cross-button.component.d.ts +0 -3
- package/core/cross-button/cross-button.component.js +0 -37
- package/core/cross-button/cross-button.props.d.ts +0 -8
- package/core/cross-button/cross-button.props.js +0 -1
- package/core/cross-button/index.d.ts +0 -2
- package/core/cross-button/index.js +0 -1
- package/core/cross-button/types/index.d.ts +0 -1
- package/core/cross-button/types/index.js +0 -1
- package/core/cross-button/types/size.d.ts +0 -6
- package/core/cross-button/types/size.js +0 -6
- package/core/dot/dot.component.d.ts +0 -3
- package/core/dot/dot.component.js +0 -15
- package/core/dot/dot.props.d.ts +0 -4
- package/core/dot/dot.props.js +0 -1
- package/core/dot/index.d.ts +0 -2
- package/core/dot/index.js +0 -1
- package/core/dots-navigation/dots-navigation.component.d.ts +0 -3
- package/core/dots-navigation/dots-navigation.component.js +0 -24
- package/core/dots-navigation/dots-navigation.props.d.ts +0 -5
- package/core/dots-navigation/dots-navigation.props.js +0 -1
- package/core/dots-navigation/index.d.ts +0 -2
- package/core/dots-navigation/index.js +0 -1
- package/core/input/components/clear-icon.d.ts +0 -6
- package/core/input/components/clear-icon.js +0 -12
- package/core/input/components/copy-icon.d.ts +0 -6
- package/core/input/components/copy-icon.js +0 -13
- package/core/input/components/password-icon.d.ts +0 -7
- package/core/input/components/password-icon.js +0 -24
- package/core/input/components/render-icon.d.ts +0 -7
- package/core/input/components/render-icon.js +0 -26
- package/core/input/index.d.ts +0 -2
- package/core/input/index.js +0 -1
- package/core/input/input.component.d.ts +0 -3
- package/core/input/input.component.js +0 -233
- package/core/input/input.const.d.ts +0 -6
- package/core/input/input.const.js +0 -6
- package/core/input/input.types.d.ts +0 -56
- package/core/input/input.types.js +0 -16
- package/core/input/input.utils.d.ts +0 -2
- package/core/input/input.utils.js +0 -13
- package/core/modal/index.d.ts +0 -2
- package/core/modal/index.js +0 -1
- package/core/modal/modal-menu-context.d.ts +0 -5
- package/core/modal/modal-menu-context.js +0 -10
- package/core/modal/modal.component.d.ts +0 -3
- package/core/modal/modal.component.js +0 -97
- package/core/modal/modal.props.d.ts +0 -16
- package/core/modal/modal.props.js +0 -1
- package/core/modal/modal.utils.d.ts +0 -1
- package/core/modal/modal.utils.js +0 -4
- package/core/modal/types/index.d.ts +0 -1
- package/core/modal/types/index.js +0 -1
- package/core/modal/types/size.d.ts +0 -7
- package/core/modal/types/size.js +0 -7
- package/core/modal-actions/index.d.ts +0 -2
- package/core/modal-actions/index.js +0 -1
- package/core/modal-actions/modal-actions.component.d.ts +0 -3
- package/core/modal-actions/modal-actions.component.js +0 -18
- package/core/modal-actions/modal-actions.props.d.ts +0 -8
- package/core/modal-actions/modal-actions.props.js +0 -1
- package/core/modal-actions/types/align.d.ts +0 -5
- package/core/modal-actions/types/align.js +0 -5
- package/core/modal-actions/types/index.d.ts +0 -1
- package/core/modal-actions/types/index.js +0 -1
- package/core/modal-content/index.d.ts +0 -2
- package/core/modal-content/index.js +0 -1
- package/core/modal-content/modal-content.component.d.ts +0 -3
- package/core/modal-content/modal-content.component.js +0 -15
- package/core/modal-content/modal-content.props.d.ts +0 -4
- package/core/modal-content/modal-content.props.js +0 -1
- package/core/modal-title/index.d.ts +0 -2
- package/core/modal-title/index.js +0 -1
- package/core/modal-title/modal-title.component.d.ts +0 -6
- package/core/modal-title/modal-title.component.js +0 -37
- package/core/modal-title/modal-title.props.d.ts +0 -14
- package/core/modal-title/modal-title.props.js +0 -1
- package/core/modal-title/types/index.d.ts +0 -1
- package/core/modal-title/types/index.js +0 -1
- package/core/modal-title/types/variant.d.ts +0 -4
- package/core/modal-title/types/variant.js +0 -4
- package/core/pagination/index.d.ts +0 -2
- package/core/pagination/index.js +0 -1
- package/core/pagination/pagination.component.d.ts +0 -3
- package/core/pagination/pagination.component.js +0 -81
- package/core/pagination/pagination.props.d.ts +0 -11
- package/core/pagination/pagination.props.js +0 -1
- package/core/popper/index.d.ts +0 -2
- package/core/popper/index.js +0 -1
- package/core/popper/popper.component.d.ts +0 -3
- package/core/popper/popper.component.js +0 -113
- package/core/popper/popper.props.d.ts +0 -41
- package/core/popper/popper.props.js +0 -1
- package/core/popper/popper.utils.d.ts +0 -1
- package/core/popper/popper.utils.js +0 -10
- package/core/popper/types/index.d.ts +0 -3
- package/core/popper/types/index.js +0 -3
- package/core/popper/types/phases.d.ts +0 -11
- package/core/popper/types/phases.js +0 -11
- package/core/popper/types/position.d.ts +0 -17
- package/core/popper/types/position.js +0 -17
- package/core/popper/types/strategy.d.ts +0 -4
- package/core/popper/types/strategy.js +0 -4
- package/core/radio/index.d.ts +0 -3
- package/core/radio/index.js +0 -2
- package/core/radio/radio.component.d.ts +0 -3
- package/core/radio/radio.component.js +0 -38
- package/core/radio/radio.props.d.ts +0 -13
- package/core/radio/radio.props.js +0 -1
- package/core/radio/size.d.ts +0 -4
- package/core/radio/size.js +0 -4
- package/core/radio-group/index.d.ts +0 -2
- package/core/radio-group/index.js +0 -1
- package/core/radio-group/radio-group.component.d.ts +0 -3
- package/core/radio-group/radio-group.component.js +0 -48
- package/core/radio-group/radio-group.props.d.ts +0 -15
- package/core/radio-group/radio-group.props.js +0 -1
- package/core/switcher/index.d.ts +0 -3
- package/core/switcher/index.js +0 -2
- package/core/switcher/switcher-size.d.ts +0 -5
- package/core/switcher/switcher.component.d.ts +0 -3
- package/core/switcher/switcher.component.js +0 -54
- package/core/switcher/switcher.props.d.ts +0 -14
- package/core/switcher/switcher.props.js +0 -1
- package/core/switcher/switcher.utils.d.ts +0 -4
- package/core/switcher/switcher.utils.js +0 -37
- package/core/switcher-group/index.d.ts +0 -2
- package/core/switcher-group/index.js +0 -1
- package/core/switcher-group/switcher-group.component.d.ts +0 -3
- package/core/switcher-group/switcher-group.component.js +0 -41
- package/core/switcher-group/switcher-group.props.d.ts +0 -13
- package/core/switcher-group/switcher-group.props.js +0 -1
- package/core/tab/index.d.ts +0 -2
- package/core/tab/index.js +0 -1
- package/core/tab/tab.component.d.ts +0 -6
- package/core/tab/tab.component.js +0 -52
- package/core/tab/tab.props.d.ts +0 -15
- package/core/tab/tab.props.js +0 -1
- package/core/tab/types/index.d.ts +0 -1
- package/core/tab/types/index.js +0 -1
- package/core/tab/types/size.d.ts +0 -5
- package/core/tab-panel/index.d.ts +0 -2
- package/core/tab-panel/index.js +0 -1
- package/core/tab-panel/tab-panel.component.d.ts +0 -3
- package/core/tab-panel/tab-panel.component.js +0 -18
- package/core/tab-panel/tab-panel.props.d.ts +0 -6
- package/core/tab-panel/tab-panel.props.js +0 -1
- package/core/upload-input/index.d.ts +0 -2
- package/core/upload-input/index.js +0 -1
- package/core/upload-input/upload-input.component.d.ts +0 -3
- package/core/upload-input/upload-input.component.js +0 -68
- package/core/upload-input/upload-input.props.d.ts +0 -9
- package/core/upload-input/upload-input.props.js +0 -1
- package/hooks/README.md +0 -26
- package/hooks/use-controlled.d.ts +0 -1
- package/hooks/use-controlled.js +0 -20
- package/hooks/use-debounce.d.ts +0 -2
- package/hooks/use-debounce.js +0 -19
- package/hooks/use-drag.d.ts +0 -5
- package/hooks/use-drag.js +0 -37
- package/hooks/use-enhanced-effect.d.ts +0 -3
- package/hooks/use-enhanced-effect.js +0 -3
- package/hooks/use-event-callback.d.ts +0 -4
- package/hooks/use-event-callback.js +0 -19
- package/hooks/use-pagination.d.ts +0 -3
- package/hooks/use-pagination.js +0 -106
- package/hooks/use-portal.d.ts +0 -14
- package/hooks/use-portal.js +0 -75
- package/theme/README.md +0 -9
- package/utils/README.md +0 -11
- package/utils/functions/apply-display-names.d.ts +0 -6
- package/utils/functions/apply-display-names.js +0 -12
- package/utils/functions/apply-polymorphic-function-prop.d.ts +0 -6
- package/utils/functions/apply-polymorphic-function-prop.js +0 -11
- package/utils/functions/color-picker/color-converters.d.ts +0 -11
- package/utils/functions/color-picker/color-converters.js +0 -159
- package/utils/functions/convert-to-string.d.ts +0 -1
- package/utils/functions/convert-to-string.js +0 -3
- package/utils/functions/escape-regexp.d.ts +0 -1
- package/utils/functions/escape-regexp.js +0 -3
- package/utils/functions/generate-class-names.d.ts +0 -1
- package/utils/functions/generate-class-names.js +0 -22
- package/utils/functions/get-elem-document-coords.d.ts +0 -6
- package/utils/functions/get-elem-document-coords.js +0 -21
- package/utils/functions/ignore-event.d.ts +0 -1
- package/utils/functions/ignore-event.js +0 -9
- package/utils/functions/index.d.ts +0 -11
- package/utils/functions/index.js +0 -12
- package/utils/functions/intrinsic-component.d.ts +0 -0
- package/utils/functions/intrinsic-component.js +0 -28
- package/utils/functions/object-keys.d.ts +0 -6
- package/utils/functions/object-keys.js +0 -6
- package/utils/functions/object-values.d.ts +0 -7
- package/utils/functions/object-values.js +0 -6
- package/utils/functions/on-click-by-mouse-down.d.ts +0 -2
- package/utils/functions/on-click-by-mouse-down.js +0 -9
- package/utils/functions/set-ref.d.ts +0 -8
- package/utils/functions/set-ref.js +0 -13
- package/utils/functions/slider/utils.d.ts +0 -47
- package/utils/functions/slider/utils.js +0 -124
- package/utils/functions/use-fork-ref.d.ts +0 -2
- package/utils/functions/use-fork-ref.js +0 -18
- package/utils/types/color/icon-button-color.d.ts +0 -5
- package/utils/types/color/icon-button-color.js +0 -5
- package/utils/types/color/index.d.ts +0 -0
- package/utils/types/color/index.js +0 -2
- package/utils/types/color/input-background-color.d.ts +0 -4
- package/utils/types/color/input-background-color.js +0 -4
- package/utils/types/css/align.d.ts +0 -11
- package/utils/types/css/align.js +0 -11
- package/utils/types/css/breakpoint.d.ts +0 -18
- package/utils/types/css/breakpoint.js +0 -18
- package/utils/types/css/direction.d.ts +0 -8
- package/utils/types/css/direction.js +0 -4
- package/utils/types/css/index.d.ts +0 -4
- package/utils/types/css/index.js +0 -4
- package/utils/types/css/position.d.ts +0 -6
- package/utils/types/css/position.js +0 -6
- package/utils/types/index.d.ts +0 -6
- package/utils/types/index.js +0 -3
- package/utils/types/intrinsic-component.d.ts +0 -1
- package/utils/types/keys.d.ts +0 -4
- package/utils/types/palette/color.d.ts +0 -133
- package/utils/types/palette/color.js +0 -133
- package/utils/types/palette/index.d.ts +0 -1
- package/utils/types/palette/index.js +0 -1
- package/utils/types/position/index.d.ts +0 -1
- package/utils/types/position/index.js +0 -1
- package/utils/types/position/position.d.ts +0 -6
- package/utils/types/position/position.js +0 -6
- package/utils/types/prop-types/index.d.ts +0 -1
- package/utils/types/prop-types/index.js +0 -1
- package/utils/types/prop-types/record.d.ts +0 -1
- package/utils/types/prop-types/record.js +0 -6
- package/utils/types/shadows/index.d.ts +0 -1
- package/utils/types/shadows/index.js +0 -1
- package/utils/types/shadows/shadows.d.ts +0 -14
- package/utils/types/shadows/shadows.js +0 -14
- package/utils/types/shape/border-radius-size.d.ts +0 -5
- package/utils/types/shape/border-radius-size.js +0 -5
- package/utils/types/shape/index.d.ts +0 -1
- package/utils/types/shape/index.js +0 -1
- package/utils/types/stylable-component.d.ts +0 -7
- package/utils/types/typography/font-variant.d.ts +0 -58
- package/utils/types/typography/font-variant.js +0 -58
- package/utils/types/typography/font-weight.d.ts +0 -11
- package/utils/types/typography/font-weight.js +0 -11
- package/utils/types/typography/index.d.ts +0 -4
- package/utils/types/typography/index.js +0 -4
- package/utils/types/typography/text-align.d.ts +0 -5
- package/utils/types/typography/text-align.js +0 -5
- package/utils/types/typography/text-decoration.d.ts +0 -5
- package/utils/types/typography/text-decoration.js +0 -5
- package/utils/types/with.d.ts +0 -4
- /package/{core/accordion-details/accordion-details.props.js → tooltip/tooltip.types.js} +0 -0
- /package/{utils/types → types}/values.d.ts +0 -0
- /package/utils/{functions/shadcn-utils.d.ts → cn.d.ts} +0 -0
- /package/utils/{functions/shadcn-utils.js → cn.js} +0 -0
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
export var Color = {
|
|
2
|
-
TextPrimary: 'txt-primary',
|
|
3
|
-
TextSecondary: 'txt-secondary',
|
|
4
|
-
TextSecondaryInvert: 'txt-secondary-invert',
|
|
5
|
-
TextPlaceholder: 'txt-placeholder',
|
|
6
|
-
TextWarning: 'txt-warning',
|
|
7
|
-
TextError: 'txt-error',
|
|
8
|
-
TextInfo: 'txt-info',
|
|
9
|
-
AccentPrimary: 'accent-primary',
|
|
10
|
-
AccentPrimaryHover: 'accent-primary-hover',
|
|
11
|
-
AccentPrimaryActive: 'accent-primary-active',
|
|
12
|
-
AccentPrimaryDisabled: 'accent-primary-disabled',
|
|
13
|
-
AccentSecondaryDisabled: 'accent-secondary-disabled',
|
|
14
|
-
AccentStateless: 'accent-stateless',
|
|
15
|
-
AccentStateless_0_4_Opacity: 'accent-stateless_0_4_opacity',
|
|
16
|
-
Accent_0_5_5_Opacity: 'accent_0_5_5_opacity',
|
|
17
|
-
Accent_0_5_Opacity: 'accent_0_5_opacity',
|
|
18
|
-
Accent_0_7_Opacity: 'accent_0_7_opacity',
|
|
19
|
-
Accent_1_2_Opacity: 'accent_1_2_opacity',
|
|
20
|
-
Accent_1_8_Opacity: 'accent_1_8_opacity',
|
|
21
|
-
Accent_2_8_Opacity: 'accent_2_8_opacity',
|
|
22
|
-
Accent_4_0_Opacity: 'accent_4_0_opacity',
|
|
23
|
-
BackgroundGrey: 'bg-grey',
|
|
24
|
-
BackgroundStateless: 'bg-stateless',
|
|
25
|
-
BackgroundActive: 'bg-active',
|
|
26
|
-
BackgroundBaseLight: 'bg-base-light',
|
|
27
|
-
BackgroundBaseMedium: 'bg-base-medium',
|
|
28
|
-
BackgroundPrimary: 'bg-primary',
|
|
29
|
-
BackgroundPrimaryLight: 'bg-primary-light',
|
|
30
|
-
BackgroundPrimaryHover: 'bg-primary-hover',
|
|
31
|
-
BackgroundPrimaryActive: 'bg-primary-active',
|
|
32
|
-
BackgroundPrimaryStateless: 'bg-primary-stateless',
|
|
33
|
-
BackgroundPrimary_0_5_Opacity: 'bg-primary-0-5-opacity',
|
|
34
|
-
BackgroundSecondary: 'bg-secondary',
|
|
35
|
-
BackgroundHover: 'bg-hover',
|
|
36
|
-
BackgroundGreen: 'bg-green',
|
|
37
|
-
BackgroundGreenMedium: 'bg-green-medium',
|
|
38
|
-
BackgroundBlue: 'bg-blue',
|
|
39
|
-
BackgroundRed: 'bg-red',
|
|
40
|
-
BackgroundRedLight: 'bg-red-light',
|
|
41
|
-
BackgroundRedMedium: 'background-red-medium',
|
|
42
|
-
BackgroundOrange: 'bg-orange',
|
|
43
|
-
BackgroundTooltip: 'bg-tooltip',
|
|
44
|
-
IconsPrimary: 'icon-primary',
|
|
45
|
-
IconsPrimaryOpacity_0_6: 'icons-primary-opacity-0-6',
|
|
46
|
-
IconsSecondary: 'icons-secondary',
|
|
47
|
-
IconsPlaceholder: 'icons-placeholder',
|
|
48
|
-
IconsInvert: 'icons-invert',
|
|
49
|
-
IconsMuted: 'icons-muted',
|
|
50
|
-
IconsPrimaryHover: 'icons-primary-hover',
|
|
51
|
-
IconsSecondaryHover: 'icons-secondary-hover',
|
|
52
|
-
ButtonPrimaryText: 'btn-primary-text',
|
|
53
|
-
ButtonPrimaryText_0_6: 'btn-primary-text-0-6',
|
|
54
|
-
ButtonPrimaryText_0_4: 'btn-primary-text-0-4',
|
|
55
|
-
ButtonDisabledText: 'btn-disabled-text',
|
|
56
|
-
ButtonSecondaryText: 'btn-secondary-text',
|
|
57
|
-
LinkPrimary: 'link-primary',
|
|
58
|
-
LinkStateless: 'link-stateless',
|
|
59
|
-
LinkHover: 'link-hover',
|
|
60
|
-
LinkActive: 'link-active',
|
|
61
|
-
LinkMuted: 'link-muted',
|
|
62
|
-
LinkPressed: 'link-pressed',
|
|
63
|
-
BordersPrimary: 'borders-primary',
|
|
64
|
-
BordersPrimaryHover: 'borders-primary-hover',
|
|
65
|
-
BordersSecondary: 'borders-secondary',
|
|
66
|
-
BordersStrong: 'borders-strong',
|
|
67
|
-
BordersInvert: 'borders-invert',
|
|
68
|
-
BorderHoverBottom: 'border-hover-bottom',
|
|
69
|
-
BorderActiveBottom: 'border-active-bottom',
|
|
70
|
-
BorderPrimaryStateless: 'border-primary-stateless',
|
|
71
|
-
BordersDisabled: 'borders-disabled',
|
|
72
|
-
BordersButton: 'borders-button',
|
|
73
|
-
BordersItem: 'borders-item',
|
|
74
|
-
BordersBaseLight: 'borders-base-light',
|
|
75
|
-
BordersBaseMedium: 'borders-base-medium',
|
|
76
|
-
BordersGreen: 'borders-green',
|
|
77
|
-
BordersGreenMedium: 'borders-green-medium',
|
|
78
|
-
BordersRed: 'borders-red',
|
|
79
|
-
ActiveSecondary: 'active-secondary',
|
|
80
|
-
ActiveSecondaryHover: 'active-secondary-hover',
|
|
81
|
-
Tag: 'tag',
|
|
82
|
-
StatesErrorDisabledText: 'states-error-disabled-text',
|
|
83
|
-
Error: 'error',
|
|
84
|
-
Error_0_28_Opacity: 'error-0-28-opacity',
|
|
85
|
-
Error_0_12_Opacity: 'error-0-12-opacity',
|
|
86
|
-
ErrorHover: 'error-hover',
|
|
87
|
-
ErrorActive: 'error-active',
|
|
88
|
-
Success: 'success',
|
|
89
|
-
SuccessHover: 'success-hover',
|
|
90
|
-
SuccessActive: 'success-Active',
|
|
91
|
-
Warning: 'warning',
|
|
92
|
-
WarningHover: 'warning-hover',
|
|
93
|
-
WarningActive: 'warning-active',
|
|
94
|
-
Info: 'info',
|
|
95
|
-
Modified: 'modified',
|
|
96
|
-
Red: 'red',
|
|
97
|
-
Orange: 'orange',
|
|
98
|
-
Salad: 'salad',
|
|
99
|
-
Green: 'green',
|
|
100
|
-
Blue: 'blue',
|
|
101
|
-
Indigo: 'indigo',
|
|
102
|
-
Violet: 'violet',
|
|
103
|
-
Pink: 'pink',
|
|
104
|
-
GradientRight: 'gradient-right',
|
|
105
|
-
Extra_0_3_Overlay: 'extra-0-3-overlay',
|
|
106
|
-
GradientRightActive: 'gradient-right-active',
|
|
107
|
-
GradientRightHover: 'gradient-right-hover',
|
|
108
|
-
Extra_0_5_Overlay: 'extra-0-5-overlay',
|
|
109
|
-
Extra_0_7_Overlay: 'extra-0-7-overlay',
|
|
110
|
-
Extra_0_9_Overlay: 'extra-0-9-overlay',
|
|
111
|
-
Red_0_1_Overlay: 'red-0-1-overlay',
|
|
112
|
-
Orange_0_1_Overlay: 'orange-0-1-overlay',
|
|
113
|
-
Accent_0_8_Overlay: 'accent-0-8-overlay',
|
|
114
|
-
Green_0_2_Overlay: 'green-0-2-Overlay',
|
|
115
|
-
WHITE_0_7_8_Overlay: 'white-0-7-8-overlay',
|
|
116
|
-
Link: 'link',
|
|
117
|
-
Camera: 'camera',
|
|
118
|
-
GoogleDrive: 'google-drive',
|
|
119
|
-
Dropbox: 'dropbox',
|
|
120
|
-
OneDrive: 'one-drive',
|
|
121
|
-
Device: 'device',
|
|
122
|
-
Instagram: 'instagram',
|
|
123
|
-
FreeImages: 'free-images',
|
|
124
|
-
FreeIcons: 'free-icons',
|
|
125
|
-
Canvas: 'canvas',
|
|
126
|
-
Box: 'box',
|
|
127
|
-
ScreenCast: 'screen-cast',
|
|
128
|
-
Unsplash: 'unsplash',
|
|
129
|
-
LightShadow: 'light-shadow',
|
|
130
|
-
MediumShadow: 'medium-shadow',
|
|
131
|
-
LargeShadow: 'large-shadow',
|
|
132
|
-
XLargeShadow: 'x-large-shadow'
|
|
133
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './color';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './color';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './position';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './position';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './record';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './record';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const record: <T extends string, P>(keys: T[], valueType: P) => Record<T, P>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './shadows';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './shadows';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const Shadows: {
|
|
2
|
-
readonly ShadowSm: "shadow-sm";
|
|
3
|
-
readonly ShadowMd: "shadow-md";
|
|
4
|
-
readonly ShadowLg: "shadow-lg";
|
|
5
|
-
readonly ShadowXl: "shadow-xl";
|
|
6
|
-
readonly Label: "label";
|
|
7
|
-
readonly Header: "header";
|
|
8
|
-
readonly HeaderPopup: "header-popup";
|
|
9
|
-
readonly FooterPopup: "footer-popup";
|
|
10
|
-
readonly LeftPanelMd: "left-panel-md";
|
|
11
|
-
readonly RightPanelMd: "right-panel-md";
|
|
12
|
-
readonly LeftPanelSm: "left-panel-sm";
|
|
13
|
-
readonly RightPanelSm: "right-panel-sm";
|
|
14
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export var Shadows = {
|
|
2
|
-
ShadowSm: 'shadow-sm',
|
|
3
|
-
ShadowMd: 'shadow-md',
|
|
4
|
-
ShadowLg: 'shadow-lg',
|
|
5
|
-
ShadowXl: 'shadow-xl',
|
|
6
|
-
Label: 'label',
|
|
7
|
-
Header: 'header',
|
|
8
|
-
HeaderPopup: 'header-popup',
|
|
9
|
-
FooterPopup: 'footer-popup',
|
|
10
|
-
LeftPanelMd: 'left-panel-md',
|
|
11
|
-
RightPanelMd: 'right-panel-md',
|
|
12
|
-
LeftPanelSm: 'left-panel-sm',
|
|
13
|
-
RightPanelSm: 'right-panel-sm'
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './border-radius-size';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './border-radius-size';
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
export declare const FontVariant: {
|
|
2
|
-
readonly TextExtraSmall: "text-extra-small";
|
|
3
|
-
readonly TextSmall: "text-small";
|
|
4
|
-
readonly TextSmallUp: "text-small-up";
|
|
5
|
-
readonly TextMedium: "text-medium";
|
|
6
|
-
readonly TextLarge: "text-large";
|
|
7
|
-
readonly TextExtraLarge: "text-extra-large";
|
|
8
|
-
readonly TextXExtraLarge: "text-x-extra-large";
|
|
9
|
-
readonly TitleH6: "title-h6";
|
|
10
|
-
readonly TitleH5: "title-h5";
|
|
11
|
-
readonly TitleH4: "title-h4";
|
|
12
|
-
readonly TitleH3: "title-h3";
|
|
13
|
-
readonly TitleH2: "title-h2";
|
|
14
|
-
readonly TitleH1: "title-h1";
|
|
15
|
-
readonly LabelExtraSmall: "label-extra-small";
|
|
16
|
-
readonly LabelExtraSmallEmphasis: "label-extra-small-emphasis";
|
|
17
|
-
readonly LabelExtraSmallUp: "label-extra-small-up";
|
|
18
|
-
readonly LabelSmall: "label-small";
|
|
19
|
-
readonly LabelSmallEmphasis: "label-small-emphasis";
|
|
20
|
-
readonly LabelSmallUp: "label-small-up";
|
|
21
|
-
readonly LabelSmallUpEmphasis: "label-small-up-emphasis";
|
|
22
|
-
readonly LabelMedium: "label-medium";
|
|
23
|
-
readonly LabelMediumEmphasis: "label-medium-emphasis";
|
|
24
|
-
readonly LabelLarge: "label-large";
|
|
25
|
-
readonly LabelLargeEmphasis: "label-large-emphasis";
|
|
26
|
-
readonly LabelLargeUp: "label-large-up";
|
|
27
|
-
readonly LabelExtraLargeEmphasis: "label-extra-large-emphasis";
|
|
28
|
-
readonly LabelExtraLarge: "label-extra-large";
|
|
29
|
-
readonly LabelXExtraLargeEmphasis: "label-x-extra-large-emphasis";
|
|
30
|
-
readonly LabelXExtraLarge: "label-x-extra-large";
|
|
31
|
-
readonly LabelXXExtraLargeEmphasis: "label-x-x-extra-large-emphasis";
|
|
32
|
-
readonly LabelXXExtraLarge: "label-x-x-extra-large";
|
|
33
|
-
readonly LabelXXXExtraLarge: "label-x-x-x-extra-large";
|
|
34
|
-
readonly ButtonSmEmphasis: "btn-sm-emphasis";
|
|
35
|
-
readonly ButtonSm: "btn-sm";
|
|
36
|
-
readonly ButtonSmUpEmphasis: "btn-sm-up-emphasis";
|
|
37
|
-
readonly ButtonSmUp: "btn-sm-up";
|
|
38
|
-
readonly ButtonMdEmphasis: "btn-md-emphasis";
|
|
39
|
-
readonly ButtonMd: "btn-md";
|
|
40
|
-
readonly ButtonLgEmphasis: "btn-lg-emphasis";
|
|
41
|
-
readonly ButtonLg: "btn-lg";
|
|
42
|
-
readonly ButtonLgUpEmphasis: "btn-lg-up-emphasis";
|
|
43
|
-
readonly ButtonLgUp: "btn-lg-up";
|
|
44
|
-
readonly LinkSmall: "link-small";
|
|
45
|
-
readonly LinkSmallEmphasis: "link-small-emphasis";
|
|
46
|
-
readonly LinkSmallUp: "link-small-up";
|
|
47
|
-
readonly LinkSmallUpEmphasis: "link-small-up-emphasis";
|
|
48
|
-
readonly LinkMedium: "link-medium";
|
|
49
|
-
readonly LinkMediumEmphasis: "link-medium-emphasis";
|
|
50
|
-
readonly LinkLarge: "link-large";
|
|
51
|
-
readonly LinkLargeEmphasis: "link-large-emphasis";
|
|
52
|
-
readonly LinkLargeUp: "link-large-up";
|
|
53
|
-
readonly LinkLargeUpEmphasis: "link-large-up-emphasis";
|
|
54
|
-
readonly InputSm: "input-sm";
|
|
55
|
-
readonly InputSmUp: "input-sm-up";
|
|
56
|
-
readonly InputMd: "input-md";
|
|
57
|
-
readonly InputLg: "input-lg";
|
|
58
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
export var FontVariant = {
|
|
2
|
-
TextExtraSmall: 'text-extra-small',
|
|
3
|
-
TextSmall: 'text-small',
|
|
4
|
-
TextSmallUp: 'text-small-up',
|
|
5
|
-
TextMedium: 'text-medium',
|
|
6
|
-
TextLarge: 'text-large',
|
|
7
|
-
TextExtraLarge: 'text-extra-large',
|
|
8
|
-
TextXExtraLarge: 'text-x-extra-large',
|
|
9
|
-
TitleH6: 'title-h6',
|
|
10
|
-
TitleH5: 'title-h5',
|
|
11
|
-
TitleH4: 'title-h4',
|
|
12
|
-
TitleH3: 'title-h3',
|
|
13
|
-
TitleH2: 'title-h2',
|
|
14
|
-
TitleH1: 'title-h1',
|
|
15
|
-
LabelExtraSmall: 'label-extra-small',
|
|
16
|
-
LabelExtraSmallEmphasis: 'label-extra-small-emphasis',
|
|
17
|
-
LabelExtraSmallUp: 'label-extra-small-up',
|
|
18
|
-
LabelSmall: 'label-small',
|
|
19
|
-
LabelSmallEmphasis: 'label-small-emphasis',
|
|
20
|
-
LabelSmallUp: 'label-small-up',
|
|
21
|
-
LabelSmallUpEmphasis: 'label-small-up-emphasis',
|
|
22
|
-
LabelMedium: 'label-medium',
|
|
23
|
-
LabelMediumEmphasis: 'label-medium-emphasis',
|
|
24
|
-
LabelLarge: 'label-large',
|
|
25
|
-
LabelLargeEmphasis: 'label-large-emphasis',
|
|
26
|
-
LabelLargeUp: 'label-large-up',
|
|
27
|
-
LabelExtraLargeEmphasis: 'label-extra-large-emphasis',
|
|
28
|
-
LabelExtraLarge: 'label-extra-large',
|
|
29
|
-
LabelXExtraLargeEmphasis: 'label-x-extra-large-emphasis',
|
|
30
|
-
LabelXExtraLarge: 'label-x-extra-large',
|
|
31
|
-
LabelXXExtraLargeEmphasis: 'label-x-x-extra-large-emphasis',
|
|
32
|
-
LabelXXExtraLarge: 'label-x-x-extra-large',
|
|
33
|
-
LabelXXXExtraLarge: 'label-x-x-x-extra-large',
|
|
34
|
-
ButtonSmEmphasis: 'btn-sm-emphasis',
|
|
35
|
-
ButtonSm: 'btn-sm',
|
|
36
|
-
ButtonSmUpEmphasis: 'btn-sm-up-emphasis',
|
|
37
|
-
ButtonSmUp: 'btn-sm-up',
|
|
38
|
-
ButtonMdEmphasis: 'btn-md-emphasis',
|
|
39
|
-
ButtonMd: 'btn-md',
|
|
40
|
-
ButtonLgEmphasis: 'btn-lg-emphasis',
|
|
41
|
-
ButtonLg: 'btn-lg',
|
|
42
|
-
ButtonLgUpEmphasis: 'btn-lg-up-emphasis',
|
|
43
|
-
ButtonLgUp: 'btn-lg-up',
|
|
44
|
-
LinkSmall: 'link-small',
|
|
45
|
-
LinkSmallEmphasis: 'link-small-emphasis',
|
|
46
|
-
LinkSmallUp: 'link-small-up',
|
|
47
|
-
LinkSmallUpEmphasis: 'link-small-up-emphasis',
|
|
48
|
-
LinkMedium: 'link-medium',
|
|
49
|
-
LinkMediumEmphasis: 'link-medium-emphasis',
|
|
50
|
-
LinkLarge: 'link-large',
|
|
51
|
-
LinkLargeEmphasis: 'link-large-emphasis',
|
|
52
|
-
LinkLargeUp: 'link-large-up',
|
|
53
|
-
LinkLargeUpEmphasis: 'link-large-up-emphasis',
|
|
54
|
-
InputSm: 'input-sm',
|
|
55
|
-
InputSmUp: 'input-sm-up',
|
|
56
|
-
InputMd: 'input-md',
|
|
57
|
-
InputLg: 'input-lg'
|
|
58
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare const FontWeight: {
|
|
2
|
-
readonly Thin: 100;
|
|
3
|
-
readonly ExtraLight: 200;
|
|
4
|
-
readonly Light: 300;
|
|
5
|
-
readonly Regular: 400;
|
|
6
|
-
readonly Medium: 500;
|
|
7
|
-
readonly SemiBold: 600;
|
|
8
|
-
readonly Bold: 700;
|
|
9
|
-
readonly ExtraBold: 800;
|
|
10
|
-
readonly Black: 900;
|
|
11
|
-
};
|
package/utils/types/with.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|