@webitel/styleguide 26.2.4 → 26.2.6

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 (246) hide show
  1. package/package.json +56 -50
  2. package/src/{wt-flow-diagram → applications/wt-flow-diagram}/styleguide/spacings/_spacing.scss +2 -2
  3. package/src/enums/WtTypography/WtTypography.enum.ts +15 -0
  4. package/src/enums/index.ts +1 -0
  5. package/src/lib/main.css +1 -0
  6. package/src/lib/primevue/components/avatar/colors/dark/index.ts +21 -21
  7. package/src/lib/primevue/components/avatar/colors/index.ts +3 -3
  8. package/src/lib/primevue/components/avatar/colors/light/index.ts +21 -21
  9. package/src/lib/primevue/components/avatar/index.ts +4 -5
  10. package/src/lib/primevue/components/avatar/sizes/index.ts +45 -45
  11. package/src/lib/primevue/components/badge/colors/dark/index.ts +48 -48
  12. package/src/lib/primevue/components/badge/colors/index.ts +3 -3
  13. package/src/lib/primevue/components/badge/colors/light/index.ts +48 -48
  14. package/src/lib/primevue/components/badge/index.ts +4 -4
  15. package/src/lib/primevue/components/badge/sizes/index.ts +17 -17
  16. package/src/lib/primevue/components/breadcrumb/colors/dark/index.ts +21 -21
  17. package/src/lib/primevue/components/breadcrumb/colors/index.ts +3 -3
  18. package/src/lib/primevue/components/breadcrumb/colors/light/index.ts +21 -21
  19. package/src/lib/primevue/components/breadcrumb/index.ts +4 -4
  20. package/src/lib/primevue/components/breadcrumb/sizes/index.ts +19 -19
  21. package/src/lib/primevue/components/button/colors/dark/index.ts +234 -234
  22. package/src/lib/primevue/components/button/colors/index.ts +3 -3
  23. package/src/lib/primevue/components/button/colors/light/index.ts +233 -233
  24. package/src/lib/primevue/components/button/index.ts +4 -4
  25. package/src/lib/primevue/components/button/sizes/index.ts +43 -42
  26. package/src/lib/primevue/components/checkbox/colors/dark/index.ts +29 -29
  27. package/src/lib/primevue/components/checkbox/colors/index.ts +4 -4
  28. package/src/lib/primevue/components/checkbox/colors/light/index.ts +29 -29
  29. package/src/lib/primevue/components/checkbox/index.ts +4 -4
  30. package/src/lib/primevue/components/checkbox/sizes/index.ts +31 -31
  31. package/src/lib/primevue/components/chip/colors/dark/index.ts +51 -51
  32. package/src/lib/primevue/components/chip/colors/index.ts +3 -3
  33. package/src/lib/primevue/components/chip/colors/light/index.ts +51 -51
  34. package/src/lib/primevue/components/chip/index.ts +4 -4
  35. package/src/lib/primevue/components/chip/sizes/index.ts +15 -15
  36. package/src/lib/primevue/components/divider/colors/dark/index.ts +9 -9
  37. package/src/lib/primevue/components/divider/colors/index.ts +4 -4
  38. package/src/lib/primevue/components/divider/colors/light/index.ts +9 -9
  39. package/src/lib/primevue/components/divider/index.ts +4 -4
  40. package/src/lib/primevue/components/divider/sizes/index.ts +16 -16
  41. package/src/lib/primevue/components/galleria/colors/dark/index.ts +67 -67
  42. package/src/lib/primevue/components/galleria/colors/index.ts +3 -3
  43. package/src/lib/primevue/components/galleria/colors/light/index.ts +67 -67
  44. package/src/lib/primevue/components/galleria/index.ts +4 -4
  45. package/src/lib/primevue/components/galleria/sizes/index.ts +89 -89
  46. package/src/lib/primevue/components/index.ts +40 -40
  47. package/src/lib/primevue/components/input-group/colors/dark/index.ts +7 -7
  48. package/src/lib/primevue/components/input-group/colors/index.ts +3 -3
  49. package/src/lib/primevue/components/input-group/colors/light/index.ts +7 -7
  50. package/src/lib/primevue/components/input-group/index.ts +4 -4
  51. package/src/lib/primevue/components/input-group/sizes/index.ts +7 -7
  52. package/src/lib/primevue/components/input-number/colors/dark/index.ts +13 -13
  53. package/src/lib/primevue/components/input-number/colors/index.ts +3 -3
  54. package/src/lib/primevue/components/input-number/colors/light/index.ts +13 -13
  55. package/src/lib/primevue/components/input-number/index.ts +4 -4
  56. package/src/lib/primevue/components/input-number/sizes/index.ts +10 -10
  57. package/src/lib/primevue/components/input-text/colors/dark/index.ts +23 -22
  58. package/src/lib/primevue/components/input-text/colors/index.ts +3 -3
  59. package/src/lib/primevue/components/input-text/colors/light/index.ts +23 -22
  60. package/src/lib/primevue/components/input-text/index.ts +4 -4
  61. package/src/lib/primevue/components/input-text/sizes/index.ts +23 -23
  62. package/src/lib/primevue/components/menubar/colors/dark/index.ts +5 -5
  63. package/src/lib/primevue/components/menubar/colors/index.ts +3 -3
  64. package/src/lib/primevue/components/menubar/colors/light/index.ts +5 -5
  65. package/src/lib/primevue/components/menubar/index.ts +4 -5
  66. package/src/lib/primevue/components/menubar/sizes/index.ts +4 -4
  67. package/src/lib/primevue/components/message/colors/dark/index.ts +142 -138
  68. package/src/lib/primevue/components/message/colors/index.ts +3 -3
  69. package/src/lib/primevue/components/message/colors/light/index.ts +142 -138
  70. package/src/lib/primevue/components/message/index.ts +2 -2
  71. package/src/lib/primevue/components/message/sizes/index.ts +63 -63
  72. package/src/lib/primevue/components/password/colors/dark/index.ts +19 -19
  73. package/src/lib/primevue/components/password/colors/index.ts +3 -3
  74. package/src/lib/primevue/components/password/colors/light/index.ts +19 -19
  75. package/src/lib/primevue/components/password/index.ts +4 -4
  76. package/src/lib/primevue/components/password/sizes/index.ts +13 -13
  77. package/src/lib/primevue/components/popover/colors/dark/index.ts +5 -5
  78. package/src/lib/primevue/components/popover/colors/index.ts +3 -3
  79. package/src/lib/primevue/components/popover/colors/light/index.ts +5 -5
  80. package/src/lib/primevue/components/popover/index.ts +4 -5
  81. package/src/lib/primevue/components/popover/sizes/index.ts +6 -6
  82. package/src/lib/primevue/components/radio/colors/dark/index.ts +27 -27
  83. package/src/lib/primevue/components/radio/colors/index.ts +4 -4
  84. package/src/lib/primevue/components/radio/colors/light/index.ts +27 -27
  85. package/src/lib/primevue/components/radio/index.ts +5 -5
  86. package/src/lib/primevue/components/radio/sizes/index.ts +31 -31
  87. package/src/lib/primevue/components/slider/colors/dark/index.ts +22 -21
  88. package/src/lib/primevue/components/slider/colors/index.ts +3 -3
  89. package/src/lib/primevue/components/slider/colors/light/index.ts +22 -21
  90. package/src/lib/primevue/components/slider/index.ts +4 -4
  91. package/src/lib/primevue/components/slider/sizes/index.ts +24 -24
  92. package/src/lib/primevue/components/switcher/colors/dark/index.ts +30 -30
  93. package/src/lib/primevue/components/switcher/colors/index.ts +4 -4
  94. package/src/lib/primevue/components/switcher/colors/light/index.ts +30 -30
  95. package/src/lib/primevue/components/switcher/index.ts +4 -4
  96. package/src/lib/primevue/components/switcher/sizes/index.ts +15 -15
  97. package/src/lib/primevue/components/table/colors/dark/index.ts +102 -102
  98. package/src/lib/primevue/components/table/colors/index.ts +4 -4
  99. package/src/lib/primevue/components/table/colors/light/index.ts +102 -102
  100. package/src/lib/primevue/components/table/index.ts +5 -5
  101. package/src/lib/primevue/components/table/sizes/index.ts +98 -98
  102. package/src/lib/primevue/components/textarea/colors/dark/index.ts +22 -22
  103. package/src/lib/primevue/components/textarea/colors/index.ts +4 -4
  104. package/src/lib/primevue/components/textarea/colors/light/index.ts +22 -22
  105. package/src/lib/primevue/components/textarea/index.ts +5 -5
  106. package/src/lib/primevue/components/textarea/sizes/index.ts +24 -24
  107. package/src/lib/primevue/components/toolbar/colors/dark/index.ts +5 -5
  108. package/src/lib/primevue/components/toolbar/colors/index.ts +3 -3
  109. package/src/lib/primevue/components/toolbar/colors/light/index.ts +5 -5
  110. package/src/lib/primevue/components/toolbar/index.ts +4 -5
  111. package/src/lib/primevue/components/toolbar/sizes/index.ts +4 -4
  112. package/src/lib/primevue/components/tooltip/colors/dark/index.ts +5 -5
  113. package/src/lib/primevue/components/tooltip/colors/index.ts +3 -3
  114. package/src/lib/primevue/components/tooltip/colors/light/index.ts +5 -5
  115. package/src/lib/primevue/components/tooltip/index.ts +4 -4
  116. package/src/lib/primevue/components/tooltip/sizes/index.ts +6 -6
  117. package/src/lib/primevue/extend/extend.ts +1 -1
  118. package/src/lib/primevue/extend/spacings/spacings.ts +10 -10
  119. package/src/lib/primevue/primitive/index.ts +1 -1
  120. package/src/lib/primevue/primitive/sizes/border-radius/index.ts +8 -8
  121. package/src/lib/primevue/primitive/sizes/index.ts +3 -3
  122. package/src/lib/primevue/semantic/color-scheme/base/index.ts +12 -14
  123. package/src/lib/primevue/semantic/color-scheme/base/shadow/dark-color.ts +4 -4
  124. package/src/lib/primevue/semantic/color-scheme/base/shadow/index.ts +5 -5
  125. package/src/lib/primevue/semantic/color-scheme/base/shadow/light-color.ts +4 -4
  126. package/src/lib/primevue/semantic/color-scheme/base/typography/dark-color.ts +6 -6
  127. package/src/lib/primevue/semantic/color-scheme/base/typography/index.ts +5 -5
  128. package/src/lib/primevue/semantic/color-scheme/base/typography/light-color.ts +6 -6
  129. package/src/lib/primevue/semantic/color-scheme/content/dark/index.ts +9 -9
  130. package/src/lib/primevue/semantic/color-scheme/content/index.ts +7 -7
  131. package/src/lib/primevue/semantic/color-scheme/content/light/index.ts +9 -9
  132. package/src/lib/primevue/semantic/color-scheme/dark-color.ts +95 -96
  133. package/src/lib/primevue/semantic/color-scheme/focus-ring/dark/index.ts +4 -4
  134. package/src/lib/primevue/semantic/color-scheme/focus-ring/index.ts +7 -7
  135. package/src/lib/primevue/semantic/color-scheme/focus-ring/light/index.ts +4 -4
  136. package/src/lib/primevue/semantic/color-scheme/form-field/dark/index.ts +23 -22
  137. package/src/lib/primevue/semantic/color-scheme/form-field/index.ts +7 -7
  138. package/src/lib/primevue/semantic/color-scheme/form-field/light/index.ts +23 -22
  139. package/src/lib/primevue/semantic/color-scheme/index.ts +39 -39
  140. package/src/lib/primevue/semantic/color-scheme/light-color.ts +108 -110
  141. package/src/lib/primevue/semantic/color-scheme/list/dark/index.ts +20 -20
  142. package/src/lib/primevue/semantic/color-scheme/list/index.ts +7 -7
  143. package/src/lib/primevue/semantic/color-scheme/list/light/index.ts +20 -20
  144. package/src/lib/primevue/semantic/color-scheme/navigation/dark/index.ts +24 -24
  145. package/src/lib/primevue/semantic/color-scheme/navigation/index.ts +7 -7
  146. package/src/lib/primevue/semantic/color-scheme/navigation/light/index.ts +24 -24
  147. package/src/lib/primevue/semantic/color-scheme/overlay/dark/index.ts +23 -23
  148. package/src/lib/primevue/semantic/color-scheme/overlay/index.ts +7 -7
  149. package/src/lib/primevue/semantic/color-scheme/overlay/light/index.ts +23 -23
  150. package/src/lib/primevue/semantic/color-scheme/palette.ts +360 -360
  151. package/src/lib/primevue/semantic/color-scheme/player/dark/index.ts +26 -26
  152. package/src/lib/primevue/semantic/color-scheme/player/index.ts +7 -7
  153. package/src/lib/primevue/semantic/color-scheme/player/light/index.ts +26 -26
  154. package/src/lib/primevue/semantic/color-scheme/surface/dark/index.ts +23 -23
  155. package/src/lib/primevue/semantic/color-scheme/surface/index.ts +7 -7
  156. package/src/lib/primevue/semantic/color-scheme/surface/light/index.ts +23 -23
  157. package/src/lib/primevue/semantic/color-scheme/table/dark/index.ts +7 -7
  158. package/src/lib/primevue/semantic/color-scheme/table/index.ts +7 -7
  159. package/src/lib/primevue/semantic/color-scheme/table/light/index.ts +7 -7
  160. package/src/lib/primevue/semantic/color-scheme/text/dark/index.ts +8 -8
  161. package/src/lib/primevue/semantic/color-scheme/text/index.ts +7 -7
  162. package/src/lib/primevue/semantic/color-scheme/text/light/index.ts +8 -8
  163. package/src/lib/primevue/semantic/index.ts +2 -2
  164. package/src/lib/primevue/semantic/sizes/focus-ring/index.ts +5 -5
  165. package/src/lib/primevue/semantic/sizes/form-field/index.ts +22 -22
  166. package/src/lib/primevue/semantic/sizes/index.ts +25 -23
  167. package/src/lib/primevue/semantic/sizes/list/index.ts +14 -14
  168. package/src/lib/primevue/semantic/sizes/navigation/index.ts +17 -17
  169. package/src/lib/primevue/semantic/sizes/overlay/index.ts +20 -17
  170. package/src/lib/primevue/semantic/sizes/player/index.ts +109 -109
  171. package/src/lib/primevue/semantic/sizes/typography/index.ts +95 -0
  172. package/src/lib/styleguide/border-radius/border-radius.css +4 -0
  173. package/src/lib/styleguide/colors/colors.css +206 -0
  174. package/src/lib/styleguide/colors/deprecated.css +209 -0
  175. package/src/lib/styleguide/colors/palette.css +1447 -0
  176. package/src/lib/styleguide/colors/reusable/text-field.css +47 -0
  177. package/src/lib/styleguide/elevations/elevations.css +13 -0
  178. package/src/lib/styleguide/fonts/fonts.css +143 -0
  179. package/src/lib/styleguide/scroll.css +57 -0
  180. package/src/lib/styleguide/spacings/spacings.css +15 -0
  181. package/src/lib/styleguide/styleguide.css +8 -0
  182. package/src/lib/styleguide/transitions/transitions.css +5 -0
  183. package/src/lib/styleguide/typography/typography.css +140 -0
  184. package/LICENSE +0 -121
  185. package/README.md +0 -1
  186. package/src/lib/main.scss +0 -1
  187. package/src/lib/styleguide/_styleguide.scss +0 -8
  188. package/src/lib/styleguide/border-radius/_border-radius.scss +0 -4
  189. package/src/lib/styleguide/colors/_colors.scss +0 -206
  190. package/src/lib/styleguide/colors/_deprecated.scss +0 -151
  191. package/src/lib/styleguide/colors/_palette.scss +0 -358
  192. package/src/lib/styleguide/colors/reusable/_text-field.scss +0 -43
  193. package/src/lib/styleguide/elevations/_elevations.scss +0 -13
  194. package/src/lib/styleguide/fonts/_fonts.scss +0 -125
  195. package/src/lib/styleguide/scroll.scss +0 -55
  196. package/src/lib/styleguide/spacings/_spacings.scss +0 -15
  197. package/src/lib/styleguide/transitions/_transitions.scss +0 -5
  198. package/src/lib/styleguide/typography/_typography.scss +0 -146
  199. /package/src/{auditor → applications/auditor}/main.scss +0 -0
  200. /package/src/{auditor → applications/auditor}/styleguide/_styleguide.scss +0 -0
  201. /package/src/{auditor → applications/auditor}/styleguide/border-radius/_border-radius.scss +0 -0
  202. /package/src/{auditor → applications/auditor}/styleguide/colors/_colors.scss +0 -0
  203. /package/src/{auditor → applications/auditor}/styleguide/elevations/_elevations.scss +0 -0
  204. /package/src/{auditor → applications/auditor}/styleguide/shadows/_shadows.scss +0 -0
  205. /package/src/{auditor → applications/auditor}/styleguide/spacings/_spacings.scss +0 -0
  206. /package/src/{client → applications/client}/main.scss +0 -0
  207. /package/src/{client → applications/client}/styleguide/_styleguide.scss +0 -0
  208. /package/src/{client → applications/client}/styleguide/border-radius/_border-radius.scss +0 -0
  209. /package/src/{client → applications/client}/styleguide/colors/_colors.scss +0 -0
  210. /package/src/{client → applications/client}/styleguide/elevations/_elevations.scss +0 -0
  211. /package/src/{client → applications/client}/styleguide/shadows/_shadows.scss +0 -0
  212. /package/src/{client → applications/client}/styleguide/spacings/_spacings.scss +0 -0
  213. /package/src/{crm → applications/crm}/main.scss +0 -0
  214. /package/src/{crm → applications/crm}/styleguide/_styleguide.scss +0 -0
  215. /package/src/{crm → applications/crm}/styleguide/border-radius/_border-radius.scss +0 -0
  216. /package/src/{crm → applications/crm}/styleguide/colors/_colors.scss +0 -0
  217. /package/src/{crm → applications/crm}/styleguide/elevations/_elevations.scss +0 -0
  218. /package/src/{crm → applications/crm}/styleguide/shadows/_shadows.scss +0 -0
  219. /package/src/{crm → applications/crm}/styleguide/spacings/_spacings.scss +0 -0
  220. /package/src/{history → applications/history}/main.scss +0 -0
  221. /package/src/{history → applications/history}/styleguide/_styleguide.scss +0 -0
  222. /package/src/{history → applications/history}/styleguide/border-radius/_border-radius.scss +0 -0
  223. /package/src/{history → applications/history}/styleguide/colors/_colors.scss +0 -0
  224. /package/src/{history → applications/history}/styleguide/elevations/_elevations.scss +0 -0
  225. /package/src/{history → applications/history}/styleguide/shadows/_shadows.scss +0 -0
  226. /package/src/{history → applications/history}/styleguide/spacings/_spacings.scss +0 -0
  227. /package/src/{supervisor → applications/supervisor}/main.scss +0 -0
  228. /package/src/{supervisor → applications/supervisor}/styleguide/_styleguide.scss +0 -0
  229. /package/src/{supervisor → applications/supervisor}/styleguide/border-radius/_border-radius.scss +0 -0
  230. /package/src/{supervisor → applications/supervisor}/styleguide/colors/_colors.scss +0 -0
  231. /package/src/{supervisor → applications/supervisor}/styleguide/elevations/_elevations.scss +0 -0
  232. /package/src/{supervisor → applications/supervisor}/styleguide/shadows/_shadows.scss +0 -0
  233. /package/src/{supervisor → applications/supervisor}/styleguide/spacings/_spacings.scss +0 -0
  234. /package/src/{workspaces → applications/workspaces}/main.scss +0 -0
  235. /package/src/{workspaces → applications/workspaces}/styleguide/_styleguide.scss +0 -0
  236. /package/src/{workspaces → applications/workspaces}/styleguide/border-radius/_border-radius.scss +0 -0
  237. /package/src/{workspaces → applications/workspaces}/styleguide/colors/_colors.scss +0 -0
  238. /package/src/{workspaces → applications/workspaces}/styleguide/elevations/_elevations.scss +0 -0
  239. /package/src/{workspaces → applications/workspaces}/styleguide/shadows/_shadows.scss +0 -0
  240. /package/src/{workspaces → applications/workspaces}/styleguide/spacings/_spacings.scss +0 -0
  241. /package/src/{wt-flow-diagram → applications/wt-flow-diagram}/main.scss +0 -0
  242. /package/src/{wt-flow-diagram → applications/wt-flow-diagram}/styleguide/_styleguide.scss +0 -0
  243. /package/src/{wt-flow-diagram → applications/wt-flow-diagram}/styleguide/border-radius/_border-radius.scss +0 -0
  244. /package/src/{wt-flow-diagram → applications/wt-flow-diagram}/styleguide/colors/_colors.scss +0 -0
  245. /package/src/{wt-flow-diagram → applications/wt-flow-diagram}/styleguide/elevations/_elevations.scss +0 -0
  246. /package/src/{wt-flow-diagram → applications/wt-flow-diagram}/styleguide/shadows/_shadows.scss +0 -0
@@ -1,29 +1,29 @@
1
1
  const darkColors = {
2
- root: {
3
- background: '{transparent}',
4
- checkedBackground: '{surface.300}',
5
- checkedHoverBackground: '{surface.200}',
6
- disabledBackground: '{surface.650}',
7
- filledBackground: '{form.field.filled.background}',
8
- borderColor: '{surface.300}',
9
- hoverBorderColor: '{surface.200}',
10
- focusBorderColor: '{focus-color}',
11
- checkedBorderColor: '{surface.300}',
12
- checkedHoverBorderColor: '{surface.200}',
13
- checkedFocusBorderColor: '{focus-color}',
14
- checkedDisabledBorderColor: '{surface.650}',
15
- invalidBorderColor: '{form.field.invalid.border.color}',
16
- shadow: '{form.field.shadow}',
17
- focusRing: {
18
- color: '{focus-color}',
19
- shadow: '{focus.ring.shadow}'
20
- },
21
- },
22
- icon: {
23
- checkedColor: '{surface.800}',
24
- checkedHoverColor: '{surface.800}',
25
- disabledColor: '{surface.500}',
26
- }
27
- }
2
+ root: {
3
+ background: '{transparent}',
4
+ checkedBackground: '{surface.300}',
5
+ checkedHoverBackground: '{surface.200}',
6
+ disabledBackground: '{surface.650}',
7
+ filledBackground: '{form.field.filled.background}',
8
+ borderColor: '{surface.300}',
9
+ hoverBorderColor: '{surface.200}',
10
+ focusBorderColor: '{focus-color}',
11
+ checkedBorderColor: '{surface.300}',
12
+ checkedHoverBorderColor: '{surface.200}',
13
+ checkedFocusBorderColor: '{focus-color}',
14
+ checkedDisabledBorderColor: '{surface.650}',
15
+ invalidBorderColor: '{form.field.invalid.border.color}',
16
+ shadow: '{form.field.shadow}',
17
+ focusRing: {
18
+ color: '{focus-color}',
19
+ shadow: '{focus.ring.shadow}',
20
+ },
21
+ },
22
+ icon: {
23
+ checkedColor: '{surface.800}',
24
+ checkedHoverColor: '{surface.800}',
25
+ disabledColor: '{surface.500}',
26
+ },
27
+ };
28
28
 
29
- export default darkColors
29
+ export default darkColors;
@@ -2,8 +2,8 @@ import darkColors from './dark';
2
2
  import lightColors from './light';
3
3
 
4
4
  const colorScheme = {
5
- light: lightColors,
6
- dark: darkColors
7
- }
5
+ light: lightColors,
6
+ dark: darkColors,
7
+ };
8
8
 
9
- export default colorScheme;
9
+ export default colorScheme;
@@ -1,29 +1,29 @@
1
1
  const lightColors = {
2
- root: {
3
- background: '{transparent}',
4
- checkedBackground: '{surface.700}',
5
- checkedHoverBackground: '{surface.600}',
6
- disabledBackground: '{surface.200}',
7
- filledBackground: '{form.field.filled.background}',
8
- borderColor: '{surface.700}',
9
- hoverBorderColor: '{surface.600}',
10
- focusBorderColor: '{focus-color}',
11
- checkedBorderColor: '{surface.700}',
12
- checkedHoverBorderColor: '{surface.600}',
13
- checkedFocusBorderColor: '{focus-color}',
14
- checkedDisabledBorderColor: '{surface.200}',
15
- invalidBorderColor: '{form.field.invalid.border.color}',
16
- shadow: '{form.field.shadow}',
17
- focusRing: {
18
- color: '{focus-color}',
19
- shadow: '{focus.ring.shadow}'
20
- },
21
- },
22
- icon: {
23
- checkedColor: '{surface.0}',
24
- checkedHoverColor: '{surface.0}',
25
- disabledColor: '{surface.400}',
26
- }
27
- }
2
+ root: {
3
+ background: '{transparent}',
4
+ checkedBackground: '{surface.700}',
5
+ checkedHoverBackground: '{surface.600}',
6
+ disabledBackground: '{surface.200}',
7
+ filledBackground: '{form.field.filled.background}',
8
+ borderColor: '{surface.700}',
9
+ hoverBorderColor: '{surface.600}',
10
+ focusBorderColor: '{focus-color}',
11
+ checkedBorderColor: '{surface.700}',
12
+ checkedHoverBorderColor: '{surface.600}',
13
+ checkedFocusBorderColor: '{focus-color}',
14
+ checkedDisabledBorderColor: '{surface.200}',
15
+ invalidBorderColor: '{form.field.invalid.border.color}',
16
+ shadow: '{form.field.shadow}',
17
+ focusRing: {
18
+ color: '{focus-color}',
19
+ shadow: '{focus.ring.shadow}',
20
+ },
21
+ },
22
+ icon: {
23
+ checkedColor: '{surface.0}',
24
+ checkedHoverColor: '{surface.0}',
25
+ disabledColor: '{surface.400}',
26
+ },
27
+ };
28
28
 
29
- export default lightColors
29
+ export default lightColors;
@@ -1,9 +1,9 @@
1
- import colorScheme from "./colors";
2
- import sizes from "./sizes";
1
+ import colorScheme from './colors';
2
+ import sizes from './sizes';
3
3
 
4
4
  const TableScheme = {
5
- colorScheme,
6
- sizes,
5
+ colorScheme,
6
+ sizes,
7
7
  };
8
8
 
9
- export default TableScheme
9
+ export default TableScheme;
@@ -1,33 +1,33 @@
1
1
  const sizes = {
2
- root: {
3
- width: '1.125rem',
4
- height: '1.125rem',
5
- focusRing: {
6
- width: '{focus.ring.width}',
7
- style: '{focus.ring.style}',
8
- offset: '{focus.ring.offset}',
9
- },
10
- transitionDuration: '{form.field.transition.duration}',
11
- sm: {
12
- width: '1rem',
13
- height: '1rem'
14
- },
15
- lg: {
16
- width: '1.5rem',
17
- height: '1.5rem'
18
- },
19
- wrapperWidth: '1.5rem',
20
- wrapperHeight: '1.5rem',
21
- },
22
- icon: {
23
- size: '0.5rem',
24
- sm: {
25
- size: '0.5rem'
26
- },
27
- lg: {
28
- size: '1rem'
29
- }
30
- }
31
- }
2
+ root: {
3
+ width: '1.125rem',
4
+ height: '1.125rem',
5
+ focusRing: {
6
+ width: '{focus.ring.width}',
7
+ style: '{focus.ring.style}',
8
+ offset: '{focus.ring.offset}',
9
+ },
10
+ transitionDuration: '{form.field.transition.duration}',
11
+ sm: {
12
+ width: '1rem',
13
+ height: '1rem',
14
+ },
15
+ lg: {
16
+ width: '1.5rem',
17
+ height: '1.5rem',
18
+ },
19
+ wrapperWidth: '1.5rem',
20
+ wrapperHeight: '1.5rem',
21
+ },
22
+ icon: {
23
+ size: '0.5rem',
24
+ sm: {
25
+ size: '0.5rem',
26
+ },
27
+ lg: {
28
+ size: '1rem',
29
+ },
30
+ },
31
+ };
32
32
 
33
- export default sizes
33
+ export default sizes;
@@ -1,23 +1,24 @@
1
1
  const darkColors = {
2
- track: {
3
- background: '{content.border.color}',
4
- },
5
- range: {
6
- background: '{primary.color}'
7
- },
8
- handle: {
9
- background: '{content.border.color}',
10
- hoverBackground: '{content.border.color}',
11
- content: {
12
- background: '{content.background}',
13
- hoverBackground: '{content.hoverBackground}',
14
- shadow: '0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)'
15
- },
16
- focusRing: {
17
- color: '{focus.ring.color}',
18
- shadow: '{focus.ring.shadow}'
19
- }
20
- },
21
- }
2
+ track: {
3
+ background: '{content.border.color}',
4
+ },
5
+ range: {
6
+ background: '{primary.color}',
7
+ },
8
+ handle: {
9
+ background: '{content.border.color}',
10
+ hoverBackground: '{content.border.color}',
11
+ content: {
12
+ background: '{content.background}',
13
+ hoverBackground: '{content.hoverBackground}',
14
+ shadow:
15
+ '0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)',
16
+ },
17
+ focusRing: {
18
+ color: '{focus.ring.color}',
19
+ shadow: '{focus.ring.shadow}',
20
+ },
21
+ },
22
+ };
22
23
 
23
- export default darkColors
24
+ export default darkColors;
@@ -2,8 +2,8 @@ import darkColors from './dark';
2
2
  import lightColors from './light';
3
3
 
4
4
  const colorScheme = {
5
- light: lightColors,
6
- dark: darkColors
7
- }
5
+ light: lightColors,
6
+ dark: darkColors,
7
+ };
8
8
 
9
9
  export default colorScheme;
@@ -1,23 +1,24 @@
1
1
  const lightColors = {
2
- track: {
3
- background: '{content.border.color}',
4
- },
5
- range: {
6
- background: '{primary.color}'
7
- },
8
- handle: {
9
- background: '{content.border.color}',
10
- hoverBackground: '{content.border.color}',
11
- content: {
12
- background: '{content.background}',
13
- hoverBackground: '{content.hoverBackground}',
14
- shadow: '0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)'
15
- },
16
- focusRing: {
17
- color: '{focus.ring.color}',
18
- shadow: '{focus.ring.shadow}'
19
- }
20
- },
21
- }
2
+ track: {
3
+ background: '{content.border.color}',
4
+ },
5
+ range: {
6
+ background: '{primary.color}',
7
+ },
8
+ handle: {
9
+ background: '{content.border.color}',
10
+ hoverBackground: '{content.border.color}',
11
+ content: {
12
+ background: '{content.background}',
13
+ hoverBackground: '{content.hoverBackground}',
14
+ shadow:
15
+ '0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)',
16
+ },
17
+ focusRing: {
18
+ color: '{focus.ring.color}',
19
+ shadow: '{focus.ring.shadow}',
20
+ },
21
+ },
22
+ };
22
23
 
