@oslokommune/punkt-css 18.0.0 → 18.3.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 (84) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/css/components/calendar.css +2 -2
  3. package/dist/css/components/calendar.min.css +1 -1
  4. package/dist/css/components/card.css +3 -3
  5. package/dist/css/components/card.min.css +1 -1
  6. package/dist/css/components/fileupload.css +7 -7
  7. package/dist/css/components/fileupload.min.css +1 -1
  8. package/dist/css/components/footer.css +1 -1
  9. package/dist/css/components/footer.min.css +1 -1
  10. package/dist/css/components/header.css +1 -1
  11. package/dist/css/components/header.min.css +1 -1
  12. package/dist/css/components/inputwrapper.css +1 -1
  13. package/dist/css/components/inputwrapper.min.css +1 -1
  14. package/dist/css/components/listbox.css +2 -2
  15. package/dist/css/components/listbox.min.css +1 -1
  16. package/dist/css/components/loader.css +4 -4
  17. package/dist/css/components/loader.min.css +1 -1
  18. package/dist/css/components/modal.css +1 -1
  19. package/dist/css/components/modal.min.css +1 -1
  20. package/dist/css/components/progressbar.css +1 -1
  21. package/dist/css/components/progressbar.min.css +1 -1
  22. package/dist/css/components/stepper.css +5 -5
  23. package/dist/css/components/stepper.min.css +1 -1
  24. package/dist/css/components/tag.css +4 -18
  25. package/dist/css/components/tag.min.css +1 -1
  26. package/dist/css/elements/button.css +70 -48
  27. package/dist/css/elements/button.min.css +1 -1
  28. package/dist/css/elements/checkbox-radio.css +3 -3
  29. package/dist/css/elements/checkbox-radio.min.css +1 -1
  30. package/dist/css/elements/form.css +4 -4
  31. package/dist/css/elements/form.min.css +1 -1
  32. package/dist/css/elements/hr.css +1 -1
  33. package/dist/css/elements/hr.min.css +1 -1
  34. package/dist/css/elements/input.css +1 -1
  35. package/dist/css/elements/input.min.css +1 -1
  36. package/dist/css/elements/list.css +1 -1
  37. package/dist/css/elements/list.min.css +1 -1
  38. package/dist/css/elements/section.css +11 -108
  39. package/dist/css/elements/section.min.css +1 -1
  40. package/dist/css/pkt-base.css +708 -75
  41. package/dist/css/pkt-base.min.css +1 -1
  42. package/dist/css/pkt-components.css +32 -88
  43. package/dist/css/pkt-components.min.css +1 -1
  44. package/dist/css/pkt-docs.css +832 -330
  45. package/dist/css/pkt-docs.min.css +1 -1
  46. package/dist/css/pkt-elements.css +91 -166
  47. package/dist/css/pkt-elements.min.css +1 -1
  48. package/dist/css/pkt-tokens.css +113 -68
  49. package/dist/css/pkt-tokens.min.css +1 -1
  50. package/dist/css/pkt-utilities.css +594 -6
  51. package/dist/css/pkt-utilities.min.css +1 -1
  52. package/dist/css/pkt.css +831 -329
  53. package/dist/css/pkt.layer.css +684 -322
  54. package/dist/css/pkt.layer.min.css +1 -1
  55. package/dist/css/pkt.min.css +1 -1
  56. package/dist/scss/abstracts/functions/_index.scss +25 -0
  57. package/dist/scss/abstracts/variables/_colors.scss +155 -68
  58. package/dist/scss/abstracts/variables/_index.scss +1 -1
  59. package/dist/scss/base/_colors-tokens.scss +9 -75
  60. package/dist/scss/components/_calendar.scss +2 -2
  61. package/dist/scss/components/_card.scss +3 -3
  62. package/dist/scss/components/_fileupload.scss +8 -7
  63. package/dist/scss/components/_footer.scss +6 -5
  64. package/dist/scss/components/_header-service-mobile.scss +3 -2
  65. package/dist/scss/components/_header-shared.scss +3 -2
  66. package/dist/scss/components/_header.scss +1 -1
  67. package/dist/scss/components/_index.scss +0 -1
  68. package/dist/scss/components/_inputwrapper.scss +1 -1
  69. package/dist/scss/components/_listbox.scss +4 -2
  70. package/dist/scss/components/_loader.scss +5 -4
  71. package/dist/scss/components/_modal.scss +2 -1
  72. package/dist/scss/components/_progressbar.scss +1 -1
  73. package/dist/scss/components/_stepper.scss +5 -5
  74. package/dist/scss/components/_tag.scss +5 -17
  75. package/dist/scss/elements/_button.scss +71 -67
  76. package/dist/scss/elements/_form.scss +4 -4
  77. package/dist/scss/elements/_hr.scss +1 -1
  78. package/dist/scss/elements/_list.scss +3 -3
  79. package/dist/scss/elements/_section.scss +12 -40
  80. package/dist/scss/pkt-docs.scss +3 -1
  81. package/package.json +2 -2
  82. package/dist/css/components/badge.css +0 -41
  83. package/dist/css/components/badge.min.css +0 -1
  84. package/dist/scss/components/_badge.scss +0 -60
package/dist/css/pkt.css CHANGED
@@ -285,7 +285,7 @@ input[type=search]::-webkit-search-decoration {
285
285
  font-weight: 400;
286
286
  src: url("../fonts/OsloIcons.woff2") format("woff2"), url("../fonts/OsloIcons.woff") format("woff");
287
287
  }
