@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.
- 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 +3 -3
- 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-386aa13d.js +0 -6
- package/common.module-b7161de1.js +0 -6
- package/esm/colors.module-f826795b.js +0 -4
- package/esm/common.module-1fd9d659.js +0 -4
- package/modern/colors.module-70bdb614.js +0 -4
- 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 };
|