@sk-web-gui/core 3.9.1 → 3.11.0

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 (287) hide show
  1. package/dist/cjs/aria-plugin.js +98 -43
  2. package/dist/cjs/aria-plugin.js.map +1 -1
  3. package/dist/cjs/base.js +55 -48
  4. package/dist/cjs/base.js.map +1 -1
  5. package/dist/cjs/colors.js +676 -599
  6. package/dist/cjs/colors.js.map +1 -1
  7. package/dist/cjs/components/accordion.js +203 -196
  8. package/dist/cjs/components/accordion.js.map +1 -1
  9. package/dist/cjs/components/ai/ai-corner-module.js +335 -278
  10. package/dist/cjs/components/ai/ai-corner-module.js.map +1 -1
  11. package/dist/cjs/components/ai/ai-feed.js +70 -63
  12. package/dist/cjs/components/ai/ai-feed.js.map +1 -1
  13. package/dist/cjs/components/ai/ai-service-module.js +218 -160
  14. package/dist/cjs/components/ai/ai-service-module.js.map +1 -1
  15. package/dist/cjs/components/ai/assistant-presentation.js +62 -55
  16. package/dist/cjs/components/ai/assistant-presentation.js.map +1 -1
  17. package/dist/cjs/components/ai/assistant-switch.js +54 -47
  18. package/dist/cjs/components/ai/assistant-switch.js.map +1 -1
  19. package/dist/cjs/components/ai/bubble.js +123 -66
  20. package/dist/cjs/components/ai/bubble.js.map +1 -1
  21. package/dist/cjs/components/ai/feedback.js +37 -30
  22. package/dist/cjs/components/ai/feedback.js.map +1 -1
  23. package/dist/cjs/components/ai/input-section.js +31 -24
  24. package/dist/cjs/components/ai/input-section.js.map +1 -1
  25. package/dist/cjs/components/ai/markdown-rendered.js +30 -23
  26. package/dist/cjs/components/ai/markdown-rendered.js.map +1 -1
  27. package/dist/cjs/components/ai/new-session-button.js +26 -19
  28. package/dist/cjs/components/ai/new-session-button.js.map +1 -1
  29. package/dist/cjs/components/ai/typing-bubble.js +28 -21
  30. package/dist/cjs/components/ai/typing-bubble.js.map +1 -1
  31. package/dist/cjs/components/ai/typing-sequence.js +87 -30
  32. package/dist/cjs/components/ai/typing-sequence.js.map +1 -1
  33. package/dist/cjs/components/avatar.js +101 -43
  34. package/dist/cjs/components/avatar.js.map +1 -1
  35. package/dist/cjs/components/badge.js +90 -32
  36. package/dist/cjs/components/badge.js.map +1 -1
  37. package/dist/cjs/components/breadcrumb.js +47 -27
  38. package/dist/cjs/components/breadcrumb.js.map +1 -1
  39. package/dist/cjs/components/button-group.js +35 -28
  40. package/dist/cjs/components/button-group.js.map +1 -1
  41. package/dist/cjs/components/button.js +290 -237
  42. package/dist/cjs/components/button.js.map +1 -1
  43. package/dist/cjs/components/callout.js +92 -35
  44. package/dist/cjs/components/callout.js.map +1 -1
  45. package/dist/cjs/components/card.js +273 -209
  46. package/dist/cjs/components/card.js.map +1 -1
  47. package/dist/cjs/components/checkbox.js +137 -113
  48. package/dist/cjs/components/checkbox.js.map +1 -1
  49. package/dist/cjs/components/chip.js +47 -40
  50. package/dist/cjs/components/chip.js.map +1 -1
  51. package/dist/cjs/components/code.js +19 -12
  52. package/dist/cjs/components/code.js.map +1 -1
  53. package/dist/cjs/components/combobox.js +97 -91
  54. package/dist/cjs/components/combobox.js.map +1 -1
  55. package/dist/cjs/components/cookie-consent.js +51 -46
  56. package/dist/cjs/components/cookie-consent.js.map +1 -1
  57. package/dist/cjs/components/dialog.js +78 -21
  58. package/dist/cjs/components/dialog.js.map +1 -1
  59. package/dist/cjs/components/divider.js +60 -53
  60. package/dist/cjs/components/divider.js.map +1 -1
  61. package/dist/cjs/components/dot.js +111 -56
  62. package/dist/cjs/components/dot.js.map +1 -1
  63. package/dist/cjs/components/file-upload.js +221 -214
  64. package/dist/cjs/components/file-upload.js.map +1 -1
  65. package/dist/cjs/components/filter.js +24 -17
  66. package/dist/cjs/components/filter.js.map +1 -1
  67. package/dist/cjs/components/footer.js +41 -34
  68. package/dist/cjs/components/footer.js.map +1 -1
  69. package/dist/cjs/components/forms.js +34 -27
  70. package/dist/cjs/components/forms.js.map +1 -1
  71. package/dist/cjs/components/header.js +38 -31
  72. package/dist/cjs/components/header.js.map +1 -1
  73. package/dist/cjs/components/icon.js +113 -55
  74. package/dist/cjs/components/icon.js.map +1 -1
  75. package/dist/cjs/components/input.js +285 -219
  76. package/dist/cjs/components/input.js.map +1 -1
  77. package/dist/cjs/components/kbd.js +17 -12
  78. package/dist/cjs/components/kbd.js.map +1 -1
  79. package/dist/cjs/components/label.js +93 -35
  80. package/dist/cjs/components/label.js.map +1 -1
  81. package/dist/cjs/components/link.js +59 -52
  82. package/dist/cjs/components/link.js.map +1 -1
  83. package/dist/cjs/components/list.js +63 -56
  84. package/dist/cjs/components/list.js.map +1 -1
  85. package/dist/cjs/components/logo.js +58 -51
  86. package/dist/cjs/components/logo.js.map +1 -1
  87. package/dist/cjs/components/menu-vertical.js +243 -204
  88. package/dist/cjs/components/menu-vertical.js.map +1 -1
  89. package/dist/cjs/components/menubar.js +100 -42
  90. package/dist/cjs/components/menubar.js.map +1 -1
  91. package/dist/cjs/components/modal.js +58 -51
  92. package/dist/cjs/components/modal.js.map +1 -1
  93. package/dist/cjs/components/pagination.js +108 -101
  94. package/dist/cjs/components/pagination.js.map +1 -1
  95. package/dist/cjs/components/popup-menu.js +148 -144
  96. package/dist/cjs/components/popup-menu.js.map +1 -1
  97. package/dist/cjs/components/progress-bar.js +80 -24
  98. package/dist/cjs/components/progress-bar.js.map +1 -1
  99. package/dist/cjs/components/progress-stepper.js +80 -73
  100. package/dist/cjs/components/progress-stepper.js.map +1 -1
  101. package/dist/cjs/components/radio.js +140 -134
  102. package/dist/cjs/components/radio.js.map +1 -1
  103. package/dist/cjs/components/search-field.js +44 -37
  104. package/dist/cjs/components/search-field.js.map +1 -1
  105. package/dist/cjs/components/select.js +256 -182
  106. package/dist/cjs/components/select.js.map +1 -1
  107. package/dist/cjs/components/snackbar.js +40 -33
  108. package/dist/cjs/components/snackbar.js.map +1 -1
  109. package/dist/cjs/components/spinner.js +80 -23
  110. package/dist/cjs/components/spinner.js.map +1 -1
  111. package/dist/cjs/components/switch.js +89 -66
  112. package/dist/cjs/components/switch.js.map +1 -1
  113. package/dist/cjs/components/table.js +297 -236
  114. package/dist/cjs/components/table.js.map +1 -1
  115. package/dist/cjs/components/tabs.js +124 -16
  116. package/dist/cjs/components/tabs.js.map +1 -1
  117. package/dist/cjs/components/tooltip.js +68 -61
  118. package/dist/cjs/components/tooltip.js.map +1 -1
  119. package/dist/cjs/components/user-menu.js +24 -17
  120. package/dist/cjs/components/user-menu.js.map +1 -1
  121. package/dist/cjs/components.js +377 -177
  122. package/dist/cjs/components.js.map +1 -1
  123. package/dist/cjs/data-plugin.js +64 -26
  124. package/dist/cjs/data-plugin.js.map +1 -1
  125. package/dist/cjs/fonts.js +17 -10
  126. package/dist/cjs/fonts.js.map +1 -1
  127. package/dist/cjs/index.js +36 -12
  128. package/dist/cjs/index.js.map +1 -1
  129. package/dist/cjs/plugin.js +136 -54
  130. package/dist/cjs/plugin.js.map +1 -1
  131. package/dist/cjs/preset.js +161 -25
  132. package/dist/cjs/preset.js.map +1 -1
  133. package/dist/cjs/theme.js +198 -137
  134. package/dist/cjs/theme.js.map +1 -1
  135. package/dist/cjs/units.js +412 -288
  136. package/dist/cjs/units.js.map +1 -1
  137. package/dist/cjs/with-opacity.js +16 -9
  138. package/dist/cjs/with-opacity.js.map +1 -1
  139. package/dist/esm/aria-plugin.js +83 -38
  140. package/dist/esm/aria-plugin.js.map +1 -1
  141. package/dist/esm/base.js +45 -44
  142. package/dist/esm/base.js.map +1 -1
  143. package/dist/esm/colors.js +667 -596
  144. package/dist/esm/colors.js.map +1 -1
  145. package/dist/esm/components/accordion.js +198 -195
  146. package/dist/esm/components/accordion.js.map +1 -1
  147. package/dist/esm/components/ai/ai-corner-module.js +327 -275
  148. package/dist/esm/components/ai/ai-corner-module.js.map +1 -1
  149. package/dist/esm/components/ai/ai-feed.js +63 -60
  150. package/dist/esm/components/ai/ai-feed.js.map +1 -1
  151. package/dist/esm/components/ai/ai-service-module.js +211 -167
  152. package/dist/esm/components/ai/ai-service-module.js.map +1 -1
  153. package/dist/esm/components/ai/assistant-presentation.js +54 -51
  154. package/dist/esm/components/ai/assistant-presentation.js.map +1 -1
  155. package/dist/esm/components/ai/assistant-switch.js +47 -44
  156. package/dist/esm/components/ai/assistant-switch.js.map +1 -1
  157. package/dist/esm/components/ai/bubble.js +112 -82
  158. package/dist/esm/components/ai/bubble.js.map +1 -1
  159. package/dist/esm/components/ai/feedback.js +29 -26
  160. package/dist/esm/components/ai/feedback.js.map +1 -1
  161. package/dist/esm/components/ai/input-section.js +24 -21
  162. package/dist/esm/components/ai/input-section.js.map +1 -1
  163. package/dist/esm/components/ai/markdown-rendered.js +23 -20
  164. package/dist/esm/components/ai/markdown-rendered.js.map +1 -1
  165. package/dist/esm/components/ai/new-session-button.js +19 -16
  166. package/dist/esm/components/ai/new-session-button.js.map +1 -1
  167. package/dist/esm/components/ai/typing-bubble.js +21 -18
  168. package/dist/esm/components/ai/typing-bubble.js.map +1 -1
  169. package/dist/esm/components/ai/typing-sequence.js +80 -32
  170. package/dist/esm/components/ai/typing-sequence.js.map +1 -1
  171. package/dist/esm/components/avatar.js +91 -41
  172. package/dist/esm/components/avatar.js.map +1 -1
  173. package/dist/esm/components/badge.js +80 -29
  174. package/dist/esm/components/badge.js.map +1 -1
  175. package/dist/esm/components/breadcrumb.js +38 -27
  176. package/dist/esm/components/breadcrumb.js.map +1 -1
  177. package/dist/esm/components/button-group.js +28 -25
  178. package/dist/esm/components/button-group.js.map +1 -1
  179. package/dist/esm/components/button.js +283 -255
  180. package/dist/esm/components/button.js.map +1 -1
  181. package/dist/esm/components/callout.js +82 -31
  182. package/dist/esm/components/callout.js.map +1 -1
  183. package/dist/esm/components/card.js +262 -235
  184. package/dist/esm/components/card.js.map +1 -1
  185. package/dist/esm/components/checkbox.js +130 -110
  186. package/dist/esm/components/checkbox.js.map +1 -1
  187. package/dist/esm/components/chip.js +40 -37
  188. package/dist/esm/components/chip.js.map +1 -1
  189. package/dist/esm/components/code.js +12 -9
  190. package/dist/esm/components/code.js.map +1 -1
  191. package/dist/esm/components/combobox.js +89 -87
  192. package/dist/esm/components/combobox.js.map +1 -1
  193. package/dist/esm/components/cookie-consent.js +43 -42
  194. package/dist/esm/components/cookie-consent.js.map +1 -1
  195. package/dist/esm/components/dialog.js +70 -18
  196. package/dist/esm/components/dialog.js.map +1 -1
  197. package/dist/esm/components/divider.js +52 -49
  198. package/dist/esm/components/divider.js.map +1 -1
  199. package/dist/esm/components/dot.js +104 -56
  200. package/dist/esm/components/dot.js.map +1 -1
  201. package/dist/esm/components/file-upload.js +214 -211
  202. package/dist/esm/components/file-upload.js.map +1 -1
  203. package/dist/esm/components/filter.js +17 -14
  204. package/dist/esm/components/filter.js.map +1 -1
  205. package/dist/esm/components/footer.js +33 -30
  206. package/dist/esm/components/footer.js.map +1 -1
  207. package/dist/esm/components/forms.js +27 -24
  208. package/dist/esm/components/forms.js.map +1 -1
  209. package/dist/esm/components/header.js +31 -28
  210. package/dist/esm/components/header.js.map +1 -1
  211. package/dist/esm/components/icon.js +103 -54
  212. package/dist/esm/components/icon.js.map +1 -1
  213. package/dist/esm/components/input.js +278 -216
  214. package/dist/esm/components/input.js.map +1 -1
  215. package/dist/esm/components/kbd.js +10 -9
  216. package/dist/esm/components/kbd.js.map +1 -1
  217. package/dist/esm/components/label.js +83 -35
  218. package/dist/esm/components/label.js.map +1 -1
  219. package/dist/esm/components/link.js +52 -49
  220. package/dist/esm/components/link.js.map +1 -1
  221. package/dist/esm/components/list.js +55 -52
  222. package/dist/esm/components/list.js.map +1 -1
  223. package/dist/esm/components/logo.js +51 -48
  224. package/dist/esm/components/logo.js.map +1 -1
  225. package/dist/esm/components/menu-vertical.js +233 -199
  226. package/dist/esm/components/menu-vertical.js.map +1 -1
  227. package/dist/esm/components/menubar.js +92 -45
  228. package/dist/esm/components/menubar.js.map +1 -1
  229. package/dist/esm/components/modal.js +50 -47
  230. package/dist/esm/components/modal.js.map +1 -1
  231. package/dist/esm/components/pagination.js +101 -98
  232. package/dist/esm/components/pagination.js.map +1 -1
  233. package/dist/esm/components/popup-menu.js +142 -142
  234. package/dist/esm/components/popup-menu.js.map +1 -1
  235. package/dist/esm/components/progress-bar.js +69 -21
  236. package/dist/esm/components/progress-bar.js.map +1 -1
  237. package/dist/esm/components/progress-stepper.js +72 -69
  238. package/dist/esm/components/progress-stepper.js.map +1 -1
  239. package/dist/esm/components/radio.js +132 -130
  240. package/dist/esm/components/radio.js.map +1 -1
  241. package/dist/esm/components/search-field.js +37 -34
  242. package/dist/esm/components/search-field.js.map +1 -1
  243. package/dist/esm/components/select.js +250 -180
  244. package/dist/esm/components/select.js.map +1 -1
  245. package/dist/esm/components/snackbar.js +33 -30
  246. package/dist/esm/components/snackbar.js.map +1 -1
  247. package/dist/esm/components/spinner.js +70 -18
  248. package/dist/esm/components/spinner.js.map +1 -1
  249. package/dist/esm/components/switch.js +80 -70
  250. package/dist/esm/components/switch.js.map +1 -1
  251. package/dist/esm/components/table.js +292 -236
  252. package/dist/esm/components/table.js.map +1 -1
  253. package/dist/esm/components/tabs.js +118 -14
  254. package/dist/esm/components/tabs.js.map +1 -1
  255. package/dist/esm/components/tooltip.js +61 -58
  256. package/dist/esm/components/tooltip.js.map +1 -1
  257. package/dist/esm/components/user-menu.js +17 -14
  258. package/dist/esm/components/user-menu.js.map +1 -1
  259. package/dist/esm/components.js +404 -206
  260. package/dist/esm/components.js.map +1 -1
  261. package/dist/esm/data-plugin.js +49 -23
  262. package/dist/esm/data-plugin.js.map +1 -1
  263. package/dist/esm/fonts.js +7 -6
  264. package/dist/esm/fonts.js.map +1 -1
  265. package/dist/esm/index.js +5 -4
  266. package/dist/esm/index.js.map +1 -1
  267. package/dist/esm/plugin.js +114 -46
  268. package/dist/esm/plugin.js.map +1 -1
  269. package/dist/esm/preset.js +104 -17
  270. package/dist/esm/preset.js.map +1 -1
  271. package/dist/esm/theme.js +187 -139
  272. package/dist/esm/theme.js.map +1 -1
  273. package/dist/esm/units.js +402 -284
  274. package/dist/esm/units.js.map +1 -1
  275. package/dist/esm/with-opacity.js +6 -7
  276. package/dist/esm/with-opacity.js.map +1 -1
  277. package/dist/types/colors.d.ts +70 -0
  278. package/dist/types/components/checkbox.d.ts +23 -7
  279. package/dist/types/components/combobox.d.ts +1 -2
  280. package/dist/types/components/input.d.ts +29 -34
  281. package/dist/types/components/popup-menu.d.ts +3 -6
  282. package/dist/types/components/radio.d.ts +27 -29
  283. package/dist/types/components/select.d.ts +24 -23
  284. package/dist/types/components/switch.d.ts +9 -8
  285. package/dist/types/components/tabs.d.ts +45 -3
  286. package/dist/types/preset.d.ts +1 -1
  287. package/package.json +17 -14
