@umami/react-zen 0.49.0 → 0.50.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 +1 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/styles.css +1 -2
package/dist/index.css
CHANGED
|
@@ -2215,10 +2215,9 @@
|
|
|
2215
2215
|
}
|
|
2216
2216
|
|
|
2217
2217
|
/* virtual-css:css:30dc0f59418ffcc16fc4fc9d2cfc50c3 */
|
|
2218
|
-
:where(.
|
|
2218
|
+
:where(.Text_text__ZDk3Y) {
|
|
2219
2219
|
color: var(--font-color);
|
|
2220
2220
|
font-size: var(--font-size);
|
|
2221
|
-
line-height: 1.2em;
|
|
2222
2221
|
}
|
|
2223
2222
|
|
|
2224
2223
|
/* virtual-css:css:c1c264103e87c7a7d9c345a7e75f073b */
|
package/dist/index.js
CHANGED
|
@@ -39260,7 +39260,7 @@ function Column({ reverse, children, ...props }) {
|
|
|
39260
39260
|
var import_classnames5 = __toESM(require_classnames());
|
|
39261
39261
|
|
|
39262
39262
|
// css-modules:E:\dev\umami-react-zen\src\components\Text.module.css
|
|
39263
|
-
var Text_default = { "text": "
|
|
39263
|
+
var Text_default = { "text": "Text_text__ZDk3Y" };
|
|
39264
39264
|
|
|
39265
39265
|
// src/components/Text.tsx
|
|
39266
39266
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -39158,7 +39158,7 @@ function Column({ reverse, children, ...props }) {
|
|
|
39158
39158
|
var import_classnames5 = __toESM(require_classnames());
|
|
39159
39159
|
|
|
39160
39160
|
// css-modules:E:\dev\umami-react-zen\src\components\Text.module.css
|
|
39161
|
-
var Text_default = { "text": "
|
|
39161
|
+
var Text_default = { "text": "Text_text__ZDk3Y" };
|
|
39162
39162
|
|
|
39163
39163
|
// src/components/Text.tsx
|
|
39164
39164
|
import { jsx as jsx8 } from "react/jsx-runtime";
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -2483,10 +2483,9 @@ li {
|
|
|
2483
2483
|
}
|
|
2484
2484
|
|
|
2485
2485
|
/* virtual-css:css:30dc0f59418ffcc16fc4fc9d2cfc50c3 */
|
|
2486
|
-
:where(.
|
|
2486
|
+
:where(.Text_text__ZDk3Y) {
|
|
2487
2487
|
color: var(--font-color);
|
|
2488
2488
|
font-size: var(--font-size);
|
|
2489
|
-
line-height: 1.2em;
|
|
2490
2489
|
}
|
|
2491
2490
|
|
|
2492
2491
|
/* virtual-css:css:c1c264103e87c7a7d9c345a7e75f073b */
|