@daikin-oss/dds-tokens 0.2.0 → 0.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.
- package/CHANGELOG.md +16 -0
- package/build/css/aaf/Dark/variables.css +29 -88
- package/build/css/aaf/Light/variables.css +29 -88
- package/build/css/daikin/Dark/variables.css +71 -103
- package/build/css/daikin/Light/variables.css +35 -108
- package/build/js/aaf/Dark/variables.cjs +28 -87
- package/build/js/aaf/Dark/variables.d.cts +28 -107
- package/build/js/aaf/Dark/variables.d.ts +28 -107
- package/build/js/aaf/Dark/variables.js +29 -88
- package/build/js/aaf/Light/variables.cjs +28 -87
- package/build/js/aaf/Light/variables.d.cts +28 -107
- package/build/js/aaf/Light/variables.d.ts +28 -107
- package/build/js/aaf/Light/variables.js +29 -88
- package/build/js/daikin/Dark/variables.cjs +70 -102
- package/build/js/daikin/Dark/variables.d.cts +70 -123
- package/build/js/daikin/Dark/variables.d.ts +70 -123
- package/build/js/daikin/Dark/variables.js +71 -103
- package/build/js/daikin/Light/variables.cjs +34 -107
- package/build/js/daikin/Light/variables.d.cts +33 -127
- package/build/js/daikin/Light/variables.d.ts +33 -127
- package/build/js/daikin/Light/variables.js +35 -108
- package/build/json/aaf/Dark/tokens.json +60 -296
- package/build/json/aaf/Light/tokens.json +60 -296
- package/build/json/daikin/Dark/tokens.json +220 -348
- package/build/json/daikin/Light/tokens.json +81 -373
- package/build/scss/aaf/Dark/_mixins.scss +29 -88
- package/build/scss/aaf/Light/_mixins.scss +29 -88
- package/build/scss/daikin/Dark/_mixins.scss +71 -103
- package/build/scss/daikin/Light/_mixins.scss +35 -108
- package/package.json +1 -1
- package/themes/aaf/dark/component.json +1 -113
- package/themes/aaf/dark/system.json +1 -49
- package/themes/aaf/light/component.json +1 -113
- package/themes/aaf/light/system.json +1 -49
- package/themes/component.json +1 -184
- package/themes/dkn/dark/component.json +17 -178
- package/themes/dkn/dark/system.json +142 -55
- package/themes/dkn/light/component.json +17 -228
- package/themes/dkn/light/system.json +0 -73
- package/themes/reference.json +181 -200
- package/themes/system.json +1 -31
- package/build/css/aaf/Dark/buttons.css +0 -22
- package/build/css/aaf/Light/buttons.css +0 -22
- package/build/css/daikin/Dark/buttons.css +0 -22
- package/build/css/daikin/Light/buttons.css +0 -22
|
@@ -239,30 +239,6 @@
|
|
|
239
239
|
"#3e0307",
|
|
240
240
|
"color"
|
|
241
241
|
],
|
|
242
|
-
"color-red-aaf-100": [
|
|
243
|
-
"#fcecea",
|
|
244
|
-
"color"
|
|
245
|
-
],
|
|
246
|
-
"color-red-aaf-200": [
|
|
247
|
-
"#f5c0b8",
|
|
248
|
-
"color"
|
|
249
|
-
],
|
|
250
|
-
"color-red-aaf-300": [
|
|
251
|
-
"#f8aeba",
|
|
252
|
-
"color"
|
|
253
|
-
],
|
|
254
|
-
"color-red-aaf-400": [
|
|
255
|
-
"#db4f66",
|
|
256
|
-
"color"
|
|
257
|
-
],
|
|
258
|
-
"color-red-aaf-500": [
|
|
259
|
-
"#d2324c",
|
|
260
|
-
"color"
|
|
261
|
-
],
|
|
262
|
-
"color-red-aaf-600": [
|
|
263
|
-
"#c8102e",
|
|
264
|
-
"color"
|
|
265
|
-
],
|
|
266
242
|
"color-gray-10": [
|
|
267
243
|
"#f2f2f2",
|
|
268
244
|
"color"
|
|
@@ -319,14 +295,6 @@
|
|
|
319
295
|
"#ffffff",
|
|
320
296
|
"color"
|
|
321
297
|
],
|
|
322
|
-
"color-black-shadow": [
|
|
323
|
-
"rgba(0, 0, 0, 0.1)",
|
|
324
|
-
"color"
|
|
325
|
-
],
|
|
326
|
-
"color-white-shadow": [
|
|
327
|
-
"rgba(255, 255, 255, 0.1)",
|
|
328
|
-
"color"
|
|
329
|
-
],
|
|
330
298
|
"color-blue-gray-10": [
|
|
331
299
|
"#eef0f2",
|
|
332
300
|
"color"
|
|
@@ -387,60 +355,52 @@
|
|
|
387
355
|
"#1a1a1a",
|
|
388
356
|
"color"
|
|
389
357
|
],
|
|
390
|
-
"color-
|
|
391
|
-
"#
|
|
392
|
-
"color"
|
|
393
|
-
],
|
|
394
|
-
"color-feedback-warning": [
|
|
395
|
-
"#ffbf0e",
|
|
358
|
+
"color-purple-10": [
|
|
359
|
+
"#f0ddf3",
|
|
396
360
|
"color"
|
|
397
361
|
],
|
|
398
|
-
"color-
|
|
399
|
-
"#
|
|
400
|
-
"color"
|
|
401
|
-
],
|
|
402
|
-
"color-feedback-alarm": [
|
|
403
|
-
"#fa7a12",
|
|
362
|
+
"color-purple-20": [
|
|
363
|
+
"#e1bbe8",
|
|
404
364
|
"color"
|
|
405
365
|
],
|
|
406
|
-
"color-
|
|
407
|
-
"#
|
|
366
|
+
"color-purple-30": [
|
|
367
|
+
"#d399dc",
|
|
408
368
|
"color"
|
|
409
369
|
],
|
|
410
|
-
"color-
|
|
411
|
-
"#
|
|
370
|
+
"color-purple-40": [
|
|
371
|
+
"#c477d0",
|
|
412
372
|
"color"
|
|
413
373
|
],
|
|
414
|
-
"color-
|
|
415
|
-
"#
|
|
374
|
+
"color-purple-50": [
|
|
375
|
+
"#b556c5",
|
|
416
376
|
"color"
|
|
417
377
|
],
|
|
418
|
-
"color-
|
|
419
|
-
"#
|
|
378
|
+
"color-purple-60": [
|
|
379
|
+
"#a03db0",
|
|
420
380
|
"color"
|
|
421
381
|
],
|
|
422
|
-
"color-
|
|
423
|
-
"#
|
|
382
|
+
"color-purple-70": [
|
|
383
|
+
"#81318e",
|
|
424
384
|
"color"
|
|
425
385
|
],
|
|
426
|
-
"color-
|
|
427
|
-
"#
|
|
386
|
+
"color-purple-80": [
|
|
387
|
+
"#6f2a7a",
|
|
428
388
|
"color"
|
|
429
389
|
],
|
|
430
|
-
"color-
|
|
431
|
-
"#
|
|
390
|
+
"color-purple-90": [
|
|
391
|
+
"#5c2365",
|
|
432
392
|
"color"
|
|
433
393
|
],
|
|
434
|
-
"color-
|
|
435
|
-
"#
|
|
394
|
+
"color-purple-100": [
|
|
395
|
+
"#4a1c51",
|
|
436
396
|
"color"
|
|
437
397
|
],
|
|
438
|
-
"color-
|
|
439
|
-
"#
|
|
398
|
+
"color-purple-110": [
|
|
399
|
+
"#37153d",
|
|
440
400
|
"color"
|
|
441
401
|
],
|
|
442
|
-
"color-
|
|
443
|
-
"#
|
|
402
|
+
"color-purple-120": [
|
|
403
|
+
"#250e29",
|
|
444
404
|
"color"
|
|
445
405
|
],
|
|
446
406
|
"color-common-brand-default": [
|
|
@@ -588,7 +548,27 @@
|
|
|
588
548
|
"color"
|
|
589
549
|
],
|
|
590
550
|
"color-link-text-press": [
|
|
591
|
-
"#
|
|
551
|
+
"#004160",
|
|
552
|
+
"color"
|
|
553
|
+
],
|
|
554
|
+
"color-link-text-visited-default": [
|
|
555
|
+
"#5c2365",
|
|
556
|
+
"color"
|
|
557
|
+
],
|
|
558
|
+
"color-link-text-visited-hover": [
|
|
559
|
+
"#4a1c51",
|
|
560
|
+
"color"
|
|
561
|
+
],
|
|
562
|
+
"color-link-text-visited-press": [
|
|
563
|
+
"#37153d",
|
|
564
|
+
"color"
|
|
565
|
+
],
|
|
566
|
+
"color-link-surface-visited-hover": [
|
|
567
|
+
"#f0ddf3",
|
|
568
|
+
"color"
|
|
569
|
+
],
|
|
570
|
+
"color-link-surface-visited-press": [
|
|
571
|
+
"#e1bbe8",
|
|
592
572
|
"color"
|
|
593
573
|
],
|
|
594
574
|
"border-radius-100": [
|
|
@@ -655,356 +635,84 @@
|
|
|
655
635
|
"2px",
|
|
656
636
|
"dimension"
|
|
657
637
|
],
|
|
658
|
-
"
|
|
659
|
-
"0 -2px 19px 0 rgba(0, 0, 0, 0.1)",
|
|
660
|
-
"shadow"
|
|
661
|
-
],
|
|
662
|
-
"shadow-white": [
|
|
663
|
-
"0 -2px 19px 0 rgba(255, 255, 255, 0.1)",
|
|
664
|
-
"shadow"
|
|
665
|
-
],
|
|
666
|
-
"font-size-300": [
|
|
667
|
-
"12px",
|
|
668
|
-
"typography"
|
|
669
|
-
],
|
|
670
|
-
"font-size-350": [
|
|
671
|
-
"14px",
|
|
672
|
-
"typography"
|
|
673
|
-
],
|
|
674
|
-
"font-size-400": [
|
|
675
|
-
"16px",
|
|
676
|
-
"typography"
|
|
677
|
-
],
|
|
678
|
-
"line-height-tight": [
|
|
679
|
-
"130%",
|
|
680
|
-
"typography"
|
|
681
|
-
],
|
|
682
|
-
"line-height-normal": [
|
|
683
|
-
"150%",
|
|
684
|
-
"typography"
|
|
685
|
-
],
|
|
686
|
-
"font-weight-bold": [
|
|
687
|
-
"Bold",
|
|
688
|
-
"typography"
|
|
689
|
-
],
|
|
690
|
-
"font-weight-regular": [
|
|
691
|
-
"Regular",
|
|
692
|
-
"typography"
|
|
693
|
-
],
|
|
694
|
-
"font-family-base": [
|
|
695
|
-
"Roboto",
|
|
696
|
-
"typography"
|
|
697
|
-
],
|
|
698
|
-
"regular-normal-300": [
|
|
638
|
+
"font-regular-normal-300": [
|
|
699
639
|
"400 12px/1.5 Roboto",
|
|
700
640
|
"typography"
|
|
701
641
|
],
|
|
702
|
-
"regular-normal-350": [
|
|
642
|
+
"font-regular-normal-350": [
|
|
703
643
|
"400 14px/1.5 Roboto",
|
|
704
644
|
"typography"
|
|
705
645
|
],
|
|
706
|
-
"regular-normal-400": [
|
|
646
|
+
"font-regular-normal-400": [
|
|
707
647
|
"400 16px/1.5 Roboto",
|
|
708
648
|
"typography"
|
|
709
649
|
],
|
|
710
|
-
"regular-tight-300": [
|
|
650
|
+
"font-regular-tight-300": [
|
|
711
651
|
"400 12px/1.3 Roboto",
|
|
712
652
|
"typography"
|
|
713
653
|
],
|
|
714
|
-
"regular-tight-350": [
|
|
654
|
+
"font-regular-tight-350": [
|
|
715
655
|
"400 14px/1.3 Roboto",
|
|
716
656
|
"typography"
|
|
717
657
|
],
|
|
718
|
-
"regular-tight-400": [
|
|
658
|
+
"font-regular-tight-400": [
|
|
719
659
|
"400 16px/1.3 Roboto",
|
|
720
660
|
"typography"
|
|
721
661
|
],
|
|
722
|
-
"regular-bold-normal-300": [
|
|
662
|
+
"font-regular-bold-normal-300": [
|
|
723
663
|
"700 12px/1.5 Roboto",
|
|
724
664
|
"typography"
|
|
725
665
|
],
|
|
726
|
-
"regular-bold-normal-350": [
|
|
666
|
+
"font-regular-bold-normal-350": [
|
|
727
667
|
"700 14px/1.5 Roboto",
|
|
728
668
|
"typography"
|
|
729
669
|
],
|
|
730
|
-
"regular-bold-normal-400": [
|
|
670
|
+
"font-regular-bold-normal-400": [
|
|
731
671
|
"700 16px/1.5 Roboto",
|
|
732
672
|
"typography"
|
|
733
673
|
],
|
|
734
|
-
"regular-bold-tight-300": [
|
|
674
|
+
"font-regular-bold-tight-300": [
|
|
735
675
|
"700 12px/1.3 Roboto",
|
|
736
676
|
"typography"
|
|
737
677
|
],
|
|
738
|
-
"regular-bold-tight-350": [
|
|
678
|
+
"font-regular-bold-tight-350": [
|
|
739
679
|
"700 14px/1.3 Roboto",
|
|
740
680
|
"typography"
|
|
741
681
|
],
|
|
742
|
-
"regular-bold-tight-400": [
|
|
682
|
+
"font-regular-bold-tight-400": [
|
|
743
683
|
"700 16px/1.3 Roboto",
|
|
744
684
|
"typography"
|
|
745
685
|
],
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
"
|
|
749
|
-
],
|
|
750
|
-
"checkbox-color-background": [
|
|
751
|
-
"#30ade9",
|
|
752
|
-
"color"
|
|
753
|
-
],
|
|
754
|
-
"checkbox-color-icon": [
|
|
755
|
-
"#ffffff",
|
|
756
|
-
"color"
|
|
757
|
-
],
|
|
758
|
-
"dropdown-color-background": [
|
|
759
|
-
"#ffffff",
|
|
760
|
-
"color"
|
|
761
|
-
],
|
|
762
|
-
"dropdown-color-text": [
|
|
763
|
-
"#515151",
|
|
764
|
-
"color"
|
|
765
|
-
],
|
|
766
|
-
"dropdown-tray-color-background-selected": [
|
|
767
|
-
"#ebebeb",
|
|
768
|
-
"color"
|
|
769
|
-
],
|
|
770
|
-
"table-color-background": [
|
|
771
|
-
"#ffffff",
|
|
772
|
-
"color"
|
|
773
|
-
],
|
|
774
|
-
"table-color-text": [
|
|
775
|
-
"#515151",
|
|
776
|
-
"color"
|
|
777
|
-
],
|
|
778
|
-
"table-header-border": [
|
|
779
|
-
"1px none #000000",
|
|
780
|
-
"border"
|
|
781
|
-
],
|
|
782
|
-
"table-cell-border": [
|
|
783
|
-
"1px none #ebebeb",
|
|
784
|
-
"border"
|
|
785
|
-
],
|
|
786
|
-
"table-page-number-color-background-selected": [
|
|
787
|
-
"#828282",
|
|
788
|
-
"color"
|
|
789
|
-
],
|
|
790
|
-
"table-page-number-color-text-default": [
|
|
791
|
-
"#515151",
|
|
792
|
-
"color"
|
|
793
|
-
],
|
|
794
|
-
"table-page-number-color-text-selected": [
|
|
795
|
-
"#ffffff",
|
|
796
|
-
"color"
|
|
797
|
-
],
|
|
798
|
-
"table-page-number-border-hover": [
|
|
799
|
-
"1px none #828282",
|
|
800
|
-
"border"
|
|
801
|
-
],
|
|
802
|
-
"login-sso-button-border": [
|
|
803
|
-
"1px none #616161",
|
|
804
|
-
"border"
|
|
805
|
-
],
|
|
806
|
-
"login-sso-button-color-text": [
|
|
807
|
-
"#616161",
|
|
808
|
-
"color"
|
|
809
|
-
],
|
|
810
|
-
"form-color-background": [
|
|
811
|
-
"#ffffff",
|
|
812
|
-
"color"
|
|
813
|
-
],
|
|
814
|
-
"form-color-text-default": [
|
|
815
|
-
"#414141",
|
|
816
|
-
"color"
|
|
817
|
-
],
|
|
818
|
-
"form-color-text-placeholder": [
|
|
819
|
-
"#828282",
|
|
820
|
-
"color"
|
|
821
|
-
],
|
|
822
|
-
"form-color-text-positive": [
|
|
823
|
-
"#00c3ac",
|
|
824
|
-
"color"
|
|
825
|
-
],
|
|
826
|
-
"form-color-text-negative": [
|
|
827
|
-
"#f21a27",
|
|
828
|
-
"color"
|
|
829
|
-
],
|
|
830
|
-
"notification-color-background-success": [
|
|
831
|
-
"#00c3ac",
|
|
832
|
-
"color"
|
|
833
|
-
],
|
|
834
|
-
"notification-color-background-error": [
|
|
835
|
-
"#f21a27",
|
|
836
|
-
"color"
|
|
837
|
-
],
|
|
838
|
-
"notification-color-background-warning": [
|
|
839
|
-
"#ffbf0e",
|
|
840
|
-
"color"
|
|
841
|
-
],
|
|
842
|
-
"notification-color-background-alarm": [
|
|
843
|
-
"#fa7a12",
|
|
844
|
-
"color"
|
|
845
|
-
],
|
|
846
|
-
"notification-color-background-information": [
|
|
847
|
-
"#30ade9",
|
|
848
|
-
"color"
|
|
849
|
-
],
|
|
850
|
-
"notification-color-background-theme": [
|
|
851
|
-
"#ffffff",
|
|
852
|
-
"color"
|
|
853
|
-
],
|
|
854
|
-
"notification-color-text": [
|
|
855
|
-
"#414141",
|
|
856
|
-
"color"
|
|
857
|
-
],
|
|
858
|
-
"notification-shadow": [
|
|
859
|
-
"0 -2px 19px 0 rgba(0, 0, 0, 0.1)",
|
|
860
|
-
"shadow"
|
|
861
|
-
],
|
|
862
|
-
"icon-color-background-neutral": [
|
|
863
|
-
"#a0a0a0",
|
|
864
|
-
"color"
|
|
865
|
-
],
|
|
866
|
-
"icon-color-background-default": [
|
|
867
|
-
"#414141",
|
|
868
|
-
"color"
|
|
869
|
-
],
|
|
870
|
-
"icon-color-background-theme": [
|
|
871
|
-
"#ffffff",
|
|
872
|
-
"color"
|
|
873
|
-
],
|
|
874
|
-
"container-color-background": [
|
|
875
|
-
"#ffffff",
|
|
876
|
-
"color"
|
|
877
|
-
],
|
|
878
|
-
"container-color-text-header": [
|
|
879
|
-
"#414141",
|
|
880
|
-
"color"
|
|
881
|
-
],
|
|
882
|
-
"container-color-text-body": [
|
|
883
|
-
"#616161",
|
|
884
|
-
"color"
|
|
885
|
-
],
|
|
886
|
-
"card-shadow": [
|
|
887
|
-
"0 -2px 19px 0 rgba(0, 0, 0, 0.1)",
|
|
888
|
-
"shadow"
|
|
889
|
-
],
|
|
890
|
-
"card-color-background": [
|
|
891
|
-
"#ffffff",
|
|
892
|
-
"color"
|
|
893
|
-
],
|
|
894
|
-
"card-border-hover": [
|
|
895
|
-
"2px solid #BFBFBF",
|
|
896
|
-
"border"
|
|
897
|
-
],
|
|
898
|
-
"card-border-alert": [
|
|
899
|
-
"2px solid #f21a27",
|
|
900
|
-
"border"
|
|
901
|
-
],
|
|
902
|
-
"card-border-underline": [
|
|
903
|
-
"1px solid #d8dde0",
|
|
904
|
-
"border"
|
|
905
|
-
],
|
|
906
|
-
"button-color-background-primary-active": [
|
|
907
|
-
"#30ade9",
|
|
908
|
-
"color"
|
|
909
|
-
],
|
|
910
|
-
"button-color-background-primary-hover": [
|
|
911
|
-
"#76cff4",
|
|
912
|
-
"color"
|
|
913
|
-
],
|
|
914
|
-
"button-color-background-primary-press": [
|
|
915
|
-
"#0097e0",
|
|
916
|
-
"color"
|
|
917
|
-
],
|
|
918
|
-
"button-color-background-primary-focus": [
|
|
919
|
-
"#0081c0",
|
|
920
|
-
"color"
|
|
921
|
-
],
|
|
922
|
-
"button-color-background-primary-disabled": [
|
|
923
|
-
"#dcdcdc",
|
|
924
|
-
"color"
|
|
925
|
-
],
|
|
926
|
-
"button-color-border-secondary-active": [
|
|
927
|
-
"#30ade9",
|
|
928
|
-
"color"
|
|
929
|
-
],
|
|
930
|
-
"button-color-border-secondary-hover": [
|
|
931
|
-
"#76cff4",
|
|
932
|
-
"color"
|
|
933
|
-
],
|
|
934
|
-
"button-color-border-secondary-press": [
|
|
935
|
-
"#0097e0",
|
|
936
|
-
"color"
|
|
937
|
-
],
|
|
938
|
-
"button-color-border-secondary-focus": [
|
|
939
|
-
"#0081c0",
|
|
940
|
-
"color"
|
|
941
|
-
],
|
|
942
|
-
"button-color-border-secondary-disabled": [
|
|
943
|
-
"#dcdcdc",
|
|
944
|
-
"color"
|
|
945
|
-
],
|
|
946
|
-
"button-color-text-secondary-active": [
|
|
947
|
-
"#30ade9",
|
|
948
|
-
"color"
|
|
949
|
-
],
|
|
950
|
-
"button-color-text-secondary-hover": [
|
|
951
|
-
"#76cff4",
|
|
952
|
-
"color"
|
|
953
|
-
],
|
|
954
|
-
"button-color-text-secondary-press": [
|
|
955
|
-
"#0097e0",
|
|
956
|
-
"color"
|
|
957
|
-
],
|
|
958
|
-
"button-color-text-secondary-focus": [
|
|
959
|
-
"#0081c0",
|
|
960
|
-
"color"
|
|
961
|
-
],
|
|
962
|
-
"button-color-text-secondary-disabled": [
|
|
963
|
-
"#dcdcdc",
|
|
964
|
-
"color"
|
|
965
|
-
],
|
|
966
|
-
"button-color-text-primary": [
|
|
967
|
-
"#ffffff",
|
|
968
|
-
"color"
|
|
969
|
-
],
|
|
970
|
-
"tab-color-line-active": [
|
|
971
|
-
"#30ade9",
|
|
972
|
-
"color"
|
|
973
|
-
],
|
|
974
|
-
"tab-color-line-hover": [
|
|
975
|
-
"#76cff4",
|
|
976
|
-
"color"
|
|
977
|
-
],
|
|
978
|
-
"tab-color-line-press": [
|
|
979
|
-
"#0097e0",
|
|
980
|
-
"color"
|
|
686
|
+
"font-size-300": [
|
|
687
|
+
"12px",
|
|
688
|
+
"fontSize"
|
|
981
689
|
],
|
|
982
|
-
"
|
|
983
|
-
"
|
|
984
|
-
"
|
|
690
|
+
"font-size-350": [
|
|
691
|
+
"14px",
|
|
692
|
+
"fontSize"
|
|
985
693
|
],
|
|
986
|
-
"
|
|
987
|
-
"
|
|
988
|
-
"
|
|
694
|
+
"font-size-400": [
|
|
695
|
+
"16px",
|
|
696
|
+
"fontSize"
|
|
989
697
|
],
|
|
990
|
-
"
|
|
991
|
-
"
|
|
992
|
-
"
|
|
698
|
+
"font-line-height-tight": [
|
|
699
|
+
"1.3",
|
|
700
|
+
"lineHeight"
|
|
993
701
|
],
|
|
994
|
-
"
|
|
995
|
-
"
|
|
996
|
-
"
|
|
702
|
+
"font-line-height-normal": [
|
|
703
|
+
"1.5",
|
|
704
|
+
"lineHeight"
|
|
997
705
|
],
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
706
|
+
"font-weight-bold": [
|
|
707
|
+
"700",
|
|
708
|
+
"fontWeight"
|
|
1001
709
|
],
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
1004
|
-
"
|
|
710
|
+
"font-weight-regular": [
|
|
711
|
+
"400",
|
|
712
|
+
"fontWeight"
|
|
1005
713
|
],
|
|
1006
|
-
"
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
714
|
+
"font-family-base": [
|
|
715
|
+
"Roboto",
|
|
716
|
+
"fontFamily"
|
|
1009
717
|
]
|
|
1010
718
|
}
|
|
@@ -63,12 +63,6 @@
|
|
|
63
63
|
--dds-color-red-100: #7b070e;
|
|
64
64
|
--dds-color-red-110: #5d050a;
|
|
65
65
|
--dds-color-red-120: #3e0307;
|
|
66
|
-
--dds-color-red-aaf-100: #fcecea;
|
|
67
|
-
--dds-color-red-aaf-200: #f5c0b8;
|
|
68
|
-
--dds-color-red-aaf-300: #f8aeba;
|
|
69
|
-
--dds-color-red-aaf-400: #db4f66;
|
|
70
|
-
--dds-color-red-aaf-500: #d2324c;
|
|
71
|
-
--dds-color-red-aaf-600: #c8102e;
|
|
72
66
|
--dds-color-gray-10: #f2f2f2;
|
|
73
67
|
--dds-color-gray-20: #ebebeb;
|
|
74
68
|
--dds-color-gray-30: #dcdcdc;
|
|
@@ -83,8 +77,6 @@
|
|
|
83
77
|
--dds-color-gray-120: #212121;
|
|
84
78
|
--dds-color-black: #000000;
|
|
85
79
|
--dds-color-white: #ffffff;
|
|
86
|
-
--dds-color-black-shadow: rgba(0, 0, 0, 0.1);
|
|
87
|
-
--dds-color-white-shadow: rgba(255, 255, 255, 0.1);
|
|
88
80
|
--dds-color-blue-gray-10: #eef0f2;
|
|
89
81
|
--dds-color-blue-gray-20: #d8dde0;
|
|
90
82
|
--dds-color-blue-gray-30: #bbc1c7;
|
|
@@ -100,20 +92,18 @@
|
|
|
100
92
|
--dds-color-dark-gray-105: #383838;
|
|
101
93
|
--dds-color-dark-gray-115: #282828;
|
|
102
94
|
--dds-color-dark-gray-125: #1a1a1a;
|
|
103
|
-
--dds-color-
|
|
104
|
-
--dds-color-
|
|
105
|
-
--dds-color-
|
|
106
|
-
--dds-color-
|
|
107
|
-
--dds-color-
|
|
108
|
-
--dds-color-
|
|
109
|
-
--dds-color-
|
|
110
|
-
--dds-color-
|
|
111
|
-
--dds-color-
|
|
112
|
-
--dds-color-
|
|
113
|
-
--dds-color-
|
|
114
|
-
--dds-color-
|
|
115
|
-
--dds-color-background-component: #515151;
|
|
116
|
-
--dds-color-background-object: #ffffff;
|
|
95
|
+
--dds-color-purple-10: #f0ddf3;
|
|
96
|
+
--dds-color-purple-20: #e1bbe8;
|
|
97
|
+
--dds-color-purple-30: #d399dc;
|
|
98
|
+
--dds-color-purple-40: #c477d0;
|
|
99
|
+
--dds-color-purple-50: #b556c5;
|
|
100
|
+
--dds-color-purple-60: #a03db0;
|
|
101
|
+
--dds-color-purple-70: #81318e;
|
|
102
|
+
--dds-color-purple-80: #6f2a7a;
|
|
103
|
+
--dds-color-purple-90: #5c2365;
|
|
104
|
+
--dds-color-purple-100: #4a1c51;
|
|
105
|
+
--dds-color-purple-110: #37153d;
|
|
106
|
+
--dds-color-purple-120: #250e29;
|
|
117
107
|
--dds-border-radius-100: 4px;
|
|
118
108
|
--dds-border-radius-150: 6px;
|
|
119
109
|
--dds-border-radius-200: 8px;
|
|
@@ -130,73 +120,24 @@
|
|
|
130
120
|
--dds-space-400: 16px;
|
|
131
121
|
--dds-space-800: 32px;
|
|
132
122
|
--dds-space-050: 2px;
|
|
133
|
-
--dds-
|
|
134
|
-
--dds-
|
|
123
|
+
--dds-font-regular-normal-300: 400 12px/1.5 Roboto;
|
|
124
|
+
--dds-font-regular-normal-350: 400 14px/1.5 Roboto;
|
|
125
|
+
--dds-font-regular-normal-400: 400 16px/1.5 Roboto;
|
|
126
|
+
--dds-font-regular-tight-300: 400 12px/1.3 Roboto;
|
|
127
|
+
--dds-font-regular-tight-350: 400 14px/1.3 Roboto;
|
|
128
|
+
--dds-font-regular-tight-400: 400 16px/1.3 Roboto;
|
|
129
|
+
--dds-font-regular-bold-normal-300: 700 12px/1.5 Roboto;
|
|
130
|
+
--dds-font-regular-bold-normal-350: 700 14px/1.5 Roboto;
|
|
131
|
+
--dds-font-regular-bold-normal-400: 700 16px/1.5 Roboto;
|
|
132
|
+
--dds-font-regular-bold-tight-300: 700 12px/1.3 Roboto;
|
|
133
|
+
--dds-font-regular-bold-tight-350: 700 14px/1.3 Roboto;
|
|
134
|
+
--dds-font-regular-bold-tight-400: 700 16px/1.3 Roboto;
|
|
135
135
|
--dds-font-size-300: 12px;
|
|
136
136
|
--dds-font-size-350: 14px;
|
|
137
137
|
--dds-font-size-400: 16px;
|
|
138
|
-
--dds-line-height-tight:
|
|
139
|
-
--dds-line-height-normal:
|
|
140
|
-
--dds-font-weight-bold:
|
|
141
|
-
--dds-font-weight-regular:
|
|
142
|
-
--dds-font-family-base: Roboto;
|
|
143
|
-
--dds-regular-normal-300: 400 12px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
|
|
144
|
-
--dds-regular-normal-350: 400 14px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
|
|
145
|
-
--dds-regular-normal-400: 400 16px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
|
|
146
|
-
--dds-regular-tight-300: 400 12px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
|
|
147
|
-
--dds-regular-tight-350: 400 14px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
|
|
148
|
-
--dds-regular-tight-400: 400 16px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
|
|
149
|
-
--dds-regular-bold-normal-300: 700 12px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
|
|
150
|
-
--dds-regular-bold-normal-350: 700 14px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
|
|
151
|
-
--dds-regular-bold-normal-400: 700 16px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
|
|
152
|
-
--dds-regular-bold-tight-300: 700 12px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
|
|
153
|
-
--dds-regular-bold-tight-350: 700 14px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
|
|
154
|
-
--dds-regular-bold-tight-400: 700 16px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
|
|
155
|
-
--dds-checkbox-border-unselected: 2px solid #bfbfbf;
|
|
156
|
-
--dds-checkbox-color-background: #30ade9;
|
|
157
|
-
--dds-checkbox-color-icon: #ffffff;
|
|
158
|
-
--dds-dropdown-color-background: #ffffff;
|
|
159
|
-
--dds-dropdown-color-text: #515151;
|
|
160
|
-
--dds-dropdown-tray-color-background-selected: #ebebeb;
|
|
161
|
-
--dds-table-color-background: #ffffff;
|
|
162
|
-
--dds-table-color-text: #515151;
|
|
163
|
-
--dds-table-header-border: 1px none #000000;
|
|
164
|
-
--dds-table-cell-border: 1px none #ebebeb;
|
|
165
|
-
--dds-table-page-number-color-background-selected: #828282;
|
|
166
|
-
--dds-table-page-number-color-text-default: #515151;
|
|
167
|
-
--dds-table-page-number-color-text-selected: #ffffff;
|
|
168
|
-
--dds-table-page-number-border-hover: 1px none #828282;
|
|
169
|
-
--dds-login-sso-button-border: 1px none #616161;
|
|
170
|
-
--dds-login-sso-button-color-text: #616161;
|
|
171
|
-
--dds-form-color-background: #ffffff;
|
|
172
|
-
--dds-form-color-text-default: #414141;
|
|
173
|
-
--dds-form-color-text-placeholder: #828282;
|
|
174
|
-
--dds-form-color-text-positive: #00c3ac;
|
|
175
|
-
--dds-form-color-text-negative: #f21a27;
|
|
176
|
-
--dds-notification-color-background-success: #00c3ac;
|
|
177
|
-
--dds-notification-color-background-error: #f21a27;
|
|
178
|
-
--dds-notification-color-background-warning: #ffbf0e;
|
|
179
|
-
--dds-notification-color-background-alarm: #fa7a12;
|
|
180
|
-
--dds-notification-color-background-information: #30ade9;
|
|
181
|
-
--dds-icon-color-background: #ffffff;
|
|
182
|
-
--dds-container-color-background: #515151;
|
|
183
|
-
--dds-container-color-text-header: #ffffff;
|
|
184
|
-
--dds-container-color-text-body: #f2f2f2;
|
|
185
|
-
--dds-container-shadow: 0 -2px 19px 0 rgba(255, 255, 255, 0.1);
|
|
186
|
-
--dds-button-color-background-primary-active: #db4f66; /* Color used for the default state of a secondary button */
|
|
187
|
-
--dds-button-color-background-primary-hover: #c8102e;
|
|
188
|
-
--dds-button-color-background-primary-press: #f8aeba;
|
|
189
|
-
--dds-button-color-background-primary-focus: #f5c0b8;
|
|
190
|
-
--dds-button-color-background-primary-disabled: #616161;
|
|
191
|
-
--dds-button-color-border-secondary-active: #db4f66;
|
|
192
|
-
--dds-button-color-border-secondary-hover: #c8102e;
|
|
193
|
-
--dds-button-color-border-secondary-press: #f8aeba;
|
|
194
|
-
--dds-button-color-border-secondary-focus: #f5c0b8;
|
|
195
|
-
--dds-button-color-border-secondary-disabled: #616161;
|
|
196
|
-
--dds-button-color-text-secondary-active: #db4f66;
|
|
197
|
-
--dds-button-color-text-secondary-hover: #c8102e;
|
|
198
|
-
--dds-button-color-text-secondary-press: #f8aeba;
|
|
199
|
-
--dds-button-color-text-secondary-focus: #f5c0b8;
|
|
200
|
-
--dds-button-color-text-secondary-disabled: #616161;
|
|
201
|
-
--dds-button-color-text-primary: #515151;
|
|
138
|
+
--dds-font-line-height-tight: 1.3;
|
|
139
|
+
--dds-font-line-height-normal: 1.5;
|
|
140
|
+
--dds-font-weight-bold: 700;
|
|
141
|
+
--dds-font-weight-regular: 400;
|
|
142
|
+
--dds-font-family-base: Roboto;
|
|
202
143
|
}
|