@alfalab/core-components-typography 2.7.0 → 3.0.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 (62) hide show
  1. package/colors.css +13 -13
  2. package/{colors.module-4c2ca274.d.ts → colors.module-03390c00.d.ts} +0 -0
  3. package/{colors.module-4c2ca274.js → colors.module-03390c00.js} +1 -1
  4. package/common.module-9b0bcfc8.js +6 -0
  5. package/component.js +2 -2
  6. package/esm/colors.css +13 -13
  7. package/esm/{colors.module-c6d365aa.d.ts → colors.module-0906857f.d.ts} +0 -0
  8. package/esm/{colors.module-c6d365aa.js → colors.module-0906857f.js} +1 -1
  9. package/esm/common.module-e9f0b7ea.js +4 -0
  10. package/esm/component.js +2 -2
  11. package/esm/index.js +2 -2
  12. package/esm/text/component.js +2 -2
  13. package/esm/text/index.css +14 -14
  14. package/esm/text/index.js +1 -1
  15. package/esm/title/common.css +5 -5
  16. package/esm/title/component.js +1 -1
  17. package/esm/title/index.css +19 -19
  18. package/esm/title/index.js +3 -3
  19. package/esm/title-mobile/component.js +3 -3
  20. package/esm/title-mobile/index.css +14 -14
  21. package/esm/title-mobile/index.js +2 -2
  22. package/esm/title-responsive/component.js +3 -3
  23. package/esm/title-responsive/index.css +41 -41
  24. package/esm/title-responsive/index.js +2 -2
  25. package/index.js +2 -2
  26. package/modern/colors.css +13 -13
  27. package/modern/colors.module-57720db5.js +4 -0
  28. package/modern/common.module-e9f0b7ea.js +4 -0
  29. package/modern/component.js +2 -2
  30. package/modern/index.js +2 -2
  31. package/modern/text/component.js +2 -2
  32. package/modern/text/index.css +14 -14
  33. package/modern/text/index.js +1 -1
  34. package/modern/title/common.css +5 -5
  35. package/modern/title/component.js +1 -1
  36. package/modern/title/index.css +19 -19
  37. package/modern/title/index.js +3 -3
  38. package/modern/title-mobile/component.js +3 -3
  39. package/modern/title-mobile/index.css +14 -14
  40. package/modern/title-mobile/index.js +2 -2
  41. package/modern/title-responsive/component.js +3 -3
  42. package/modern/title-responsive/index.css +41 -41
  43. package/modern/title-responsive/index.js +2 -2
  44. package/package.json +1 -1
  45. package/text/component.js +2 -2
  46. package/text/index.css +14 -14
  47. package/text/index.js +1 -1
  48. package/title/common.css +5 -5
  49. package/title/component.js +1 -1
  50. package/title/index.css +19 -19
  51. package/title/index.js +3 -3
  52. package/title-mobile/component.js +3 -3
  53. package/title-mobile/index.css +14 -14
  54. package/title-mobile/index.js +2 -2
  55. package/title-responsive/component.js +3 -3
  56. package/title-responsive/index.css +41 -41
  57. package/title-responsive/index.js +2 -2
  58. package/CHANGELOG.md +0 -206
  59. package/common.module-de511f98.js +0 -6
  60. package/esm/common.module-5853399a.js +0 -4
  61. package/modern/colors.module-462e49db.js +0 -4
  62. package/modern/common.module-5853399a.js +0 -4
@@ -1,4 +0,0 @@
1
- var commonStyles = {"component":"typography__component_1pf0u","bold":"typography__bold_1pf0u","medium":"typography__medium_1pf0u","regular":"typography__regular_1pf0u"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };
@@ -1,4 +0,0 @@
1
- var colors = {"tertiary":"typography__tertiary_ptgnk","disabled":"typography__disabled_ptgnk","accent":"typography__accent_ptgnk","primary":"typography__primary_ptgnk","attention":"typography__attention_ptgnk","positive":"typography__positive_ptgnk","secondary":"typography__secondary_ptgnk","tertiary-inverted":"typography__tertiary-inverted_ptgnk","primary-inverted":"typography__primary-inverted_ptgnk","secondary-inverted":"typography__secondary-inverted_ptgnk","link":"typography__link_ptgnk","negative":"typography__negative_ptgnk"};
2
- require('./colors.css')
3
-
4
- export { colors as c };
@@ -1,4 +0,0 @@
1
- var commonStyles = {"component":"typography__component_1pf0u","bold":"typography__bold_1pf0u","medium":"typography__medium_1pf0u","regular":"typography__regular_1pf0u"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };