@alfalab/core-components-typography 2.6.3 → 3.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 (64) hide show
  1. package/colors.css +13 -13
  2. package/{colors.module-0ebd7e7b.d.ts → colors.module-37a1a593.d.ts} +0 -0
  3. package/{colors.module-0ebd7e7b.js → colors.module-37a1a593.js} +1 -1
  4. package/common.module-d8875e13.js +6 -0
  5. package/component.js +2 -2
  6. package/esm/colors.css +13 -13
  7. package/esm/{colors.module-ce52f6b7.d.ts → colors.module-fda227f4.d.ts} +0 -0
  8. package/esm/{colors.module-ce52f6b7.js → colors.module-fda227f4.js} +1 -1
  9. package/esm/common.module-0a99c421.js +4 -0
  10. package/esm/component.js +2 -2
  11. package/esm/index.js +2 -2
  12. package/esm/text/component.d.ts +2 -2
  13. package/esm/text/component.js +2 -2
  14. package/esm/text/index.css +14 -14
  15. package/esm/text/index.js +1 -1
  16. package/esm/title/common.css +5 -5
  17. package/esm/title/component.d.ts +3 -3
  18. package/esm/title/component.js +1 -1
  19. package/esm/title/index.css +19 -19
  20. package/esm/title/index.js +3 -3
  21. package/esm/title-mobile/component.js +3 -3
  22. package/esm/title-mobile/index.css +14 -14
  23. package/esm/title-mobile/index.js +2 -2
  24. package/esm/title-responsive/component.js +3 -3
  25. package/esm/title-responsive/index.css +41 -41
  26. package/esm/title-responsive/index.js +2 -2
  27. package/index.js +2 -2
  28. package/modern/colors.css +13 -13
  29. package/modern/colors.module-66caeef5.js +4 -0
  30. package/modern/common.module-0a99c421.js +4 -0
  31. package/modern/component.js +2 -2
  32. package/modern/index.js +2 -2
  33. package/modern/text/component.js +2 -2
  34. package/modern/text/index.css +14 -14
  35. package/modern/text/index.js +1 -1
  36. package/modern/title/common.css +5 -5
  37. package/modern/title/component.js +1 -1
  38. package/modern/title/index.css +19 -19
  39. package/modern/title/index.js +3 -3
  40. package/modern/title-mobile/component.js +3 -3
  41. package/modern/title-mobile/index.css +14 -14
  42. package/modern/title-mobile/index.js +2 -2
  43. package/modern/title-responsive/component.js +3 -3
  44. package/modern/title-responsive/index.css +41 -41
  45. package/modern/title-responsive/index.js +2 -2
  46. package/package.json +3 -3
  47. package/text/component.js +2 -2
  48. package/text/index.css +14 -14
  49. package/text/index.js +1 -1
  50. package/title/common.css +5 -5
  51. package/title/component.js +1 -1
  52. package/title/index.css +19 -19
  53. package/title/index.js +3 -3
  54. package/title-mobile/component.js +3 -3
  55. package/title-mobile/index.css +14 -14
  56. package/title-mobile/index.js +2 -2
  57. package/title-responsive/component.js +3 -3
  58. package/title-responsive/index.css +41 -41
  59. package/title-responsive/index.js +2 -2
  60. package/CHANGELOG.md +0 -195
  61. package/common.module-f6ed99bd.js +0 -6
  62. package/esm/common.module-6a64cdab.js +0 -4
  63. package/modern/colors.module-63cc757a.js +0 -4
  64. package/modern/common.module-6a64cdab.js +0 -4
@@ -1,4 +0,0 @@
1
- var colors = {"tertiary":"typography__tertiary_1u38v","disabled":"typography__disabled_1u38v","accent":"typography__accent_1u38v","primary":"typography__primary_1u38v","attention":"typography__attention_1u38v","positive":"typography__positive_1u38v","secondary":"typography__secondary_1u38v","tertiary-inverted":"typography__tertiary-inverted_1u38v","primary-inverted":"typography__primary-inverted_1u38v","secondary-inverted":"typography__secondary-inverted_1u38v","link":"typography__link_1u38v","negative":"typography__negative_1u38v"};
2
- require('./colors.css')
3
-
4
- export { colors as c };
@@ -1,4 +0,0 @@
1
- var commonStyles = {"component":"typography__component_1ps8n","bold":"typography__bold_1ps8n","medium":"typography__medium_1ps8n","regular":"typography__regular_1ps8n"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };