@tedi-design-system/core 2.4.0 → 3.0.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/_base.scss +1 -1
- package/_helpers.scss +2 -2
- package/_icons.scss +1 -1
- package/_mixins.scss +2 -37
- package/_print.scss +1 -1
- package/_typography.scss +7 -1
- package/index.css +1 -1
- package/index.scss +0 -2
- package/package.json +5 -5
- package/tedi-storybook-styles.scss +8 -8
- package/variables/_base-variables.scss +28 -28
- package/variables/_color-variables.scss +0 -1
- package/variables/_font-variables.scss +0 -1
- package/variables/themes/default/color-variables__dark.scss +3 -6
- package/variables/themes/default/color-variables__default.scss +6 -15
- package/variables/themes/muis/color-variables__muis.scss +1 -0
- package/variables/themes/muis/font-variables__muis.scss +2 -2
- package/variables/themes/rit/color-variables__rit.scss +7 -16
- package/variables/_base-variables-legacy.scss +0 -110
- package/variables/_color-variables-legacy.scss +0 -1113
- package/variables/_dimensional-variables-legacy.scss +0 -1236
- package/variables/_font-variables-legacy.scss +0 -77
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--heading-h1-weight-desktop: var(--weight-01);
|
|
3
|
-
--heading-h1-weight-mobile: var(--weight-01);
|
|
4
|
-
--heading-h1-size-desktop: var(--size-09);
|
|
5
|
-
--heading-h1-size-mobile: var(--size-06);
|
|
6
|
-
--heading-h1-line-height-desktop: var(--line-height-10);
|
|
7
|
-
--heading-h1-line-height-mobile: var(--line-height-07);
|
|
8
|
-
--heading-h2-weight-desktop: var(--weight-02);
|
|
9
|
-
--heading-h2-weight-mobile: var(--weight-02);
|
|
10
|
-
--heading-h2-size-desktop: var(--size-07);
|
|
11
|
-
--heading-h2-size-mobile: var(--size-05);
|
|
12
|
-
--heading-h2-line-height-desktop: var(--line-height-08);
|
|
13
|
-
--heading-h2-line-height-mobile: var(--line-height-05);
|
|
14
|
-
--heading-h3-weight-desktop: var(--weight-02);
|
|
15
|
-
--heading-h3-weight-mobile: var(--weight-02);
|
|
16
|
-
--heading-h3-size-desktop: var(--size-06);
|
|
17
|
-
--heading-h3-size-mobile: var(--size-04);
|
|
18
|
-
--heading-h3-line-height-desktop: var(--line-height-07);
|
|
19
|
-
--heading-h3-line-height-mobile: var(--line-height-04);
|
|
20
|
-
--heading-h4-weight-desktop: var(--weight-02);
|
|
21
|
-
--heading-h4-weight-mobile: var(--weight-02);
|
|
22
|
-
--heading-h4-size-desktop: var(--size-04);
|
|
23
|
-
--heading-h4-size-mobile: var(--size-03);
|
|
24
|
-
--heading-h4-line-height-desktop: var(--line-height-04);
|
|
25
|
-
--heading-h4-line-height-mobile: var(--line-height-03);
|
|
26
|
-
--heading-h5-weight-desktop: var(--weight-02);
|
|
27
|
-
--heading-h5-weight-mobile: var(--weight-03);
|
|
28
|
-
--heading-h5-size-desktop: var(--size-03);
|
|
29
|
-
--heading-h5-size-mobile: var(--size-02);
|
|
30
|
-
--heading-h5-line-height-desktop: var(--line-height-03);
|
|
31
|
-
--heading-h5-line-height-mobile: var(--line-height-03);
|
|
32
|
-
--heading-h6-weight-desktop: var(--weight-03);
|
|
33
|
-
--heading-h6-weight-mobile: var(--weight-03);
|
|
34
|
-
--heading-h6-size-desktop: var(--size-02);
|
|
35
|
-
--heading-h6-size-mobile: var(--size-02);
|
|
36
|
-
--heading-h6-line-height-desktop: var(--line-height-03);
|
|
37
|
-
--heading-h6-line-height-mobile: var(--line-height-03);
|
|
38
|
-
--body-regular-weight-desktop: var(--weight-02);
|
|
39
|
-
--body-regular-weight-mobile: var(--weight-02);
|
|
40
|
-
--body-regular-size-desktop: var(--size-02);
|
|
41
|
-
--body-regular-size-mobile: var(--size-02);
|
|
42
|
-
--body-regular-line-height-desktop: var(--line-height-03);
|
|
43
|
-
--body-regular-line-height-tablet: var(--line-height-03);
|
|
44
|
-
--body-regular-line-height-mobile: var(--line-height-03);
|
|
45
|
-
--family-primary-desktop: var(--family-roboto);
|
|
46
|
-
--family-primary-mobile: var(--family-roboto);
|
|
47
|
-
--body-bold-weight-desktop: var(--weight-03);
|
|
48
|
-
--body-bold-weight-mobile: var(--weight-03);
|
|
49
|
-
--body-bold-size-desktop: var(--size-02);
|
|
50
|
-
--body-bold-size-mobile: var(--size-02);
|
|
51
|
-
--body-bold-line-height-desktop: var(--line-height-03);
|
|
52
|
-
--body-bold-line-height-mobile: var(--line-height-03);
|
|
53
|
-
--body-small-regular-weight-desktop: var(--weight-02);
|
|
54
|
-
--body-small-regular-weight-mobile: var(--weight-02);
|
|
55
|
-
--body-small-regular-size-desktop: var(--size-01);
|
|
56
|
-
--body-small-regular-size-mobile: var(--size-01);
|
|
57
|
-
--body-small-regular-line-height-desktop: var(--line-height-01);
|
|
58
|
-
--body-small-regular-line-height-mobile: var(--line-height-01);
|
|
59
|
-
--body-small-bold-weight-desktop: var(--weight-03);
|
|
60
|
-
--body-small-bold-weight-mobile: var(--weight-03);
|
|
61
|
-
--body-small-bold-size-desktop: var(--size-01);
|
|
62
|
-
--body-small-bold-size-mobile: var(--size-01);
|
|
63
|
-
--body-small-bold-line-height-desktop: var(--line-height-01);
|
|
64
|
-
--body-small-bold-line-height-mobile: var(--line-height-01);
|
|
65
|
-
--heading-subtitle-regular-weight-desktop: var(--weight-03);
|
|
66
|
-
--heading-subtitle-regular-weight-mobile: var(--weight-03);
|
|
67
|
-
--heading-subtitle-regular-size-desktop: var(--size-02);
|
|
68
|
-
--heading-subtitle-regular-size-mobile: var(--size-02);
|
|
69
|
-
--heading-subtitle-regular-line-height-desktop: var(--line-height-03);
|
|
70
|
-
--heading-subtitle-regular-line-height-mobile: var(--line-height-03);
|
|
71
|
-
--heading-subtitle-small-weight-desktop: var(--weight-02);
|
|
72
|
-
--heading-subtitle-small-weight-mobile: var(--weight-02);
|
|
73
|
-
--heading-subtitle-small-size-desktop: var(--size-01);
|
|
74
|
-
--heading-subtitle-small-size-mobile: var(--size-01);
|
|
75
|
-
--heading-subtitle-small-line-height-desktop: var(--line-height-01);
|
|
76
|
-
--heading-subtitle-small-line-height-mobile: var(--line-height-01);
|
|
77
|
-
}
|