288
- /*
288
+ /*
289
289
  * Colors
290
290
  * Brand
291
291
  * Light mode
@@ -318,8 +318,16 @@ input[type=search]::-webkit-search-decoration {
318
318
  --pkt-color-brand-light-beige-1000: #f8f0dd;
319
319
  --pkt-color-brand-dark-beige-1000: #d0bfae;
320
320
  --pkt-color-brand-neutrals-white: #ffffff;
321
- --pkt-color-brand-neutrals-100: #f9f9f9;
322
- --pkt-color-brand-neutrals-200: #f2f2f2;
321
+ --pkt-color-brand-neutrals-50: #f9f9f9;
322
+ --pkt-color-brand-neutrals-100: #f2f2f2;
323
+ --pkt-color-brand-neutrals-200: #e6e6e6;
324
+ --pkt-color-brand-neutrals-300: #cccccc;
325
+ --pkt-color-brand-neutrals-400: #b3b3b3;
326
+ --pkt-color-brand-neutrals-500: #9a9a9a;
327
+ --pkt-color-brand-neutrals-600: #808080;
328
+ --pkt-color-brand-neutrals-700: #666666;
329
+ --pkt-color-brand-neutrals-800: #4d4d4d;
330
+ --pkt-color-brand-neutrals-900: #333333;
323
331
  --pkt-color-brand-neutrals-1000: #2c2c2c;
324
332
  --pkt-color-brand-neutrals-black: #000000;
325
333
  --pkt-color-brand-neutrals-transparent: transparent;
@@ -353,23 +361,25 @@ input[type=search]::-webkit-search-decoration {
353
361
  --pkt-color-border-states-hover: #1f42aa;
354
362
  --pkt-color-surface-default-faded-green: #e5ffe6;
355
363
  --pkt-color-surface-default-faded-red: #ffdfdc;
356
- --pkt-color-surface-default-gray: #f9f9f9;
364
+ --pkt-color-surface-default-gray: #f2f2f2;
357
365
  --pkt-color-surface-default-light-beige: #f8f0dd;
358
- --pkt-color-surface-default-light-blue: #d1f9ff;
366
+ --pkt-color-surface-default-light-blue: #b3f5ff;
359
367
  --pkt-color-surface-default-light-green: #c7fde9;
368
+ --pkt-color-surface-default-pale-blue: #d1f9ff;
360
369
  --pkt-color-surface-default-red: #ffb4ac;
361
370
  --pkt-color-surface-default-yellow: #ffe7bc;
362
371
  --pkt-color-surface-strong-beige: #d0bfae;
363
372
  --pkt-color-surface-strong-blue: #6fe9ff;
364
373
  --pkt-color-surface-strong-dark-blue: #2a2859;
365
374
  --pkt-color-surface-strong-dark-green: #034b45;
366
- --pkt-color-surface-strong-gray: #f2f2f2;
375
+ --pkt-color-surface-strong-gray: #e6e6e6;
367
376
  --pkt-color-surface-strong-green: #43f8b6;
368
377
  --pkt-color-surface-strong-light-green: #c7f6c9;
369
378
  --pkt-color-surface-strong-red: #ff8274;
370
379
  --pkt-color-surface-strong-yellow: #f9c66b;
371
380
  --pkt-color-surface-subtle-light-blue: #e5fcff;
372
381
  --pkt-color-surface-subtle-light-red: #fff2f1;
382
+ --pkt-color-surface-subtle-gray: #f9f9f9;
373
383
  --pkt-color-surface-subtle-pale-blue: #f1fdff;
374
384
  --pkt-color-surface-subtle-white: #ffffff;
375
385
  --pkt-color-text-body-dark: #2a2859;
@@ -382,21 +392,60 @@ input[type=search]::-webkit-search-decoration {
382
392
  --pkt-color-text-action-normal: #2a2859;
383
393
  --pkt-color-input-background-normal: #ffffff;
384
394
  --pkt-color-input-background-disabled: #f9f9f9;
395
+ --pkt-color-input-background-open: #1f42aa;
385
396
  --pkt-color-input-border-active: #1f42aa;
386
397
  --pkt-color-input-border-disabled: #b3b3b3;
387
398
  --pkt-color-input-border-error: #ff8274;
388
399
  --pkt-color-input-border-hover: #1f42aa;
389
400
  --pkt-color-input-border-normal: #2a2859;
390
401
  --pkt-color-input-text-active: #1f42aa;
391
- --pkt-color-input-text-disabled: #808080;
402
+ --pkt-color-input-text-disabled: #666666;
392
403
  --pkt-color-input-text-hover: #1f42aa;
393
404
  --pkt-color-input-text-normal: #2a2859;
394
405
  --pkt-color-input-text-error: #ff8274;
395
406
  --pkt-color-input-text-open: #ffffff;
407
+ --pkt-color-tag-text-normal: #2a2859;
408
+ --pkt-color-tag-text-hover: #1f42aa;
409
+ --pkt-color-tag-text-active: #1f42aa;
410
+ --pkt-color-tag-text-focus: #1f42aa;
396
411
  --pkt-color-input-check-background: #ffffff;
397
412
  --pkt-color-input-check-border: #2a2859;
398
413
  --pkt-color-input-check-text-active: #1f42aa;
399
414
  --pkt-color-input-check-text-hover: #1f42aa;
415
+ --pkt-color-button-primary-background-normal: #2a2859;
416
+ --pkt-color-button-primary-background-hover: #1f42aa;
417
+ --pkt-color-button-primary-background-focus: #1f42aa;
418
+ --pkt-color-button-primary-background-active: #1f42aa;
419
+ --pkt-color-button-primary-background-disabled: #f9f9f9;
420
+ --pkt-color-button-primary-background-success: #43f8b6;
421
+ --pkt-color-button-primary-background-danger: #ff8274;
422
+ --pkt-color-button-primary-border-focus: #1f42aa;
423
+ --pkt-color-button-primary-text-normal: #ffffff;
424
+ --pkt-color-button-primary-text-hover: #ffffff;
425
+ --pkt-color-button-primary-text-focus: #ffffff;
426
+ --pkt-color-button-primary-text-active: #ffffff;
427
+ --pkt-color-button-primary-text-disabled: #666666;
428
+ --pkt-color-button-secondary-background-hover: #1f42aa;
429
+ --pkt-color-button-secondary-background-active: #1f42aa;
430
+ --pkt-color-button-secondary-background-disabled: #f9f9f9;
431
+ --pkt-color-button-secondary-border-normal: #2a2859;
432
+ --pkt-color-button-secondary-border-yellow: #f9c66b;
433
+ --pkt-color-button-secondary-border-focus: #1f42aa;
434
+ --pkt-color-button-secondary-text-normal: #2a2859;
435
+ --pkt-color-button-secondary-text-hover: #ffffff;
436
+ --pkt-color-button-secondary-text-focus: #1f42aa;
437
+ --pkt-color-button-secondary-text-active: #ffffff;
438
+ --pkt-color-button-secondary-text-disabled: #666666;
439
+ --pkt-color-button-tertiary-background-hover: #f2f2f2;
440
+ --pkt-color-button-tertiary-background-focus: #f2f2f2;
441
+ --pkt-color-button-tertiary-background-active: #1f42aa;
442
+ --pkt-color-button-tertiary-background-disabled: #f9f9f9;
443
+ --pkt-color-button-tertiary-border-focus: #1f42aa;
444
+ --pkt-color-button-tertiary-text-normal: #2a2859;
445
+ --pkt-color-button-tertiary-text-hover: #1f42aa;
446
+ --pkt-color-button-tertiary-text-focus: #1f42aa;
447
+ --pkt-color-button-tertiary-text-active: #ffffff;
448
+ --pkt-color-button-tertiary-text-disabled: #666666;
400
449
  --color-blue: #6fe9ff;
401
450
  --color-blue-light: #b3f5ff;
402
451
  --color-blue-dark: #2a2859;
@@ -451,67 +500,63 @@ input[type=search]::-webkit-search-decoration {
451
500
  }
452
501
  :root[data-mode=dark],
453
502
  :root [data-mode=dark] {
454
- --pkt-color-background-card: var(--pkt-color-grays-gray-700);
455
- --pkt-color-background-default: var(--pkt-color-grays-gray-1000);
456
- --pkt-color-background-subtle: var(--pkt-color-grays-gray-1000);
457
- --pkt-color-background-transparent: var(--pkt-color-brand-neutrals-transparent);
458
- --pkt-color-border-default: var(--pkt-color-brand-neutrals-white);
459
- --pkt-color-border-beige: var(--pkt-color-brand-dark-beige-1000);
460
- --pkt-color-border-blue: var(--pkt-color-brand-blue-1000);
461
- --pkt-color-border-green: var(--pkt-color-brand-green-1000);
462
- --pkt-color-border-light-beige: var(--pkt-color-brand-light-beige-1000);
463
- --pkt-color-border-red: var(--pkt-color-brand-red-1000);
464
- --pkt-color-border-subtle: var(--pkt-color-brand-dark-blue-700);
465
- --pkt-color-border-yellow: var(--pkt-color-brand-yellow-1000);
466
- --pkt-color-border-states-active: var(--pkt-color-brand-blue-500);
467
- --pkt-color-border-states-disabled: var(--pkt-color-grays-gray-500);
468
- --pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);
469
- --pkt-color-border-states-hover: var(--pkt-color-brand-blue-500);
470
- --pkt-color-surface-default-faded-green: var(--pkt-color-brand-light-green-400);
471
- --pkt-color-surface-default-faded-red: var(--pkt-color-brand-red-400);
472
- --pkt-color-surface-default-gray: var(--pkt-color-brand-neutrals-100);
473
- --pkt-color-surface-default-light-beige: var(--pkt-color-brand-light-beige-1000);
474
- --pkt-color-surface-default-light-blue: var(--pkt-color-brand-blue-300);
475
- --pkt-color-surface-default-light-green: var(--pkt-color-brand-green-400);
476
- --pkt-color-surface-default-red: var(--pkt-color-brand-red-600);
477
- --pkt-color-surface-default-yellow: var(--pkt-color-brand-yellow-500);
478
- --pkt-color-surface-strong-beige: var(--pkt-color-brand-dark-beige-1000);
479
- --pkt-color-surface-strong-blue: var(--pkt-color-brand-blue-1000);
480
- --pkt-color-surface-strong-dark-blue: var(--pkt-color-brand-dark-blue-1000);
481
- --pkt-color-surface-strong-dark-green: var(--pkt-color-brand-dark-green-1000);
482
- --pkt-color-surface-strong-gray: var(--pkt-color-brand-neutrals-200);
483
- --pkt-color-surface-strong-green: var(--pkt-color-brand-green-1000);
484
- --pkt-color-surface-strong-light-green: var(--pkt-color-brand-light-green-1000);
485
- --pkt-color-surface-strong-red: var(--pkt-color-brand-red-1000);
486
- --pkt-color-surface-strong-yellow: var(--pkt-color-brand-yellow-1000);
487
- --pkt-color-surface-subtle-light-blue: var(--pkt-color-brand-blue-200);
488
- --pkt-color-surface-subtle-light-red: var(--pkt-color-brand-red-100);
489
- --pkt-color-surface-subtle-pale-blue: var(--pkt-color-brand-blue-100);
490
- --pkt-color-surface-subtle-white: var(--pkt-color-brand-neutrals-white);
491
- --pkt-color-text-body-dark: var(--pkt-color-brand-dark-blue-1000);
492
- --pkt-color-text-body-default: var(--pkt-color-brand-neutrals-white);
493
- --pkt-color-text-body-light: var(--pkt-color-brand-neutrals-white);
494
- --pkt-color-text-placeholder: var(--pkt-color-grays-gray-300);
495
- --pkt-color-text-action-disabled: var(--pkt-color-grays-gray-200);
496
- --pkt-color-text-action-active: var(--pkt-color-brand-blue-500);
497
- --pkt-color-text-action-hover: var(--pkt-color-brand-blue-500);
498
- --pkt-color-text-action-normal: var(--pkt-color-brand-neutrals-white);
499
- --pkt-color-input-background-normal: var(--pkt-color-brand-neutrals-white);
500
- --pkt-color-input-border-active: var(--pkt-color-brand-blue-500);
501
- --pkt-color-input-border-disabled: var(--pkt-color-grays-gray-200);
502
- --pkt-color-input-border-error: var(--pkt-color-brand-red-1000);
503
- --pkt-color-input-border-hover: var(--pkt-color-brand-blue-500);
504
- --pkt-color-input-border-normal: var(--pkt-color-brand-neutrals-white);
505
- --pkt-color-input-text-active: var(--pkt-color-brand-warm-blue-1000);
506
- --pkt-color-input-text-disabled: var(--pkt-color-grays-gray-200);
507
- --pkt-color-input-text-hover: var(--pkt-color-brand-warm-blue-1000);
508
- --pkt-color-input-text-normal: var(--pkt-color-brand-dark-blue-1000);
509
- --pkt-color-input-text-error: var(--pkt-color-brand-red-1000);
510
- --pkt-color-input-text-open: var(--pkt-color-brand-dark-blue-1000);
511
- --pkt-color-input-check-background: var(--pkt-color-brand-dark-blue-1000);
512
- --pkt-color-input-check-border: var(--pkt-color-brand-neutrals-white);
513
- --pkt-color-input-check-text-active: var(--pkt-color-brand-blue-500);
514
- --pkt-color-input-check-text-hover: var(--pkt-color-brand-blue-500);
503
+ --pkt-color-background-card: #2c2c2c;
504
+ --pkt-color-background-default: #2c2c2c;
505
+ --pkt-color-background-subtle: #333333;
506
+ --pkt-color-border-default: #ffffff;
507
+ --pkt-color-border-subtle: #4d4d4d;
508
+ --pkt-color-border-states-active: #b3f5ff;
509
+ --pkt-color-border-states-disabled: #808080;
510
+ --pkt-color-border-states-hover: #b3f5ff;
511
+ --pkt-color-text-body-default: #ffffff;
512
+ --pkt-color-text-placeholder: #b3b3b3;
513
+ --pkt-color-text-action-disabled: #cccccc;
514
+ --pkt-color-text-action-active: #b3f5ff;
515
+ --pkt-color-text-action-hover: #b3f5ff;
516
+ --pkt-color-text-action-normal: #ffffff;
517
+ --pkt-color-input-background-open: #b3f5ff;
518
+ --pkt-color-input-border-active: #b3f5ff;
519
+ --pkt-color-input-border-disabled: #cccccc;
520
+ --pkt-color-input-border-hover: #b3f5ff;
521
+ --pkt-color-input-border-normal: #ffffff;
522
+ --pkt-color-input-text-open: #2a2859;
523
+ --pkt-color-tag-text-hover: #2a2859;
524
+ --pkt-color-tag-text-active: #2a2859;
525
+ --pkt-color-tag-text-focus: #2a2859;
526
+ --pkt-color-input-check-background: #2a2859;
527
+ --pkt-color-input-check-border: #ffffff;
528
+ --pkt-color-input-check-text-active: #b3f5ff;
529
+ --pkt-color-input-check-text-hover: #b3f5ff;
530
+ --pkt-color-button-primary-background-normal: #b3f5ff;
531
+ --pkt-color-button-primary-background-hover: #6fe9ff;
532
+ --pkt-color-button-primary-background-focus: #6fe9ff;
533
+ --pkt-color-button-primary-background-active: #6fe9ff;
534
+ --pkt-color-button-primary-background-disabled: #4d4d4d;
535
+ --pkt-color-button-primary-border-focus: #6fe9ff;
536
+ --pkt-color-button-primary-text-normal: #2a2859;
537
+ --pkt-color-button-primary-text-hover: #2a2859;
538
+ --pkt-color-button-primary-text-focus: #2a2859;
539
+ --pkt-color-button-primary-text-active: #2a2859;
540
+ --pkt-color-button-primary-text-disabled: #b3b3b3;
541
+ --pkt-color-button-secondary-background-hover: #b3f5ff;
542
+ --pkt-color-button-secondary-background-active: #b3f5ff;
543
+ --pkt-color-button-secondary-background-disabled: #4d4d4d;
544
+ --pkt-color-button-secondary-border-normal: #ffffff;
545
+ --pkt-color-button-secondary-border-focus: #b3f5ff;
546
+ --pkt-color-button-secondary-text-normal: #ffffff;
547
+ --pkt-color-button-secondary-text-hover: #2a2859;
548
+ --pkt-color-button-secondary-text-focus: #b3f5ff;
549
+ --pkt-color-button-secondary-text-active: #2a2859;
550
+ --pkt-color-button-secondary-text-disabled: #b3b3b3;
551
+ --pkt-color-button-tertiary-background-hover: #6a698b;
552
+ --pkt-color-button-tertiary-background-focus: #6a698b;
553
+ --pkt-color-button-tertiary-background-active: #6a698b;
554
+ --pkt-color-button-tertiary-background-disabled: #4d4d4d;
555
+ --pkt-color-button-tertiary-border-focus: transparent;
556
+ --pkt-color-button-tertiary-text-normal: #ffffff;
557
+ --pkt-color-button-tertiary-text-hover: #ffffff;
558
+ --pkt-color-button-tertiary-text-focus: #ffffff;
559
+ --pkt-color-button-tertiary-text-disabled: #b3b3b3;
515
560
  }
516
561
 
517
562
  /*
@@ -3119,7 +3164,7 @@ a:active, a.pkt-link--active,
3119
3164
  .pkt-link--external::after {
3120
3165
  display: inline-block;
3121
3166
  content: " ";
3122
- --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/new-window-small.svg);
3167
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.3/icons/new-window-small.svg);
3123
3168
  background-image: var(--svg);
3124
3169
  background-repeat: no-repeat;
3125
3170
  background-size: 18px 18px;
@@ -5648,30 +5693,126 @@ button.pkt-link {
5648
5693
  border-color: #ffffff !important;
5649
5694
  }
5650
5695
 
5651
- .pkt-color-bg-brand-neutrals-100 {
5696
+ .pkt-color-bg-brand-neutrals-50 {
5652
5697
  background-color: #f9f9f9 !important;
5653
5698
  }
5654
5699
 
5655
- .pkt-color-txt-brand-neutrals-100 {
5700
+ .pkt-color-txt-brand-neutrals-50 {
5656
5701
  color: #f9f9f9 !important;
5657
5702
  }
5658
5703
 
5659
- .pkt-color-border-brand-neutrals-100 {
5704
+ .pkt-color-border-brand-neutrals-50 {
5660
5705
  border-color: #f9f9f9 !important;
5661
5706
  }
5662
5707
 
5663
- .pkt-color-bg-brand-neutrals-200 {
5708
+ .pkt-color-bg-brand-neutrals-100 {
5664
5709
  background-color: #f2f2f2 !important;
5665
5710
  }
5666
5711
 
5667
- .pkt-color-txt-brand-neutrals-200 {
5712
+ .pkt-color-txt-brand-neutrals-100 {
5668
5713
  color: #f2f2f2 !important;
5669
5714
  }
5670
5715
 
5671
- .pkt-color-border-brand-neutrals-200 {
5716
+ .pkt-color-border-brand-neutrals-100 {
5672
5717
  border-color: #f2f2f2 !important;
5673
5718
  }
5674
5719
 
5720
+ .pkt-color-bg-brand-neutrals-200 {
5721
+ background-color: #e6e6e6 !important;
5722
+ }
5723
+
5724
+ .pkt-color-txt-brand-neutrals-200 {
5725
+ color: #e6e6e6 !important;
5726
+ }
5727
+
5728
+ .pkt-color-border-brand-neutrals-200 {
5729
+ border-color: #e6e6e6 !important;
5730
+ }
5731
+
5732
+ .pkt-color-bg-brand-neutrals-300 {
5733
+ background-color: #cccccc !important;
5734
+ }
5735
+
5736
+ .pkt-color-txt-brand-neutrals-300 {
5737
+ color: #cccccc !important;
5738
+ }
5739
+
5740
+ .pkt-color-border-brand-neutrals-300 {
5741
+ border-color: #cccccc !important;
5742
+ }
5743
+
5744
+ .pkt-color-bg-brand-neutrals-400 {
5745
+ background-color: #b3b3b3 !important;
5746
+ }
5747
+
5748
+ .pkt-color-txt-brand-neutrals-400 {
5749
+ color: #b3b3b3 !important;
5750
+ }
5751
+
5752
+ .pkt-color-border-brand-neutrals-400 {
5753
+ border-color: #b3b3b3 !important;
5754
+ }
5755
+
5756
+ .pkt-color-bg-brand-neutrals-500 {
5757
+ background-color: #9a9a9a !important;
5758
+ }
5759
+
5760
+ .pkt-color-txt-brand-neutrals-500 {
5761
+ color: #9a9a9a !important;
5762
+ }
5763
+
5764
+ .pkt-color-border-brand-neutrals-500 {
5765
+ border-color: #9a9a9a !important;
5766
+ }
5767
+
5768
+ .pkt-color-bg-brand-neutrals-600 {
5769
+ background-color: #808080 !important;
5770
+ }
5771
+
5772
+ .pkt-color-txt-brand-neutrals-600 {
5773
+ color: #808080 !important;
5774
+ }
5775
+
5776
+ .pkt-color-border-brand-neutrals-600 {
5777
+ border-color: #808080 !important;
5778
+ }
5779
+
5780
+ .pkt-color-bg-brand-neutrals-700 {
5781
+ background-color: #666666 !important;
5782
+ }
5783
+
5784
+ .pkt-color-txt-brand-neutrals-700 {
5785
+ color: #666666 !important;
5786
+ }
5787
+
5788
+ .pkt-color-border-brand-neutrals-700 {
5789
+ border-color: #666666 !important;
5790
+ }
5791
+
5792
+ .pkt-color-bg-brand-neutrals-800 {
5793
+ background-color: #4d4d4d !important;
5794
+ }
5795
+
5796
+ .pkt-color-txt-brand-neutrals-800 {
5797
+ color: #4d4d4d !important;
5798
+ }
5799
+
5800
+ .pkt-color-border-brand-neutrals-800 {
5801
+ border-color: #4d4d4d !important;
5802
+ }
5803
+
5804
+ .pkt-color-bg-brand-neutrals-900 {
5805
+ background-color: #333333 !important;
5806
+ }
5807
+
5808
+ .pkt-color-txt-brand-neutrals-900 {
5809
+ color: #333333 !important;
5810
+ }
5811
+
5812
+ .pkt-color-border-brand-neutrals-900 {
5813
+ border-color: #333333 !important;
5814
+ }
5815
+
5675
5816
  .pkt-color-bg-brand-neutrals-1000 {
5676
5817
  background-color: #2c2c2c !important;
5677
5818
  }
@@ -6116,6 +6257,18 @@ button.pkt-link {
6116
6257
  border-color: var(--pkt-color-surface-default-light-green) !important;
6117
6258
  }
6118
6259
 
6260
+ .pkt-color-bg-surface-default-pale-blue {
6261
+ background-color: var(--pkt-color-surface-default-pale-blue) !important;
6262
+ }
6263
+
6264
+ .pkt-color-txt-surface-default-pale-blue {
6265
+ color: var(--pkt-color-surface-default-pale-blue) !important;
6266
+ }
6267
+
6268
+ .pkt-color-border-surface-default-pale-blue {
6269
+ border-color: var(--pkt-color-surface-default-pale-blue) !important;
6270
+ }
6271
+
6119
6272
  .pkt-color-bg-surface-default-red {
6120
6273
  background-color: var(--pkt-color-surface-default-red) !important;
6121
6274
  }
@@ -6272,6 +6425,18 @@ button.pkt-link {
6272
6425
  border-color: var(--pkt-color-surface-subtle-light-red) !important;
6273
6426
  }
6274
6427
 
6428
+ .pkt-color-bg-surface-subtle-gray {
6429
+ background-color: var(--pkt-color-surface-subtle-gray) !important;
6430
+ }
6431
+
6432
+ .pkt-color-txt-surface-subtle-gray {
6433
+ color: var(--pkt-color-surface-subtle-gray) !important;
6434
+ }
6435
+
6436
+ .pkt-color-border-surface-subtle-gray {
6437
+ border-color: var(--pkt-color-surface-subtle-gray) !important;
6438
+ }
6439
+
6275
6440
  .pkt-color-bg-surface-subtle-pale-blue {
6276
6441
  background-color: var(--pkt-color-surface-subtle-pale-blue) !important;
6277
6442
  }
@@ -6416,6 +6581,18 @@ button.pkt-link {
6416
6581
  border-color: var(--pkt-color-input-background-disabled) !important;
6417
6582
  }
6418
6583
 
6584
+ .pkt-color-bg-input-background-open {
6585
+ background-color: var(--pkt-color-input-background-open) !important;
6586
+ }
6587
+
6588
+ .pkt-color-txt-input-background-open {
6589
+ color: var(--pkt-color-input-background-open) !important;
6590
+ }
6591
+
6592
+ .pkt-color-border-input-background-open {
6593
+ border-color: var(--pkt-color-input-background-open) !important;
6594
+ }
6595
+
6419
6596
  .pkt-color-bg-input-border-active {
6420
6597
  background-color: var(--pkt-color-input-border-active) !important;
6421
6598
  }
@@ -6548,6 +6725,54 @@ button.pkt-link {
6548
6725
  border-color: var(--pkt-color-input-text-open) !important;
6549
6726
  }
6550
6727
 
6728
+ .pkt-color-bg-tag-text-normal {
6729
+ background-color: var(--pkt-color-tag-text-normal) !important;
6730
+ }
6731
+
6732
+ .pkt-color-txt-tag-text-normal {
6733
+ color: var(--pkt-color-tag-text-normal) !important;
6734
+ }
6735
+
6736
+ .pkt-color-border-tag-text-normal {
6737
+ border-color: var(--pkt-color-tag-text-normal) !important;
6738
+ }
6739
+
6740
+ .pkt-color-bg-tag-text-hover {
6741
+ background-color: var(--pkt-color-tag-text-hover) !important;
6742
+ }
6743
+
6744
+ .pkt-color-txt-tag-text-hover {
6745
+ color: var(--pkt-color-tag-text-hover) !important;
6746
+ }
6747
+
6748
+ .pkt-color-border-tag-text-hover {
6749
+ border-color: var(--pkt-color-tag-text-hover) !important;
6750
+ }
6751
+
6752
+ .pkt-color-bg-tag-text-active {
6753
+ background-color: var(--pkt-color-tag-text-active) !important;
6754
+ }
6755
+
6756
+ .pkt-color-txt-tag-text-active {
6757
+ color: var(--pkt-color-tag-text-active) !important;
6758
+ }
6759
+
6760
+ .pkt-color-border-tag-text-active {
6761
+ border-color: var(--pkt-color-tag-text-active) !important;
6762
+ }
6763
+
6764
+ .pkt-color-bg-tag-text-focus {
6765
+ background-color: var(--pkt-color-tag-text-focus) !important;
6766
+ }
6767
+
6768
+ .pkt-color-txt-tag-text-focus {
6769
+ color: var(--pkt-color-tag-text-focus) !important;
6770
+ }
6771
+
6772
+ .pkt-color-border-tag-text-focus {
6773
+ border-color: var(--pkt-color-tag-text-focus) !important;
6774
+ }
6775
+
6551
6776
  .pkt-color-bg-input-check-background {
6552
6777
  background-color: var(--pkt-color-input-check-background) !important;
6553
6778
  }
@@ -6596,6 +6821,414 @@ button.pkt-link {
6596
6821
  border-color: var(--pkt-color-input-check-text-hover) !important;
6597
6822
  }
6598
6823
 
6824
+ .pkt-color-bg-button-primary-background-normal {
6825
+ background-color: var(--pkt-color-button-primary-background-normal) !important;
6826
+ }
6827
+
6828
+ .pkt-color-txt-button-primary-background-normal {
6829
+ color: var(--pkt-color-button-primary-background-normal) !important;
6830
+ }
6831
+
6832
+ .pkt-color-border-button-primary-background-normal {
6833
+ border-color: var(--pkt-color-button-primary-background-normal) !important;
6834
+ }
6835
+
6836
+ .pkt-color-bg-button-primary-background-hover {
6837
+ background-color: var(--pkt-color-button-primary-background-hover) !important;
6838
+ }
6839
+
6840
+ .pkt-color-txt-button-primary-background-hover {
6841
+ color: var(--pkt-color-button-primary-background-hover) !important;
6842
+ }
6843
+
6844
+ .pkt-color-border-button-primary-background-hover {
6845
+ border-color: var(--pkt-color-button-primary-background-hover) !important;
6846
+ }
6847
+
6848
+ .pkt-color-bg-button-primary-background-focus {
6849
+ background-color: var(--pkt-color-button-primary-background-focus) !important;
6850
+ }
6851
+
6852
+ .pkt-color-txt-button-primary-background-focus {
6853
+ color: var(--pkt-color-button-primary-background-focus) !important;
6854
+ }
6855
+
6856
+ .pkt-color-border-button-primary-background-focus {
6857
+ border-color: var(--pkt-color-button-primary-background-focus) !important;
6858
+ }
6859
+
6860
+ .pkt-color-bg-button-primary-background-active {
6861
+ background-color: var(--pkt-color-button-primary-background-active) !important;
6862
+ }
6863
+
6864
+ .pkt-color-txt-button-primary-background-active {
6865
+ color: var(--pkt-color-button-primary-background-active) !important;
6866
+ }
6867
+
6868
+ .pkt-color-border-button-primary-background-active {
6869
+ border-color: var(--pkt-color-button-primary-background-active) !important;
6870
+ }
6871
+
6872
+ .pkt-color-bg-button-primary-background-disabled {
6873
+ background-color: var(--pkt-color-button-primary-background-disabled) !important;
6874
+ }
6875
+
6876
+ .pkt-color-txt-button-primary-background-disabled {
6877
+ color: var(--pkt-color-button-primary-background-disabled) !important;
6878
+ }
6879
+
6880
+ .pkt-color-border-button-primary-background-disabled {
6881
+ border-color: var(--pkt-color-button-primary-background-disabled) !important;
6882
+ }
6883
+
6884
+ .pkt-color-bg-button-primary-background-success {
6885
+ background-color: var(--pkt-color-button-primary-background-success) !important;
6886
+ }
6887
+
6888
+ .pkt-color-txt-button-primary-background-success {
6889
+ color: var(--pkt-color-button-primary-background-success) !important;
6890
+ }
6891
+
6892
+ .pkt-color-border-button-primary-background-success {
6893
+ border-color: var(--pkt-color-button-primary-background-success) !important;
6894
+ }
6895
+
6896
+ .pkt-color-bg-button-primary-background-danger {
6897
+ background-color: var(--pkt-color-button-primary-background-danger) !important;
6898
+ }
6899
+
6900
+ .pkt-color-txt-button-primary-background-danger {
6901
+ color: var(--pkt-color-button-primary-background-danger) !important;
6902
+ }
6903
+
6904
+ .pkt-color-border-button-primary-background-danger {
6905
+ border-color: var(--pkt-color-button-primary-background-danger) !important;
6906
+ }
6907
+
6908
+ .pkt-color-bg-button-primary-border-focus {
6909
+ background-color: var(--pkt-color-button-primary-border-focus) !important;
6910
+ }
6911
+
6912
+ .pkt-color-txt-button-primary-border-focus {
6913
+ color: var(--pkt-color-button-primary-border-focus) !important;
6914
+ }
6915
+
6916
+ .pkt-color-border-button-primary-border-focus {
6917
+ border-color: var(--pkt-color-button-primary-border-focus) !important;
6918
+ }
6919
+
6920
+ .pkt-color-bg-button-primary-text-normal {
6921
+ background-color: var(--pkt-color-button-primary-text-normal) !important;
6922
+ }
6923
+
6924
+ .pkt-color-txt-button-primary-text-normal {
6925
+ color: var(--pkt-color-button-primary-text-normal) !important;
6926
+ }
6927
+
6928
+ .pkt-color-border-button-primary-text-normal {
6929
+ border-color: var(--pkt-color-button-primary-text-normal) !important;
6930
+ }
6931
+
6932
+ .pkt-color-bg-button-primary-text-hover {
6933
+ background-color: var(--pkt-color-button-primary-text-hover) !important;
6934
+ }
6935
+
6936
+ .pkt-color-txt-button-primary-text-hover {
6937
+ color: var(--pkt-color-button-primary-text-hover) !important;
6938
+ }
6939
+
6940
+ .pkt-color-border-button-primary-text-hover {
6941
+ border-color: var(--pkt-color-button-primary-text-hover) !important;
6942
+ }
6943
+
6944
+ .pkt-color-bg-button-primary-text-focus {
6945
+ background-color: var(--pkt-color-button-primary-text-focus) !important;
6946
+ }
6947
+
6948
+ .pkt-color-txt-button-primary-text-focus {
6949
+ color: var(--pkt-color-button-primary-text-focus) !important;
6950
+ }
6951
+
6952
+ .pkt-color-border-button-primary-text-focus {
6953
+ border-color: var(--pkt-color-button-primary-text-focus) !important;
6954
+ }
6955
+
6956
+ .pkt-color-bg-button-primary-text-active {
6957
+ background-color: var(--pkt-color-button-primary-text-active) !important;
6958
+ }
6959
+
6960
+ .pkt-color-txt-button-primary-text-active {
6961
+ color: var(--pkt-color-button-primary-text-active) !important;
6962
+ }
6963
+
6964
+ .pkt-color-border-button-primary-text-active {
6965
+ border-color: var(--pkt-color-button-primary-text-active) !important;
6966
+ }
6967
+
6968
+ .pkt-color-bg-button-primary-text-disabled {
6969
+ background-color: var(--pkt-color-button-primary-text-disabled) !important;
6970
+ }
6971
+
6972
+ .pkt-color-txt-button-primary-text-disabled {
6973
+ color: var(--pkt-color-button-primary-text-disabled) !important;
6974
+ }
6975
+
6976
+ .pkt-color-border-button-primary-text-disabled {
6977
+ border-color: var(--pkt-color-button-primary-text-disabled) !important;
6978
+ }
6979
+
6980
+ .pkt-color-bg-button-secondary-background-hover {
6981
+ background-color: var(--pkt-color-button-secondary-background-hover) !important;
6982
+ }
6983
+
6984
+ .pkt-color-txt-button-secondary-background-hover {
6985
+ color: var(--pkt-color-button-secondary-background-hover) !important;
6986
+ }
6987
+
6988
+ .pkt-color-border-button-secondary-background-hover {
6989
+ border-color: var(--pkt-color-button-secondary-background-hover) !important;
6990
+ }
6991
+
6992
+ .pkt-color-bg-button-secondary-background-active {
6993
+ background-color: var(--pkt-color-button-secondary-background-active) !important;
6994
+ }
6995
+
6996
+ .pkt-color-txt-button-secondary-background-active {
6997
+ color: var(--pkt-color-button-secondary-background-active) !important;
6998
+ }
6999
+
7000
+ .pkt-color-border-button-secondary-background-active {
7001
+ border-color: var(--pkt-color-button-secondary-background-active) !important;
7002
+ }
7003
+
7004
+ .pkt-color-bg-button-secondary-background-disabled {
7005
+ background-color: var(--pkt-color-button-secondary-background-disabled) !important;
7006
+ }
7007
+
7008
+ .pkt-color-txt-button-secondary-background-disabled {
7009
+ color: var(--pkt-color-button-secondary-background-disabled) !important;
7010
+ }
7011
+
7012
+ .pkt-color-border-button-secondary-background-disabled {
7013
+ border-color: var(--pkt-color-button-secondary-background-disabled) !important;
7014
+ }
7015
+
7016
+ .pkt-color-bg-button-secondary-border-normal {
7017
+ background-color: var(--pkt-color-button-secondary-border-normal) !important;
7018
+ }
7019
+
7020
+ .pkt-color-txt-button-secondary-border-normal {
7021
+ color: var(--pkt-color-button-secondary-border-normal) !important;
7022
+ }
7023
+
7024
+ .pkt-color-border-button-secondary-border-normal {
7025
+ border-color: var(--pkt-color-button-secondary-border-normal) !important;
7026
+ }
7027
+
7028
+ .pkt-color-bg-button-secondary-border-yellow {
7029
+ background-color: var(--pkt-color-button-secondary-border-yellow) !important;
7030
+ }
7031
+
7032
+ .pkt-color-txt-button-secondary-border-yellow {
7033
+ color: var(--pkt-color-button-secondary-border-yellow) !important;
7034
+ }
7035
+
7036
+ .pkt-color-border-button-secondary-border-yellow {
7037
+ border-color: var(--pkt-color-button-secondary-border-yellow) !important;
7038
+ }
7039
+
7040
+ .pkt-color-bg-button-secondary-border-focus {
7041
+ background-color: var(--pkt-color-button-secondary-border-focus) !important;
7042
+ }
7043
+
7044
+ .pkt-color-txt-button-secondary-border-focus {
7045
+ color: var(--pkt-color-button-secondary-border-focus) !important;
7046
+ }
7047
+
7048
+ .pkt-color-border-button-secondary-border-focus {
7049
+ border-color: var(--pkt-color-button-secondary-border-focus) !important;
7050
+ }
7051
+
7052
+ .pkt-color-bg-button-secondary-text-normal {
7053
+ background-color: var(--pkt-color-button-secondary-text-normal) !important;
7054
+ }
7055
+
7056
+ .pkt-color-txt-button-secondary-text-normal {
7057
+ color: var(--pkt-color-button-secondary-text-normal) !important;
7058
+ }
7059
+
7060
+ .pkt-color-border-button-secondary-text-normal {
7061
+ border-color: var(--pkt-color-button-secondary-text-normal) !important;
7062
+ }
7063
+
7064
+ .pkt-color-bg-button-secondary-text-hover {
7065
+ background-color: var(--pkt-color-button-secondary-text-hover) !important;
7066
+ }
7067
+
7068
+ .pkt-color-txt-button-secondary-text-hover {
7069
+ color: var(--pkt-color-button-secondary-text-hover) !important;
7070
+ }
7071
+
7072
+ .pkt-color-border-button-secondary-text-hover {
7073
+ border-color: var(--pkt-color-button-secondary-text-hover) !important;
7074
+ }
7075
+
7076
+ .pkt-color-bg-button-secondary-text-focus {
7077
+ background-color: var(--pkt-color-button-secondary-text-focus) !important;
7078
+ }
7079
+
7080
+ .pkt-color-txt-button-secondary-text-focus {
7081
+ color: var(--pkt-color-button-secondary-text-focus) !important;
7082
+ }
7083
+
7084
+ .pkt-color-border-button-secondary-text-focus {
7085
+ border-color: var(--pkt-color-button-secondary-text-focus) !important;
7086
+ }
7087
+
7088
+ .pkt-color-bg-button-secondary-text-active {
7089
+ background-color: var(--pkt-color-button-secondary-text-active) !important;
7090
+ }
7091
+
7092
+ .pkt-color-txt-button-secondary-text-active {
7093
+ color: var(--pkt-color-button-secondary-text-active) !important;
7094
+ }
7095
+
7096
+ .pkt-color-border-button-secondary-text-active {
7097
+ border-color: var(--pkt-color-button-secondary-text-active) !important;
7098
+ }
7099
+
7100
+ .pkt-color-bg-button-secondary-text-disabled {
7101
+ background-color: var(--pkt-color-button-secondary-text-disabled) !important;
7102
+ }
7103
+
7104
+ .pkt-color-txt-button-secondary-text-disabled {
7105
+ color: var(--pkt-color-button-secondary-text-disabled) !important;
7106
+ }
7107
+
7108
+ .pkt-color-border-button-secondary-text-disabled {
7109
+ border-color: var(--pkt-color-button-secondary-text-disabled) !important;
7110
+ }
7111
+
7112
+ .pkt-color-bg-button-tertiary-background-hover {
7113
+ background-color: var(--pkt-color-button-tertiary-background-hover) !important;
7114
+ }
7115
+
7116
+ .pkt-color-txt-button-tertiary-background-hover {
7117
+ color: var(--pkt-color-button-tertiary-background-hover) !important;
7118
+ }
7119
+
7120
+ .pkt-color-border-button-tertiary-background-hover {
7121
+ border-color: var(--pkt-color-button-tertiary-background-hover) !important;
7122
+ }
7123
+
7124
+ .pkt-color-bg-button-tertiary-background-focus {
7125
+ background-color: var(--pkt-color-button-tertiary-background-focus) !important;
7126
+ }
7127
+
7128
+ .pkt-color-txt-button-tertiary-background-focus {
7129
+ color: var(--pkt-color-button-tertiary-background-focus) !important;
7130
+ }
7131
+
7132
+ .pkt-color-border-button-tertiary-background-focus {
7133
+ border-color: var(--pkt-color-button-tertiary-background-focus) !important;
7134
+ }
7135
+
7136
+ .pkt-color-bg-button-tertiary-background-active {
7137
+ background-color: var(--pkt-color-button-tertiary-background-active) !important;
7138
+ }
7139
+
7140
+ .pkt-color-txt-button-tertiary-background-active {
7141
+ color: var(--pkt-color-button-tertiary-background-active) !important;
7142
+ }
7143
+
7144
+ .pkt-color-border-button-tertiary-background-active {
7145
+ border-color: var(--pkt-color-button-tertiary-background-active) !important;
7146
+ }
7147
+
7148
+ .pkt-color-bg-button-tertiary-background-disabled {
7149
+ background-color: var(--pkt-color-button-tertiary-background-disabled) !important;
7150
+ }
7151
+
7152
+ .pkt-color-txt-button-tertiary-background-disabled {
7153
+ color: var(--pkt-color-button-tertiary-background-disabled) !important;
7154
+ }
7155
+
7156
+ .pkt-color-border-button-tertiary-background-disabled {
7157
+ border-color: var(--pkt-color-button-tertiary-background-disabled) !important;
7158
+ }
7159
+
7160
+ .pkt-color-bg-button-tertiary-border-focus {
7161
+ background-color: var(--pkt-color-button-tertiary-border-focus) !important;
7162
+ }
7163
+
7164
+ .pkt-color-txt-button-tertiary-border-focus {
7165
+ color: var(--pkt-color-button-tertiary-border-focus) !important;
7166
+ }
7167
+
7168
+ .pkt-color-border-button-tertiary-border-focus {
7169
+ border-color: var(--pkt-color-button-tertiary-border-focus) !important;
7170
+ }
7171
+
7172
+ .pkt-color-bg-button-tertiary-text-normal {
7173
+ background-color: var(--pkt-color-button-tertiary-text-normal) !important;
7174
+ }
7175
+
7176
+ .pkt-color-txt-button-tertiary-text-normal {
7177
+ color: var(--pkt-color-button-tertiary-text-normal) !important;
7178
+ }
7179
+
7180
+ .pkt-color-border-button-tertiary-text-normal {
7181
+ border-color: var(--pkt-color-button-tertiary-text-normal) !important;
7182
+ }
7183
+
7184
+ .pkt-color-bg-button-tertiary-text-hover {
7185
+ background-color: var(--pkt-color-button-tertiary-text-hover) !important;
7186
+ }
7187
+
7188
+ .pkt-color-txt-button-tertiary-text-hover {
7189
+ color: var(--pkt-color-button-tertiary-text-hover) !important;
7190
+ }
7191
+
7192
+ .pkt-color-border-button-tertiary-text-hover {
7193
+ border-color: var(--pkt-color-button-tertiary-text-hover) !important;
7194
+ }
7195
+
7196
+ .pkt-color-bg-button-tertiary-text-focus {
7197
+ background-color: var(--pkt-color-button-tertiary-text-focus) !important;
7198
+ }
7199
+
7200
+ .pkt-color-txt-button-tertiary-text-focus {
7201
+ color: var(--pkt-color-button-tertiary-text-focus) !important;
7202
+ }
7203
+
7204
+ .pkt-color-border-button-tertiary-text-focus {
7205
+ border-color: var(--pkt-color-button-tertiary-text-focus) !important;
7206
+ }
7207
+
7208
+ .pkt-color-bg-button-tertiary-text-active {
7209
+ background-color: var(--pkt-color-button-tertiary-text-active) !important;
7210
+ }
7211
+
7212
+ .pkt-color-txt-button-tertiary-text-active {
7213
+ color: var(--pkt-color-button-tertiary-text-active) !important;
7214
+ }
7215
+
7216
+ .pkt-color-border-button-tertiary-text-active {
7217
+ border-color: var(--pkt-color-button-tertiary-text-active) !important;
7218
+ }
7219
+
7220
+ .pkt-color-bg-button-tertiary-text-disabled {
7221
+ background-color: var(--pkt-color-button-tertiary-text-disabled) !important;
7222
+ }
7223
+
7224
+ .pkt-color-txt-button-tertiary-text-disabled {
7225
+ color: var(--pkt-color-button-tertiary-text-disabled) !important;
7226
+ }
7227
+
7228
+ .pkt-color-border-button-tertiary-text-disabled {
7229
+ border-color: var(--pkt-color-button-tertiary-text-disabled) !important;
7230
+ }
7231
+
6599
7232
  .bg-color-blue {
6600
7233
  background-color: #6fe9ff !important;
6601
7234
  }
@@ -16763,41 +17396,41 @@ button.pkt-link {
16763
17396
  }
16764
17397
 
16765
17398
  .pkt-btn {
16766
- --pkt-color-button-background-normal: var(--pkt-color-brand-dark-blue-1000);
17399
+ --pkt-color-button-background-normal: var(--pkt-color-button-primary-background-normal);
16767
17400
  --pkt-color-button-border-normal: var(--pkt-color-brand-dark-blue-1000);
16768
- --pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white);
16769
- --pkt-color-button-background-focus: var(--pkt-color-brand-warm-blue-1000);
16770
- --pkt-color-button-border-focus: var(--pkt-color-brand-warm-blue-1000);
16771
- --pkt-color-button-text-focus: var(--pkt-color-brand-neutrals-white);
17401
+ --pkt-color-button-text-normal: var(--pkt-color-button-primary-text-normal);
17402
+ --pkt-color-button-background-focus: var(--pkt-color-button-primary-background-focus);
17403
+ --pkt-color-button-border-focus: var(--pkt-color-button-primary-border-focus);
17404
+ --pkt-color-button-text-focus: var(--pkt-color-button-primary-text-focus);
16772
17405
  --pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);
16773
- --pkt-color-button-background-hover: var(--pkt-color-brand-warm-blue-1000);
17406
+ --pkt-color-button-background-hover: var(--pkt-color-button-primary-background-hover);
16774
17407
  --pkt-color-button-border-hover: var(--pkt-color-brand-warm-blue-1000);
16775
- --pkt-color-button-text-hover: var(--pkt-color-brand-neutrals-white);
16776
- --pkt-color-button-background-active: var(--pkt-color-brand-warm-blue-1000);
17408
+ --pkt-color-button-text-hover: var(--pkt-color-button-primary-text-hover);
17409
+ --pkt-color-button-background-active: var(--pkt-color-button-primary-background-active);
16777
17410
  --pkt-color-button-border-active: var(--pkt-color-brand-warm-blue-1000);
16778
- --pkt-color-button-text-active: var(--pkt-color-brand-neutrals-white);
16779
- --pkt-color-button-background-disabled: var(--pkt-color-brand-neutrals-100);
16780
- --pkt-color-button-border-disabled: var(--pkt-color-brand-neutrals-100);
16781
- --pkt-color-button-text-disabled: var(--pkt-color-grays-gray-500);
17411
+ --pkt-color-button-text-active: var(--pkt-color-button-primary-text-active);
17412
+ --pkt-color-button-background-disabled: var(--pkt-color-button-primary-background-disabled);
17413
+ --pkt-color-button-border-disabled: var(--pkt-color-button-primary-background-disabled);
17414
+ --pkt-color-button-text-disabled: var(--pkt-color-button-primary-text-disabled);
16782
17415
  }
16783
17416
 
16784
17417
  [data-mode=dark] .pkt-btn {
16785
- --pkt-color-button-background-normal: var(--pkt-color-brand-blue-500);
17418
+ --pkt-color-button-background-normal: var(--pkt-color-button-primary-background-normal);
16786
17419
  --pkt-color-button-border-normal: var(--pkt-color-brand-blue-500);
16787
- --pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000);
16788
- --pkt-color-button-background-focus: var(--pkt-color-brand-blue-1000);
16789
- --pkt-color-button-border-focus: var(--pkt-color-brand-blue-1000);
16790
- --pkt-color-button-text-focus: var(--pkt-color-brand-dark-blue-1000);
17420
+ --pkt-color-button-text-normal: var(--pkt-color-button-primary-text-normal);
17421
+ --pkt-color-button-background-focus: var(--pkt-color-button-primary-background-focus);
17422
+ --pkt-color-button-border-focus: var(--pkt-color-button-primary-border-focus);
17423
+ --pkt-color-button-text-focus: var(--pkt-color-button-primary-text-focus);
16791
17424
  --pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);
16792
- --pkt-color-button-background-hover: var(--pkt-color-brand-blue-1000);
17425
+ --pkt-color-button-background-hover: var(--pkt-color-button-primary-background-hover);
16793
17426
  --pkt-color-button-border-hover: var(--pkt-color-brand-blue-1000);
16794
- --pkt-color-button-text-hover: var(--pkt-color-brand-dark-blue-1000);
16795
- --pkt-color-button-background-active: var(--pkt-color-brand-blue-1000);
17427
+ --pkt-color-button-text-hover: var(--pkt-color-button-primary-text-hover);
17428
+ --pkt-color-button-background-active: var(--pkt-color-button-primary-background-active);
16796
17429
  --pkt-color-button-border-active: var(--pkt-color-brand-blue-1000);
16797
- --pkt-color-button-text-active: var(--pkt-color-brand-dark-blue-1000);
16798
- --pkt-color-button-background-disabled: var(--pkt-color-brand-neutrals-100);
16799
- --pkt-color-button-border-disabled: var(--pkt-color-brand-neutrals-100);
16800
- --pkt-color-button-text-disabled: var(--pkt-color-grays-gray-600);
17430
+ --pkt-color-button-text-active: var(--pkt-color-button-primary-text-active);
17431
+ --pkt-color-button-background-disabled: var(--pkt-color-button-primary-background-disabled);
17432
+ --pkt-color-button-border-disabled: var(--pkt-color-button-primary-background-disabled);
17433
+ --pkt-color-button-text-disabled: var(--pkt-color-button-primary-text-disabled);
16801
17434
  }
16802
17435
  [data-mode=dark] .pkt-btn--green-dark {
16803
17436
  --pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);
@@ -16862,22 +17495,36 @@ button.pkt-link {
16862
17495
 
16863
17496
  .pkt-btn--secondary {
16864
17497
  --pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);
16865
- --pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000);
16866
- --pkt-color-button-text-disabled: var(--pkt-color-grays-gray-600);
17498
+ --pkt-color-button-border-normal: var(--pkt-color-button-secondary-border-normal);
17499
+ --pkt-color-button-text-normal: var(--pkt-color-button-secondary-text-normal);
17500
+ --pkt-color-button-background-focus: var(--pkt-color-brand-warm-blue-1000);
17501
+ --pkt-color-button-border-focus: var(--pkt-color-button-secondary-border-focus);
17502
+ --pkt-color-button-text-focus: var(--pkt-color-brand-neutrals-white);
17503
+ --pkt-color-button-background-hover: var(--pkt-color-button-secondary-background-hover);
17504
+ --pkt-color-button-text-hover: var(--pkt-color-button-secondary-text-hover);
17505
+ --pkt-color-button-background-active: var(--pkt-color-button-secondary-background-active);
17506
+ --pkt-color-button-text-active: var(--pkt-color-button-secondary-text-active);
17507
+ --pkt-color-button-background-disabled: var(--pkt-color-button-secondary-background-disabled);
17508
+ --pkt-color-button-border-disabled: var(--pkt-color-button-secondary-background-disabled);
17509
+ --pkt-color-button-text-disabled: var(--pkt-color-button-secondary-text-disabled);
16867
17510
  }
16868
17511
 
16869
17512
  [data-mode=dark] .pkt-btn--secondary {
16870
17513
  --pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);
16871
- --pkt-color-button-border-normal: var(--pkt-color-brand-neutrals-white);
16872
- --pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white);
17514
+ --pkt-color-button-border-normal: var(--pkt-color-button-secondary-border-normal);
17515
+ --pkt-color-button-text-normal: var(--pkt-color-button-secondary-text-normal);
16873
17516
  --pkt-color-button-background-focus: var(--pkt-color-brand-blue-500);
16874
- --pkt-color-button-border-focus: var(--pkt-color-brand-blue-500);
16875
- --pkt-color-button-background-hover: var(--pkt-color-brand-blue-500);
17517
+ --pkt-color-button-border-focus: var(--pkt-color-button-secondary-border-focus);
17518
+ --pkt-color-button-text-focus: var(--pkt-color-brand-dark-blue-1000);
17519
+ --pkt-color-button-background-hover: var(--pkt-color-button-secondary-background-hover);
16876
17520
  --pkt-color-button-border-hover: var(--pkt-color-brand-blue-500);
16877
- --pkt-color-button-background-active: var(--pkt-color-brand-blue-500);
17521
+ --pkt-color-button-text-hover: var(--pkt-color-button-secondary-text-hover);
17522
+ --pkt-color-button-background-active: var(--pkt-color-button-secondary-background-active);
16878
17523
  --pkt-color-button-border-active: var(--pkt-color-brand-blue-500);
16879
- --pkt-color-button-background-disabled: var(--pkt-color-grays-gray-100);
16880
- --pkt-color-button-border-disabled: var(--pkt-color-grays-gray-100);
17524
+ --pkt-color-button-text-active: var(--pkt-color-button-secondary-text-active);
17525
+ --pkt-color-button-background-disabled: var(--pkt-color-button-secondary-background-disabled);
17526
+ --pkt-color-button-border-disabled: var(--pkt-color-button-secondary-background-disabled);
17527
+ --pkt-color-button-text-disabled: var(--pkt-color-button-secondary-text-disabled);
16881
17528
  }
16882
17529
  [data-mode=dark] .pkt-btn--secondary--green-dark {
16883
17530
  --pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);
@@ -16943,28 +17590,36 @@ button.pkt-link {
16943
17590
  .pkt-btn--tertiary {
16944
17591
  --pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);
16945
17592
  --pkt-color-button-border-normal: var(--pkt-color-brand-neutrals-transparent);
16946
- --pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000);
16947
- --pkt-color-button-background-focus: var(--pkt-color-brand-neutrals-200);
16948
- --pkt-color-button-text-focus: var(--pkt-color-brand-warm-blue-1000);
16949
- --pkt-color-button-background-hover: var(--pkt-color-brand-neutrals-200);
16950
- --pkt-color-button-border-hover: var(--pkt-color-brand-neutrals-200);
16951
- --pkt-color-button-text-hover: var(--pkt-color-brand-warm-blue-1000);
16952
- --pkt-color-button-text-disabled: var(--pkt-color-grays-gray-600);
17593
+ --pkt-color-button-text-normal: var(--pkt-color-button-tertiary-text-normal);
17594
+ --pkt-color-button-background-focus: var(--pkt-color-button-tertiary-background-focus);
17595
+ --pkt-color-button-border-focus: var(--pkt-color-button-tertiary-border-focus);
17596
+ --pkt-color-button-text-focus: var(--pkt-color-button-tertiary-text-focus);
17597
+ --pkt-color-button-background-hover: var(--pkt-color-button-tertiary-background-hover);
17598
+ --pkt-color-button-border-hover: var(--pkt-color-brand-neutrals-100);
17599
+ --pkt-color-button-text-hover: var(--pkt-color-button-tertiary-text-hover);
17600
+ --pkt-color-button-background-active: var(--pkt-color-button-tertiary-background-active);
17601
+ --pkt-color-button-text-active: var(--pkt-color-button-tertiary-text-active);
17602
+ --pkt-color-button-background-disabled: var(--pkt-color-button-tertiary-background-disabled);
17603
+ --pkt-color-button-border-disabled: var(--pkt-color-button-tertiary-background-disabled);
17604
+ --pkt-color-button-text-disabled: var(--pkt-color-button-tertiary-text-disabled);
16953
17605
  }
16954
17606
 
16955
17607
  [data-mode=dark] .pkt-btn--tertiary {
16956
17608
  --pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);
16957
17609
  --pkt-color-button-border-normal: var(--pkt-color-brand-neutrals-transparent);
16958
- --pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white);
16959
- --pkt-color-button-background-focus: var(--pkt-color-brand-dark-blue-700);
16960
- --pkt-color-button-border-focus: var(--pkt-color-brand-dark-blue-700);
16961
- --pkt-color-button-text-focus: var(--pkt-color-brand-neutrals-white);
16962
- --pkt-color-button-background-hover: var(--pkt-color-brand-dark-blue-700);
17610
+ --pkt-color-button-text-normal: var(--pkt-color-button-tertiary-text-normal);
17611
+ --pkt-color-button-background-focus: var(--pkt-color-button-tertiary-background-focus);
17612
+ --pkt-color-button-border-focus: var(--pkt-color-button-tertiary-border-focus);
17613
+ --pkt-color-button-text-focus: var(--pkt-color-button-tertiary-text-focus);
17614
+ --pkt-color-button-background-hover: var(--pkt-color-button-tertiary-background-hover);
16963
17615
  --pkt-color-button-border-hover: var(--pkt-color-brand-dark-blue-700);
16964
- --pkt-color-button-text-hover: var(--pkt-color-brand-neutrals-white);
16965
- --pkt-color-button-background-active: var(--pkt-color-brand-dark-blue-700);
17616
+ --pkt-color-button-text-hover: var(--pkt-color-button-tertiary-text-hover);
17617
+ --pkt-color-button-background-active: var(--pkt-color-button-tertiary-background-active);
16966
17618
  --pkt-color-button-border-active: var(--pkt-color-brand-dark-blue-700);
16967
- --pkt-color-button-text-active: var(--pkt-color-brand-neutrals-white);
17619
+ --pkt-color-button-text-active: var(--pkt-color-button-tertiary-text-active);
17620
+ --pkt-color-button-background-disabled: var(--pkt-color-button-tertiary-background-disabled);
17621
+ --pkt-color-button-border-disabled: var(--pkt-color-button-tertiary-background-disabled);
17622
+ --pkt-color-button-text-disabled: var(--pkt-color-button-tertiary-text-disabled);
16968
17623
  }
16969
17624
  [data-mode=dark] .pkt-btn--tertiary--green-dark {
16970
17625
  --pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);
@@ -17353,7 +18008,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17353
18008
  */
