@itcase/ui 1.8.5 → 1.8.10

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.
Files changed (117) hide show
  1. package/dist/{Badge_cjs_DrG2tUjI.js → Badge_cjs_CeqDdbMs.js} +1 -1
  2. package/dist/{Badge_es_Bx0NsdST.js → Badge_es_uDX0eyDM.js} +1 -1
  3. package/dist/{Button_cjs_B7OmqizJ.js → Button_cjs_BKQLT7oE.js} +1 -1
  4. package/dist/{Button_es_CBbHMy1v.js → Button_es_H15aBFcg.js} +1 -1
  5. package/dist/{Icon_cjs_DSzfNqif.js → Icon_cjs_BaWMPaAR.js} +1 -1
  6. package/dist/{Icon_es_BBmoZ7_3.js → Icon_es_B0sySEUu.js} +1 -1
  7. package/dist/{Input_cjs_C8RWS1SD.js → Input_cjs_BAVggtkk.js} +5 -5
  8. package/dist/{Input_es_FXxp51gq.js → Input_es_CNduH28G.js} +5 -5
  9. package/dist/{Label_cjs_BCjB-mxC.js → Label_cjs_CbcENlSZ.js} +1 -1
  10. package/dist/{Label_es_CZpanSdR.js → Label_es_BCpDqP3q.js} +1 -1
  11. package/dist/{Title_cjs_iuyln-ab.js → Title_cjs_ByPcFb15.js} +4 -25
  12. package/dist/{Title_es_ke3YylFm.js → Title_es_eejUqSJf.js} +4 -25
  13. package/dist/{Tooltip_cjs_CTwksdFk.js → Tooltip_cjs_CY4HOzhz.js} +1 -1
  14. package/dist/{Tooltip_es_H976MIb7.js → Tooltip_es_B9hN4Zlm.js} +1 -1
  15. package/dist/cjs/components/Accordion.js +3 -3
  16. package/dist/cjs/components/Avatar.js +3 -3
  17. package/dist/cjs/components/Badge.js +4 -4
  18. package/dist/cjs/components/Breadcrumbs.js +3 -3
  19. package/dist/cjs/components/Button.js +4 -4
  20. package/dist/cjs/components/Cell.js +4 -4
  21. package/dist/cjs/components/Checkbox.js +150 -22
  22. package/dist/cjs/components/Chips.js +11 -5
  23. package/dist/cjs/components/Choice.js +3 -3
  24. package/dist/cjs/components/CookiesWarning.js +4 -4
  25. package/dist/cjs/components/DadataHintField.js +1 -1
  26. package/dist/cjs/components/DatePicker.js +65 -100
  27. package/dist/cjs/components/HeroTitle.js +9 -19
  28. package/dist/cjs/components/Icon.js +3 -3
  29. package/dist/cjs/components/Input.js +1 -1
  30. package/dist/cjs/components/InputPassword.js +3 -3
  31. package/dist/cjs/components/Label.js +3 -3
  32. package/dist/cjs/components/Modal.js +1 -1
  33. package/dist/cjs/components/Pagination.js +3 -3
  34. package/dist/cjs/components/Response.js +4 -4
  35. package/dist/cjs/components/Search.js +3 -3
  36. package/dist/cjs/components/Select.js +25 -14
  37. package/dist/cjs/components/Swiper.js +1 -1
  38. package/dist/cjs/components/Switch.js +1 -1
  39. package/dist/cjs/components/Tab.js +4 -4
  40. package/dist/cjs/components/Tile.js +4 -4
  41. package/dist/cjs/components/Title.js +5 -5
  42. package/dist/cjs/components/Tooltip.js +2 -2
  43. package/dist/cjs/hooks/useStyles/useStyles.js +3 -0
  44. package/dist/components/Accordion.js +3 -3
  45. package/dist/components/Avatar.js +3 -3
  46. package/dist/components/Badge.js +4 -4
  47. package/dist/components/Breadcrumbs.js +3 -3
  48. package/dist/components/Button.js +4 -4
  49. package/dist/components/Cell.js +4 -4
  50. package/dist/components/Checkbox.js +151 -22
  51. package/dist/components/Chips.js +11 -5
  52. package/dist/components/Choice.js +3 -3
  53. package/dist/components/CookiesWarning.js +4 -4
  54. package/dist/components/DadataHintField.js +1 -1
  55. package/dist/components/DatePicker.js +65 -100
  56. package/dist/components/HeroTitle.js +9 -19
  57. package/dist/components/Icon.js +3 -3
  58. package/dist/components/Input.js +1 -1
  59. package/dist/components/InputPassword.js +3 -3
  60. package/dist/components/Label.js +3 -3
  61. package/dist/components/Modal.js +1 -1
  62. package/dist/components/Pagination.js +3 -3
  63. package/dist/components/Response.js +4 -4
  64. package/dist/components/Search.js +3 -3
  65. package/dist/components/Select.js +25 -14
  66. package/dist/components/Swiper.js +1 -1
  67. package/dist/components/Switch.js +1 -1
  68. package/dist/components/Tab.js +4 -4
  69. package/dist/components/Tile.js +4 -4
  70. package/dist/components/Title.js +5 -5
  71. package/dist/components/Tooltip.js +2 -2
  72. package/dist/css/components/Checkbox/Checkbox.css +3 -0
  73. package/dist/css/components/Choice/Choice.css +4 -0
  74. package/dist/css/components/DadataHintField/DadataHintField.css +1 -1
  75. package/dist/css/components/DatePicker/DatePicker.css +10 -12
  76. package/dist/css/components/HeroTitle/HeroTitle.css +20 -16
  77. package/dist/css/components/Input/Input.css +1 -1
  78. package/dist/css/components/InputPassword/InputPassword.css +1 -1
  79. package/dist/css/components/Pagination/Pagination.css +3 -3
  80. package/dist/css/components/Select/Select.css +9 -0
  81. package/dist/css/components/Switch/Switch.css +1 -1
  82. package/dist/css/components/Textarea/Textarea.css +2 -0
  83. package/dist/css/components/Title/Title.css +20 -16
  84. package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +1 -1
  85. package/dist/hooks/useStyles/useStyles.js +3 -0
  86. package/dist/types/components/Checkbox/Checkbox.appearance.d.ts +1 -2
  87. package/dist/types/components/Checkbox/Checkbox.interface.d.ts +1 -2
  88. package/dist/types/components/Checkbox/appearance/checkboxDefault.d.ts +26 -0
  89. package/dist/types/components/Checkbox/appearance/checkboxDisabled.d.ts +20 -0
  90. package/dist/types/components/Checkbox/appearance/checkboxError.d.ts +20 -0
  91. package/dist/types/components/Checkbox/appearance/checkboxRequire.d.ts +20 -0
  92. package/dist/types/components/Checkbox/appearance/checkboxSize.d.ts +31 -0
  93. package/dist/types/components/Checkbox/appearance/checkboxStyle.d.ts +14 -0
  94. package/dist/types/components/Checkbox/appearance/checkboxSuccess.d.ts +20 -0
  95. package/dist/types/components/Checkbox/index.d.ts +1 -1
  96. package/dist/types/components/Chips/appearance/chipsSize.d.ts +6 -1
  97. package/dist/types/components/Chips/appearance/chipsSurface.d.ts +1 -0
  98. package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +30 -55
  99. package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +18 -33
  100. package/dist/types/components/DatePicker/appearance/datePickerSurface.d.ts +12 -22
  101. package/dist/types/components/Input/appearance/inputDefault.d.ts +5 -5
  102. package/dist/types/components/Select/appearance/selectDefault.d.ts +21 -0
  103. package/dist/types/components/Select/appearance/selectSize.d.ts +11 -0
  104. package/package.json +3 -3
  105. package/dist/types/appearance/default/defaultAccent.d.ts +0 -33
  106. package/dist/types/appearance/default/defaultAppearance.d.ts +0 -33
  107. package/dist/types/appearance/default/defaultDanger.d.ts +0 -33
  108. package/dist/types/appearance/default/defaultDisabled.d.ts +0 -33
  109. package/dist/types/appearance/default/defaultError.d.ts +0 -33
  110. package/dist/types/appearance/default/defaultInfo.d.ts +0 -33
  111. package/dist/types/appearance/default/defaultPrimary.d.ts +0 -33
  112. package/dist/types/appearance/default/defaultSecondary.d.ts +0 -33
  113. package/dist/types/appearance/default/defaultSuccess.d.ts +0 -33
  114. package/dist/types/appearance/default/defaultSurface.d.ts +0 -33
  115. package/dist/types/appearance/default/defaultWarning.d.ts +0 -33
  116. package/dist/types/appearance/index.d.ts +0 -12
  117. package/dist/types/appearance/styleAppearance.d.ts +0 -14
