@alfalab/core-components-typography 4.5.0 → 4.6.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 (59) hide show
  1. package/colors.css +35 -35
  2. package/colors.module-8e6a3fdb.js +6 -0
  3. package/common.module-ef856f93.js +6 -0
  4. package/cssm/colors.module.css +15 -15
  5. package/cssm/hooks/use-skeleton.module.css +4 -4
  6. package/cssm/text/index.module.css +4 -4
  7. package/cssm/title/index.module.css +4 -4
  8. package/cssm/title-mobile/index.module.css +4 -4
  9. package/cssm/title-responsive/index.module.css +4 -4
  10. package/esm/colors.css +35 -35
  11. package/esm/colors.module-4991aa3d.js +4 -0
  12. package/esm/common.module-77bf056d.js +4 -0
  13. package/esm/hooks/use-skeleton.css +9 -9
  14. package/esm/hooks/use-skeleton.js +1 -1
  15. package/esm/text/component.js +2 -2
  16. package/esm/text/index.css +24 -24
  17. package/esm/title/common.css +6 -6
  18. package/esm/title/component.js +1 -1
  19. package/esm/title/index.css +23 -23
  20. package/esm/title/index.js +2 -2
  21. package/esm/title-mobile/component.js +2 -2
  22. package/esm/title-mobile/index.css +15 -15
  23. package/esm/title-responsive/component.js +2 -2
  24. package/esm/title-responsive/index.css +35 -35
  25. package/hooks/use-skeleton.css +9 -9
  26. package/hooks/use-skeleton.js +1 -1
  27. package/modern/colors.css +35 -35
  28. package/modern/colors.module-f61703ab.js +4 -0
  29. package/modern/common.module-45ffbe5d.js +4 -0
  30. package/modern/hooks/use-skeleton.css +9 -9
  31. package/modern/hooks/use-skeleton.js +1 -1
  32. package/modern/text/component.js +2 -2
  33. package/modern/text/index.css +24 -24
  34. package/modern/title/common.css +6 -6
  35. package/modern/title/component.js +1 -1
  36. package/modern/title/index.css +23 -23
  37. package/modern/title/index.js +2 -2
  38. package/modern/title-mobile/component.js +2 -2
  39. package/modern/title-mobile/index.css +15 -15
  40. package/modern/title-responsive/component.js +2 -2
  41. package/modern/title-responsive/index.css +35 -35
  42. package/package.json +2 -2
  43. package/src/colors.module.css +4 -4
  44. package/text/component.js +2 -2
  45. package/text/index.css +24 -24
  46. package/title/common.css +6 -6
  47. package/title/component.js +1 -1
  48. package/title/index.css +23 -23
  49. package/title/index.js +2 -2
  50. package/title-mobile/component.js +2 -2
  51. package/title-mobile/index.css +15 -15
  52. package/title-responsive/component.js +2 -2
  53. package/title-responsive/index.css +35 -35
  54. package/colors.module-542eef2a.js +0 -6
  55. package/common.module-4306b4f6.js +0 -6
  56. package/esm/colors.module-8bcdca4a.js +0 -4
  57. package/esm/common.module-76facc75.js +0 -4
  58. package/modern/colors.module-ba6381f2.js +0 -4
  59. package/modern/common.module-e2076252.js +0 -4
@@ -1,4 +0,0 @@
1
- var colors = {"tertiary":"typography__tertiary_e4qmo","disabled":"typography__disabled_e4qmo","accent":"typography__accent_e4qmo","primary":"typography__primary_e4qmo","attention":"typography__attention_e4qmo","positive":"typography__positive_e4qmo","secondary":"typography__secondary_e4qmo","tertiary-inverted":"typography__tertiary-inverted_e4qmo","primary-inverted":"typography__primary-inverted_e4qmo","secondary-inverted":"typography__secondary-inverted_e4qmo","link":"typography__link_e4qmo","negative":"typography__negative_e4qmo","static-primary-light":"typography__static-primary-light_e4qmo","static-secondary-light":"typography__static-secondary-light_e4qmo","static-tertiary-light":"typography__static-tertiary-light_e4qmo","static-primary-dark":"typography__static-primary-dark_e4qmo","static-secondary-dark":"typography__static-secondary-dark_e4qmo","static-tertiary-dark":"typography__static-tertiary-dark_e4qmo","static-accent":"typography__static-accent_e4qmo"};
2
- require('./colors.css')
3
-
4
- export { colors as c };
@@ -1,4 +0,0 @@
1
- var commonStyles = {"component":"typography__component_1j0sv","bold":"typography__bold_1j0sv","semibold":"typography__semibold_1j0sv","medium":"typography__medium_1j0sv","regular":"typography__regular_1j0sv"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };
@@ -1,4 +0,0 @@
1
- const colors = {"tertiary":"typography__tertiary_e4qmo","disabled":"typography__disabled_e4qmo","accent":"typography__accent_e4qmo","primary":"typography__primary_e4qmo","attention":"typography__attention_e4qmo","positive":"typography__positive_e4qmo","secondary":"typography__secondary_e4qmo","tertiary-inverted":"typography__tertiary-inverted_e4qmo","primary-inverted":"typography__primary-inverted_e4qmo","secondary-inverted":"typography__secondary-inverted_e4qmo","link":"typography__link_e4qmo","negative":"typography__negative_e4qmo","static-primary-light":"typography__static-primary-light_e4qmo","static-secondary-light":"typography__static-secondary-light_e4qmo","static-tertiary-light":"typography__static-tertiary-light_e4qmo","static-primary-dark":"typography__static-primary-dark_e4qmo","static-secondary-dark":"typography__static-secondary-dark_e4qmo","static-tertiary-dark":"typography__static-tertiary-dark_e4qmo","static-accent":"typography__static-accent_e4qmo"};
2
- require('./colors.css')
3
-
4
- export { colors as c };
@@ -1,4 +0,0 @@
1
- const commonStyles = {"component":"typography__component_1j0sv","bold":"typography__bold_1j0sv","semibold":"typography__semibold_1j0sv","medium":"typography__medium_1j0sv","regular":"typography__regular_1j0sv"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };