1mpacto-react-ui 0.0.140 → 0.0.142
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/dist/assets/_colors.scss +241 -0
- package/dist/assets/_typography.scss +203 -0
- package/dist/assets/colors.css +243 -0
- package/dist/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -0
- package/dist/assets/style.css +1 -1
- package/dist/assets/typography.css +104 -0
- package/dist/index.cjs +51 -51
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3113 -3114
- package/dist/index.mjs.map +1 -1
- package/dist/package.json.d.ts +19 -6
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -1
- package/package.json +19 -6
- package/dist/assets/styles/fontfamily.css +0 -148
@@ -0,0 +1,104 @@
|
|
1
|
+
@theme {
|
2
|
+
--text-payhere-h1: 60px;
|
3
|
+
--text-payhere-h1--line-height: 72px;
|
4
|
+
--text-payhere-h1--font-weight: 700;
|
5
|
+
--text-payhere-h2: 48px;
|
6
|
+
--text-payhere-h2--line-height: 58px;
|
7
|
+
--text-payhere-h2--font-weight: 700;
|
8
|
+
--text-payhere-h3: 40px;
|
9
|
+
--text-payhere-h3--line-height: 48px;
|
10
|
+
--text-payhere-h3--font-weight: 700;
|
11
|
+
--text-payhere-h4: 30px;
|
12
|
+
--text-payhere-h4--line-height: 38px;
|
13
|
+
--text-payhere-h4--font-weight: 700;
|
14
|
+
--text-payhere-h5: 28px;
|
15
|
+
--text-payhere-h5--line-height: 40px;
|
16
|
+
--text-payhere-h5--font-weight: 600;
|
17
|
+
--text-payhere-h6: 24px;
|
18
|
+
--text-payhere-h6--line-height: 30px;
|
19
|
+
--text-payhere-h6--font-weight: 600;
|
20
|
+
--text-payhere-body-lr: 18px;
|
21
|
+
--text-payhere-body-lr--line-height: 26px;
|
22
|
+
--text-payhere-body-lr--font-weight: 400;
|
23
|
+
--text-payhere-body-lm: 18px;
|
24
|
+
--text-payhere-body-lm--line-height: 26px;
|
25
|
+
--text-payhere-body-lm--font-weight: 500;
|
26
|
+
--text-payhere-body-ls: 18px;
|
27
|
+
--text-payhere-body-ls--line-height: 26px;
|
28
|
+
--text-payhere-body-ls--font-weight: 600;
|
29
|
+
--text-payhere-body-lb: 18px;
|
30
|
+
--text-payhere-body-lb--line-height: 26px;
|
31
|
+
--text-payhere-body-lb--font-weight: 700;
|
32
|
+
--text-payhere-body-mr: 16px;
|
33
|
+
--text-payhere-body-mr--line-height: 24px;
|
34
|
+
--text-payhere-body-mr--font-weight: 400;
|
35
|
+
--text-payhere-body-mm: 16px;
|
36
|
+
--text-payhere-body-mm--line-height: 24px;
|
37
|
+
--text-payhere-body-mm--font-weight: 500;
|
38
|
+
--text-payhere-body-ms: 16px;
|
39
|
+
--text-payhere-body-ms--line-height: 24px;
|
40
|
+
--text-payhere-body-ms--font-weight: 600;
|
41
|
+
--text-payhere-body-mb: 16px;
|
42
|
+
--text-payhere-body-mb--line-height: 24px;
|
43
|
+
--text-payhere-body-mb--font-weight: 700;
|
44
|
+
--text-payhere-label-r: 15px;
|
45
|
+
--text-payhere-label-r--line-height: 26px;
|
46
|
+
--text-payhere-label-r--font-weight: 400;
|
47
|
+
--text-payhere-label-m: 15px;
|
48
|
+
--text-payhere-label-m--line-height: 26px;
|
49
|
+
--text-payhere-label-m--font-weight: 500;
|
50
|
+
--text-payhere-body-sr: 14px;
|
51
|
+
--text-payhere-body-sr--line-height: 22px;
|
52
|
+
--text-payhere-body-sr--font-weight: 400;
|
53
|
+
--text-payhere-body-sm: 14px;
|
54
|
+
--text-payhere-body-sm--line-height: 22px;
|
55
|
+
--text-payhere-body-sm--font-weight: 500;
|
56
|
+
--text-payhere-body-esr: 12px;
|
57
|
+
--text-payhere-body-esr--line-height: 20px;
|
58
|
+
--text-payhere-body-esr--font-weight: 400;
|
59
|
+
--text-payhere-body-esm: 12px;
|
60
|
+
--text-payhere-body-esm--line-height: 20px;
|
61
|
+
--text-payhere-body-esm--font-weight: 500;
|
62
|
+
--text-laba-h1: 24px;
|
63
|
+
--text-laba-h1--line-height: 30px;
|
64
|
+
--text-laba-h1--font-weight: 700;
|
65
|
+
--text-laba-h2: 18px;
|
66
|
+
--text-laba-h2--line-height: 26px;
|
67
|
+
--text-laba-h2--font-weight: 700;
|
68
|
+
--text-laba-base-rb: 16px;
|
69
|
+
--text-laba-base-rb--line-height: 24px;
|
70
|
+
--text-laba-base-rb--font-weight: 700;
|
71
|
+
--text-laba-base-rs: 16px;
|
72
|
+
--text-laba-base-rs--line-height: 24px;
|
73
|
+
--text-laba-base-rs--font-weight: 600;
|
74
|
+
--text-laba-base-rr: 16px;
|
75
|
+
--text-laba-base-rr--line-height: 24px;
|
76
|
+
--text-laba-base-rr--font-weight: 400;
|
77
|
+
--text-laba-base-sb: 14px;
|
78
|
+
--text-laba-base-sb--line-height: 20px;
|
79
|
+
--text-laba-base-sb--font-weight: 700;
|
80
|
+
--text-laba-base-ss: 14px;
|
81
|
+
--text-laba-base-ss--line-height: 20px;
|
82
|
+
--text-laba-base-ss--font-weight: 600;
|
83
|
+
--text-laba-base-sr: 14px;
|
84
|
+
--text-laba-base-sr--line-height: 20px;
|
85
|
+
--text-laba-base-sr--font-weight: 400;
|
86
|
+
--text-laba-subtitle-rb: 12px;
|
87
|
+
--text-laba-subtitle-rb--line-height: 16px;
|
88
|
+
--text-laba-subtitle-rb--font-weight: 700;
|
89
|
+
--text-laba-subtitle-rs: 12px;
|
90
|
+
--text-laba-subtitle-rs--line-height: 16px;
|
91
|
+
--text-laba-subtitle-rs--font-weight: 600;
|
92
|
+
--text-laba-subtitle-rr: 12px;
|
93
|
+
--text-laba-subtitle-rr--line-height: 16px;
|
94
|
+
--text-laba-subtitle-rr--font-weight: 400;
|
95
|
+
--text-laba-subtitle-sb: 10px;
|
96
|
+
--text-laba-subtitle-sb--line-height: 12px;
|
97
|
+
--text-laba-subtitle-sb--font-weight: 700;
|
98
|
+
--text-laba-subtitle-ss: 10px;
|
99
|
+
--text-laba-subtitle-ss--line-height: 12px;
|
100
|
+
--text-laba-subtitle-ss--font-weight: 600;
|
101
|
+
--text-laba-subtitle-sr: 10px;
|
102
|
+
--text-laba-subtitle-sr--line-height: 12px;
|
103
|
+
--text-laba-subtitle-sr--font-weight: 400;
|
104
|
+
}
|