17354
18009
  }
17355
18010
  .pkt-form-input::placeholder, .pkt-form-textarea::placeholder {
17356
- color: var(--pkt-color-grays-gray-300);
18011
+ color: var(--pkt-color-brand-neutrals-400);
17357
18012
  opacity: 1;
17358
18013
  /* 1 */
17359
18014
  }
@@ -17367,9 +18022,9 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17367
18022
  display: inherit;
17368
18023
  }
17369
18024
  .pkt-form-input:disabled, .pkt-form-input[readonly], .pkt-form-textarea:disabled, .pkt-form-textarea[readonly] {
17370
- background-color: var(--pkt-color-brand-neutrals-200);
17371
- border-color: var(--pkt-color-grays-gray-300);
17372
- color: var(--pkt-color-grays-gray-300);
18025
+ background-color: var(--pkt-color-brand-neutrals-100);
18026
+ border-color: var(--pkt-color-brand-neutrals-400);
18027
+ color: var(--pkt-color-brand-neutrals-400);
17373
18028
  cursor: inherit;
17374
18029
  }
17375
18030
  /*
@@ -17471,7 +18126,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17471
18126
  box-shadow: 0px 0px 0px 0.125rem var(--pkt-color-input-border-active), 0px 0px 0px 0.375rem var(--pkt-color-border-states-focus);
17472
18127
  }
17473
18128
  .pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]) {
17474
- --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/minus-sign.svg);
18129
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.3/icons/minus-sign.svg);
17475
18130
  position: relative;
17476
18131
  background-color: var(--pkt-color-input-border-normal);
17477
18132
  }
@@ -17497,7 +18152,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17497
18152
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%);
17498
18153
  }
17499
18154
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
17500
- --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/check-medium.svg);
18155
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.3/icons/check-medium.svg);
17501
18156
  position: relative;
17502
18157
  background-color: var(--pkt-color-input-border-normal);
17503
18158
  }
@@ -17555,7 +18210,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17555
18210
  cursor: not-allowed;
17556
18211
  }
17557
18212
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
17558
- --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/check-medium.svg);
18213
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.3/icons/check-medium.svg);
17559
18214
  --pkt-color-input-check-border: var(--pkt-color-input-border-normal);
17560
18215
  filter: grayscale(100%) brightness(400%);
17561
18216
  }
@@ -17677,7 +18332,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17677
18332
  .pkt-hr {
17678
18333
  border: 0;
17679
18334
  width: 100%;
17680
- border-top: 1px solid var(--pkt-color-grays-gray-200);
18335
+ border-top: 1px solid var(--pkt-color-brand-neutrals-300);
17681
18336
  }
17682
18337
 
17683
18338
  /*
@@ -17818,7 +18473,7 @@ pkt-select {
17818
18473
  padding-right: 3rem;
17819
18474
  }
17820
18475
  .pkt-input:is(select):not([multiple]) {
17821
- --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/chevron-thin-down.svg);
18476
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.3/icons/chevron-thin-down.svg);
17822
18477
  background-image: var(--svg);
17823
18478
  background-repeat: no-repeat;
17824
18479
  background-position: right 0.7rem top 50%;
@@ -18154,7 +18809,7 @@ pkt-select {
18154
18809
  padding-inline-end: 0;
18155
18810
  }
18156
18811
  .pkt-list-horizontal.bordered li + li {
18157
- border-left: 1px solid var(--pkt-color-grays-gray-600);
18812
+ border-left: 1px solid var(--pkt-color-brand-neutrals-700);
18158
18813
  }
18159
18814
 
18160
18815
  .pkt-dl,
@@ -18228,10 +18883,10 @@ pkt-select {
18228
18883
  }
18229
18884
 
18230
18885
  .pkt-section--dark {
18231
- color: white;
18886
+ color: var(--pkt-color-text-body-light, #ffffff);
18232
18887
  margin: 1rem 0;
18233
18888
  padding: 0.75rem;
18234
- background-color: #2a2859;
18889
+ background-color: var(--pkt-color-surface-strong-dark-blue, #2a2859);
18235
18890
  }
18236
18891
  @media screen and (min-width: 36rem) {
18237
18892
  .pkt-section--dark {
@@ -18243,27 +18898,12 @@ pkt-select {
18243
18898
  padding: 1.5rem;
18244
18899
  }
18245
18900
  }
18246
- .pkt-section--dark {
18247
- /*
18248
- @if luminance($backgroundColor) < 0.4 {
18249
- color: white;
18250
-
18251
- a:not([class^='ok-btn']) {
18252
- color: white;
18253
- text-decoration: underline;
18254
- }
18255
- }
18256
- */
18257
- }
18258
- .pkt-section--dark a.pkt-btn--ter {
18259
- color: white;
18260
- }
18261
18901
 
