@oslokommune/punkt-css 12.12.2 → 12.12.4

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 (54) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/README.md +1 -1
  3. package/dist/css/components/alert.css +13 -13
  4. package/dist/css/components/alert.min.css +1 -1
  5. package/dist/css/components/backlink.css +4 -4
  6. package/dist/css/components/backlink.min.css +1 -1
  7. package/dist/css/components/breadcrumbs.css +2 -2
  8. package/dist/css/components/breadcrumbs.min.css +1 -1
  9. package/dist/css/components/calendar.css +2 -2
  10. package/dist/css/components/calendar.min.css +1 -1
  11. package/dist/css/components/footer.css +12 -12
  12. package/dist/css/components/footer.min.css +1 -1
  13. package/dist/css/components/header.css +12 -12
  14. package/dist/css/components/header.min.css +1 -1
  15. package/dist/css/components/inputwrapper.css +14 -14
  16. package/dist/css/components/inputwrapper.min.css +1 -1
  17. package/dist/css/components/linkcard.css +4 -4
  18. package/dist/css/components/linkcard.min.css +1 -1
  19. package/dist/css/components/loader.css +6 -6
  20. package/dist/css/components/loader.min.css +1 -1
  21. package/dist/css/components/messagebox.css +10 -10
  22. package/dist/css/components/messagebox.min.css +1 -1
  23. package/dist/css/components/searchinput.css +4 -4
  24. package/dist/css/components/searchinput.min.css +1 -1
  25. package/dist/css/components/tabs.css +5 -5
  26. package/dist/css/components/tabs.min.css +1 -1
  27. package/dist/css/components/tag.css +11 -11
  28. package/dist/css/components/tag.min.css +1 -1
  29. package/dist/css/components/textinput.css +18 -12
  30. package/dist/css/components/textinput.min.css +1 -1
  31. package/dist/css/pkt-base.css +175 -175
  32. package/dist/css/pkt-base.min.css +1 -1
  33. package/dist/css/pkt-components.css +117 -111
  34. package/dist/css/pkt-components.min.css +1 -1
  35. package/dist/css/pkt-elements.css +65 -65
  36. package/dist/css/pkt-elements.min.css +1 -1
  37. package/dist/css/pkt.css +339 -339
  38. package/dist/css/pkt.min.css +1 -1
  39. package/dist/scss/abstracts/functions/_index.scss +12 -18
  40. package/dist/scss/abstracts/mixins/_typography.scss +9 -12
  41. package/dist/scss/abstracts/variables/_colors.scss +84 -81
  42. package/dist/scss/components/_alert.scss +6 -4
  43. package/dist/scss/components/_backlink.scss +2 -2
  44. package/dist/scss/components/_footer.scss +3 -3
  45. package/dist/scss/components/_inputwrapper.scss +4 -4
  46. package/dist/scss/components/_messagebox.scss +2 -2
  47. package/dist/scss/components/_stepper.scss +5 -5
  48. package/dist/scss/components/_tabs.scss +2 -1
  49. package/dist/scss/components/_tag.scss +245 -250
  50. package/dist/scss/elements/_button.scss +9 -7
  51. package/dist/scss/elements/_checkbox-radio.scss +24 -41
  52. package/dist/scss/elements/_input.scss +21 -12
  53. package/dist/scss/elements/_section.scss +10 -12
  54. package/package.json +2 -2
@@ -55,90 +55,90 @@
55
55
  * @tokens Colors
56
56
  * @presenter Color
57
57
  */
58
- --pkt-color-brand-blue-100: #F1FDFF;
59
- --pkt-color-brand-blue-200: #E5FCFF;
60
- --pkt-color-brand-blue-300: #D1F9FF;
61
- --pkt-color-brand-blue-500: #B3F5FF;
62
- --pkt-color-brand-blue-1000: #6FE9FF;
63
- --pkt-color-brand-dark-blue-700: #6A698B;
64
- --pkt-color-brand-dark-blue-1000: #2A2859;
65
- --pkt-color-brand-warm-blue-1000: #1F42AA;
66
- --pkt-color-brand-green-400: #C7FDE9;
67
- --pkt-color-brand-green-1000: #43F8B6;
68
- --pkt-color-brand-light-green-400: #E5FFE6;
69
- --pkt-color-brand-light-green-1000: #C7F6C9;
70
- --pkt-color-brand-dark-green-1000: #034B45;
71
- --pkt-color-brand-yellow-1000: #F9C66B;
72
- --pkt-color-brand-yellow-500: #FFE7BC;
73
- --pkt-color-brand-red-100: #FFF2F1;
74
- --pkt-color-brand-red-400: #FFDFDC;
75
- --pkt-color-brand-red-600: #FFB4AC;
76
- --pkt-color-brand-red-1000: #FF8274;
77
- --pkt-color-brand-light-beige-1000: #F8F0DD;
78
- --pkt-color-brand-dark-beige-1000: #D0BFAE;
79
- --pkt-color-brand-neutrals-white: #FFFFFF;
80
- --pkt-color-brand-neutrals-100: #F9F9F9;
81
- --pkt-color-brand-neutrals-200: #F2F2F2;
82
- --pkt-color-brand-neutrals-1000: #2C2C2C;
58
+ --pkt-color-brand-blue-100: #f1fdff;
59
+ --pkt-color-brand-blue-200: #e5fcff;
60
+ --pkt-color-brand-blue-300: #d1f9ff;
61
+ --pkt-color-brand-blue-500: #b3f5ff;
62
+ --pkt-color-brand-blue-1000: #6fe9ff;
63
+ --pkt-color-brand-dark-blue-700: #6a698b;
64
+ --pkt-color-brand-dark-blue-1000: #2a2859;
65
+ --pkt-color-brand-warm-blue-1000: #1f42aa;
66
+ --pkt-color-brand-green-400: #c7fde9;
67
+ --pkt-color-brand-green-1000: #43f8b6;
68
+ --pkt-color-brand-light-green-400: #e5ffe6;
69
+ --pkt-color-brand-light-green-1000: #c7f6c9;
70
+ --pkt-color-brand-dark-green-1000: #034b45;
71
+ --pkt-color-brand-yellow-1000: #f9c66b;
72
+ --pkt-color-brand-yellow-500: #ffe7bc;
73
+ --pkt-color-brand-red-100: #fff2f1;
74
+ --pkt-color-brand-red-400: #ffdfdc;
75
+ --pkt-color-brand-red-600: #ffb4ac;
76
+ --pkt-color-brand-red-1000: #ff8274;
77
+ --pkt-color-brand-light-beige-1000: #f8f0dd;
78
+ --pkt-color-brand-dark-beige-1000: #d0bfae;
79
+ --pkt-color-brand-neutrals-white: #ffffff;
80
+ --pkt-color-brand-neutrals-100: #f9f9f9;
81
+ --pkt-color-brand-neutrals-200: #f2f2f2;
82
+ --pkt-color-brand-neutrals-1000: #2c2c2c;
83
83
  --pkt-color-brand-neutrals-black: #000000;
84
84
  --pkt-color-brand-neutrals-transparent: transparent;
85
- --pkt-color-brand-purple-1000: #E0ADFF;
86
- --pkt-color-grays-gray-100: #E6E6E6;
87
- --pkt-color-grays-gray-200: #CCCCCC;
88
- --pkt-color-grays-gray-300: #B3B3B3;
89
- --pkt-color-grays-gray-400: #9A9A9A;
85
+ --pkt-color-brand-purple-1000: #e0adff;
86
+ --pkt-color-grays-gray-100: #e6e6e6;
87
+ --pkt-color-grays-gray-200: #cccccc;
88
+ --pkt-color-grays-gray-300: #b3b3b3;
89
+ --pkt-color-grays-gray-400: #9a9a9a;
90
90
  --pkt-color-grays-gray-500: #808080;
91
91
  --pkt-color-grays-gray-600: #666666;
92
- --pkt-color-grays-gray-700: #4D4D4D;
92
+ --pkt-color-grays-gray-700: #4d4d4d;
93
93
  --pkt-color-grays-gray-800: #333333;
94
- --pkt-color-grays-gray-900: #1A1A1A;
95
- --pkt-color-grays-gray-1000: #2C2C2C;
96
- --pkt-color-background-card: #FFFFFF;
97
- --pkt-color-background-default: #FFFFFF;
98
- --pkt-color-background-subtle: #F9F9F9;
94
+ --pkt-color-grays-gray-900: #1a1a1a;
95
+ --pkt-color-grays-gray-1000: #2c2c2c;
96
+ --pkt-color-background-card: #ffffff;
97
+ --pkt-color-background-default: #ffffff;
98
+ --pkt-color-background-subtle: #f9f9f9;
99
99
  --pkt-color-background-transparent: transparent;
100
- --pkt-color-border-default: #2A2859;
101
- --pkt-color-border-beige: #D0BFAE;
102
- --pkt-color-border-blue: #6FE9FF;
103
- --pkt-color-border-gray: #CCCCCC;
104
- --pkt-color-border-green: #43F8B6;
105
- --pkt-color-border-light-beige: #F8F0DD;
106
- --pkt-color-border-red: #FF8274;
107
- --pkt-color-border-subtle: #F2F2F2;
108
- --pkt-color-border-yellow: #F9C66B;
109
- --pkt-color-border-states-active: #1F42AA;
110
- --pkt-color-border-states-disabled: #B3B3B3;
111
- --pkt-color-border-states-focus: #E0ADFF;
112
- --pkt-color-border-states-hover: #1F42AA;
113
- --pkt-color-surface-default-faded-green: #E5FFE6;
114
- --pkt-color-surface-default-faded-red: #FFDFDC;
115
- --pkt-color-surface-default-gray: #F9F9F9;
116
- --pkt-color-surface-default-light-beige: #F8F0DD;
117
- --pkt-color-surface-default-light-blue: #D1F9FF;
118
- --pkt-color-surface-default-light-green: #C7FDE9;
119
- --pkt-color-surface-default-red: #FFB4AC;
120
- --pkt-color-surface-default-yellow: #FFE7BC;
121
- --pkt-color-surface-strong-beige: #D0BFAE;
122
- --pkt-color-surface-strong-blue: #6FE9FF;
123
- --pkt-color-surface-strong-dark-blue: #2A2859;
124
- --pkt-color-surface-strong-dark-green: #034B45;
125
- --pkt-color-surface-strong-gray: #F2F2F2;
126
- --pkt-color-surface-strong-green: #43F8B6;
127
- --pkt-color-surface-strong-light-green: #C7F6C9;
128
- --pkt-color-surface-strong-red: #FF8274;
129
- --pkt-color-surface-strong-yellow: #F9C66B;
130
- --pkt-color-surface-subtle-light-blue: #E5FCFF;
131
- --pkt-color-surface-subtle-light-red: #FFF2F1;
132
- --pkt-color-surface-subtle-pale-blue: #F1FDFF;
133
- --pkt-color-surface-subtle-white: #FFFFFF;
134
- --pkt-color-text-body-dark: #2A2859;
135
- --pkt-color-text-body-default: #2A2859;
136
- --pkt-color-text-body-light: #FFFFFF;
100
+ --pkt-color-border-default: #2a2859;
101
+ --pkt-color-border-beige: #d0bfae;
102
+ --pkt-color-border-blue: #6fe9ff;
103
+ --pkt-color-border-gray: #cccccc;
104
+ --pkt-color-border-green: #43f8b6;
105
+ --pkt-color-border-light-beige: #f8f0dd;
106
+ --pkt-color-border-red: #ff8274;
107
+ --pkt-color-border-subtle: #f2f2f2;
108
+ --pkt-color-border-yellow: #f9c66b;
109
+ --pkt-color-border-states-active: #1f42aa;
110
+ --pkt-color-border-states-disabled: #b3b3b3;
111
+ --pkt-color-border-states-focus: #e0adff;
112
+ --pkt-color-border-states-hover: #1f42aa;
113
+ --pkt-color-surface-default-faded-green: #e5ffe6;
114
+ --pkt-color-surface-default-faded-red: #ffdfdc;
115
+ --pkt-color-surface-default-gray: #f9f9f9;
116
+ --pkt-color-surface-default-light-beige: #f8f0dd;
117
+ --pkt-color-surface-default-light-blue: #d1f9ff;
118
+ --pkt-color-surface-default-light-green: #c7fde9;
119
+ --pkt-color-surface-default-red: #ffb4ac;
120
+ --pkt-color-surface-default-yellow: #ffe7bc;
121
+ --pkt-color-surface-strong-beige: #d0bfae;
122
+ --pkt-color-surface-strong-blue: #6fe9ff;
123
+ --pkt-color-surface-strong-dark-blue: #2a2859;
124
+ --pkt-color-surface-strong-dark-green: #034b45;
125
+ --pkt-color-surface-strong-gray: #f2f2f2;
126
+ --pkt-color-surface-strong-green: #43f8b6;
127
+ --pkt-color-surface-strong-light-green: #c7f6c9;
128
+ --pkt-color-surface-strong-red: #ff8274;
129
+ --pkt-color-surface-strong-yellow: #f9c66b;
130
+ --pkt-color-surface-subtle-light-blue: #e5fcff;
131
+ --pkt-color-surface-subtle-light-red: #fff2f1;
132
+ --pkt-color-surface-subtle-pale-blue: #f1fdff;
133
+ --pkt-color-surface-subtle-white: #ffffff;
134
+ --pkt-color-text-body-dark: #2a2859;
135
+ --pkt-color-text-body-default: #2a2859;
136
+ --pkt-color-text-body-light: #ffffff;
137
137
  --pkt-color-text-placeholder: #666666;
138
138
  --pkt-color-text-action-disabled: #666666;
139
- --pkt-color-text-action-active: #1F42AA;
140
- --pkt-color-text-action-hover: #1F42AA;
141
- --pkt-color-text-action-normal: #2A2859;
139
+ --pkt-color-text-action-active: #1f42aa;
140
+ --pkt-color-text-action-hover: #1f42aa;
141
+ --pkt-color-text-action-normal: #2a2859;
142
142
  --color-blue: #6fe9ff;
143
143
  --color-blue-light: #b3f5ff;
144
144
  --color-blue-dark: #2a2859;
@@ -192,229 +192,229 @@
192
192
  --color-black: #000;
193
193
  }
194
194
  :root .pkt-color-bg-brand-blue-100 {
195
- background-color: #F1FDFF !important;
195
+ background-color: #f1fdff !important;
196
196
  }
197
197
  :root .pkt-color-txt-brand-blue-100 {
198
- color: #F1FDFF !important;
198
+ color: #f1fdff !important;
199
199
  }
200
200
  :root .pkt-color-border-brand-blue-100 {
201
- border-color: #F1FDFF !important;
201
+ border-color: #f1fdff !important;
202
202
  }
203
203
  :root .pkt-color-bg-brand-blue-200 {
204
- background-color: #E5FCFF !important;
204
+ background-color: #e5fcff !important;
205
205
  }
206
206
  :root .pkt-color-txt-brand-blue-200 {
207
- color: #E5FCFF !important;
207
+ color: #e5fcff !important;
208
208
  }
209
209
  :root .pkt-color-border-brand-blue-200 {
210
- border-color: #E5FCFF !important;
210
+ border-color: #e5fcff !important;
211
211
  }
212
212
  :root .pkt-color-bg-brand-blue-300 {
213
- background-color: #D1F9FF !important;
213
+ background-color: #d1f9ff !important;
214
214
  }
215
215
  :root .pkt-color-txt-brand-blue-300 {
216
- color: #D1F9FF !important;
216
+ color: #d1f9ff !important;
217
217
  }
218
218
  :root .pkt-color-border-brand-blue-300 {
219
- border-color: #D1F9FF !important;
219
+ border-color: #d1f9ff !important;
220
220
  }
221
221
  :root .pkt-color-bg-brand-blue-500 {
222
- background-color: #B3F5FF !important;
222
+ background-color: #b3f5ff !important;
223
223
  }
224
224
  :root .pkt-color-txt-brand-blue-500 {
225
- color: #B3F5FF !important;
225
+ color: #b3f5ff !important;
226
226
  }
227
227
  :root .pkt-color-border-brand-blue-500 {
228
- border-color: #B3F5FF !important;
228
+ border-color: #b3f5ff !important;
229
229
  }
230
230
  :root .pkt-color-bg-brand-blue-1000 {
231
- background-color: #6FE9FF !important;
231
+ background-color: #6fe9ff !important;
232
232
  }
233
233
  :root .pkt-color-txt-brand-blue-1000 {
234
- color: #6FE9FF !important;
234
+ color: #6fe9ff !important;
235
235
  }
236
236
  :root .pkt-color-border-brand-blue-1000 {
237
- border-color: #6FE9FF !important;
237
+ border-color: #6fe9ff !important;
238
238
  }
239
239
  :root .pkt-color-bg-brand-dark-blue-700 {
240
- background-color: #6A698B !important;
240
+ background-color: #6a698b !important;
241
241
  }
242
242
  :root .pkt-color-txt-brand-dark-blue-700 {
243
- color: #6A698B !important;
243
+ color: #6a698b !important;
244
244
  }
245
245
  :root .pkt-color-border-brand-dark-blue-700 {
246
- border-color: #6A698B !important;
246
+ border-color: #6a698b !important;
247
247
  }
248
248
  :root .pkt-color-bg-brand-dark-blue-1000 {
249
- background-color: #2A2859 !important;
249
+ background-color: #2a2859 !important;
250
250
  }
251
251
  :root .pkt-color-txt-brand-dark-blue-1000 {
252
- color: #2A2859 !important;
252
+ color: #2a2859 !important;
253
253
  }
254
254
  :root .pkt-color-border-brand-dark-blue-1000 {
255
- border-color: #2A2859 !important;
255
+ border-color: #2a2859 !important;
256
256
  }
257
257
  :root .pkt-color-bg-brand-warm-blue-1000 {
258
- background-color: #1F42AA !important;
258
+ background-color: #1f42aa !important;
259
259
  }
260
260
  :root .pkt-color-txt-brand-warm-blue-1000 {
261
- color: #1F42AA !important;
261
+ color: #1f42aa !important;
262
262
  }
263
263
  :root .pkt-color-border-brand-warm-blue-1000 {
264
- border-color: #1F42AA !important;
264
+ border-color: #1f42aa !important;
265
265
  }
266
266
  :root .pkt-color-bg-brand-green-400 {
267
- background-color: #C7FDE9 !important;
267
+ background-color: #c7fde9 !important;
268
268
  }
269
269
  :root .pkt-color-txt-brand-green-400 {
270
- color: #C7FDE9 !important;
270
+ color: #c7fde9 !important;
271
271
  }
272
272
  :root .pkt-color-border-brand-green-400 {
273
- border-color: #C7FDE9 !important;
273
+ border-color: #c7fde9 !important;
274
274
  }
275
275
  :root .pkt-color-bg-brand-green-1000 {
276
- background-color: #43F8B6 !important;
276
+ background-color: #43f8b6 !important;
277
277
  }
278
278
  :root .pkt-color-txt-brand-green-1000 {
279
- color: #43F8B6 !important;
279
+ color: #43f8b6 !important;
280
280
  }
281
281
  :root .pkt-color-border-brand-green-1000 {
282
- border-color: #43F8B6 !important;
282
+ border-color: #43f8b6 !important;
283
283
  }
284
284
  :root .pkt-color-bg-brand-light-green-400 {
285
- background-color: #E5FFE6 !important;
285
+ background-color: #e5ffe6 !important;
286
286
  }
287
287
  :root .pkt-color-txt-brand-light-green-400 {
288
- color: #E5FFE6 !important;
288
+ color: #e5ffe6 !important;
289
289
  }
290
290
  :root .pkt-color-border-brand-light-green-400 {
291
- border-color: #E5FFE6 !important;
291
+ border-color: #e5ffe6 !important;
292
292
  }
293
293
  :root .pkt-color-bg-brand-light-green-1000 {
294
- background-color: #C7F6C9 !important;
294
+ background-color: #c7f6c9 !important;
295
295
  }
296
296
  :root .pkt-color-txt-brand-light-green-1000 {
297
- color: #C7F6C9 !important;
297
+ color: #c7f6c9 !important;
298
298
  }
299
299
  :root .pkt-color-border-brand-light-green-1000 {
300
- border-color: #C7F6C9 !important;
300
+ border-color: #c7f6c9 !important;
301
301
  }
302
302
  :root .pkt-color-bg-brand-dark-green-1000 {
303
- background-color: #034B45 !important;
303
+ background-color: #034b45 !important;
304
304
  }
305
305
  :root .pkt-color-txt-brand-dark-green-1000 {
306
- color: #034B45 !important;
306
+ color: #034b45 !important;
307
307
  }
308
308
  :root .pkt-color-border-brand-dark-green-1000 {
309
- border-color: #034B45 !important;
309
+ border-color: #034b45 !important;
310
310
  }
311
311
  :root .pkt-color-bg-brand-yellow-1000 {
312
- background-color: #F9C66B !important;
312
+ background-color: #f9c66b !important;
313
313
  }
314
314
  :root .pkt-color-txt-brand-yellow-1000 {
315
- color: #F9C66B !important;
315
+ color: #f9c66b !important;
316
316
  }
317
317
  :root .pkt-color-border-brand-yellow-1000 {
318
- border-color: #F9C66B !important;
318
+ border-color: #f9c66b !important;
319
319
  }
320
320
  :root .pkt-color-bg-brand-yellow-500 {
321
- background-color: #FFE7BC !important;
321
+ background-color: #ffe7bc !important;
322
322
  }
323
323
  :root .pkt-color-txt-brand-yellow-500 {
324
- color: #FFE7BC !important;
324
+ color: #ffe7bc !important;
325
325
  }
326
326
  :root .pkt-color-border-brand-yellow-500 {
327
- border-color: #FFE7BC !important;
327
+ border-color: #ffe7bc !important;
328
328
  }
329
329
  :root .pkt-color-bg-brand-red-100 {
330
- background-color: #FFF2F1 !important;
330
+ background-color: #fff2f1 !important;
331
331
  }
332
332
  :root .pkt-color-txt-brand-red-100 {
333
- color: #FFF2F1 !important;
333
+ color: #fff2f1 !important;
334
334
  }
335
335
  :root .pkt-color-border-brand-red-100 {
336
- border-color: #FFF2F1 !important;
336
+ border-color: #fff2f1 !important;
337
337
  }
338
338
  :root .pkt-color-bg-brand-red-400 {
339
- background-color: #FFDFDC !important;
339
+ background-color: #ffdfdc !important;
340
340
  }
341
341
  :root .pkt-color-txt-brand-red-400 {
342
- color: #FFDFDC !important;
342
+ color: #ffdfdc !important;
343
343
  }
344
344
  :root .pkt-color-border-brand-red-400 {
345
- border-color: #FFDFDC !important;
345
+ border-color: #ffdfdc !important;
346
346
  }
347
347
  :root .pkt-color-bg-brand-red-600 {
348
- background-color: #FFB4AC !important;
348
+ background-color: #ffb4ac !important;
349
349
  }
350
350
  :root .pkt-color-txt-brand-red-600 {
351
- color: #FFB4AC !important;
351
+ color: #ffb4ac !important;
352
352
  }
353
353
  :root .pkt-color-border-brand-red-600 {
354
- border-color: #FFB4AC !important;
354
+ border-color: #ffb4ac !important;
355
355
  }
356
356
  :root .pkt-color-bg-brand-red-1000 {
357
- background-color: #FF8274 !important;
357
+ background-color: #ff8274 !important;
358
358
  }
359
359
  :root .pkt-color-txt-brand-red-1000 {
360
- color: #FF8274 !important;
360
+ color: #ff8274 !important;
361
361
  }
362
362
  :root .pkt-color-border-brand-red-1000 {
363
- border-color: #FF8274 !important;
363
+ border-color: #ff8274 !important;
364
364
  }
365
365
  :root .pkt-color-bg-brand-light-beige-1000 {
366
- background-color: #F8F0DD !important;
366
+ background-color: #f8f0dd !important;
367
367
  }
368
368
  :root .pkt-color-txt-brand-light-beige-1000 {
369
- color: #F8F0DD !important;
369
+ color: #f8f0dd !important;
370
370
  }
371
371
  :root .pkt-color-border-brand-light-beige-1000 {
372
- border-color: #F8F0DD !important;
372
+ border-color: #f8f0dd !important;
373
373
  }
374
374
  :root .pkt-color-bg-brand-dark-beige-1000 {
375
- background-color: #D0BFAE !important;
375
+ background-color: #d0bfae !important;
376
376
  }
377
377
  :root .pkt-color-txt-brand-dark-beige-1000 {
378
- color: #D0BFAE !important;
378
+ color: #d0bfae !important;
379
379
  }
380
380
  :root .pkt-color-border-brand-dark-beige-1000 {
381
- border-color: #D0BFAE !important;
381
+ border-color: #d0bfae !important;
382
382
  }
383
383
  :root .pkt-color-bg-brand-neutrals-white {
384
- background-color: #FFFFFF !important;
384
+ background-color: #ffffff !important;
385
385
  }
386
386
  :root .pkt-color-txt-brand-neutrals-white {
387
- color: #FFFFFF !important;
387
+ color: #ffffff !important;
388
388
  }
389
389
  :root .pkt-color-border-brand-neutrals-white {
390
- border-color: #FFFFFF !important;
390
+ border-color: #ffffff !important;
391
391
  }
392
392
  :root .pkt-color-bg-brand-neutrals-100 {
393
- background-color: #F9F9F9 !important;
393
+ background-color: #f9f9f9 !important;
394
394
  }
395
395
  :root .pkt-color-txt-brand-neutrals-100 {
396
- color: #F9F9F9 !important;
396
+ color: #f9f9f9 !important;
397
397
  }
398
398
  :root .pkt-color-border-brand-neutrals-100 {
399
- border-color: #F9F9F9 !important;
399
+ border-color: #f9f9f9 !important;
400
400
  }
401
401
  :root .pkt-color-bg-brand-neutrals-200 {
402
- background-color: #F2F2F2 !important;
402
+ background-color: #f2f2f2 !important;
403
403
  }
404
404
  :root .pkt-color-txt-brand-neutrals-200 {
405
- color: #F2F2F2 !important;
405
+ color: #f2f2f2 !important;
406
406
  }
407
407
  :root .pkt-color-border-brand-neutrals-200 {
408
- border-color: #F2F2F2 !important;
408
+ border-color: #f2f2f2 !important;
409
409
  }
410
410
  :root .pkt-color-bg-brand-neutrals-1000 {
411
- background-color: #2C2C2C !important;
411
+ background-color: #2c2c2c !important;
412
412
  }
413
413
  :root .pkt-color-txt-brand-neutrals-1000 {
414
- color: #2C2C2C !important;
414
+ color: #2c2c2c !important;
415
415
  }
416
416
  :root .pkt-color-border-brand-neutrals-1000 {
417
- border-color: #2C2C2C !important;
417
+ border-color: #2c2c2c !important;
418
418
  }
419
419
  :root .pkt-color-bg-brand-neutrals-black {
420
420
  background-color: #000000 !important;
@@ -435,49 +435,49 @@
435
435
  border-color: transparent !important;
436
436
  }
437
437
  :root .pkt-color-bg-brand-purple-1000 {
438
- background-color: #E0ADFF !important;
438
+ background-color: #e0adff !important;
439
439
  }
440
440
  :root .pkt-color-txt-brand-purple-1000 {
441
- color: #E0ADFF !important;
441
+ color: #e0adff !important;
442
442
  }
443
443
  :root .pkt-color-border-brand-purple-1000 {
444
- border-color: #E0ADFF !important;
444
+ border-color: #e0adff !important;
445
445
  }
446
446
  :root .pkt-color-bg-grays-gray-100 {
447
- background-color: #E6E6E6 !important;
447
+ background-color: #e6e6e6 !important;
448
448
  }
