@daikin-oss/dds-tokens 0.4.2 → 1.0.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 (37) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +115 -31
  3. package/build/css/aaf/Dark/tailwind4.css +130 -0
  4. package/build/css/aaf/Dark/variables.css +8 -8
  5. package/build/css/aaf/Light/tailwind4.css +130 -0
  6. package/build/css/aaf/Light/variables.css +8 -8
  7. package/build/css/daikin/Dark/tailwind4.css +173 -0
  8. package/build/css/daikin/Dark/variables.css +8 -8
  9. package/build/css/daikin/Light/tailwind4.css +173 -0
  10. package/build/css/daikin/Light/variables.css +8 -8
  11. package/build/js/aaf/Dark/variables.cjs +8 -8
  12. package/build/js/aaf/Dark/variables.d.cts +8 -8
  13. package/build/js/aaf/Dark/variables.d.ts +8 -8
  14. package/build/js/aaf/Dark/variables.js +8 -8
  15. package/build/js/aaf/Light/variables.cjs +8 -8
  16. package/build/js/aaf/Light/variables.d.cts +8 -8
  17. package/build/js/aaf/Light/variables.d.ts +8 -8
  18. package/build/js/aaf/Light/variables.js +8 -8
  19. package/build/js/daikin/Dark/variables.cjs +8 -8
  20. package/build/js/daikin/Dark/variables.d.cts +8 -8
  21. package/build/js/daikin/Dark/variables.d.ts +8 -8
  22. package/build/js/daikin/Dark/variables.js +8 -8
  23. package/build/js/daikin/Light/variables.cjs +8 -8
  24. package/build/js/daikin/Light/variables.d.cts +8 -8
  25. package/build/js/daikin/Light/variables.d.ts +8 -8
  26. package/build/js/daikin/Light/variables.js +8 -8
  27. package/build/json/aaf/Dark/tokens.json +40 -40
  28. package/build/json/aaf/Light/tokens.json +40 -40
  29. package/build/json/daikin/Dark/tokens.json +40 -40
  30. package/build/json/daikin/Light/tokens.json +40 -40
  31. package/build/scss/aaf/Dark/_mixins.scss +8 -8
  32. package/build/scss/aaf/Light/_mixins.scss +8 -8
  33. package/build/scss/daikin/Dark/_mixins.scss +8 -8
  34. package/build/scss/daikin/Light/_mixins.scss +8 -8
  35. package/build/tailwind4.css +173 -0
  36. package/package.json +10 -3
  37. package/themes/reference.json +47 -78
@@ -480,6 +480,14 @@
480
480
  "value": "32",
481
481
  "type": "spacing"
482
482
  },
483
+ "1200": {
484
+ "value": "48",
485
+ "type": "spacing"
486
+ },
487
+ "1600": {
488
+ "value": "64",
489
+ "type": "spacing"
490
+ },
483
491
  "050": {
484
492
  "value": "2",
485
493
  "type": "spacing"
@@ -562,84 +570,6 @@
562
570
  },
563
571
  "type": "typography"
564
572
  }
565
- },
566
- "bold": {
567
- "normal": {
568
- "300": {
569
- "value": {
570
- "fontFamily": "{font.family.base}",
571
- "fontWeight": "{font.weight.bold}",
572
- "lineHeight": "{font.line-height.normal}",
573
- "fontSize": "{font.size.300}"
574
- },
575
- "type": "typography"
576
- },
577
- "350": {
578
- "value": {
579
- "fontFamily": "{font.family.base}",
580
- "fontWeight": "{font.weight.bold}",
581
- "lineHeight": "{font.line-height.normal}",
582
- "fontSize": "{font.size.350}"
583
- },
584
- "type": "typography"
585
- },
586
- "400": {
587
- "value": {
588
- "fontFamily": "{font.family.base}",
589
- "fontWeight": "{font.weight.bold}",
590
- "lineHeight": "{font.line-height.normal}",
591
- "fontSize": "{font.size.400}"
592
- },
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"
603
- }
604
- },
605
- "tight": {
606
- "300": {
607
- "value": {
608
- "fontFamily": "{font.family.base}",
609
- "fontWeight": "{font.weight.bold}",
610
- "lineHeight": "{font.line-height.tight}",
611
- "fontSize": "{font.size.300}"
612
- },
613
- "type": "typography"
614
- },
615
- "350": {
616
- "value": {
617
- "fontFamily": "{font.family.base}",
618
- "fontWeight": "{font.weight.bold}",
619
- "lineHeight": "{font.line-height.tight}",
620
- "fontSize": "{font.size.350}"
621
- },
622
- "type": "typography"
623
- },
624
- "400": {
625
- "value": {
626
- "fontFamily": "{font.family.base}",
627
- "fontWeight": "{font.weight.bold}",
628
- "lineHeight": "{font.line-height.tight}",
629
- "fontSize": "{font.size.400}"
630
- },
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"
641
- }
642
- }
643
573
  }
644
574
  },
645
575
  "size": {
@@ -658,6 +588,18 @@
658
588
  "500": {
659
589
  "value": "20",
660
590
  "type": "fontSizes"
591
+ },
592
+ "600": {
593
+ "value": "24",
594
+ "type": "fontSizes"
595
+ },
596
+ "700": {
597
+ "value": "28",
598
+ "type": "fontSizes"
599
+ },
600
+ "800": {
601
+ "value": "32",
602
+ "type": "fontSizes"
661
603
  }
662
604
  },
663
605
  "line-height": {
@@ -761,6 +703,33 @@
761
703
  "fontSize": "{font.size.500}"
762
704
  },
763
705
  "type": "typography"
706
+ },
707
+ "600": {
708
+ "value": {
709
+ "fontFamily": "{font.family.base}",
710
+ "fontWeight": "{font.weight.bold}",
711
+ "lineHeight": "{font.line-height.tight}",
712
+ "fontSize": "{font.size.600}"
713
+ },
714
+ "type": "typography"
715
+ },
716
+ "700": {
717
+ "value": {
718
+ "fontFamily": "{font.family.base}",
719
+ "fontWeight": "{font.weight.bold}",
720
+ "lineHeight": "{font.line-height.tight}",
721
+ "fontSize": "{font.size.700}"
722
+ },
723
+ "type": "typography"
724
+ },
725
+ "800": {
726
+ "value": {
727
+ "fontFamily": "{font.family.base}",
728
+ "fontWeight": "{font.weight.bold}",
729
+ "lineHeight": "{font.line-height.tight}",
730
+ "fontSize": "{font.size.800}"
731
+ },
732
+ "type": "typography"
764
733
  }
765
734
  }
766
735
  }