@nattstack/ui 0.0.24 → 0.0.25

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.
@@ -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-QG52EV3Q.module.css";
354
+ import styles10 from "./label.module-IWTAXR36.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;
@@ -2,8 +2,7 @@
2
2
  /* Base */
3
3
  /* ===================================================== */
4
4
  .label {
5
- color: var(--color-gray-12);
5
+ color: var(--color-text-secondary);
6
6
  font-size: 13px;
7
- font-weight: 500;
8
7
  width: fit-content;
9
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",