@@ -1,42 +1,27 @@
1
1
  declare const datePickerSize: {
2
2
  sizeS: {
3
- datePickerProps: {
4
- daySize: string;
5
- dayTextSize: string;
6
- iconFillSize: number;
7
- };
8
- inputProps: {
9
- size: string;
10
- textSize: string;
11
- clearIconSize: number;
12
- clearLabelTextSize: string;
13
- };
3
+ daySize: string;
4
+ dayTextSize: string;
5
+ iconFillSize: number;
6
+ iconLeft: any;
7
+ iconRight: any;
14
8
  };
15
9
  sizeM: {
16
- datePickerProps: {
17
- daySize: string;
18
- dayTextSize: string;
19
- iconFillSize: number;
20
- };
21
- inputProps: {
22
- size: string;
23
- textSize: string;
24
- clearIconSize: number;
25
- clearLabelTextSize: string;
26
- };
10
+ daySize: string;
11
+ dayTextSize: string;
12
+ iconFillSize: number;
13
+ iconSize: number;
14
+ monthTextSize: string;
15
+ yearTextSize: string;
16
+ iconLeft: any;
17
+ iconRight: any;
27
18
  };
28
19
  sizeL: {
29
- datePickerProps: {
30
- daySize: string;
31
- dayTextSize: string;
32
- iconFillSize: number;
33
- };
34
- inputProps: {
35
- size: string;
36
- textSize: string;
37
- clearIconSize: number;
38
- clearLabelTextSize: string;
39
- };
20
+ daySize: string;
21
+ dayTextSize: string;
22
+ iconFillSize: number;
23
+ iconLeft: any;
24
+ iconRight: any;
40
25
  };
41
26
  };
42
27
  export { datePickerSize };
@@ -1,27 +1,17 @@
1
1
  declare const datePickerAppearanceSurface: {
2
2
  surfacePrimary: {
3
- datePickerProps: {
4
- daySize: string;
5
- dayTextColor: string;
6
- dayTextShape: string;
7
- dayTextSize: string;
8
- iconFillHover: string;
9
- iconItemFill: string;
10
- iconShape: string;
11
- };
12
- inputProps: {
13
- width: string;
14
- fill: string;
15
- fillHover: string;
16
- borderColor: string;
17
- textColor: string;
18
- caret: string;
19
- clearIconItemFill: string;
20
- clearIconItemFillHover: string;
21
- clearLabelTextColor: string;
22
- clearLabelTextColorHover: string;
23
- placeholderTextColor: string;
24
- };
3
+ dayTextColor: string;
4
+ dayTextShape: string;
5
+ iconFillHover: string;
6
+ iconItemFill: string;
7
+ iconShape: string;
8
+ iconLeft: any;
9
+ iconRight: any;
10
+ monthTextColor: string;
11
+ monthTextWeight: number;
12
+ placeholderTextColor: string;
13
+ yearTextColor: string;
14
+ yearTextWeight: number;
25
15
  };
26
16
  };
27
17
  export { datePickerAppearanceSurface };
@@ -3,22 +3,22 @@ declare const inputAppearanceDefault: {
3
3
  fill: string;
4
4
  borderColor: string;
5
5
  borderHover: string;
6
- iconBeforeFill: string;
7
- iconClearFill: string;
8
6
  textColor: string;
9
7
  textColorDisabled: string;
10
8
  caret: string;
9
+ iconBeforeFill: string;
10
+ iconClearFill: string;
11
11
  };
12
12
  defaultSecondary: {
13
13
  fill: string;
14
14
  borderColor: string;
15
15
  borderHover: string;
16
- iconBeforeFill: string;
17
- iconClearFill: string;
18
- placeholderTextColor: string;
19
16
  textColor: string;
20
17
  textColorDisabled: string;
21
18
  caret: string;
19
+ iconBeforeFill: string;
20
+ iconClearFill: string;
21
+ placeholderTextColor: string;
22
22
  };
23
23
  };
24
24
  export { inputAppearanceDefault };
@@ -0,0 +1,21 @@
1
+ declare const selectAppearanceDefault: {
2
+ defaultPrimary: {
3
+ elevation: number;
4
+ inputBorderColor: string;
5
+ inputBorderColorHover: string;
6
+ inputFill: string;
7
+ inputShape: string;
8
+ inputTextColor: string;
9
+ multipleItemFill: string;
10
+ multipleItemFillHover: string;
11
+ multipleTextColor: string;
12
+ noOptionsText: string;
13
+ noOptionsTextColor: string;
14
+ optionFill: string;
15
+ optionFillHover: string;
16
+ optionTextColor: string;
17
+ placeholder: string;
18
+ placeholderTextColor: string;
19
+ };
20
+ };
21
+ export { selectAppearanceDefault };
@@ -0,0 +1,11 @@
1
+ declare const selectAppearanceSize: {
2
+ sizeM: {
3
+ size: string;
4
+ inputTextSize: string;
5
+ multipleItemTextSize: string;
6
+ noOptionsTextSize: string;
7
+ optionTextSize: string;
8
+ placeholderTextSize: string;
9
+ };
10
+ };
11
+ export { selectAppearanceSize };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.5",
3
+ "version": "1.8.10",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -97,7 +97,7 @@
97
97
  "dependencies": {
98
98
  "@emotion/is-prop-valid": "^1.3.1",
99
99
  "@itcase/common": "^1.2.23",
100
- "@itcase/config": "^1.0.46",
100
+ "@itcase/config": "^1.0.47",
101
101
  "@itcase/icons": "^1.0.31",
102
102
  "@itcase/storybook-config": "^1.1.9",
103
103
  "@itcase/tokens-am": "^1.1.7",
@@ -163,7 +163,7 @@
163
163
  "eslint": "9.27.0",
164
164
  "husky": "^9.1.7",
165
165
  "lint-staged": "^16.0.0",
166
- "npm": "^11.4.0",
166
+ "npm": "^11.4.1",
167
167
  "postcss": "^8.5.3",
168
168
  "prettier": "^3.5.3",
169
169
  "react-docgen-typescript": "^2.2.2",
@@ -1,33 +0,0 @@
1
- declare const defaultAccentAppearance: {
2
- accent: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- accentPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- accentSecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- accentTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- accentQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultAccentAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultAppearance: {
2
- accent: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- accentPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- accentSecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- accentTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- accentQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultDangerAppearance: {
2
- danger: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- dangerPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- dangerSecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- dangerTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- dangerQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultDangerAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultDisabledAppearance: {
2
- disabled: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- disabledPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- disabledSecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- disabledTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- disabledQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultDisabledAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultErrorAppearance: {
2
- error: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- errorPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- errorSecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- errorTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- errorQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultErrorAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultInfoAppearance: {
2
- info: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- infoPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- infoSecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- infoTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- infoQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultInfoAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultPrimaryAppearance: {
2
- primary: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- primaryPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- primarySecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- primaryTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- primaryQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultPrimaryAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultSecondaryAppearance: {
2
- secondary: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- secondaryPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- secondarySecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- secondaryTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- secondaryQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultSecondaryAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultSuccessAppearance: {
2
- success: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- successPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- successSecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- successTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- successQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultSuccessAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultSurfaceAppearance: {
2
- surface: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- surfacePrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- surfaceSecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- surfaceTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- surfaceQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultSurfaceAppearance };
@@ -1,33 +0,0 @@
1
- declare const defaultWarningAppearance: {
2
- warning: {
3
- fill: string;
4
- fillHover: string;
5
- borderColor: string;
6
- textColor: string;
7
- };
8
- warningPrimary: {
9
- fill: string;
10
- borderColor: string;
11
- textColor: string;
12
- iconFill: string;
13
- };
14
- warningSecondary: {
15
- fill: string;
16
- borderColor: string;
17
- textColor: string;
18
- iconFill: string;
19
- };
20
- warningTertiary: {
21
- fill: string;
22
- borderColor: string;
23
- textColor: string;
24
- iconFill: string;
25
- };
26
- warningQuaternary: {
27
- fill: string;
28
- borderColor: string;
29
- textColor: string;
30
- iconFill: string;
31
- };
32
- };
33
- export { defaultWarningAppearance };
@@ -1,12 +0,0 @@
1
- import { defaultAccentAppearance } from './default/defaultAccent';
2
- import { defaultAppearance } from './default/defaultAppearance';
3
- import { defaultDangerAppearance } from './default/defaultDanger';
4
- import { defaultDisabledAppearance } from './default/defaultDisabled';
5
- import { defaultErrorAppearance } from './default/defaultError';
6
- import { defaultInfoAppearance } from './default/defaultInfo';
7
- import { defaultPrimaryAppearance } from './default/defaultPrimary';
8
- import { defaultSuccessAppearance } from './default/defaultSuccess';
9
- import { defaultSurfaceAppearance } from './default/defaultSurface';
10
- import { defaultWarningAppearance } from './default/defaultWarning';
11
- import { styleAppearance } from './styleAppearance';
12
- export { defaultAppearance, defaultAccentAppearance, defaultDangerAppearance, defaultDisabledAppearance, defaultErrorAppearance, defaultInfoAppearance, defaultPrimaryAppearance, defaultSuccessAppearance, defaultSurfaceAppearance, defaultWarningAppearance, styleAppearance, };
@@ -1,14 +0,0 @@
1
- declare const styleAppearance: {
2
- full: {};
3
- ghost: {
4
- fill: string;
5
- borderColor: string;
6
- };
7
- outlined: {
8
- fill: string;
9
- };
10
- solid: {
11
- borderColor: string;
12
- };
13
- };
14
- export { styleAppearance };