@alfalab/core-components-typography 4.6.0 → 4.8.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 +23 -21
- package/colors.module-ae9077a2.js +6 -0
- package/common.module-b1c6f346.js +6 -0
- package/cssm/colors.module.css +3 -1
- package/cssm/hooks/use-skeleton.module.css +3 -1
- package/cssm/text/component.d.ts +1 -1
- package/cssm/text/index.module.css +10 -2
- package/cssm/title/common.module.css +26 -0
- package/cssm/title/component.d.ts +8 -0
- package/cssm/title/index.d.ts +1 -0
- package/cssm/title/index.module.css +7 -21
- package/cssm/title-mobile/component.d.ts +1 -0
- package/cssm/title-mobile/index.module.css +3 -1
- package/cssm/title-responsive/component.d.ts +1 -0
- package/cssm/title-responsive/component.js +2 -1
- package/cssm/title-responsive/index.module.css +7 -5
- package/esm/colors.css +23 -21
- package/esm/colors.module-150df74d.js +4 -0
- package/esm/common.module-6fb90ced.js +4 -0
- package/esm/hooks/use-skeleton.css +8 -6
- package/esm/hooks/use-skeleton.js +1 -1
- package/esm/text/component.d.ts +1 -1
- package/esm/text/component.js +2 -2
- package/esm/text/index.css +30 -22
- package/esm/title/common.css +32 -6
- package/esm/title/component.d.ts +8 -0
- package/esm/title/component.js +1 -1
- package/esm/title/index.css +23 -37
- package/esm/title/index.d.ts +1 -0
- package/esm/title/index.js +2 -2
- package/esm/title-mobile/component.d.ts +1 -0
- package/esm/title-mobile/component.js +2 -2
- package/esm/title-mobile/index.css +14 -12
- package/esm/title-responsive/component.d.ts +1 -0
- package/esm/title-responsive/component.js +4 -3
- package/esm/title-responsive/index.css +38 -36
- package/hooks/use-skeleton.css +8 -6
- package/hooks/use-skeleton.js +1 -1
- package/modern/colors.css +23 -21
- package/modern/colors.module-024abe1e.js +4 -0
- package/modern/common.module-38c9e9b8.js +4 -0
- package/modern/hooks/use-skeleton.css +8 -6
- package/modern/hooks/use-skeleton.js +1 -1
- package/modern/text/component.d.ts +1 -1
- package/modern/text/component.js +2 -2
- package/modern/text/index.css +30 -22
- package/modern/title/common.css +32 -6
- package/modern/title/component.d.ts +8 -0
- package/modern/title/component.js +1 -1
- package/modern/title/index.css +23 -37
- package/modern/title/index.d.ts +1 -0
- package/modern/title/index.js +2 -2
- package/modern/title-mobile/component.d.ts +1 -0
- package/modern/title-mobile/component.js +2 -2
- package/modern/title-mobile/index.css +14 -12
- package/modern/title-responsive/component.d.ts +1 -0
- package/modern/title-responsive/component.js +4 -3
- package/modern/title-responsive/index.css +38 -36
- package/package.json +5 -3
- package/src/text/component.tsx +2 -1
- package/src/text/index.module.css +4 -0
- package/src/title/common.module.css +13 -0
- package/src/title/component.tsx +5 -0
- package/src/title/index.module.css +0 -13
- package/src/title-responsive/component.tsx +2 -1
- package/text/component.d.ts +1 -1
- package/text/component.js +2 -2
- package/text/index.css +30 -22
- package/title/common.css +32 -6
- package/title/component.d.ts +8 -0
- package/title/component.js +1 -1
- package/title/index.css +23 -37
- package/title/index.d.ts +1 -0
- package/title/index.js +2 -2
- package/title-mobile/component.d.ts +1 -0
- package/title-mobile/component.js +2 -2
- package/title-mobile/index.css +14 -12
- package/title-responsive/component.d.ts +1 -0
- package/title-responsive/component.js +4 -3
- package/title-responsive/index.css +38 -36
- package/colors.module-8e6a3fdb.js +0 -6
- package/common.module-ef856f93.js +0 -6
- package/esm/colors.module-4991aa3d.js +0 -4
- package/esm/common.module-77bf056d.js +0 -4
- package/modern/colors.module-f61703ab.js +0 -4
- package/modern/common.module-45ffbe5d.js +0 -4
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var colors = {"tertiary":"typography__tertiary_13p9f","disabled":"typography__disabled_13p9f","accent":"typography__accent_13p9f","primary":"typography__primary_13p9f","attention":"typography__attention_13p9f","positive":"typography__positive_13p9f","secondary":"typography__secondary_13p9f","tertiary-inverted":"typography__tertiary-inverted_13p9f","primary-inverted":"typography__primary-inverted_13p9f","secondary-inverted":"typography__secondary-inverted_13p9f","link":"typography__link_13p9f","negative":"typography__negative_13p9f","static-primary-light":"typography__static-primary-light_13p9f","static-secondary-light":"typography__static-secondary-light_13p9f","static-tertiary-light":"typography__static-tertiary-light_13p9f","static-primary-dark":"typography__static-primary-dark_13p9f","static-secondary-dark":"typography__static-secondary-dark_13p9f","static-tertiary-dark":"typography__static-tertiary-dark_13p9f","static-accent":"typography__static-accent_13p9f"};
|
|
2
|
-
require('./colors.css')
|
|
3
|
-
|
|
4
|
-
export { colors as c };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var commonStyles = {"component":"typography__component_1qetz","bold":"typography__bold_1qetz","semibold":"typography__semibold_1qetz","medium":"typography__medium_1qetz","regular":"typography__regular_1qetz"};
|
|
2
|
-
require('./title/common.css')
|
|
3
|
-
|
|
4
|
-
export { commonStyles as c };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const colors = {"tertiary":"typography__tertiary_13p9f","disabled":"typography__disabled_13p9f","accent":"typography__accent_13p9f","primary":"typography__primary_13p9f","attention":"typography__attention_13p9f","positive":"typography__positive_13p9f","secondary":"typography__secondary_13p9f","tertiary-inverted":"typography__tertiary-inverted_13p9f","primary-inverted":"typography__primary-inverted_13p9f","secondary-inverted":"typography__secondary-inverted_13p9f","link":"typography__link_13p9f","negative":"typography__negative_13p9f","static-primary-light":"typography__static-primary-light_13p9f","static-secondary-light":"typography__static-secondary-light_13p9f","static-tertiary-light":"typography__static-tertiary-light_13p9f","static-primary-dark":"typography__static-primary-dark_13p9f","static-secondary-dark":"typography__static-secondary-dark_13p9f","static-tertiary-dark":"typography__static-tertiary-dark_13p9f","static-accent":"typography__static-accent_13p9f"};
|
|
2
|
-
require('./colors.css')
|
|
3
|
-
|
|
4
|
-
export { colors as c };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const commonStyles = {"component":"typography__component_1qetz","bold":"typography__bold_1qetz","semibold":"typography__semibold_1qetz","medium":"typography__medium_1qetz","regular":"typography__regular_1qetz"};
|
|
2
|
-
require('./title/common.css')
|
|
3
|
-
|
|
4
|
-
export { commonStyles as c };
|