1mpacto-react-ui 0.2.0-beta.3 → 0.2.0-beta.4
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/_typography.scss +72 -0
- package/dist/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -1
- package/dist/assets/typography.css +36 -0
- package/dist/index.cjs +26 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +25 -1
- package/dist/index.mjs.map +1 -1
- package/dist/package.json.d.ts +1 -1
- 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/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4115,8 +4115,32 @@ const QV = (e) => e_(e, null, (n) => typeof n == "number" && !Number.isSafeInteg
|
|
|
4115
4115
|
"payhere-body-esm": ["12px", { lineHeight: "20px", fontWeight: 500 }]
|
|
4116
4116
|
// extra small medium
|
|
4117
4117
|
}, S_ = {
|
|
4118
|
+
"laba-title-lb": ["36px", { lineHeight: "44px", fontWeight: 700 }],
|
|
4119
|
+
// large bold
|
|
4120
|
+
"laba-title-ls": ["36px", { lineHeight: "44px", fontWeight: 600 }],
|
|
4121
|
+
// large semibold
|
|
4122
|
+
"laba-title-lr": ["36px", { lineHeight: "44px", fontWeight: 400 }],
|
|
4123
|
+
// large reguler
|
|
4124
|
+
"laba-title-mb": ["32px", { lineHeight: "40px", fontWeight: 700 }],
|
|
4125
|
+
// medium bold
|
|
4126
|
+
"laba-title-ms": ["32px", { lineHeight: "40px", fontWeight: 600 }],
|
|
4127
|
+
// medium semibold
|
|
4128
|
+
"laba-title-mr": ["32px", { lineHeight: "40px", fontWeight: 400 }],
|
|
4129
|
+
// medium reguler
|
|
4118
4130
|
"laba-h1": ["24px", { lineHeight: "30px", fontWeight: 700 }],
|
|
4131
|
+
"laba-h1-b": ["24px", { lineHeight: "30px", fontWeight: 700 }],
|
|
4132
|
+
// bold
|
|
4133
|
+
"laba-h1-sb": ["24px", { lineHeight: "30px", fontWeight: 600 }],
|
|
4134
|
+
// semibold
|
|
4135
|
+
"laba-h1-r": ["24px", { lineHeight: "30px", fontWeight: 400 }],
|
|
4136
|
+
// reguler
|
|
4119
4137
|
"laba-h2": ["18px", { lineHeight: "26px", fontWeight: 700 }],
|
|
4138
|
+
"laba-h2-b": ["18px", { lineHeight: "26px", fontWeight: 700 }],
|
|
4139
|
+
// bold
|
|
4140
|
+
"laba-h2-sb": ["18px", { lineHeight: "26px", fontWeight: 600 }],
|
|
4141
|
+
// semibold
|
|
4142
|
+
"laba-h2-r": ["18px", { lineHeight: "26px", fontWeight: 400 }],
|
|
4143
|
+
// reguler
|
|
4120
4144
|
"laba-base-rb": ["16px", { lineHeight: "24px", fontWeight: 700 }],
|
|
4121
4145
|
// reguler bold
|
|
4122
4146
|
"laba-base-rs": ["16px", { lineHeight: "24px", fontWeight: 600 }],
|
|
@@ -37172,7 +37196,7 @@ const VL = ({
|
|
|
37172
37196
|
] })
|
|
37173
37197
|
]
|
|
37174
37198
|
}
|
|
37175
|
-
), aV = "0.2.0-beta.
|
|
37199
|
+
), aV = "0.2.0-beta.4", n1 = {
|
|
37176
37200
|
version: aV
|
|
37177
37201
|
}, sV = ({ label: e }) => ({
|
|
37178
37202
|
tinymceScriptSrc: `https://unpkg.com/1mpacto-react-ui@${n1.version}/dist/tinymce/js/tinymce/tinymce.min.js`,
|