@alfalab/core-components-typography 4.11.2 → 4.11.3

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 (50) hide show
  1. package/colors.css +20 -20
  2. package/colors.module-3df2d54c.js +6 -0
  3. package/common.module-4ea0799e.js +6 -0
  4. package/esm/colors.css +20 -20
  5. package/esm/colors.module-b0c10a10.js +4 -0
  6. package/esm/common.module-39525dd6.js +4 -0
  7. package/esm/hooks/use-skeleton.css +5 -5
  8. package/esm/hooks/use-skeleton.js +1 -1
  9. package/esm/text/component.js +2 -2
  10. package/esm/text/index.css +22 -22
  11. package/esm/title/common.css +9 -9
  12. package/esm/title/component.js +1 -1
  13. package/esm/title/index.css +17 -17
  14. package/esm/title/index.js +2 -2
  15. package/esm/title-mobile/component.js +2 -2
  16. package/esm/title-mobile/index.css +16 -16
  17. package/hooks/use-skeleton.css +5 -5
  18. package/hooks/use-skeleton.js +1 -1
  19. package/modern/colors.css +20 -20
  20. package/modern/colors.module-3bd9fc46.js +4 -0
  21. package/modern/common.module-4f82a2ea.js +4 -0
  22. package/modern/hooks/use-skeleton.css +5 -5
  23. package/modern/hooks/use-skeleton.js +1 -1
  24. package/modern/text/component.js +2 -2
  25. package/modern/text/index.css +22 -22
  26. package/modern/title/common.css +9 -9
  27. package/modern/title/component.js +1 -1
  28. package/modern/title/index.css +17 -17
  29. package/modern/title/index.js +2 -2
  30. package/modern/title-mobile/component.js +2 -2
  31. package/modern/title-mobile/index.css +16 -16
  32. package/package.json +3 -3
  33. package/text/component.js +2 -2
  34. package/text/index.css +22 -22
  35. package/title/common.css +9 -9
  36. package/title/component.d.ts +1 -1
  37. package/title/component.js +1 -1
  38. package/title/index.css +17 -17
  39. package/title/index.d.ts +1 -1
  40. package/title/index.js +2 -2
  41. package/title-mobile/component.d.ts +1 -1
  42. package/title-mobile/component.js +2 -2
  43. package/title-mobile/index.css +16 -16
  44. package/title-responsive/component.d.ts +1 -1
  45. package/colors.module-386aa13d.js +0 -6
  46. package/common.module-b7161de1.js +0 -6
  47. package/esm/colors.module-f826795b.js +0 -4
  48. package/esm/common.module-1fd9d659.js +0 -4
  49. package/modern/colors.module-70bdb614.js +0 -4
  50. package/modern/common.module-563dd876.js +0 -4
@@ -1,4 +0,0 @@
1
- var commonStyles = {"component":"typography__component_zmwtt","bold":"typography__bold_zmwtt","semibold":"typography__semibold_zmwtt","medium":"typography__medium_zmwtt","regular":"typography__regular_zmwtt","rowLimit1":"typography__rowLimit1_zmwtt","rowLimit2":"typography__rowLimit2_zmwtt","rowLimit3":"typography__rowLimit3_zmwtt"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };
@@ -1,4 +0,0 @@
1
- const colors = {"tertiary":"typography__tertiary_1jyh2","disabled":"typography__disabled_1jyh2","accent":"typography__accent_1jyh2","primary":"typography__primary_1jyh2","attention":"typography__attention_1jyh2","positive":"typography__positive_1jyh2","secondary":"typography__secondary_1jyh2","tertiary-inverted":"typography__tertiary-inverted_1jyh2","primary-inverted":"typography__primary-inverted_1jyh2","secondary-inverted":"typography__secondary-inverted_1jyh2","link":"typography__link_1jyh2","negative":"typography__negative_1jyh2","static-primary-light":"typography__static-primary-light_1jyh2","static-secondary-light":"typography__static-secondary-light_1jyh2","static-tertiary-light":"typography__static-tertiary-light_1jyh2","static-primary-dark":"typography__static-primary-dark_1jyh2","static-secondary-dark":"typography__static-secondary-dark_1jyh2","static-tertiary-dark":"typography__static-tertiary-dark_1jyh2","static-accent":"typography__static-accent_1jyh2"};
2
- require('./colors.css')
3
-
4
- export { colors as c };
@@ -1,4 +0,0 @@
1
- const commonStyles = {"component":"typography__component_zmwtt","bold":"typography__bold_zmwtt","semibold":"typography__semibold_zmwtt","medium":"typography__medium_zmwtt","regular":"typography__regular_zmwtt","rowLimit1":"typography__rowLimit1_zmwtt","rowLimit2":"typography__rowLimit2_zmwtt","rowLimit3":"typography__rowLimit3_zmwtt"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };