1mpacto-react-ui 0.2.0-beta.3 → 0.2.0-beta.5
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 +247 -1
- package/dist/assets/_mixins.scss +22 -0
- package/dist/assets/_screen.scss +6 -0
- package/dist/assets/_typography.scss +72 -0
- package/dist/assets/colors.css +1 -0
- package/dist/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -1
- package/dist/assets/screen.css +8 -0
- package/dist/assets/style.css +1 -1
- package/dist/assets/typography.css +36 -0
- package/dist/index.cjs +65 -65
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2922 -2838
- package/dist/index.mjs.map +1 -1
- package/dist/package.json.d.ts +10 -6
- package/dist/src/components/Collapse/CollapseV2.d.ts +3 -0
- package/dist/src/components/Collapse/CollapseV2.stories.d.ts +18 -0
- package/dist/src/components/Colors/Colors.stories.d.ts +13 -0
- package/dist/src/components/SelectDropdownContainer/SelectDropdownContainer.stories.d.ts +350 -2
- package/dist/src/components/Sidebar/Sidebar.stories.d.ts +171 -2
- package/dist/src/components/Table/Table.stories.d.ts +247 -1
- package/dist/src/components/TextEditor/TextEditor.stories.d.ts +75 -1
- package/dist/src/components/Typography/Typography.stories.d.ts +13 -0
- package/dist/src/components/index.d.ts +2 -1
- package/dist/src/config/components/typography.d.ts +13 -1
- package/dist/src/interfaces/components/Collapse/index.d.ts +7 -0
- package/dist/src/interfaces/components/TruncateComponent/index.d.ts +1 -3
- package/package.json +10 -6
|
@@ -59,12 +59,48 @@
|
|
|
59
59
|
--text-payhere-body-esm: 12px;
|
|
60
60
|
--text-payhere-body-esm--line-height: 20px;
|
|
61
61
|
--text-payhere-body-esm--font-weight: 500;
|
|
62
|
+
--text-laba-title-lb: 36px;
|
|
63
|
+
--text-laba-title-lb--line-height: 44px;
|
|
64
|
+
--text-laba-title-lb--font-weight: 700;
|
|
65
|
+
--text-laba-title-ls: 36px;
|
|
66
|
+
--text-laba-title-ls--line-height: 44px;
|
|
67
|
+
--text-laba-title-ls--font-weight: 600;
|
|
68
|
+
--text-laba-title-lr: 36px;
|
|
69
|
+
--text-laba-title-lr--line-height: 44px;
|
|
70
|
+
--text-laba-title-lr--font-weight: 400;
|
|
71
|
+
--text-laba-title-mb: 32px;
|
|
72
|
+
--text-laba-title-mb--line-height: 40px;
|
|
73
|
+
--text-laba-title-mb--font-weight: 700;
|
|
74
|
+
--text-laba-title-ms: 32px;
|
|
75
|
+
--text-laba-title-ms--line-height: 40px;
|
|
76
|
+
--text-laba-title-ms--font-weight: 600;
|
|
77
|
+
--text-laba-title-mr: 32px;
|
|
78
|
+
--text-laba-title-mr--line-height: 40px;
|
|
79
|
+
--text-laba-title-mr--font-weight: 400;
|
|
62
80
|
--text-laba-h1: 24px;
|
|
63
81
|
--text-laba-h1--line-height: 30px;
|
|
64
82
|
--text-laba-h1--font-weight: 700;
|
|
83
|
+
--text-laba-h1-b: 24px;
|
|
84
|
+
--text-laba-h1-b--line-height: 30px;
|
|
85
|
+
--text-laba-h1-b--font-weight: 700;
|
|
86
|
+
--text-laba-h1-sb: 24px;
|
|
87
|
+
--text-laba-h1-sb--line-height: 30px;
|
|
88
|
+
--text-laba-h1-sb--font-weight: 600;
|
|
89
|
+
--text-laba-h1-r: 24px;
|
|
90
|
+
--text-laba-h1-r--line-height: 30px;
|
|
91
|
+
--text-laba-h1-r--font-weight: 400;
|
|
65
92
|
--text-laba-h2: 18px;
|
|
66
93
|
--text-laba-h2--line-height: 26px;
|
|
67
94
|
--text-laba-h2--font-weight: 700;
|
|
95
|
+
--text-laba-h2-b: 18px;
|
|
96
|
+
--text-laba-h2-b--line-height: 26px;
|
|
97
|
+
--text-laba-h2-b--font-weight: 700;
|
|
98
|
+
--text-laba-h2-sb: 18px;
|
|
99
|
+
--text-laba-h2-sb--line-height: 26px;
|
|
100
|
+
--text-laba-h2-sb--font-weight: 600;
|
|
101
|
+
--text-laba-h2-r: 18px;
|
|
102
|
+
--text-laba-h2-r--line-height: 26px;
|
|
103
|
+
--text-laba-h2-r--font-weight: 400;
|
|
68
104
|
--text-laba-base-rb: 16px;
|
|
69
105
|
--text-laba-base-rb--line-height: 24px;
|
|
70
106
|
--text-laba-base-rb--font-weight: 700;
|