@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.
- package/colors.css +35 -35
- package/colors.module-8e6a3fdb.js +6 -0
- package/common.module-ef856f93.js +6 -0
- package/cssm/colors.module.css +15 -15
- package/cssm/hooks/use-skeleton.module.css +4 -4
- package/cssm/text/index.module.css +4 -4
- package/cssm/title/index.module.css +4 -4
- package/cssm/title-mobile/index.module.css +4 -4
- package/cssm/title-responsive/index.module.css +4 -4
- package/esm/colors.css +35 -35
- package/esm/colors.module-4991aa3d.js +4 -0
- package/esm/common.module-77bf056d.js +4 -0
- package/esm/hooks/use-skeleton.css +9 -9
- package/esm/hooks/use-skeleton.js +1 -1
- package/esm/text/component.js +2 -2
- package/esm/text/index.css +24 -24
- package/esm/title/common.css +6 -6
- package/esm/title/component.js +1 -1
- package/esm/title/index.css +23 -23
- package/esm/title/index.js +2 -2
- package/esm/title-mobile/component.js +2 -2
- package/esm/title-mobile/index.css +15 -15
- package/esm/title-responsive/component.js +2 -2
- package/esm/title-responsive/index.css +35 -35
- package/hooks/use-skeleton.css +9 -9
- package/hooks/use-skeleton.js +1 -1
- package/modern/colors.css +35 -35
- package/modern/colors.module-f61703ab.js +4 -0
- package/modern/common.module-45ffbe5d.js +4 -0
- package/modern/hooks/use-skeleton.css +9 -9
- package/modern/hooks/use-skeleton.js +1 -1
- package/modern/text/component.js +2 -2
- package/modern/text/index.css +24 -24
- package/modern/title/common.css +6 -6
- package/modern/title/component.js +1 -1
- package/modern/title/index.css +23 -23
- package/modern/title/index.js +2 -2
- package/modern/title-mobile/component.js +2 -2
- package/modern/title-mobile/index.css +15 -15
- package/modern/title-responsive/component.js +2 -2
- package/modern/title-responsive/index.css +35 -35
- package/package.json +2 -2
- package/src/colors.module.css +4 -4
- package/text/component.js +2 -2
- package/text/index.css +24 -24
- package/title/common.css +6 -6
- package/title/component.js +1 -1
- package/title/index.css +23 -23
- package/title/index.js +2 -2
- package/title-mobile/component.js +2 -2
- package/title-mobile/index.css +15 -15
- package/title-responsive/component.js +2 -2
- package/title-responsive/index.css +35 -35
- package/colors.module-542eef2a.js +0 -6
- package/common.module-4306b4f6.js +0 -6
- package/esm/colors.module-8bcdca4a.js +0 -4
- package/esm/common.module-76facc75.js +0 -4
- package/modern/colors.module-ba6381f2.js +0 -4
- 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 };
|