449
449
  :root .pkt-color-txt-grays-gray-100 {
450
- color: #E6E6E6 !important;
450
+ color: #e6e6e6 !important;
451
451
  }
452
452
  :root .pkt-color-border-grays-gray-100 {
453
- border-color: #E6E6E6 !important;
453
+ border-color: #e6e6e6 !important;
454
454
  }
455
455
  :root .pkt-color-bg-grays-gray-200 {
456
- background-color: #CCCCCC !important;
456
+ background-color: #cccccc !important;
457
457
  }
458
458
  :root .pkt-color-txt-grays-gray-200 {
459
- color: #CCCCCC !important;
459
+ color: #cccccc !important;
460
460
  }
461
461
  :root .pkt-color-border-grays-gray-200 {
462
- border-color: #CCCCCC !important;
462
+ border-color: #cccccc !important;
463
463
  }
464
464
  :root .pkt-color-bg-grays-gray-300 {
465
- background-color: #B3B3B3 !important;
465
+ background-color: #b3b3b3 !important;
466
466
  }
467
467
  :root .pkt-color-txt-grays-gray-300 {
468
- color: #B3B3B3 !important;
468
+ color: #b3b3b3 !important;
469
469
  }
470
470
  :root .pkt-color-border-grays-gray-300 {
471
- border-color: #B3B3B3 !important;
471
+ border-color: #b3b3b3 !important;
472
472
  }
473
473
  :root .pkt-color-bg-grays-gray-400 {
474
- background-color: #9A9A9A !important;
474
+ background-color: #9a9a9a !important;
475
475
  }
476
476
  :root .pkt-color-txt-grays-gray-400 {
477
- color: #9A9A9A !important;
477
+ color: #9a9a9a !important;
478
478
  }
479
479
  :root .pkt-color-border-grays-gray-400 {
480
- border-color: #9A9A9A !important;
480
+ border-color: #9a9a9a !important;
481
481
  }
482
482
  :root .pkt-color-bg-grays-gray-500 {
483
483
  background-color: #808080 !important;
@@ -498,13 +498,13 @@
498
498
  border-color: #666666 !important;
499
499
  }
500
500
  :root .pkt-color-bg-grays-gray-700 {
501
- background-color: #4D4D4D !important;
501
+ background-color: #4d4d4d !important;
502
502
  }
503
503
  :root .pkt-color-txt-grays-gray-700 {
504
- color: #4D4D4D !important;
504
+ color: #4d4d4d !important;
505
505
  }
506
506
  :root .pkt-color-border-grays-gray-700 {
507
- border-color: #4D4D4D !important;
507
+ border-color: #4d4d4d !important;
508
508
  }
509
509
  :root .pkt-color-bg-grays-gray-800 {
510
510
  background-color: #333333 !important;
@@ -516,22 +516,22 @@
516
516
  border-color: #333333 !important;
517
517
  }
518
518
  :root .pkt-color-bg-grays-gray-900 {
519
- background-color: #1A1A1A !important;
519
+ background-color: #1a1a1a !important;
520
520
  }
521
521
  :root .pkt-color-txt-grays-gray-900 {
522
- color: #1A1A1A !important;
522
+ color: #1a1a1a !important;
523
523
  }
524
524
  :root .pkt-color-border-grays-gray-900 {
525
- border-color: #1A1A1A !important;
525
+ border-color: #1a1a1a !important;
526
526
  }
527
527
  :root .pkt-color-bg-grays-gray-1000 {
528
- background-color: #2C2C2C !important;
528
+ background-color: #2c2c2c !important;
529
529
  }
530
530
  :root .pkt-color-txt-grays-gray-1000 {
531
- color: #2C2C2C !important;
531
+ color: #2c2c2c !important;
532
532
  }
533
533
  :root .pkt-color-border-grays-gray-1000 {
534
- border-color: #2C2C2C !important;
534
+ border-color: #2c2c2c !important;
535
535
  }
536
536
  :root .pkt-color-bg-background-card {
537
537
  background-color: var(--pkt-color-background-card) !important;