@alfalab/core-components-typography 4.11.1 → 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.
- package/colors.css +20 -20
- package/colors.module-3df2d54c.js +6 -0
- package/common.module-4ea0799e.js +6 -0
- package/esm/colors.css +20 -20
- package/esm/colors.module-b0c10a10.js +4 -0
- package/esm/common.module-39525dd6.js +4 -0
- package/esm/hooks/use-skeleton.css +5 -5
- package/esm/hooks/use-skeleton.js +1 -1
- package/esm/text/component.js +2 -2
- package/esm/text/index.css +22 -22
- package/esm/title/common.css +9 -9
- package/esm/title/component.js +1 -1
- package/esm/title/index.css +17 -17
- package/esm/title/index.js +2 -2
- package/esm/title-mobile/component.js +2 -2
- package/esm/title-mobile/index.css +16 -16
- package/hooks/use-skeleton.css +5 -5
- package/hooks/use-skeleton.js +1 -1
- package/modern/colors.css +20 -20
- package/modern/colors.module-3bd9fc46.js +4 -0
- package/modern/common.module-4f82a2ea.js +4 -0
- package/modern/hooks/use-skeleton.css +5 -5
- package/modern/hooks/use-skeleton.js +1 -1
- package/modern/text/component.js +2 -2
- package/modern/text/index.css +22 -22
- package/modern/title/common.css +9 -9
- package/modern/title/component.js +1 -1
- package/modern/title/index.css +17 -17
- package/modern/title/index.js +2 -2
- package/modern/title-mobile/component.js +2 -2
- package/modern/title-mobile/index.css +16 -16
- package/package.json +5 -5
- package/text/component.js +2 -2
- package/text/index.css +22 -22
- package/title/common.css +9 -9
- package/title/component.d.ts +1 -1
- package/title/component.js +1 -1
- package/title/index.css +17 -17
- package/title/index.d.ts +1 -1
- package/title/index.js +2 -2
- package/title-mobile/component.d.ts +1 -1
- package/title-mobile/component.js +2 -2
- package/title-mobile/index.css +16 -16
- package/title-responsive/component.d.ts +1 -1
- package/colors.module-5807871b.js +0 -6
- package/common.module-db0d750d.js +0 -6
- package/esm/colors.module-02c577a9.js +0 -4
- package/esm/common.module-f44357f1.js +0 -4
- package/modern/colors.module-c54271c9.js +0 -4
- package/modern/common.module-aa076c79.js +0 -4
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var commonStyles = {"component":"typography__component_8atbg","bold":"typography__bold_8atbg","semibold":"typography__semibold_8atbg","medium":"typography__medium_8atbg","regular":"typography__regular_8atbg","rowLimit1":"typography__rowLimit1_8atbg","rowLimit2":"typography__rowLimit2_8atbg","rowLimit3":"typography__rowLimit3_8atbg"};
|
|
2
|
-
require('./title/common.css')
|
|
3
|
-
|
|
4
|
-
export { commonStyles as c };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const colors = {"tertiary":"typography__tertiary_rciwl","disabled":"typography__disabled_rciwl","accent":"typography__accent_rciwl","primary":"typography__primary_rciwl","attention":"typography__attention_rciwl","positive":"typography__positive_rciwl","secondary":"typography__secondary_rciwl","tertiary-inverted":"typography__tertiary-inverted_rciwl","primary-inverted":"typography__primary-inverted_rciwl","secondary-inverted":"typography__secondary-inverted_rciwl","link":"typography__link_rciwl","negative":"typography__negative_rciwl","static-primary-light":"typography__static-primary-light_rciwl","static-secondary-light":"typography__static-secondary-light_rciwl","static-tertiary-light":"typography__static-tertiary-light_rciwl","static-primary-dark":"typography__static-primary-dark_rciwl","static-secondary-dark":"typography__static-secondary-dark_rciwl","static-tertiary-dark":"typography__static-tertiary-dark_rciwl","static-accent":"typography__static-accent_rciwl"};
|
|
2
|
-
require('./colors.css')
|
|
3
|
-
|
|
4
|
-
export { colors as c };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const commonStyles = {"component":"typography__component_8atbg","bold":"typography__bold_8atbg","semibold":"typography__semibold_8atbg","medium":"typography__medium_8atbg","regular":"typography__regular_8atbg","rowLimit1":"typography__rowLimit1_8atbg","rowLimit2":"typography__rowLimit2_8atbg","rowLimit3":"typography__rowLimit3_8atbg"};
|
|
2
|
-
require('./title/common.css')
|
|
3
|
-
|
|
4
|
-
export { commonStyles as c };
|