@alfalab/core-components-typography 2.7.0 → 3.0.1
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 +13 -13
- package/{colors.module-4c2ca274.d.ts → colors.module-03390c00.d.ts} +0 -0
- package/{colors.module-4c2ca274.js → colors.module-03390c00.js} +1 -1
- package/common.module-9b0bcfc8.js +6 -0
- package/component.js +2 -2
- package/esm/colors.css +13 -13
- package/esm/{colors.module-c6d365aa.d.ts → colors.module-0906857f.d.ts} +0 -0
- package/esm/{colors.module-c6d365aa.js → colors.module-0906857f.js} +1 -1
- package/esm/common.module-e9f0b7ea.js +4 -0
- package/esm/component.js +2 -2
- package/esm/index.js +2 -2
- package/esm/text/component.js +2 -2
- package/esm/text/index.css +14 -14
- package/esm/text/index.js +1 -1
- package/esm/title/common.css +5 -5
- package/esm/title/component.js +1 -1
- package/esm/title/index.css +19 -19
- package/esm/title/index.js +3 -3
- package/esm/title-mobile/component.js +3 -3
- package/esm/title-mobile/index.css +14 -14
- package/esm/title-mobile/index.js +2 -2
- package/esm/title-responsive/component.js +3 -3
- package/esm/title-responsive/index.css +41 -41
- package/esm/title-responsive/index.js +2 -2
- package/index.js +2 -2
- package/modern/colors.css +13 -13
- package/modern/colors.module-57720db5.js +4 -0
- package/modern/common.module-e9f0b7ea.js +4 -0
- package/modern/component.js +2 -2
- package/modern/index.js +2 -2
- package/modern/text/component.js +2 -2
- package/modern/text/index.css +14 -14
- package/modern/text/index.js +1 -1
- package/modern/title/common.css +5 -5
- package/modern/title/component.js +1 -1
- package/modern/title/index.css +19 -19
- package/modern/title/index.js +3 -3
- package/modern/title-mobile/component.js +3 -3
- package/modern/title-mobile/index.css +14 -14
- package/modern/title-mobile/index.js +2 -2
- package/modern/title-responsive/component.js +3 -3
- package/modern/title-responsive/index.css +41 -41
- package/modern/title-responsive/index.js +2 -2
- package/package.json +1 -1
- package/text/component.js +2 -2
- package/text/index.css +14 -14
- package/text/index.js +1 -1
- package/title/common.css +5 -5
- package/title/component.js +1 -1
- package/title/index.css +19 -19
- package/title/index.js +3 -3
- package/title-mobile/component.js +3 -3
- package/title-mobile/index.css +14 -14
- package/title-mobile/index.js +2 -2
- package/title-responsive/component.js +3 -3
- package/title-responsive/index.css +41 -41
- package/title-responsive/index.js +2 -2
- package/CHANGELOG.md +0 -206
- package/common.module-de511f98.js +0 -6
- package/esm/common.module-5853399a.js +0 -4
- package/modern/colors.module-462e49db.js +0 -4
- package/modern/common.module-5853399a.js +0 -4
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var colors = {"tertiary":"typography__tertiary_ptgnk","disabled":"typography__disabled_ptgnk","accent":"typography__accent_ptgnk","primary":"typography__primary_ptgnk","attention":"typography__attention_ptgnk","positive":"typography__positive_ptgnk","secondary":"typography__secondary_ptgnk","tertiary-inverted":"typography__tertiary-inverted_ptgnk","primary-inverted":"typography__primary-inverted_ptgnk","secondary-inverted":"typography__secondary-inverted_ptgnk","link":"typography__link_ptgnk","negative":"typography__negative_ptgnk"};
|
|
2
|
-
require('./colors.css')
|
|
3
|
-
|
|
4
|
-
export { colors as c };
|