@nattstack/ui 0.0.24 → 0.0.26
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/components/index.js
CHANGED
|
@@ -351,7 +351,7 @@ var INPUT_CLASS_NAME = {
|
|
|
351
351
|
};
|
|
352
352
|
|
|
353
353
|
// src/components/label/label.tsx
|
|
354
|
-
import styles10 from "./label.module-
|
|
354
|
+
import styles10 from "./label.module-2UZDXZQ4.module.css";
|
|
355
355
|
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
356
356
|
function Label(props) {
|
|
357
357
|
const { className: customClassName = "", htmlFor = void 0, children = "", ...rest } = props;
|