@webitel/styleguide 26.2.5 → 26.2.7

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 (183) hide show
  1. package/package.json +57 -53
  2. package/src/applications/wt-flow-diagram/styleguide/spacings/_spacing.scss +2 -2
  3. package/src/enums/WtTypography/WtTypography.enum.ts +11 -11
  4. package/src/enums/index.ts +1 -1
  5. package/src/lib/main.css +1 -2
  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 -25
  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 +89 -89
  172. package/src/lib/styleguide/border-radius/border-radius.css +3 -3
  173. package/src/lib/styleguide/colors/colors.css +201 -201
  174. package/src/lib/styleguide/colors/deprecated.css +208 -149
  175. package/src/lib/styleguide/colors/palette.css +1446 -357
  176. package/src/lib/styleguide/colors/reusable/text-field.css +40 -36
  177. package/src/lib/styleguide/elevations/elevations.css +12 -12
  178. package/src/lib/styleguide/fonts/fonts.css +91 -73
  179. package/src/lib/styleguide/scroll.css +33 -32
  180. package/src/lib/styleguide/spacings/spacings.css +13 -13
  181. package/src/lib/styleguide/styleguide.css +8 -8
  182. package/src/lib/styleguide/transitions/transitions.css +4 -4
  183. package/src/lib/styleguide/typography/typography.css +124 -117
@@ -1,27 +1,27 @@
1
1
  export default {
2
- player: {
3
- counter: {
4
- background: '{content.background}',
5
- color: '{content.color}',
6
- },
7
- wrapper: {
8
- background: '{surface.900}',
9
- overlayColor: 'hsla(0, 0%, 0%, 0.8)',
10
- mutedColor: 'hsl(224.706, 20%, 50%)',
11
- color: '{white}',
12
- borderColor: '{surface.750}',
13
- },
14
- headLine: {
15
- background: '{transparent}',
16
- hoverBackground: 'hsla(0, 0%, 0%, 0.5)',
17
- iconColor: '{white}',
18
- color: '{white}',
19
- blur: '10px'
20
- },
21
- controlBar: {
22
- background: '{content.background}',
23
- iconColor: '{content.color}',
24
- color: '{content.color}',
25
- },
26
- }
27
- }
2
+ player: {
3
+ counter: {
4
+ background: '{content.background}',
5
+ color: '{content.color}',
6
+ },
7
+ wrapper: {
8
+ background: '{surface.900}',
9
+ overlayColor: 'hsla(0, 0%, 0%, 0.8)',
10
+ mutedColor: 'hsl(224.706, 20%, 50%)',
11
+ color: '{white}',
12
+ borderColor: '{surface.750}',
13
+ },
14
+ headLine: {
15
+ background: '{transparent}',
16
+ hoverBackground: 'hsla(0, 0%, 0%, 0.5)',
17
+ iconColor: '{white}',
18
+ color: '{white}',
19
+ blur: '10px',
20
+ },
21
+ controlBar: {
22
+ background: '{content.background}',
23
+ iconColor: '{content.color}',
24
+ color: '{content.color}',
25
+ },
26
+ },
27
+ };
@@ -1,9 +1,9 @@
1
- import light from "./light";
2
- import dark from "./dark";
1
+ import dark from './dark';
2
+ import light from './light';
3
3
 
4
4
  export default {
5
- colorScheme: {
6
- light,
7
- dark,
8
- },
9
- };
5
+ colorScheme: {
6
+ light,
7
+ dark,
8
+ },
9
+ };
@@ -1,27 +1,27 @@
1
1
  export default {
2
- player: {
3
- counter: {
4
- background: '{content.background}',
5
- color: '{content.color}',
6
- },
7
- wrapper: {
8
- background: '{surface.900}',
9
- overlayColor: 'hsla(0, 0%, 0%, 0.8)',
10
- mutedColor: 'hsl(224.706, 20%, 50%)',
11
- color: '{white}',
12
- borderColor: '{surface.750}',
13
- },
14
- headLine: {
15
- background: '{transparent}',
16
- hoverBackground: 'hsla(0, 0%, 0%, 0.5)',
17
- iconColor: '{white}',
18
- color: '{white}',
19
- blur: '10px'
20
- },
21
- controlBar: {
22
- background: '{content.background}',
23
- iconColor: '{content.color}',
24
- color: '{content.color}',
25
- },
26
- }
27
- }
2
+ player: {
3
+ counter: {
4
+ background: '{content.background}',
5
+ color: '{content.color}',
6
+ },
7
+ wrapper: {
8
+ background: '{surface.900}',
9
+ overlayColor: 'hsla(0, 0%, 0%, 0.8)',
10
+ mutedColor: 'hsl(224.706, 20%, 50%)',
11
+ color: '{white}',
12
+ borderColor: '{surface.750}',
13
+ },
14
+ headLine: {
15
+ background: '{transparent}',
16
+ hoverBackground: 'hsla(0, 0%, 0%, 0.5)',
17
+ iconColor: '{white}',
18
+ color: '{white}',
19
+ blur: '10px',
20
+ },
21
+ controlBar: {
22
+ background: '{content.background}',
23
+ iconColor: '{content.color}',
24
+ color: '{content.color}',
25
+ },
26
+ },
27
+ };
@@ -1,24 +1,24 @@
1
1
  export default {
2
- surface: {
3
- 0: '{gray.0}',
4
- 50: '{gray.50}',
5
- 100: '{gray.100}',
6
- 150: '{gray.150}',
7
- 200: '{gray.200}',
8
- 250: '{gray.250}',
9
- 300: '{gray.300}',
10
- 350: '{gray.350}',
11
- 400: '{gray.400}',
12
- 450: '{gray.450}',
13
- 500: '{gray.500}',
14
- 550: '{gray.550}',
15
- 600: '{gray.600}',
16
- 650: '{gray.650}',
17
- 700: '{gray.700}',
18
- 750: '{gray.750}',
19
- 800: '{gray.800}',
20
- 850: '{gray.850}',
21
- 900: '{gray.900}',
22
- 950: '{gray.950}'
23
- }
24
- }
2
+ surface: {
3
+ 0: '{gray.0}',
4
+ 50: '{gray.50}',
5
+ 100: '{gray.100}',
6
+ 150: '{gray.150}',
7
+ 200: '{gray.200}',
8
+ 250: '{gray.250}',
9
+ 300: '{gray.300}',
10
+ 350: '{gray.350}',
11
+ 400: '{gray.400}',
12
+ 450: '{gray.450}',
13
+ 500: '{gray.500}',
14
+ 550: '{gray.550}',
15
+ 600: '{gray.600}',
16
+ 650: '{gray.650}',
17
+ 700: '{gray.700}',
18
+ 750: '{gray.750}',
19
+ 800: '{gray.800}',
20
+ 850: '{gray.850}',
21
+ 900: '{gray.900}',
22
+ 950: '{gray.950}',
23
+ },
24
+ };
@@ -1,9 +1,9 @@
1
- import light from "./light";
2
- import dark from "./dark";
1
+ import dark from './dark';
2
+ import light from './light';
3
3
 
4
4
  export default {
5
- colorScheme: {
6
- light,
7
- dark,
8
- },
9
- };
5
+ colorScheme: {
6
+ light,
7
+ dark,
8
+ },
9
+ };
@@ -1,24 +1,24 @@
1
1
  export default {
2
- surface: {
3
- 0: '{gray.0}',
4
- 50: '{gray.50}',
5
- 100: '{gray.100}',
6
- 150: '{gray.150}',
7
- 200: '{gray.200}',
8
- 250: '{gray.250}',
9
- 300: '{gray.300}',
10
- 350: '{gray.350}',
11
- 400: '{gray.400}',
12
- 450: '{gray.450}',
13
- 500: '{gray.500}',
14
- 550: '{gray.550}',
15
- 600: '{gray.600}',
16
- 650: '{gray.650}',
17
- 700: '{gray.700}',
18
- 750: '{gray.750}',
19
- 800: '{gray.800}',
20
- 850: '{gray.850}',
21
- 900: '{gray.900}',
22
- 950: '{gray.950}'
23
- }
24
- }
2
+ surface: {
3
+ 0: '{gray.0}',
4
+ 50: '{gray.50}',
5
+ 100: '{gray.100}',
6
+ 150: '{gray.150}',
7
+ 200: '{gray.200}',
8
+ 250: '{gray.250}',
9
+ 300: '{gray.300}',
10
+ 350: '{gray.350}',
11
+ 400: '{gray.400}',
12
+ 450: '{gray.450}',
13
+ 500: '{gray.500}',
14
+ 550: '{gray.550}',
15
+ 600: '{gray.600}',
16
+ 650: '{gray.650}',
17
+ 700: '{gray.700}',
18
+ 750: '{gray.750}',
19
+ 800: '{gray.800}',
20
+ 850: '{gray.850}',
21
+ 900: '{gray.900}',
22
+ 950: '{gray.950}',
23
+ },
24
+ };
@@ -1,8 +1,8 @@
1
1
  export default {
2
- datatable: {
3
- border: {
4
- borderColor: '{surface.700}',
5
- color: '{surface.700}'
6
- }
7
- }
8
- }
2
+ datatable: {
3
+ border: {
4
+ borderColor: '{surface.700}',
5
+ color: '{surface.700}',
6
+ },
7
+ },
8
+ };
@@ -1,9 +1,9 @@
1
- import light from "./light";
2
- import dark from "./dark";
1
+ import dark from './dark';
2
+ import light from './light';
3
3
 
4
4
  export default {
5
- colorScheme: {
6
- light,
7
- dark,
8
- },
9
- };
5
+ colorScheme: {
6
+ light,
7
+ dark,
8
+ },
9
+ };
@@ -1,8 +1,8 @@
1
1
  export default {
2
- datatable: {
3
- border: {
4
- borderColor: '{surface.100}',
5
- color: '{surface.100}'
6
- }
7
- }
8
- }
2
+ datatable: {
3
+ border: {
4
+ borderColor: '{surface.100}',
5
+ color: '{surface.100}',
6
+ },
7
+ },
8
+ };
@@ -1,9 +1,9 @@
1
1
  export default {
2
- text: {
3
- color: '{surface.100}',
4
- hoverColor: '{surface.50}',
5
- mutedColor: '{surface.400}',
6
- hoverMutedColor: '{surface.300}',
7
- avatarColor: '{gray.850}'
8
- }
9
- }
2
+ text: {
3
+ color: '{surface.100}',
4
+ hoverColor: '{surface.50}',
5
+ mutedColor: '{surface.400}',
6
+ hoverMutedColor: '{surface.300}',
7
+ avatarColor: '{gray.850}',
8
+ },
9
+ };
@@ -1,9 +1,9 @@
1
- import light from "./light";
2
- import dark from "./dark";
1
+ import dark from './dark';
2
+ import light from './light';
3
3
 
4
4
  export default {
5
- colorScheme: {
6
- light,
7
- dark,
8
- },
9
- }
5
+ colorScheme: {
6
+ light,
7
+ dark,
8
+ },
9
+ };
@@ -1,9 +1,9 @@
1
1
  export default {
2
- text: {
3
- color: '{surface.750}',
4
- hoverColor: '{surface.800}',
5
- mutedColor: '{surface.500}',
6
- hoverMutedColor: '{surface.600}',
7
- avatarColor: '{gray.0}'
8
- }
9
- }
2
+ text: {
3
+ color: '{surface.750}',
4
+ hoverColor: '{surface.800}',
5
+ mutedColor: '{surface.500}',
6
+ hoverMutedColor: '{surface.600}',
7
+ avatarColor: '{gray.0}',
8
+ },
9
+ };
@@ -2,8 +2,8 @@ import colorScheme from './color-scheme';
2
2
  import sizes from './sizes';
3
3
 
4
4
  const semantic = {
5
- ...sizes,
6
- colorScheme,
5
+ ...sizes,
6
+ colorScheme,
7
7
  };
8
8
 
9
9
  export default semantic;
@@ -1,6 +1,6 @@
1
1
  export default {
2
- width: '1px',
3
- style: 'solid',
4
- offset: '2px',
5
- shadow: 'none'
6
- }
2
+ width: '1px',
3
+ style: 'solid',
4
+ offset: '2px',
5
+ shadow: 'none',
6
+ };
@@ -1,23 +1,23 @@
1
1
  export default {
2
- paddingX: '0.75rem',
3
- paddingY: '0.5rem',
4
- sm: {
5
- fontSize: '0.625rem',
6
- paddingX: '0.5rem',
7
- paddingY: '0.25rem'
8
- },
9
- lg: {
10
- fontSize: '1.125rem',
11
- paddingX: '0.875rem',
12
- paddingY: '0.625rem'
13
- },
14
- borderRadius: '{border.radius.lg}',
15
- focusRing: {
16
- width: '0',
17
- style: 'none',
18
- color: 'transparent',
19
- offset: '0',
20
- shadow: 'none'
21
- },
22
- transitionDuration: '{transition.duration}'
23
- }
2
+ paddingX: '0.75rem',
3
+ paddingY: '0.5rem',
4
+ sm: {
5
+ fontSize: '0.625rem',
6
+ paddingX: '0.5rem',
7
+ paddingY: '0.25rem',
8
+ },
9
+ lg: {
10
+ fontSize: '1.125rem',
11
+ paddingX: '0.875rem',
12
+ paddingY: '0.625rem',
13
+ },
14
+ borderRadius: '{border.radius.lg}',
15
+ focusRing: {
16
+ width: '0',
17
+ style: 'none',
18
+ color: 'transparent',
19
+ offset: '0',
20
+ shadow: 'none',
21
+ },
22
+ transitionDuration: '{transition.duration}',
23
+ };
@@ -1,27 +1,27 @@
1
- import formField from './form-field'
2
- import list from './list'
3
- import navigation from './navigation'
4
- import overlay from './overlay'
5
- import focusRing from './focus-ring'
6
- import player from './player'
7
- import typography from './typography'
1
+ import focusRing from './focus-ring';
2
+ import formField from './form-field';
3
+ import list from './list';
4
+ import navigation from './navigation';
5
+ import overlay from './overlay';
6
+ import player from './player';
7
+ import typography from './typography';
8
8
 
