@nattui/react-components 0.0.28 → 0.0.29
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.js
CHANGED
|
@@ -178,7 +178,7 @@ var INPUT_CLASS_NAME = {
|
|
|
178
178
|
};
|
|
179
179
|
|
|
180
180
|
// src/label.tsx
|
|
181
|
-
import styles5 from "./label.module-
|
|
181
|
+
import styles5 from "./label.module-HUBUIUFV.module.css";
|
|
182
182
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
183
183
|
function Label(props) {
|
|
184
184
|
const { className: customClassName = "", ...rest } = props;
|
package/package.json
CHANGED