@luscii-healthtech/web-ui 42.9.0 → 42.10.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.
@@ -238,10 +238,12 @@ var css_248z$h = "/* https://stackoverflow.com/a/13924997 */\n.ui\\:text-two-lin
238
238
  styleInject(css_248z$h);
239
239
 
240
240
  const responsiveTextSizeVariants = {
241
+ xs: "ui:text-[12px]",
241
242
  sm: "ui:text-sm ui:sm:text-xs",
242
243
  base: "ui:text-base ui:sm:text-sm"
243
244
  };
244
245
  const allowedTextStyles = {
246
+ xs: `${responsiveTextSizeVariants.xs} ui:font-[400] ui:leading-[16px]`,
245
247
  sm: `${responsiveTextSizeVariants.sm} ui:font-medium`,
246
248
  "sm-strong": `${responsiveTextSizeVariants.sm} ui:font-semibold ui:antialiased`,
247
249
  base: `${responsiveTextSizeVariants.base} ui:font-normal`,
@@ -281,7 +283,8 @@ const allowedColors = {
281
283
  "negative-solid": "ui:text-negative-solid",
282
284
  "neutral-interactive": "ui:text-neutral-interactive",
283
285
  primary: "ui:text-primary",
284
- "primary-dark": "ui:text-primary-dark"
286
+ "primary-dark": "ui:text-primary-dark",
287
+ active: "ui:text-text-body-active"
285
288
  };
286
289
  const allowedHoverColors = {
287
290
  "blue-900": "ui:hover:text-primary-dark",