9
9
  export default {
10
- transitionDuration: '0.2s',
11
- disabledOpacity: '0.6',
12
- iconSize: '1rem',
13
- anchorGutter: '2px',
14
- content: {
15
- borderRadius: '{border.radius.md}',
16
- },
17
- mask: {
18
- transitionDuration: '0.15s'
19
- },
20
- formField,
21
- list,
22
- navigation,
23
- overlay,
24
- focusRing,
25
- player,
26
- typography,
27
- }
10
+ transitionDuration: '0.2s',
11
+ disabledOpacity: '0.6',
12
+ iconSize: '1rem',
13
+ anchorGutter: '2px',
14
+ content: {
15
+ borderRadius: '{border.radius.md}',
16
+ },
17
+ mask: {
18
+ transitionDuration: '0.15s',
19
+ },
20
+ formField,
21
+ list,
22
+ navigation,
23
+ overlay,
24
+ focusRing,
25
+ player,
26
+ typography,
27
+ };
@@ -1,15 +1,15 @@
1
1
  export default {
2
- padding: '0.25rem 0.25rem',
3
- gap: '2px',
4
- header: {
5
- padding: '0.5rem 1rem 0.25rem 1rem'
6
- },
7
- option: {
8
- padding: '0.5rem 0.75rem',
9
- borderRadius: '{border.radius.sm}'
10
- },
11
- optionGroup: {
12
- padding: '0.5rem 0.75rem',
13
- fontWeight: '600'
14
- }
15
- }
2
+ padding: '0.25rem 0.25rem',
3
+ gap: '2px',
4
+ header: {
5
+ padding: '0.5rem 1rem 0.25rem 1rem',
6
+ },
7
+ option: {
8
+ padding: '0.5rem 0.75rem',
9
+ borderRadius: '{border.radius.sm}',
10
+ },
11
+ optionGroup: {
12
+ padding: '0.5rem 0.75rem',
13
+ fontWeight: '600',
14
+ },
15
+ };
@@ -1,18 +1,18 @@
1
1
  export default {
2
- list: {
3
- padding: '0.25rem 0.25rem',
4
- gap: '2px'
5
- },
6
- item: {
7
- padding: '0.5rem 0.75rem',
8
- borderRadius: '{border.radius.sm}',
9
- gap: '0.5rem'
10
- },
11
- submenuLabel: {
12
- padding: '0.5rem 0.75rem',
13
- fontWeight: '600'
14
- },
15
- submenuIcon: {
16
- size: '0.875rem'
17
- }
18
- }
2
+ list: {
3
+ padding: '0.25rem 0.25rem',
4
+ gap: '2px',
5
+ },
6
+ item: {
7
+ padding: '0.5rem 0.75rem',
8
+ borderRadius: '{border.radius.sm}',
9
+ gap: '0.5rem',
10
+ },
11
+ submenuLabel: {
12
+ padding: '0.5rem 0.75rem',
13
+ fontWeight: '600',
14
+ },
15
+ submenuIcon: {
16
+ size: '0.875rem',
17
+ },
18
+ };
@@ -1,18 +1,21 @@
1
1
  export default {
2
- select: {
3
- borderRadius: '{border.radius.md}',
4
- shadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)'
5
- },
6
- popover: {
7
- borderRadius: '0.5rem',
8
- padding: '0.5rem',
9
- },
10
- modal: {
11
- borderRadius: '{border.radius.xl}',
12
- padding: '1.25rem',
13
- shadow: '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)'
14
- },
15
- navigation: {
16
- shadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)'
17
- }
18
- }
2
+ select: {
3
+ borderRadius: '{border.radius.md}',
4
+ shadow:
5
+ '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
6
+ },
7
+ popover: {
8
+ borderRadius: '0.5rem',
9
+ padding: '0.5rem',
10
+ },
11
+ modal: {
12
+ borderRadius: '{border.radius.xl}',
13
+ padding: '1.25rem',
14
+ shadow:
15
+ '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)',
16
+ },
17
+ navigation: {
18
+ shadow:
19
+ '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)',
20
+ },
21
+ };