23
- export default lightColors
24
+ export default lightColors;
@@ -2,8 +2,8 @@ import colorScheme from './colors';
2
2
  import sizes from './sizes';
3
3
 
4
4
  const SliderScheme = {
5
- colorScheme,
6
- sizes,
7
- }
5
+ colorScheme,
6
+ sizes,
7
+ };
8
8
 
9
- export default SliderScheme
9
+ export default SliderScheme;
@@ -1,26 +1,26 @@
1
1
  const sizes = {
2
- root: {
3
- transitionDuration: '{transition.duration}'
4
- },
5
- track: {
6
- borderRadius: '{content.border.radius}',
7
- size: '4px'
8
- },
9
- handle: {
10
- width: '16px',
11
- height: '16px',
12
- borderRadius: '50%',
13
- content: {
14
- borderRadius: '50%',
15
- width: '12px',
16
- height: '12px',
17
- },
18
- focusRing: {
19
- width: '{focus.ring.width}',
20
- style: '{focus.ring.style}',
21
- offset: '{focus.ring.offset}',
22
- }
23
- }
24
- }
2
+ root: {
3
+ transitionDuration: '{transition.duration}',
4
+ },
5
+ track: {
6
+ borderRadius: '{content.border.radius}',
7
+ size: '4px',
8
+ },
9
+ handle: {
10
+ width: '16px',
11
+ height: '16px',
12
+ borderRadius: '50%',
13
+ content: {
14
+ borderRadius: '50%',
15
+ width: '12px',
16
+ height: '12px',
17
+ },
18
+ focusRing: {
19
+ width: '{focus.ring.width}',
20
+ style: '{focus.ring.style}',
21
+ offset: '{focus.ring.offset}',
22
+ },
23
+ },
24
+ };
25
25
 
26
- export default sizes
26
+ export default sizes;
@@ -1,32 +1,32 @@
1
1
  const darkColors = {
2
- root: {
3
- shadow: '{form.field.shadow}',
4
- focusRing: {
5
- color: '{focus.ring.color}',
6
- shadow: '{focus.ring.shadow}'
7
- },
8
- borderColor: 'transparent',
9
- hoverBorderColor: 'transparent',
10
- checkedBorderColor: 'transparent',
11
- checkedHoverBorderColor: 'transparent',
12
- invalidBorderColor: '{form.field.invalid.border.color}',
13
- background: '{surface.450}',
14
- disabledBackground: '{surface.650}',
15
- hoverBackground: '{surface.350}',
16
- checkedBackground: '{primary.color}',
17
- checkedHoverBackground: '{primary.hover.color}'
18
- },
19
- handle: {
20
- background: '{surface.850}',
21
- disabledBackground: '{surface.750}',
22
- hoverBackground: '{surface.750}',
23
- checkedBackground: '{surface.800}',
24
- checkedHoverBackground: '{surface.700}',
25
- color: '{text.muted.color}',
26
- hoverColor: '{text.color}',
27
- checkedColor: '{primary.color}',
28
- checkedHoverColor: '{primary.hover.color}'
29
- }
30
- }
2
+ root: {
3
+ shadow: '{form.field.shadow}',
4
+ focusRing: {
5
+ color: '{focus.ring.color}',
6
+ shadow: '{focus.ring.shadow}',
7
+ },
8
+ borderColor: 'transparent',
9
+ hoverBorderColor: 'transparent',
10
+ checkedBorderColor: 'transparent',
11
+ checkedHoverBorderColor: 'transparent',
12
+ invalidBorderColor: '{form.field.invalid.border.color}',
13
+ background: '{surface.450}',
14
+ disabledBackground: '{surface.650}',
15
+ hoverBackground: '{surface.350}',
16
+ checkedBackground: '{primary.color}',
17
+ checkedHoverBackground: '{primary.hover.color}',
18
+ },
19
+ handle: {
20
+ background: '{surface.850}',
21
+ disabledBackground: '{surface.750}',
22
+ hoverBackground: '{surface.750}',
23
+ checkedBackground: '{surface.800}',
24
+ checkedHoverBackground: '{surface.700}',
25
+ color: '{text.muted.color}',
26
+ hoverColor: '{text.color}',
27
+ checkedColor: '{primary.color}',
28
+ checkedHoverColor: '{primary.hover.color}',
29
+ },
30
+ };
31
31
 
