@daikin-oss/dds-tokens 0.3.2 → 0.4.1

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 (33) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/build/css/aaf/Dark/variables.css +14 -4
  3. package/build/css/aaf/Light/variables.css +14 -4
  4. package/build/css/daikin/Dark/variables.css +14 -4
  5. package/build/css/daikin/Light/variables.css +14 -4
  6. package/build/js/aaf/Dark/variables.cjs +14 -4
  7. package/build/js/aaf/Dark/variables.d.cts +14 -4
  8. package/build/js/aaf/Dark/variables.d.ts +14 -4
  9. package/build/js/aaf/Dark/variables.js +14 -4
  10. package/build/js/aaf/Light/variables.cjs +14 -4
  11. package/build/js/aaf/Light/variables.d.cts +14 -4
  12. package/build/js/aaf/Light/variables.d.ts +14 -4
  13. package/build/js/aaf/Light/variables.js +14 -4
  14. package/build/js/daikin/Dark/variables.cjs +14 -4
  15. package/build/js/daikin/Dark/variables.d.cts +14 -4
  16. package/build/js/daikin/Dark/variables.d.ts +14 -4
  17. package/build/js/daikin/Dark/variables.js +14 -4
  18. package/build/js/daikin/Light/variables.cjs +14 -4
  19. package/build/js/daikin/Light/variables.d.cts +14 -4
  20. package/build/js/daikin/Light/variables.d.ts +14 -4
  21. package/build/js/daikin/Light/variables.js +14 -4
  22. package/build/json/aaf/Dark/tokens.json +70 -20
  23. package/build/json/aaf/Light/tokens.json +70 -20
  24. package/build/json/daikin/Dark/tokens.json +70 -20
  25. package/build/json/daikin/Light/tokens.json +70 -20
  26. package/build/scss/aaf/Dark/_mixins.scss +14 -4
  27. package/build/scss/aaf/Light/_mixins.scss +14 -4
  28. package/build/scss/daikin/Dark/_mixins.scss +14 -4
  29. package/build/scss/daikin/Light/_mixins.scss +14 -4
  30. package/package.json +9 -8
  31. package/themes/$metadata.json +1 -7
  32. package/themes/$themes.json +2 -14
  33. package/themes/reference.json +122 -16
@@ -1,15 +1,9 @@
1
1
  {
2
2
  "tokenSetOrder": [
3
3
  "reference",
4
- "system",
5
- "component",
6
4
  "dkn/light/system",
7
5
  "dkn/light/component",
8
6
  "dkn/dark/system",
9
- "dkn/dark/component",
10
- "aaf/light/system",
11
- "aaf/light/component",
12
- "aaf/dark/system",
13
- "aaf/dark/component"
7
+ "dkn/dark/component"
14
8
  ]
15
9
  }
@@ -5,8 +5,6 @@
5
5
  "$figmaStyleReferences": {},
6
6
  "selectedTokenSets": {
7
7
  "reference": "enabled",
8
- "system": "enabled",
9
- "component": "enabled",
10
8
  "dkn/light/system": "enabled",
11
9
  "dkn/light/component": "enabled"
12
10
  },
@@ -19,8 +17,6 @@
19
17
  "$figmaStyleReferences": {},
20
18
  "selectedTokenSets": {
21
19
  "reference": "enabled",
22
- "system": "enabled",
23
- "component": "enabled",
24
20
  "dkn/dark/system": "enabled",
25
21
  "dkn/dark/component": "enabled"
26
22
  },
@@ -32,11 +28,7 @@
32
28
  "name": "Light",
33
29
  "$figmaStyleReferences": {},
34
30
  "selectedTokenSets": {
35
- "reference": "enabled",
36
- "system": "enabled",
37
- "component": "enabled",
38
- "aaf/light/system": "enabled",
39
- "aaf/light/component": "enabled"
31
+ "reference": "enabled"
40
32
  },
41
33
  "group": "AAF",
42
34
  "$figmaVariableReferences": {}
@@ -46,11 +38,7 @@
46
38
  "name": "Dark",
47
39
  "$figmaStyleReferences": {},
48
40
  "selectedTokenSets": {
49
- "reference": "enabled",
50
- "system": "enabled",
51
- "component": "enabled",
52
- "aaf/dark/system": "enabled",
53
- "aaf/dark/component": "enabled"
41
+ "reference": "enabled"
54
42
  },
55
43
  "group": "AAF",
56
44
  "$figmaVariableReferences": {}
@@ -432,26 +432,10 @@
432
432
  "value": "4",
433
433
  "type": "borderRadius"
434
434
  },
435
- "150": {
436
- "value": "6",
437
- "type": "borderRadius"
438
- },
439
435
  "200": {
440
436
  "value": "8",
441
437
  "type": "borderRadius"
442
438
  },
443
- "250": {
444
- "value": "10",
445
- "type": "borderRadius"
446
- },
447
- "300": {
448
- "value": "12",
449
- "type": "borderRadius"
450
- },
451
- "400": {
452
- "value": "16",
453
- "type": "borderRadius"
454
- },
455
439
  "050": {
456
440
  "value": "2",
457
441
  "type": "borderRadius"
@@ -488,6 +472,10 @@
488
472
  "value": "16",
489
473
  "type": "spacing"
490
474
  },
475
+ "600": {
476
+ "value": "24",
477
+ "type": "spacing"
478
+ },
491
479
  "800": {
492
480
  "value": "32",
493
481
  "type": "spacing"
@@ -526,6 +514,15 @@
526
514
  "fontSize": "{font.size.400}"
527
515
  },
528
516
  "type": "typography"
517
+ },
518
+ "500": {
519
+ "value": {
520
+ "fontFamily": "{font.family.base}",
521
+ "fontWeight": "{font.weight.regular}",
522
+ "lineHeight": "{font.line-height.normal}",
523
+ "fontSize": "{font.size.500}"
524
+ },
525
+ "type": "typography"
529
526
  }
530
527
  },
531
528
  "tight": {
@@ -555,6 +552,15 @@
555
552
  "fontSize": "{font.size.400}"
556
553
  },
557
554
  "type": "typography"
555
+ },
556
+ "500": {
557
+ "value": {
558
+ "fontFamily": "{font.family.base}",
559
+ "fontWeight": "{font.weight.regular}",
560
+ "lineHeight": "{font.line-height.tight}",
561
+ "fontSize": "{font.size.500}"
562
+ },
563
+ "type": "typography"
558
564
  }
559
565
  },
560
566
  "bold": {
@@ -585,6 +591,15 @@
585
591
  "fontSize": "{font.size.400}"
586
592
  },
587
593
  "type": "typography"
594
+ },
595
+ "500": {
596
+ "value": {
597
+ "fontFamily": "{font.family.base}",
598
+ "fontWeight": "{font.weight.bold}",
599
+ "lineHeight": "{font.line-height.normal}",
600
+ "fontSize": "{font.size.500}"
601
+ },
602
+ "type": "typography"
588
603
  }
589
604
  },
590
605
  "tight": {
@@ -614,6 +629,15 @@
614
629
  "fontSize": "{font.size.400}"
615
630
  },
616
631
  "type": "typography"
632
+ },
633
+ "500": {
634
+ "value": {
635
+ "fontFamily": "{font.family.base}",
636
+ "fontWeight": "{font.weight.bold}",
637
+ "lineHeight": "{font.line-height.tight}",
638
+ "fontSize": "{font.size.500}"
639
+ },
640
+ "type": "typography"
617
641
  }
618
642
  }
619
643
  }
@@ -630,6 +654,10 @@
630
654
  "400": {
631
655
  "value": "16",
632
656
  "type": "fontSizes"
657
+ },
658
+ "500": {
659
+ "value": "20",
660
+ "type": "fontSizes"
633
661
  }
634
662
  },
635
663
  "line-height": {
@@ -657,6 +685,84 @@
657
685
  "value": "Roboto",
658
686
  "type": "fontFamilies"
659
687
  }
688
+ },
689
+ "bold": {
690
+ "normal": {
691
+ "300": {
692
+ "value": {
693
+ "fontFamily": "{font.family.base}",
694
+ "fontWeight": "{font.weight.bold}",
695
+ "lineHeight": "{font.line-height.normal}",
696
+ "fontSize": "{font.size.300}"
697
+ },
698
+ "type": "typography"
699
+ },
700
+ "350": {
701
+ "value": {
702
+ "fontFamily": "{font.family.base}",
703
+ "fontWeight": "{font.weight.bold}",
704
+ "lineHeight": "{font.line-height.normal}",
705
+ "fontSize": "{font.size.350}"
706
+ },
707
+ "type": "typography"
708
+ },
709
+ "400": {
710
+ "value": {
711
+ "fontFamily": "{font.family.base}",
712
+ "fontWeight": "{font.weight.bold}",
713
+ "lineHeight": "{font.line-height.normal}",
714
+ "fontSize": "{font.size.400}"
715
+ },
716
+ "type": "typography"
717
+ },
718
+ "500": {
719
+ "value": {
720
+ "fontFamily": "{font.family.base}",
721
+ "fontWeight": "{font.weight.bold}",
722
+ "lineHeight": "{font.line-height.normal}",
723
+ "fontSize": "{font.size.500}"
724
+ },
725
+ "type": "typography"
726
+ }
727
+ },
728
+ "tight": {
729
+ "300": {
730
+ "value": {
731
+ "fontFamily": "{font.family.base}",
732
+ "fontWeight": "{font.weight.bold}",
733
+ "lineHeight": "{font.line-height.tight}",
734
+ "fontSize": "{font.size.300}"
735
+ },
736
+ "type": "typography"
737
+ },
738
+ "350": {
739
+ "value": {
740
+ "fontFamily": "{font.family.base}",
741
+ "fontWeight": "{font.weight.bold}",
742
+ "lineHeight": "{font.line-height.tight}",
743
+ "fontSize": "{font.size.350}"
744
+ },
745
+ "type": "typography"
746
+ },
747
+ "400": {
748
+ "value": {
749
+ "fontFamily": "{font.family.base}",
750
+ "fontWeight": "{font.weight.bold}",
751
+ "lineHeight": "{font.line-height.tight}",
752
+ "fontSize": "{font.size.400}"
753
+ },
754
+ "type": "typography"
755
+ },
756
+ "500": {
757
+ "value": {
758
+ "fontFamily": "{font.family.base}",
759
+ "fontWeight": "{font.weight.bold}",
760
+ "lineHeight": "{font.line-height.tight}",
761
+ "fontSize": "{font.size.500}"
762
+ },
763
+ "type": "typography"
764
+ }
765
+ }
660
766
  }
661
767
  }
662
768
  }