@umami/react-zen 0.109.0 → 0.110.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.css CHANGED
@@ -3327,20 +3327,23 @@ body a.Button_button__NDYwM {
3327
3327
  }
3328
3328
 
3329
3329
  /* virtual-css:css:30dc0f59418ffcc16fc4fc9d2cfc50c3 */
3330
- .Text_truncate__N2RhO {
3330
+ .Text_text__ZGQ3O {
3331
+ color: var(--font-color);
3332
+ }
3333
+ .Text_truncate__OTFiO {
3331
3334
  display: inline-block;
3332
3335
  white-space: nowrap;
3333
3336
  overflow: hidden;
3334
3337
  text-overflow: ellipsis;
3335
3338
  max-width: 100%;
3336
3339
  }
3337
- .Text_italic__OTQxO {
3340
+ .Text_italic__MzkyY {
3338
3341
  font-style: italic;
3339
3342
  }
3340
- .Text_underline__ZjA1M {
3343
+ .Text_underline__MmQxO {
3341
3344
  text-decoration: underline;
3342
3345
  }
3343
- .Text_strikethrough__NTlhM {
3346
+ .Text_strikethrough__NzFlM {
3344
3347
  text-decoration: line-through;
3345
3348
  }
3346
3349
 
package/dist/index.js CHANGED
@@ -29834,7 +29834,7 @@ var import_classnames12 = __toESM(require_classnames());
29834
29834
  var import_classnames11 = __toESM(require_classnames());
29835
29835
 
29836
29836
  // css-modules:E:\dev\umami-react-zen\src\components\Text.module.css
29837
- var Text_default = { "truncate": "Text_truncate__N2RhO", "italic": "Text_italic__OTQxO", "underline": "Text_underline__ZjA1M", "strikethrough": "Text_strikethrough__NTlhM" };
29837
+ var Text_default = { "text": "Text_text__ZGQ3O", "truncate": "Text_truncate__OTFiO", "italic": "Text_italic__MzkyY", "underline": "Text_underline__MmQxO", "strikethrough": "Text_strikethrough__NzFlM" };
29838
29838
 
29839
29839
  // src/components/Text.tsx
29840
29840
  var import_jsx_runtime18 = require("react/jsx-runtime");
package/dist/index.mjs CHANGED
@@ -29721,7 +29721,7 @@ var import_classnames12 = __toESM(require_classnames());
29721
29721
  var import_classnames11 = __toESM(require_classnames());
29722
29722
 
29723
29723
  // css-modules:E:\dev\umami-react-zen\src\components\Text.module.css
29724
- var Text_default = { "truncate": "Text_truncate__N2RhO", "italic": "Text_italic__OTQxO", "underline": "Text_underline__ZjA1M", "strikethrough": "Text_strikethrough__NTlhM" };
29724
+ var Text_default = { "text": "Text_text__ZGQ3O", "truncate": "Text_truncate__OTFiO", "italic": "Text_italic__MzkyY", "underline": "Text_underline__MmQxO", "strikethrough": "Text_strikethrough__NzFlM" };
29725
29725
 
29726
29726
  // src/components/Text.tsx
29727
29727
  import { jsx as jsx18 } from "react/jsx-runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.109.0",
3
+ "version": "0.110.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",
package/styles.css CHANGED
@@ -3645,20 +3645,23 @@ body a.Button_button__NDYwM {
3645
3645
  }
3646
3646
 
3647
3647
  /* virtual-css:css:30dc0f59418ffcc16fc4fc9d2cfc50c3 */
3648
- .Text_truncate__N2RhO {
3648
+ .Text_text__ZGQ3O {
3649
+ color: var(--font-color);
3650
+ }
3651
+ .Text_truncate__OTFiO {
3649
3652
  display: inline-block;
3650
3653
  white-space: nowrap;
3651
3654
  overflow: hidden;
3652
3655
  text-overflow: ellipsis;
3653
3656
  max-width: 100%;
3654
3657
  }
3655
- .Text_italic__OTQxO {
3658
+ .Text_italic__MzkyY {
3656
3659
  font-style: italic;
3657
3660
  }
3658
- .Text_underline__ZjA1M {
3661
+ .Text_underline__MmQxO {
3659
3662
  text-decoration: underline;
3660
3663
  }
3661
- .Text_strikethrough__NTlhM {
3664
+ .Text_strikethrough__NzFlM {
3662
3665
  text-decoration: line-through;
3663
3666
  }
3664
3667