32
- export default darkColors
32
+ export default darkColors;
@@ -2,8 +2,8 @@ import darkColors from './dark';
2
2
  import lightColors from './light';
3
3
 
4
4
  const colorScheme = {
5
- light: lightColors,
6
- dark: darkColors
7
- }
5
+ light: lightColors,
6
+ dark: darkColors,
7
+ };
8
8
 
9
- export default colorScheme;
9
+ export default colorScheme;
@@ -1,32 +1,32 @@
1
1
  const lightColors = {
2
- root: {
3
- shadow: '{form.field.shadow}',
4
- focusRing: {
5
- color: '{focus.ring.color}',
6
- shadow: '{focus.ring.shadow}'
7
- },
8
- borderColor: 'transparent',
9
- hoverBorderColor: 'transparent',
10
- checkedBorderColor: 'transparent',
11
- checkedHoverBorderColor: 'transparent',
12
- invalidBorderColor: '{form.field.invalid.border.color}',
13
- background: '{surface.650}',
14
- disabledBackground: '{surface.150}',
15
- hoverBackground: '{surface.550}',
16
- checkedBackground: '{primary.color}',
17
- checkedHoverBackground: '{primary.hover.color}'
18
- },
19
- handle: {
20
- background: '{surface.150}',
21
- disabledBackground: '{surface.300}',
22
- hoverBackground: '{surface.50}',
23
- checkedBackground: '{surface.750}',
24
- checkedHoverBackground: '{surface.650}',
25
- color: '{text.muted.color}',
26
- hoverColor: '{text.color}',
27
- checkedColor: '{primary.color}',
28
- checkedHoverColor: '{primary.hover.color}'
29
- }
30
- }
2
+ root: {
3
+ shadow: '{form.field.shadow}',
4
+ focusRing: {
5
+ color: '{focus.ring.color}',
6
+ shadow: '{focus.ring.shadow}',
7
+ },
8
+ borderColor: 'transparent',
9
+ hoverBorderColor: 'transparent',
10
+ checkedBorderColor: 'transparent',
11
+ checkedHoverBorderColor: 'transparent',
12
+ invalidBorderColor: '{form.field.invalid.border.color}',
13
+ background: '{surface.650}',
14
+ disabledBackground: '{surface.150}',
15
+ hoverBackground: '{surface.550}',
16
+ checkedBackground: '{primary.color}',
17
+ checkedHoverBackground: '{primary.hover.color}',
18
+ },
19
+ handle: {
20
+ background: '{surface.150}',
21
+ disabledBackground: '{surface.300}',
22
+ hoverBackground: '{surface.50}',
23
+ checkedBackground: '{surface.750}',
24
+ checkedHoverBackground: '{surface.650}',
25
+ color: '{text.muted.color}',
26
+ hoverColor: '{text.color}',
27
+ checkedColor: '{primary.color}',
28
+ checkedHoverColor: '{primary.hover.color}',
29
+ },
30
+ };
31
31
 
32
- export default lightColors
32
+ export default lightColors;
@@ -2,8 +2,8 @@ import colorScheme from './colors';
2
2
  import sizes from './sizes';
3
3
 
4
4
  const SwitcherScheme = {
5
- colorScheme,
6
- sizes,
7
- }
5
+ colorScheme,
6
+ sizes,
7
+ };
8
8
 
9
- export default SwitcherScheme
9
+ export default SwitcherScheme;
@@ -1,17 +1,17 @@
1
1
  const sizes = {
2
- root: {
3
- width: '2.5rem',
4
- height: '1.5rem',
5
- borderRadius: '30px',
6
- gap: '0.25rem',
7
- borderWidth: '1px',
8
- transitionDuration: '{form.field.transition.duration}',
9
- slideDuration: '0.2s'
10
- },
11
- handle: {
12
- borderRadius: '50%',
13
- size: '1rem'
14
- }
15
- }
2
+ root: {
3
+ width: '2.5rem',
4
+ height: '1.5rem',
5
+ borderRadius: '30px',
6
+ gap: '0.25rem',
7
+ borderWidth: '1px',
8
+ transitionDuration: '{form.field.transition.duration}',
9
+ slideDuration: '0.2s',
10
+ },
11
+ handle: {
12
+ borderRadius: '50%',
13
+ size: '1rem',
14
+ },
15
+ };
16
16
 
17
- export default sizes
17
+ export default sizes;