18262
18902
  .pkt-section--danger {
18263
- color: black;
18903
+ color: var(--pkt-color-text-body-dark, #2a2859);
18264
18904
  margin: 1rem 0;
18265
18905
  padding: 0.75rem;
18266
- background-color: #ff8274;
18906
+ background-color: var(--pkt-color-surface-strong-red, #ff8274);
18267
18907
  }
18268
18908
  @media screen and (min-width: 36rem) {
18269
18909
  .pkt-section--danger {
@@ -18275,27 +18915,12 @@ pkt-select {
18275
18915
  padding: 1.5rem;
18276
18916
  }
18277
18917
  }
18278
- .pkt-section--danger {
18279
- /*
18280
- @if luminance($backgroundColor) < 0.4 {
18281
- color: white;
18282
-
18283
- a:not([class^='ok-btn']) {
18284
- color: white;
18285
- text-decoration: underline;
18286
- }
18287
- }
18288
- */
18289
- }
18290
- .pkt-section--danger a.pkt-btn--ter {
18291
- color: black;
18292
- }
18293
18918
 
18294
18919
  .pkt-section--gray,
18295
18920
  .pkt-section--grey {
18296
18921
  margin: 1rem 0;
18297
18922
  padding: 0.75rem;
18298
- background-color: #f2f2f2;
18923
+ background-color: var(--pkt-color-surface-default-gray, #f2f2f2);
18299
18924
  }
18300
18925
  @media screen and (min-width: 36rem) {
18301
18926
  .pkt-section--gray,
@@ -18309,25 +18934,12 @@ pkt-select {
18309
18934
  padding: 1.5rem;
18310
18935
  }
18311
18936
  }
18312
- .pkt-section--gray,
18313
- .pkt-section--grey {
18314
- /*
18315
- @if luminance($backgroundColor) < 0.4 {
18316
- color: white;
18317
-
18318
- a:not([class^='ok-btn']) {
18319
- color: white;
18320
- text-decoration: underline;
18321
- }
18322
- }
18323
- */
18324
- }
18325
18937
 
18326
18938
  .pkt-section--success {
18327
- color: black;
18939
+ color: var(--pkt-color-text-body-dark, #2a2859);
18328
18940
  margin: 1rem 0;
18329
18941
  padding: 0.75rem;
18330
- background-color: #43f8b6;
18942
+ background-color: var(--pkt-color-surface-strong-green, #43f8b6);
18331
18943
  }
18332
18944
  @media screen and (min-width: 36rem) {
18333
18945
  .pkt-section--success {
@@ -18339,26 +18951,11 @@ pkt-select {
18339
18951
  padding: 1.5rem;
18340
18952
  }
18341
18953
  }
18342
- .pkt-section--success {
18343
- /*
18344
- @if luminance($backgroundColor) < 0.4 {
18345
- color: white;
18346
-
18347
- a:not([class^='ok-btn']) {
18348
- color: white;
18349
- text-decoration: underline;
18350
- }
18351
- }
18352
- */
18353
- }
18354
- .pkt-section--success a.pkt-btn--ter {
18355
- color: black;
18356
- }
18357
18954
 
18358
18955
  .pkt-section--warning {
18359
18956
  margin: 1rem 0;
18360
18957
  padding: 0.75rem;
18361
- background-color: #f9c66b;
18958
+ background-color: var(--pkt-color-surface-strong-yellow, #f9c66b);
18362
18959
  }
18363
18960
  @media screen and (min-width: 36rem) {
18364
18961
  .pkt-section--warning {
@@ -18370,23 +18967,11 @@ pkt-select {
18370
18967
  padding: 1.5rem;
18371
18968
  }
18372
18969
  }
18373
- .pkt-section--warning {
18374
- /*
18375
- @if luminance($backgroundColor) < 0.4 {
18376
- color: white;
18377
-
18378
- a:not([class^='ok-btn']) {
18379
- color: white;
18380
- text-decoration: underline;
18381
- }
18382
- }
18383
- */
18384
- }
18385
18970
 
18386
18971
  .pkt-section--info {
18387
18972
  margin: 1rem 0;
18388
18973
  padding: 0.75rem;
18389
- background-color: #b3f5ff;
18974
+ background-color: var(--pkt-color-surface-default-light-blue, #b3f5ff);
18390
18975
  }
18391
18976
  @media screen and (min-width: 36rem) {
18392
18977
  .pkt-section--info {
@@ -18398,27 +18983,12 @@ pkt-select {
18398
18983
  padding: 1.5rem;
18399
18984
  }
18400
18985
  }
18401
- .pkt-section--info {
18402
- /*
18403
- @if luminance($backgroundColor) < 0.4 {
18404
- color: white;
18405
-
18406
- a:not([class^='ok-btn']) {
18407
- color: white;
18408
- text-decoration: underline;
18409
- }
18410
- }
18411
- */
18412
- }
18413
- .pkt-section--info a.pkt-btn--ter {
18414
- color: black;
18415
- }
18416
18986
 
18417
18987
  .pkt-section--frame {
18418
- border: 1px solid #2c2c2c;
18988
+ border: 1px solid var(--pkt-color-brand-neutrals-1000, #2c2c2c);
18419
18989
  margin: 1rem 0;
18420
18990
  padding: 0.75rem;
18421
- background-color: white;
18991
+ background-color: var(--pkt-color-surface-subtle-white, #ffffff);
18422
18992
  }
18423
18993
  @media screen and (min-width: 36rem) {
18424
18994
  .pkt-section--frame {
@@ -18430,18 +19000,6 @@ pkt-select {
18430
19000
  padding: 1.5rem;
18431
19001
  }
18432
19002
  }
18433
- .pkt-section--frame {
18434
- /*
18435
- @if luminance($backgroundColor) < 0.4 {
18436
- color: white;
18437
-
18438
- a:not([class^='ok-btn']) {
18439
- color: white;
18440
- text-decoration: underline;
18441
- }
18442
- }
18443
- */
18444
- }
18445
19003
 
18446
19004
  [class*=ok-section-] > [class^=ok-title-] {
18447
19005
  margin-block-start: 0;
@@ -19056,48 +19614,6 @@ pkt-alert {
19056
19614
  line-height: unset;
19057
19615
  }
19058
19616
 
19059
- /*
19060
- * Badge element
19061
- * DEPRECATED - use tag instead
19062
- */
19063
- .pkt-badge {
19064
- display: inline-flex;
19065
- height: 1.5em;
19066
- margin-inline-start: 0.4em;
19067
- padding: 0.25em 0.4em;
19068
- color: black;
19069
- font-weight: 500;
19070
- font-size: 0.75em;
19071
- line-height: 1em;
19072
- border-radius: 1px;
19073
- }
19074
-
19075
- .pkt-badge.pkt-badge--small,
19076
- .pkt-h1 > .pkt-badge,
19077
- .pkt-h2 > .pkt-badge,
19078
- .pkt-h3 > .pkt-badge {
19079
- font-size: 0.5em;
19080
- transform: translateY(-0.25em);
19081
- }
19082
-
19083
- .pkt-btn:not(.pkt-btn--ter) > .pkt-badge {
19084
- color: inherit;
19085
- background: transparent;
19086
- border: 1px solid;
19087
- border-radius: 4px;
19088
- }
19089
-
19090
- .pkt-btn--pri:not(.pkt-btn--neg) > .pkt-badge,
19091
- .pkt-btn--neg.pkt-btn--ter > .pkt-badge,
19092
- .pkt-btn--neg.pkt-btn--ghost > .pkt-badge {
19093
- border-color: white;
19094
- }
19095
-
19096
- .pkt-btn--small > .pkt-badge {
19097
- padding-block-start: 0.28em;
19098
- transform: translateY(-0.1em);
19099
- }
19100
-
19101
19617
  .pkt-bodytext--large {
19102
19618
  letter-spacing: -0.2px;
19103
19619
  font-weight: 300;
@@ -19391,7 +19907,7 @@ pkt-calendar.pkt-cal-weeknumbers .pkt-cal-days {
19391
19907
  pkt-calendar .pkt-cal-other,
19392
19908
  pkt-calendar .pkt-cal-days [data-disabled] {
19393
19909
  cursor: not-allowed;
19394
- color: var(--pkt-color-grays-gray-200);
19910
+ color: var(--pkt-color-brand-neutrals-300);
19395
19911
  background: transparent;
19396
19912
  border: none;
19397
19913
  }
@@ -19448,7 +19964,7 @@ pkt-calendar .pkt-cal-range-hover .pkt-btn {
19448
19964
  }
19449
19965
  .pkt-calendar .pkt-cal-excluded,
19450
19966
  pkt-calendar .pkt-cal-excluded {
19451
- background-color: var(--pkt-color-brand-neutrals-100);
19967
+ background-color: var(--pkt-color-brand-neutrals-50);
19452
19968
  }
19453
19969
  .pkt-calendar .pkt-cal-excluded :before,
19454
19970
  .pkt-calendar .pkt-cal-excluded :after,
@@ -19630,7 +20146,7 @@ pkt-card {
19630
20146
  background-color: transparent;
19631
20147
  }
19632
20148
  .pkt-card.pkt-card--padding-none.pkt-card--horizontal.pkt-card--gray {
19633
- background-color: var(--pkt-color-brand-neutrals-100);
20149
+ background-color: var(--pkt-color-brand-neutrals-50);
19634
20150
  }
19635
20151
  .pkt-card.pkt-card--padding-none.pkt-card--horizontal.pkt-card--blue {
19636
20152
  background-color: var(--pkt-color-brand-blue-200);
@@ -19646,13 +20162,13 @@ pkt-card {
19646
20162
  outline-offset: -2px;
19647
20163
  }
19648
20164
  .pkt-card--outlined {
19649
- outline: 2px solid var(--pkt-color-grays-gray-100);
20165
+ outline: 2px solid var(--pkt-color-brand-neutrals-200);
19650
20166
  }
19651
20167
  .pkt-card--outlined-beige {
19652
20168
  outline: 2px solid var(--pkt-color-brand-light-beige-1000);
19653
20169
  }
19654
20170
  .pkt-card--gray {
19655
- background-color: var(--pkt-color-brand-neutrals-100);
20171
+ background-color: var(--pkt-color-brand-neutrals-50);
19656
20172
  }
19657
20173
  .pkt-card--blue {
19658
20174
  background-color: var(--pkt-color-brand-blue-200);
@@ -20180,7 +20696,7 @@ pkt-fileupload {
20180
20696
  width: 100%;
20181
20697
  }
20182
20698
  .pkt-fileupload--error .pkt-fileupload__drop-zone {
20183
- border-color: var(--pkt-color-brand-red-700);
20699
+ border-color: var(--pkt-color-input-border-error, #ff8274);
20184
20700
  }
20185
20701
  .pkt-fileupload--error .pkt-alert--error.pkt-fileupload__error-alert {
20186
20702
  margin-block-end: 1rem;
@@ -20369,7 +20885,7 @@ pkt-fileupload {
20369
20885
  grid-row: 1;
20370
20886
  align-self: center;
20371
20887
  justify-self: center;
20372
- color: var(--pkt-color-text-subtle);
20888
+ color: var(--pkt-color-text-placeholder, #666666);
20373
20889
  }
20374
20890
  .pkt-fileupload__queue-display__item__title {
20375
20891
  letter-spacing: -0.2px;
@@ -20536,7 +21052,7 @@ pkt-fileupload {
20536
21052
  line-height: 1.25rem;
20537
21053
  display: block;
20538
21054
  margin-block-start: 0.25rem;
20539
- color: var(--pkt-color-text-subtle);
21055
+ color: var(--pkt-color-text-placeholder, #666666);
20540
21056
  }
20541
21057
  .pkt-fileupload__queue-display__item__comment__actions {
20542
21058
  display: flex;
@@ -20551,7 +21067,7 @@ pkt-fileupload {
20551
21067
  border: none;
20552
21068
  padding: 0;
20553
21069
  cursor: pointer;
20554
- color: var(--pkt-color-text-subtle);
21070
+ color: var(--pkt-color-text-placeholder, #666666);
20555
21071
  display: flex;
20556
21072
  align-items: center;
20557
21073
  justify-content: center;
@@ -20672,7 +21188,7 @@ pkt-fileupload {
20672
21188
  line-height: 1.25rem;
20673
21189
  grid-column: 2;
20674
21190
  grid-row: 2;
20675
- color: var(--pkt-color-text-default);
21191
+ color: var(--pkt-color-text-body-default, #2a2859);
20676
21192
  }
20677
21193
  .pkt-fileupload__queue-display__item--in-progress .pkt-progressbar__bar-wrapper, .pkt-fileupload__queue-display__item--error .pkt-progressbar__bar-wrapper {
20678
21194
  height: 0.25rem;
@@ -20842,7 +21358,7 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal .pkt-modal__container {
20842
21358
  .pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal__content,
20843
21359
  pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal .pkt-modal__content {
20844
21360
  padding: 0 1rem 1rem;
20845
- background: var(--pkt-color-surface-default);
21361
+ background: var(--pkt-color-background-default, #ffffff);
20846
21362
  background-image: none;
20847
21363
  box-shadow: none;
20848
21364
  min-height: 0;
@@ -20876,7 +21392,7 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
20876
21392
 
20877
21393
  .pkt-fileupload__image-preview {
20878
21394
  position: relative;
20879
- background-color: var(--pkt-color-surface-default);
21395
+ background-color: var(--pkt-color-background-default, #ffffff);
20880
21396
  display: grid;
20881
21397
  grid-template-columns: auto 1fr auto;
20882
21398
  grid-template-rows: minmax(0, 1fr) auto;
@@ -20997,7 +21513,7 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
20997
21513
  }
20998
21514
  .pkt-footer__band--global {
20999
21515
  --pkt-footer-bg: var(--pkt-color-surface-strong-dark-blue, #2a2859);
21000
- --pkt-footer-fg: var(--pkt-color-text-body-light, #fff);
21516
+ --pkt-footer-fg: var(--pkt-color-text-body-light, #ffffff);
21001
21517
  --pkt-footer-link-hover: var(--pkt-color-brand-blue-1000, #6fe9ff);
21002
21518
  }
21003
21519
  .pkt-footer__band a {
@@ -21473,7 +21989,7 @@ a.pkt-footer-simple__link:hover {
21473
21989
  margin: 0;
21474
21990
  }
21475
21991
  .pkt-user-menu__label {
21476
- color: var(--pkt-color-grays-gray-600);
21992
+ color: var(--pkt-color-brand-neutrals-700);
21477
21993
  letter-spacing: -0.2px;
21478
21994
  font-weight: 500;
21479
21995
  font-size: 0.875rem;
@@ -23409,7 +23925,7 @@ pkt-input-wrapper[inline] {
23409
23925
  }
23410
23926
 
23411
23927
  [data-mode=dark] .pkt-inputwrapper {
23412
- color: white;
23928
+ color: var(--pkt-color-text-body-light, #ffffff);
23413
23929
  }
23414
23930
 
23415
23931
  /*
@@ -23634,7 +24150,7 @@ pkt-listbox {
23634
24150
  }
23635
24151
  .pkt-listbox .pkt-listbox__option[data-disabled] {
23636
24152
  cursor: not-allowed;
23637
- color: var(--pkt-color-grays-gray-500);
24153
+ color: var(--pkt-color-brand-neutrals-600);
23638
24154
  }
23639
24155
  .pkt-listbox .pkt-listbox__option {
23640
24156
  margin-block-end: 0.125rem;
@@ -23650,7 +24166,7 @@ pkt-listbox {
23650
24166
  }
23651
24167
  .pkt-listbox .pkt-listbox__empty {
23652
24168
  padding: 0.75rem;
23653
- color: var(--pkt-color-text-body-muted);
24169
+ color: var(--pkt-color-text-placeholder, #666666);
23654
24170
  list-style: none;
23655
24171
  }
23656
24172
  .pkt-listbox .pkt-listbox__banners {
@@ -23801,7 +24317,7 @@ pkt-listbox {
23801
24317
  width: 5em;
23802
24318
  height: 6.5em;
23803
24319
  left: 0em;
23804
- background: repeating-linear-gradient(#ff8274, #ff8274 1em, #f9c66b 1em, #f9c66b 2em);
24320
+ background: repeating-linear-gradient(var(--pkt-color-surface-strong-red, #ff8274), var(--pkt-color-surface-strong-red, #ff8274) 1em, var(--pkt-color-surface-strong-yellow, #f9c66b) 1em, var(--pkt-color-surface-strong-yellow, #f9c66b) 2em);
23805
24321
  border-radius: 50% 50% 50% 50%/55% 55% 45% 45%;
23806
24322
  transform: translate3d(0, 0, 0);
23807
24323
  animation-name: eggroll;
@@ -23812,15 +24328,15 @@ pkt-listbox {
23812
24328
  opacity: 0;
23813
24329
  }
23814
24330
  .pkt-loader .egg.two {
23815
- background: repeating-linear-gradient(#6fe9ff, #6fe9ff 1em, #ff8274 1em, #ff8274 2em);
24331
+ background: repeating-linear-gradient(var(--pkt-color-surface-strong-blue, #6fe9ff), var(--pkt-color-surface-strong-blue, #6fe9ff) 1em, var(--pkt-color-surface-strong-red, #ff8274) 1em, var(--pkt-color-surface-strong-red, #ff8274) 2em);
23816
24332
  animation-delay: 0.5s;
23817
24333
  }
23818
24334
  .pkt-loader .egg.three {
23819
- background: repeating-linear-gradient(#43f8b6, #43f8b6 1em, #f9c66b 1em, #f9c66b 2em);
24335
+ background: repeating-linear-gradient(var(--pkt-color-surface-strong-green, #43f8b6), var(--pkt-color-surface-strong-green, #43f8b6) 1em, var(--pkt-color-surface-strong-yellow, #f9c66b) 1em, var(--pkt-color-surface-strong-yellow, #f9c66b) 2em);
23820
24336
  animation-delay: 1s;
23821
24337
  }
23822
24338
  .pkt-loader .egg.four {
23823
- background: repeating-linear-gradient(#43f8b6, #43f8b6 1em, #ff8274 1em, #ff8274 2em);
24339
+ background: repeating-linear-gradient(var(--pkt-color-surface-strong-green, #43f8b6), var(--pkt-color-surface-strong-green, #43f8b6) 1em, var(--pkt-color-surface-strong-red, #ff8274) 1em, var(--pkt-color-surface-strong-red, #ff8274) 2em);
23824
24340
  animation-delay: 1.5s;
23825
24341
  }
23826
24342
 
@@ -24063,7 +24579,7 @@ pkt-listbox {
24063
24579
  padding-block-start: 0;
24064
24580
  position: relative;
24065
24581
  color: var(--pkt-color-text-body-default);
24066
- background: linear-gradient(var(--pkt-color-white) 30%, transparent) top, linear-gradient(transparent, var(--pkt-color-border-subtle) 60%) bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), transparent) top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), transparent) bottom;
24582
+ background: linear-gradient(var(--pkt-color-background-card, #ffffff) 30%, transparent) top, linear-gradient(transparent, var(--pkt-color-border-subtle) 60%) bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), transparent) top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), transparent) bottom;
24067
24583
  background-attachment: local, local, scroll, scroll;
24068
24584
  background-repeat: no-repeat;
24069
24585
  background-size: 100% 40px, 100% 50px, 100% 16px, 100% 16px;
@@ -24282,7 +24798,7 @@ pkt-messagebox {
24282
24798
  text-align: center;
24283
24799
  }
24284
24800
  .pkt-progressbar__bar-wrapper {
24285
- background-color: var(--pkt-color-grays-gray-100);
24801
+ background-color: var(--pkt-color-brand-neutrals-200);
24286
24802
  height: 8px;
24287
24803
  overflow: hidden;
24288
24804
  }
@@ -24666,18 +25182,18 @@ pkt-messagebox {
24666
25182
  }
24667
25183
 
24668
25184
  .pkt-step--incomplete .pkt-step__line {
24669
- background-color: var(--pkt-color-grays-gray-200);
25185
+ background-color: var(--pkt-color-brand-neutrals-300);
24670
25186
  }
24671
25187
  .pkt-step--incomplete .pkt-step__title,
24672
25188
  .pkt-step--incomplete .pkt-step__content {
24673
- color: var(--pkt-color-grays-gray-600);
25189
+ color: var(--pkt-color-brand-neutrals-700);
24674
25190
  }
24675
25191
 
24676
25192
  .pkt-step--current + .pkt-step--incomplete .pkt-step__line--1 {
24677
25193
  background-color: var(--pkt-color-brand-dark-blue-1000);
24678
25194
  }
24679
25195
  .pkt-step--current + .pkt-step--incomplete .pkt-step__line--2 {
24680
- background-color: var(--pkt-color-grays-gray-200);
25196
+ background-color: var(--pkt-color-brand-neutrals-300);
24681
25197
  }
24682
25198
 
24683
25199
  .pkt-step:last-of-type .pkt-step__line--3,
@@ -24690,11 +25206,11 @@ pkt-messagebox {
24690
25206
  }
24691
25207
  .pkt-step--current .pkt-step__line--2,
24692
25208
  .pkt-step--current .pkt-step__line--3 {
24693
- background-color: var(--pkt-color-grays-gray-200);
25209
+ background-color: var(--pkt-color-brand-neutrals-300);
24694
25210
  }
24695
25211
 
24696
25212
  .pkt-step--current + .pkt-step--incomplete .pkt-step__line--1 {
24697
- background-color: var(--pkt-color-grays-gray-200);
25213
+ background-color: var(--pkt-color-brand-neutrals-300);
24698
25214
  }
24699
25215
 
24700
25216
  .pkt-step--hideContent:not(.pkt-step--current) .pkt-step__content {
@@ -24847,20 +25363,6 @@ pkt-tab-item {
24847
25363
  /*
24848
25364
  * Tag element
24849
25365
  */
24850
- .pkt-tag {
24851
- --pkt-color-tag-text-active: var(--pkt-color-brand-warm-blue-1000);
24852
- --pkt-color-tag-text-focus: var(--pkt-color-brand-warm-blue-1000);
24853
- --pkt-color-tag-text-hover: var(--pkt-color-brand-warm-blue-1000);
24854
- --pkt-color-tag-text-normal: var(--pkt-color-brand-dark-blue-1000);
24855
- }
24856
-
24857
- [data-mode=dark] .pkt-tag {
24858
- --pkt-color-tag-text-active: var(--pkt-color-brand-dark-blue-1000);
24859
- --pkt-color-tag-text-focus: var(--pkt-color-brand-dark-blue-1000);
24860
- --pkt-color-tag-text-hover: var(--pkt-color-brand-dark-blue-1000);
24861
- --pkt-color-tag-text-normal: var(--pkt-color-brand-dark-blue-1000);
24862
- }
24863
-
24864
25366
  pkt-tag {
24865
25367
  display: inline-block;
24866
25368
  vertical-align: middle;
@@ -25086,12 +25588,12 @@ button.pkt-tag {
25086
25588
  }
25087
25589
  .pkt-tag.pkt-tag--blue-dark {
25088
25590
  background: var(--pkt-color-brand-dark-blue-1000);
25089
- color: var(--pkt-color-brand-neutrals-200);
25090
- --fg-color: var(--pkt-color-brand-neutrals-200);
25591
+ color: var(--pkt-color-brand-neutrals-100);
25592
+ --fg-color: var(--pkt-color-brand-neutrals-100);
25091
25593
  }
25092
25594
  .pkt-tag.pkt-tag--blue-dark.pkt-btn:hover, .pkt-tag.pkt-tag--blue-dark:is(button):hover, .pkt-tag.pkt-tag--blue-dark.pkt-btn:focus, .pkt-tag.pkt-tag--blue-dark:is(button):focus, .pkt-tag.pkt-tag--blue-dark.pkt-tag--hover {
25093
25595
  background-color: var(--pkt-color-brand-warm-blue-1000) !important;
25094
- color: var(--pkt-color-brand-neutrals-200) !important;
25596
+ color: var(--pkt-color-brand-neutrals-100) !important;
25095
25597
  }
25096
25598
  .pkt-tag.pkt-tag--blue-dark.pkt-btn:hover,
25097
25599
  .pkt-tag.pkt-tag--blue-dark.pkt-btn:hover svg, .pkt-tag.pkt-tag--blue-dark:is(button):hover,
@@ -25099,7 +25601,7 @@ button.pkt-tag {
25099
25601
  .pkt-tag.pkt-tag--blue-dark.pkt-btn:focus svg, .pkt-tag.pkt-tag--blue-dark:is(button):focus,
25100
25602
  .pkt-tag.pkt-tag--blue-dark:is(button):focus svg, .pkt-tag.pkt-tag--blue-dark.pkt-tag--hover,
25101
25603
  .pkt-tag.pkt-tag--blue-dark.pkt-tag--hover svg {
25102
- --fg-color: var(--pkt-color-brand-neutrals-200) !important;
25604
+ --fg-color: var(--pkt-color-brand-neutrals-100) !important;
25103
25605
  }
25104
25606
  .pkt-tag.pkt-tag--small {
25105
25607
  padding: 0 0.25rem;