@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-3W6OLN6C.module.css";
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;
@@ -4,5 +4,6 @@
4
4
  .label {
5
5
  width: fit-content;
6
6
  font-size: 13px;
7
+ font-weight: 500;
7
8
  color: var(--color-gray-11, #646464);
8
9
  }
package/package.json CHANGED
@@ -46,5 +46,5 @@
46
46
  },
47
47
  "type": "module",
48
48
  "types": "./dist/index.d.ts",
49
- "version": "0.0.28"
49
+ "version": "0.0.29"
50
50
  }