package/dist/cjs/units.js CHANGED
@@ -1,292 +1,416 @@
1
1
  "use strict";
2
-
3
- exports.__esModule = true;
4
- exports.units = void 0;
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "units", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return units;
9
+ }
10
+ });
5
11
  var _units = {
6
- spacing: {
7
- '0': 'var(--sk-spacing-0)',
8
- '0.25': 'var(--sk-spacing-0.25)',
9
- '0.5': 'var(--sk-spacing-0.5)',
10
- '0.75': 'var(--sk-spacing-0.75)',
11
- '1': 'var(--sk-spacing-1)',
12
- '2': 'var(--sk-spacing-2)',
13
- '3': 'var(--sk-spacing-3)',
14
- '4': 'var(--sk-spacing-4)',
15
- '5': 'var(--sk-spacing-5)',
16
- '6': 'var(--sk-spacing-6)',
17
- '7': 'var(--sk-spacing-7)',
18
- '8': 'var(--sk-spacing-8)',
19
- '9': 'var(--sk-spacing-9)',
20
- '10': 'var(--sk-spacing-10)',
21
- '11': 'var(--sk-spacing-11)',
22
- '12': 'var(--sk-spacing-12)',
23
- '13': 'var(--sk-spacing-13)',
24
- '14': 'var(--sk-spacing-14)',
25
- '15': 'var(--sk-spacing-15)',
26
- '16': 'var(--sk-spacing-16)',
27
- '17': 'var(--sk-spacing-17)',
28
- '18': 'var(--sk-spacing-18)',
29
- '19': 'var(--sk-spacing-19)',
30
- '20': 'var(--sk-spacing-20)',
31
- '22': 'var(--sk-spacing-22)',
32
- '24': 'var(--sk-spacing-24)',
33
- '26': 'var(--sk-spacing-26)',
34
- '28': 'var(--sk-spacing-28)',
35
- '30': 'var(--sk-spacing-30)',
36
- '32': 'var(--sk-spacing-32)',
37
- '34': 'var(--sk-spacing-34)',
38
- '36': 'var(--sk-spacing-36)',
39
- '38': 'var(--sk-spacing-38)',
40
- '40': 'var(--sk-spacing-40)',
41
- '42': 'var(--sk-spacing-42)',
42
- '44': 'var(--sk-spacing-44)',
43
- '46': 'var(--sk-spacing-46)',
44
- '48': 'var(--sk-spacing-48)',
45
- '50': 'var(--sk-spacing-50)',
46
- '52': 'var(--sk-spacing-52)',
47
- '54': 'var(--sk-spacing-54)',
48
- '56': 'var(--sk-spacing-56)',
49
- '58': 'var(--sk-spacing-58)',
50
- '60': 'var(--sk-spacing-60)',
51
- '62': 'var(--sk-spacing-62)',
52
- '64': 'var(--sk-spacing-64)',
53
- '68': 'var(--sk-spacing-68)',
54
- '72': 'var(--sk-spacing-72)',
55
- '80': 'var(--sk-spacing-80)',
56
- '90': 'var(--sk-spacing-90)',
57
- '100': 'var(--sk-spacing-100)'
58
- },
59
- fontSizes: {
60
- 'display-1': ['var(--sk-fontSize-display-1-DEFAULT)', {
61
- lineHeight: 'var(--sk-lineHeight-display-1-DEFAULT)',
62
- fontWeight: 800
63
- }],
64
- 'display-1-lg': ['var(--sk-fontSize-display-1-lg)', {
65
- lineHeight: 'var(--sk-lineHeight-display-1-lg)',
66
- fontWeight: 800
67
- }],
68
- 'display-1-md': ['var(--sk-fontSize-display-1-md)', {
69
- lineHeight: 'var(--sk-lineHeight-display-1-md)',
70
- fontWeight: 800
71
- }],
72
- 'display-1-sm': ['var(--sk-fontSize-display-1-sm)', {
73
- lineHeight: 'var(--sk-lineHeight-display-1-sm)',
74
- fontWeight: 800
75
- }],
76
- 'display-2': ['var(--sk-fontSize-display-2-DEFAULT)', {
77
- lineHeight: 'var(--sk-lineHeight-display-2-DEFAULT)',
78
- fontWeight: 800
79
- }],
80
- 'display-2-lg': ['var(--sk-fontSize-display-2-lg)', {
81
- lineHeight: 'var(--sk-lineHeight-display-2-lg)',
82
- fontWeight: 800
83
- }],
84
- 'display-2-md': ['var(--sk-fontSize-display-2-md)', {
85
- lineHeight: 'var(--sk-lineHeight-display-2-md)',
86
- fontWeight: 800
87
- }],
88
- 'display-2-sm': ['var(--sk-fontSize-display-2-sm)', {
89
- lineHeight: 'var(--sk-lineHeight-display-2-sm)',
90
- fontWeight: 800
91
- }],
92
- 'display-3': ['var(--sk-fontSize-display-3-DEFAULT)', {
93
- lineHeight: 'var(--sk-lineHeight-display-3-DEFAULT)',
94
- fontWeight: 800
95
- }],
96
- 'display-3-lg': ['var(--sk-fontSize-display-3-lg)', {
97
- lineHeight: 'var(--sk-lineHeight-display-3-lg)',
98
- fontWeight: 800
99
- }],
100
- 'display-3-md': ['var(--sk-fontSize-display-3-md)', {
101
- lineHeight: 'var(--sk-lineHeight-display-3-md)',
102
- fontWeight: 800
103
- }],
104
- 'display-3-sm': ['var(--sk-fontSize-display-3-sm)', {
105
- lineHeight: 'var(--sk-lineHeight-display-3-sm)',
106
- fontWeight: 800
107
- }],
108
- h1: ['var(--sk-fontSize-h-1-DEFAULT)', {
109
- lineHeight: 'var(--sk-lineHeight-h-1-DEFAULT)',
110
- fontWeight: 700
111
- }],
112
- 'h1-lg': ['var(--sk-fontSize-h-1-lg)', {
113
- lineHeight: 'var(--sk-lineHeight-h-1-lg)',
114
- fontWeight: 700
115
- }],
116
- 'h1-md': ['var(--sk-fontSize-h-1-md)', {
117
- lineHeight: 'var(--sk-lineHeight-h-1-md)',
118
- fontWeight: 700
119
- }],
120
- 'h1-sm': ['var(--sk-fontSize-h-1-sm)', {
121
- lineHeight: 'var(--sk-lineHeight-h-1-sm)',
122
- fontWeight: 700
123
- }],
124
- h2: ['var(--sk-fontSize-h-2-DEFAULT)', {
125
- lineHeight: 'var(--sk-lineHeight-h-2-DEFAULT)',
126
- fontWeight: 700
127
- }],
128
- 'h2-lg': ['var(--sk-fontSize-h-2-lg)', {
129
- lineHeight: 'var(--sk-lineHeight-h-2-lg)',
130
- fontWeight: 700
131
- }],
132
- 'h2-md': ['var(--sk-fontSize-h-2-md)', {
133
- lineHeight: 'var(--sk-lineHeight-h-2-md)',
134
- fontWeight: 700
135
- }],
136
- 'h2-sm': ['var(--sk-fontSize-h-2-sm)', {
137
- lineHeight: 'var(--sk-lineHeight-h-2-sm)',
138
- fontWeight: 700
139
- }],
140
- h3: ['var(--sk-fontSize-h-3-DEFAULT)', {
141
- lineHeight: 'var(--sk-lineHeight-h-3-DEFAULT)',
142
- fontWeight: 700
143
- }],
144
- 'h3-lg': ['var(--sk-fontSize-h-3-lg)', {
145
- lineHeight: 'var(--sk-lineHeight-h-3-lg)',
146
- fontWeight: 700
147
- }],
148
- 'h3-md': ['var(--sk-fontSize-h-3-md)', {
149
- lineHeight: 'var(--sk-lineHeight-h-3-md)',
150
- fontWeight: 700
151
- }],
152
- 'h3-sm': ['var(--sk-fontSize-h-3-sm)', {
153
- lineHeight: 'var(--sk-lineHeight-h-3-sm)',
154
- fontWeight: 700
155
- }],
156
- h4: ['var(--sk-fontSize-h-4-DEFAULT)', {
157
- lineHeight: 'var(--sk-lineHeight-h-4-DEFAULT)',
158
- fontWeight: 700
159
- }],
160
- 'h4-lg': ['var(--sk-fontSize-h-4-lg)', {
161
- lineHeight: 'var(--sk-lineHeight-h-4-lg)',
162
- fontWeight: 700
163
- }],
164
- 'h4-md': ['var(--sk-fontSize-h-4-md)', {
165
- lineHeight: 'var(--sk-lineHeight-h-4-md)',
166
- fontWeight: 700
167
- }],
168
- 'h4-sm': ['var(--sk-fontSize-h-4-sm)', {
169
- lineHeight: 'var(--sk-lineHeight-h-4-sm)',
170
- fontWeight: 700
171
- }],
172
- 'label-large': ['var(--sk-fontSize-label-large)', {
173
- lineHeight: 'var(--sk-lineHeight-label-large)',
174
- fontWeight: 700
175
- }],
176
- 'label-medium': ['var(--sk-fontSize-label-medium)', {
177
- lineHeight: 'var(--sk-lineHeight-label-medium)',
178
- fontWeight: 700
179
- }],
180
- 'label-small': ['var(--sk-fontSize-label-small)', {
181
- lineHeight: 'var(--sk-lineHeight-label-small)',
182
- fontWeight: 700
183
- }],
184
- 'input-large': ['var(--sk-fontSize-input-large)', {
185
- lineHeight: 'var(--sk-lineHeight-input-large)',
186
- fontWeight: 400
187
- }],
188
- 'input-medium': ['var(--sk-fontSize-input-medium)', {
189
- lineHeight: 'var(--sk-lineHeight-input-medium)',
190
- fontWeight: 400
191
- }],
192
- 'input-small': ['var(--sk-fontSize-input-small)', {
193
- lineHeight: 'var(--sk-lineHeight-input-small)',
194
- fontWeight: 400
195
- }],
196
- 'logo-header': ['var(--sk-fontSize-logo-header)', {
197
- lineHeight: 'var(--sk-lineHeight-logo-header)',
198
- fontWeight: 700
199
- }],
200
- lead: ['var(--sk-fontSize-lead)', 'var(--sk-lineHeight-lead)'],
201
- base: ['var(--sk-fontSize-base)', 'var(--sk-lineHeight-base)'],
202
- large: ['var(--sk-fontSize-large)', 'var(--sk-lineHeight-large)'],
203
- small: ['var(--sk-fontSize-small)', 'var(--sk-lineHeight-small)']
204
- },
205
- lineHeights: {
206
- 'display-1': 'var(--sk-lineHeight-display-1-DEFAULT)',
207
- 'display-1-lg': 'var(--sk-lineHeight-display-1-lg)',
208
- 'display-1-md': 'var(--sk-lineHeight-display-1-md)',
209
- 'display-1-sm': 'var(--sk-lineHeight-display-1-sm)',
210
- 'display-2': 'var(--sk-lineHeight-display-2-DEFAULT)',
211
- 'display-2-lg': 'var(--sk-lineHeight-display-2-lg)',
212
- 'display-2-md': 'var(--sk-lineHeight-display-2-md)',
213
- 'display-2-sm': 'var(--sk-lineHeight-display-2-sm)',
214
- 'display-3': 'var(--sk-lineHeight-display-3-DEFAULT)',
215
- 'display-3-lg': 'var(--sk-lineHeight-display-3-lg)',
216
- 'display-3-md': 'var(--sk-lineHeight-display-3-md)',
217
- 'display-3-sm': 'var(--sk-lineHeight-display-3-sm)',
218
- h1: 'var(--sk-lineHeight-h-1-DEFAULT)',
219
- 'h1-lg': 'var(--sk-lineHeight-h-1-lg)',
220
- 'h1-md': 'var(--sk-lineHeight-h-1-md)',
221
- 'h1-sm': 'var(--sk-lineHeight-h-1-sm)',
222
- h2: 'var(--sk-lineHeight-h-2-DEFAULT)',
223
- 'h2-lg': 'var(--sk-lineHeight-h-2-lg)',
224
- 'h2-md': 'var(--sk-lineHeight-h-2-md)',
225
- 'h2-sm': 'var(--sk-lineHeight-h-2-sm)',
226
- h3: 'var(--sk-lineHeight-h-3-DEFAULT)',
227
- 'h3-lg': 'var(--sk-lineHeight-h-3-lg)',
228
- 'h3-md': 'var(--sk-lineHeight-h-3-md)',
229
- 'h3-sm': 'var(--sk-lineHeight-h-3-sm)',
230
- h4: 'var(--sk-lineHeight-h-4-DEFAULT)',
231
- 'h4-lg': 'var(--sk-lineHeight-h-4-lg)',
232
- 'h4-md': 'var(--sk-lineHeight-h-4-md)',
233
- 'h4-sm': 'var(--sk-lineHeight-h-4-sm)',
234
- 'label-large': 'var(--sk-lineHeight-label-large)',
235
- 'label-medium': 'var(--sk-lineHeight-label-medium)',
236
- 'label-small': 'var(--sk-lineHeight-label-small)',
237
- 'input-large': 'var(--sk-lineHeight-input-large)',
238
- 'input-medium': 'var(--sk-lineHeight-input-medium)',
239
- 'input-small': 'var(--sk-lineHeight-input-small)',
240
- 'logo-header': 'var(--sk-lineHeight-logo-header)',
241
- lead: 'var(--sk-lineHeight-lead)',
242
- base: 'var(--sk-lineHeight-base)',
243
- large: 'var(--sk-lineHeight-large)',
244
- small: 'var(--sk-lineHeight-small)'
245
- },
246
- radius: {
247
- DEFAULT: 'var(--sk-radius-utility-DEFAULT)',
248
- full: 'var(--sk-radius-circular-DEFAULT)',
249
- none: 'var(--sk-spacing-0)',
250
- circular: 'var(--sk-radius-circular-DEFAULT)',
251
- 'circular-lg': 'var(--sk-radius-circular-lg)',
252
- 'circular-md': 'var(--sk-radius-circular-md)',
253
- 'circular-sm': 'var(--sk-radius-circular-sm)',
254
- button: 'var(--sk-radius-button-DEFAULT)',
255
- 'button-lg': 'var(--sk-radius-button-lg)',
256
- 'button-md': 'var(--sk-radius-button-md)',
257
- 'button-sm': 'var(--sk-radius-button-sm)',
258
- cards: 'var(--sk-radius-cards-DEFAULT)',
259
- 'cards-lg': 'var(--sk-radius-cards-lg)',
260
- 'cards-md': 'var(--sk-radius-cards-md)',
261
- 'cards-sm': 'var(--sk-radius-cards-sm)',
262
- utility: 'var(--sk-radius-utility-DEFAULT)',
263
- 'utility-lg': 'var(--sk-radius-utility-lg)',
264
- 'utility-md': 'var(--sk-radius-utility-md)',
265
- 'utility-sm': 'var(--sk-radius-utility-sm)',
266
- groups: 'var(--sk-radius-groups-DEFAULT)',
267
- 'groups-lg': 'var(--sk-radius-groups-lg)',
268
- 'groups-md': 'var(--sk-radius-groups-md)',
269
- 'groups-sm': 'var(--sk-radius-groups-sm)',
270
- '0': 'var(--sk-spacing-0)',
271
- '2': 'var(--sk-spacing-2)',
272
- '4': 'var(--sk-spacing-4)',
273
- '6': 'var(--sk-spacing-6)',
274
- '8': 'var(--sk-spacing-8)',
275
- '10': 'var(--sk-spacing-10)',
276
- '12': 'var(--sk-spacing-12)',
277
- '14': 'var(--sk-spacing-14)',
278
- '16': 'var(--sk-spacing-16)',
279
- '18': 'var(--sk-spacing-18)',
280
- '20': 'var(--sk-spacing-20)',
281
- '24': 'var(--sk-spacing-24)',
282
- '32': 'var(--sk-spacing-32)',
283
- '40': 'var(--sk-spacing-40)',
284
- '48': 'var(--sk-spacing-48)',
285
- '56': 'var(--sk-spacing-56)',
286
- '64': 'var(--sk-spacing-64)',
287
- '72': 'var(--sk-spacing-72)',
288
- '80': 'var(--sk-spacing-80)'
289
- }
12
+ spacing: {
13
+ '0': 'var(--sk-spacing-0)',
14
+ '0.25': 'var(--sk-spacing-0.25)',
15
+ '0.5': 'var(--sk-spacing-0.5)',
16
+ '0.75': 'var(--sk-spacing-0.75)',
17
+ '1': 'var(--sk-spacing-1)',
18
+ '2': 'var(--sk-spacing-2)',
19
+ '3': 'var(--sk-spacing-3)',
20
+ '4': 'var(--sk-spacing-4)',
21
+ '5': 'var(--sk-spacing-5)',
22
+ '6': 'var(--sk-spacing-6)',
23
+ '7': 'var(--sk-spacing-7)',
24
+ '8': 'var(--sk-spacing-8)',
25
+ '9': 'var(--sk-spacing-9)',
26
+ '10': 'var(--sk-spacing-10)',
27
+ '11': 'var(--sk-spacing-11)',
28
+ '12': 'var(--sk-spacing-12)',
29
+ '13': 'var(--sk-spacing-13)',
30
+ '14': 'var(--sk-spacing-14)',
31
+ '15': 'var(--sk-spacing-15)',
32
+ '16': 'var(--sk-spacing-16)',
33
+ '17': 'var(--sk-spacing-17)',
34
+ '18': 'var(--sk-spacing-18)',
35
+ '19': 'var(--sk-spacing-19)',
36
+ '20': 'var(--sk-spacing-20)',
37
+ '22': 'var(--sk-spacing-22)',
38
+ '24': 'var(--sk-spacing-24)',
39
+ '26': 'var(--sk-spacing-26)',
40
+ '28': 'var(--sk-spacing-28)',
41
+ '30': 'var(--sk-spacing-30)',
42
+ '32': 'var(--sk-spacing-32)',
43
+ '34': 'var(--sk-spacing-34)',
44
+ '36': 'var(--sk-spacing-36)',
45
+ '38': 'var(--sk-spacing-38)',
46
+ '40': 'var(--sk-spacing-40)',
47
+ '42': 'var(--sk-spacing-42)',
48
+ '44': 'var(--sk-spacing-44)',
49
+ '46': 'var(--sk-spacing-46)',
50
+ '48': 'var(--sk-spacing-48)',
51
+ '50': 'var(--sk-spacing-50)',
52
+ '52': 'var(--sk-spacing-52)',
53
+ '54': 'var(--sk-spacing-54)',
54
+ '56': 'var(--sk-spacing-56)',
55
+ '58': 'var(--sk-spacing-58)',
56
+ '60': 'var(--sk-spacing-60)',
57
+ '62': 'var(--sk-spacing-62)',
58
+ '64': 'var(--sk-spacing-64)',
59
+ '68': 'var(--sk-spacing-68)',
60
+ '72': 'var(--sk-spacing-72)',
61
+ '80': 'var(--sk-spacing-80)',
62
+ '90': 'var(--sk-spacing-90)',
63
+ '100': 'var(--sk-spacing-100)'
64
+ },
65
+ fontSizes: {
66
+ 'display-1': [
67
+ 'var(--sk-fontSize-display-1-DEFAULT)',
68
+ {
69
+ lineHeight: 'var(--sk-lineHeight-display-1-DEFAULT)',
70
+ fontWeight: 800
71
+ }
72
+ ],
73
+ 'display-1-lg': [
74
+ 'var(--sk-fontSize-display-1-lg)',
75
+ {
76
+ lineHeight: 'var(--sk-lineHeight-display-1-lg)',
77
+ fontWeight: 800
78
+ }
79
+ ],
80
+ 'display-1-md': [
81
+ 'var(--sk-fontSize-display-1-md)',
82
+ {
83
+ lineHeight: 'var(--sk-lineHeight-display-1-md)',
84
+ fontWeight: 800
85
+ }
86
+ ],
87
+ 'display-1-sm': [
88
+ 'var(--sk-fontSize-display-1-sm)',
89
+ {
90
+ lineHeight: 'var(--sk-lineHeight-display-1-sm)',
91
+ fontWeight: 800
92
+ }
93
+ ],
94
+ 'display-2': [
95
+ 'var(--sk-fontSize-display-2-DEFAULT)',
96
+ {
97
+ lineHeight: 'var(--sk-lineHeight-display-2-DEFAULT)',
98
+ fontWeight: 800
99
+ }
100
+ ],
101
+ 'display-2-lg': [
102
+ 'var(--sk-fontSize-display-2-lg)',
103
+ {
104
+ lineHeight: 'var(--sk-lineHeight-display-2-lg)',
105
+ fontWeight: 800
106
+ }
107
+ ],
108
+ 'display-2-md': [
109
+ 'var(--sk-fontSize-display-2-md)',
110
+ {
111
+ lineHeight: 'var(--sk-lineHeight-display-2-md)',
112
+ fontWeight: 800
113
+ }
114
+ ],
115
+ 'display-2-sm': [
116
+ 'var(--sk-fontSize-display-2-sm)',
117
+ {
118
+ lineHeight: 'var(--sk-lineHeight-display-2-sm)',
119
+ fontWeight: 800
120
+ }
121
+ ],
122
+ 'display-3': [
123
+ 'var(--sk-fontSize-display-3-DEFAULT)',
124
+ {
125
+ lineHeight: 'var(--sk-lineHeight-display-3-DEFAULT)',
126
+ fontWeight: 800
127
+ }
128
+ ],
129
+ 'display-3-lg': [
130
+ 'var(--sk-fontSize-display-3-lg)',
131
+ {
132
+ lineHeight: 'var(--sk-lineHeight-display-3-lg)',
133
+ fontWeight: 800
134
+ }
135
+ ],
136
+ 'display-3-md': [
137
+ 'var(--sk-fontSize-display-3-md)',
138
+ {
139
+ lineHeight: 'var(--sk-lineHeight-display-3-md)',
140
+ fontWeight: 800
141
+ }
142
+ ],
143
+ 'display-3-sm': [
144
+ 'var(--sk-fontSize-display-3-sm)',
145
+ {
146
+ lineHeight: 'var(--sk-lineHeight-display-3-sm)',
147
+ fontWeight: 800
148
+ }
149
+ ],
150
+ h1: [
151
+ 'var(--sk-fontSize-h-1-DEFAULT)',
152
+ {
153
+ lineHeight: 'var(--sk-lineHeight-h-1-DEFAULT)',
154
+ fontWeight: 700
155
+ }
156
+ ],
157
+ 'h1-lg': [
158
+ 'var(--sk-fontSize-h-1-lg)',
159
+ {
160
+ lineHeight: 'var(--sk-lineHeight-h-1-lg)',
161
+ fontWeight: 700
162
+ }
163
+ ],
164
+ 'h1-md': [
165
+ 'var(--sk-fontSize-h-1-md)',
166
+ {
167
+ lineHeight: 'var(--sk-lineHeight-h-1-md)',
168
+ fontWeight: 700
169
+ }
170
+ ],
171
+ 'h1-sm': [
172
+ 'var(--sk-fontSize-h-1-sm)',
173
+ {
174
+ lineHeight: 'var(--sk-lineHeight-h-1-sm)',
175
+ fontWeight: 700
176
+ }
177
+ ],
178
+ h2: [
179
+ 'var(--sk-fontSize-h-2-DEFAULT)',
180
+ {
181
+ lineHeight: 'var(--sk-lineHeight-h-2-DEFAULT)',
182
+ fontWeight: 700
183
+ }
184
+ ],
185
+ 'h2-lg': [
186
+ 'var(--sk-fontSize-h-2-lg)',
187
+ {
188
+ lineHeight: 'var(--sk-lineHeight-h-2-lg)',
189
+ fontWeight: 700
190
+ }
191
+ ],
192
+ 'h2-md': [
193
+ 'var(--sk-fontSize-h-2-md)',
194
+ {
195
+ lineHeight: 'var(--sk-lineHeight-h-2-md)',
196
+ fontWeight: 700
197
+ }
198
+ ],
199
+ 'h2-sm': [
200
+ 'var(--sk-fontSize-h-2-sm)',
201
+ {
202
+ lineHeight: 'var(--sk-lineHeight-h-2-sm)',
203
+ fontWeight: 700
204
+ }
205
+ ],
206
+ h3: [
207
+ 'var(--sk-fontSize-h-3-DEFAULT)',
208
+ {
209
+ lineHeight: 'var(--sk-lineHeight-h-3-DEFAULT)',
210
+ fontWeight: 700
211
+ }
212
+ ],
213
+ 'h3-lg': [
214
+ 'var(--sk-fontSize-h-3-lg)',
215
+ {
216
+ lineHeight: 'var(--sk-lineHeight-h-3-lg)',
217
+ fontWeight: 700
218
+ }
219
+ ],
220
+ 'h3-md': [
221
+ 'var(--sk-fontSize-h-3-md)',
222
+ {
223
+ lineHeight: 'var(--sk-lineHeight-h-3-md)',
224
+ fontWeight: 700
225
+ }
226
+ ],
227
+ 'h3-sm': [
228
+ 'var(--sk-fontSize-h-3-sm)',
229
+ {
230
+ lineHeight: 'var(--sk-lineHeight-h-3-sm)',
231
+ fontWeight: 700
232
+ }
233
+ ],
234
+ h4: [
235
+ 'var(--sk-fontSize-h-4-DEFAULT)',
236
+ {
237
+ lineHeight: 'var(--sk-lineHeight-h-4-DEFAULT)',
238
+ fontWeight: 700
239
+ }
240
+ ],
241
+ 'h4-lg': [
242
+ 'var(--sk-fontSize-h-4-lg)',
243
+ {
244
+ lineHeight: 'var(--sk-lineHeight-h-4-lg)',
245
+ fontWeight: 700
246
+ }
247
+ ],
248
+ 'h4-md': [
249
+ 'var(--sk-fontSize-h-4-md)',
250
+ {
251
+ lineHeight: 'var(--sk-lineHeight-h-4-md)',
252
+ fontWeight: 700
253
+ }
254
+ ],
255
+ 'h4-sm': [
256
+ 'var(--sk-fontSize-h-4-sm)',
257
+ {
258
+ lineHeight: 'var(--sk-lineHeight-h-4-sm)',
259
+ fontWeight: 700
260
+ }
261
+ ],
262
+ 'label-large': [
263
+ 'var(--sk-fontSize-label-large)',
264
+ {
265
+ lineHeight: 'var(--sk-lineHeight-label-large)',
266
+ fontWeight: 700
267
+ }
268
+ ],
269
+ 'label-medium': [
270
+ 'var(--sk-fontSize-label-medium)',
271
+ {
272
+ lineHeight: 'var(--sk-lineHeight-label-medium)',
273
+ fontWeight: 700
274
+ }
275
+ ],
276
+ 'label-small': [
277
+ 'var(--sk-fontSize-label-small)',
278
+ {
279
+ lineHeight: 'var(--sk-lineHeight-label-small)',
280
+ fontWeight: 700
281
+ }
282
+ ],
283
+ 'input-large': [
284
+ 'var(--sk-fontSize-input-large)',
285
+ {
286
+ lineHeight: 'var(--sk-lineHeight-input-large)',
287
+ fontWeight: 400
288
+ }
289
+ ],
290
+ 'input-medium': [
291
+ 'var(--sk-fontSize-input-medium)',
292
+ {
293
+ lineHeight: 'var(--sk-lineHeight-input-medium)',
294
+ fontWeight: 400
295
+ }
296
+ ],
297
+ 'input-small': [
298
+ 'var(--sk-fontSize-input-small)',
299
+ {
300
+ lineHeight: 'var(--sk-lineHeight-input-small)',
301
+ fontWeight: 400
302
+ }
303
+ ],
304
+ 'logo-header': [
305
+ 'var(--sk-fontSize-logo-header)',
306
+ {
307
+ lineHeight: 'var(--sk-lineHeight-logo-header)',
308
+ fontWeight: 700
309
+ }
310
+ ],
311
+ lead: [
312
+ 'var(--sk-fontSize-lead)',
313
+ 'var(--sk-lineHeight-lead)'
314
+ ],
315
+ base: [
316
+ 'var(--sk-fontSize-base)',
317
+ 'var(--sk-lineHeight-base)'
318
+ ],
319
+ large: [
320
+ 'var(--sk-fontSize-large)',
321
+ 'var(--sk-lineHeight-large)'
322
+ ],
323
+ small: [
324
+ 'var(--sk-fontSize-small)',
325
+ 'var(--sk-lineHeight-small)'
326
+ ]
327
+ },
328
+ lineHeights: {
329
+ 'display-1': 'var(--sk-lineHeight-display-1-DEFAULT)',
330
+ 'display-1-lg': 'var(--sk-lineHeight-display-1-lg)',
331
+ 'display-1-md': 'var(--sk-lineHeight-display-1-md)',
332
+ 'display-1-sm': 'var(--sk-lineHeight-display-1-sm)',
333
+ 'display-2': 'var(--sk-lineHeight-display-2-DEFAULT)',
334
+ 'display-2-lg': 'var(--sk-lineHeight-display-2-lg)',
335
+ 'display-2-md': 'var(--sk-lineHeight-display-2-md)',
336
+ 'display-2-sm': 'var(--sk-lineHeight-display-2-sm)',
337
+ 'display-3': 'var(--sk-lineHeight-display-3-DEFAULT)',
338
+ 'display-3-lg': 'var(--sk-lineHeight-display-3-lg)',
339
+ 'display-3-md': 'var(--sk-lineHeight-display-3-md)',
340
+ 'display-3-sm': 'var(--sk-lineHeight-display-3-sm)',
341
+ h1: 'var(--sk-lineHeight-h-1-DEFAULT)',
342
+ 'h1-lg': 'var(--sk-lineHeight-h-1-lg)',
343
+ 'h1-md': 'var(--sk-lineHeight-h-1-md)',
344
+ 'h1-sm': 'var(--sk-lineHeight-h-1-sm)',
345
+ h2: 'var(--sk-lineHeight-h-2-DEFAULT)',
346
+ 'h2-lg': 'var(--sk-lineHeight-h-2-lg)',
347
+ 'h2-md': 'var(--sk-lineHeight-h-2-md)',
348
+ 'h2-sm': 'var(--sk-lineHeight-h-2-sm)',
349
+ h3: 'var(--sk-lineHeight-h-3-DEFAULT)',
350
+ 'h3-lg': 'var(--sk-lineHeight-h-3-lg)',
351
+ 'h3-md': 'var(--sk-lineHeight-h-3-md)',
352
+ 'h3-sm': 'var(--sk-lineHeight-h-3-sm)',
353
+ h4: 'var(--sk-lineHeight-h-4-DEFAULT)',
354
+ 'h4-lg': 'var(--sk-lineHeight-h-4-lg)',
355
+ 'h4-md': 'var(--sk-lineHeight-h-4-md)',
356
+ 'h4-sm': 'var(--sk-lineHeight-h-4-sm)',
357
+ 'label-large': 'var(--sk-lineHeight-label-large)',
358
+ 'label-medium': 'var(--sk-lineHeight-label-medium)',
359
+ 'label-small': 'var(--sk-lineHeight-label-small)',
360
+ 'input-large': 'var(--sk-lineHeight-input-large)',
361
+ 'input-medium': 'var(--sk-lineHeight-input-medium)',
362
+ 'input-small': 'var(--sk-lineHeight-input-small)',
363
+ 'logo-header': 'var(--sk-lineHeight-logo-header)',
364
+ lead: 'var(--sk-lineHeight-lead)',
365
+ base: 'var(--sk-lineHeight-base)',
366
+ large: 'var(--sk-lineHeight-large)',
367
+ small: 'var(--sk-lineHeight-small)'
368
+ },
369
+ radius: {
370
+ DEFAULT: 'var(--sk-radius-utility-DEFAULT)',
371
+ full: 'var(--sk-radius-circular-DEFAULT)',
372
+ none: 'var(--sk-spacing-0)',
373
+ circular: 'var(--sk-radius-circular-DEFAULT)',
374
+ 'circular-lg': 'var(--sk-radius-circular-lg)',
375
+ 'circular-md': 'var(--sk-radius-circular-md)',
376
+ 'circular-sm': 'var(--sk-radius-circular-sm)',
377
+ button: 'var(--sk-radius-button-DEFAULT)',
378
+ 'button-lg': 'var(--sk-radius-button-lg)',
379
+ 'button-md': 'var(--sk-radius-button-md)',
380
+ 'button-sm': 'var(--sk-radius-button-sm)',
381
+ cards: 'var(--sk-radius-cards-DEFAULT)',
382
+ 'cards-lg': 'var(--sk-radius-cards-lg)',
383
+ 'cards-md': 'var(--sk-radius-cards-md)',
384
+ 'cards-sm': 'var(--sk-radius-cards-sm)',
385
+ utility: 'var(--sk-radius-utility-DEFAULT)',
386
+ 'utility-lg': 'var(--sk-radius-utility-lg)',
387
+ 'utility-md': 'var(--sk-radius-utility-md)',
388
+ 'utility-sm': 'var(--sk-radius-utility-sm)',
389
+ groups: 'var(--sk-radius-groups-DEFAULT)',
390
+ 'groups-lg': 'var(--sk-radius-groups-lg)',
391
+ 'groups-md': 'var(--sk-radius-groups-md)',
392
+ 'groups-sm': 'var(--sk-radius-groups-sm)',
393
+ '0': 'var(--sk-spacing-0)',
394
+ '2': 'var(--sk-spacing-2)',
395
+ '4': 'var(--sk-spacing-4)',
396
+ '6': 'var(--sk-spacing-6)',
397
+ '8': 'var(--sk-spacing-8)',
398
+ '10': 'var(--sk-spacing-10)',
399
+ '12': 'var(--sk-spacing-12)',
400
+ '14': 'var(--sk-spacing-14)',
401
+ '16': 'var(--sk-spacing-16)',
402
+ '18': 'var(--sk-spacing-18)',
403
+ '20': 'var(--sk-spacing-20)',
404
+ '24': 'var(--sk-spacing-24)',
405
+ '32': 'var(--sk-spacing-32)',
406
+ '40': 'var(--sk-spacing-40)',
407
+ '48': 'var(--sk-spacing-48)',
408
+ '56': 'var(--sk-spacing-56)',
409
+ '64': 'var(--sk-spacing-64)',
410
+ '72': 'var(--sk-spacing-72)',
411
+ '80': 'var(--sk-spacing-80)'
412
+ }
290
413
  };
291
- var units = exports.units = _units;
414
+ var units = _units;
415
+
292
416
  //# sourceMappingURL=units.js.map