@luscii-healthtech/web-ui 58.1.2 → 58.2.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/dist/index.development.js +6 -0
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/components/Text/Text.d.ts +1 -1
- package/dist/src/generated/components/Text/Text.d.ts +1 -1
- package/dist/src/generated/tokens/generated/tokens.d.ts +312 -114
- package/dist/src/tokens/generated/tokens.d.ts +312 -114
- package/dist/web-ui-tailwind.css +236 -176
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -234,6 +234,9 @@ const newVariants = /* @__PURE__ */ new Set([
|
|
|
234
234
|
"body-base-light",
|
|
235
235
|
"body-base-regular",
|
|
236
236
|
"body-base-bold",
|
|
237
|
+
"body-medium-light",
|
|
238
|
+
"body-medium-regular",
|
|
239
|
+
"body-medium-bold",
|
|
237
240
|
"body-small-light",
|
|
238
241
|
"body-small-regular",
|
|
239
242
|
"body-small-bold"
|
|
@@ -243,6 +246,9 @@ const newVariantClasses = {
|
|
|
243
246
|
"body-base-light": "ui-typo-body-base-light",
|
|
244
247
|
"body-base-regular": "ui-typo-body-base-regular",
|
|
245
248
|
"body-base-bold": "ui-typo-body-base-bold",
|
|
249
|
+
"body-medium-light": "ui-typo-body-medium-light",
|
|
250
|
+
"body-medium-regular": "ui-typo-body-medium-regular",
|
|
251
|
+
"body-medium-bold": "ui-typo-body-medium-bold",
|
|
246
252
|
"body-small-light": "ui-typo-body-small-light",
|
|
247
253
|
"body-small-regular": "ui-typo-body-small-regular",
|
|
248
254
|
"body-small-bold": "ui-typo-body-small-bold"
|