@nattstack/ui 0.0.11 → 0.0.12

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.
@@ -10,7 +10,7 @@
10
10
  flex-shrink: 0;
11
11
  font-family: var(--font-sans, sans-serif);
12
12
  font-size: 14px;
13
- font-weight: 450;
13
+ font-weight: 500;
14
14
  height: var(--size-button);
15
15
  justify-content: safe center;
16
16
  line-height: 1.5;
@@ -15,7 +15,7 @@ function normalizeWhitespace(value) {
15
15
  }
16
16
 
17
17
  // src/components/button/button.tsx
18
- import styles2 from "./button.module-7SBYQX77.module.css";
18
+ import styles2 from "./button.module-WP2NJQZI.module.css";
19
19
  import { jsx as jsx2, jsxs } from "react/jsx-runtime";
20
20
  function Button(props) {
21
21
  const {
@@ -354,7 +354,7 @@ var INPUT_CLASS_NAME = {
354
354
  };
355
355
 
356
356
  // src/components/label/label.tsx
357
- import styles10 from "./label.module-L4N7QKQF.module.css";
357
+ import styles10 from "./label.module-QG52EV3Q.module.css";
358
358
  import { jsx as jsx11 } from "react/jsx-runtime";
359
359
  function Label(props) {
360
360
  const { className: customClassName = "", htmlFor = void 0, children = "", ...rest } = props;
@@ -519,7 +519,7 @@ var TABS_PILL_LIST_CLASS_NAME = {
519
519
 
520
520
  // src/components/tabs-pill/tabs-pill-tab.tsx
521
521
  import { Tabs as BaseTabs3 } from "@base-ui/react";
522
- import styles16 from "./tabs-pill-tab.module-NOUQQCDW.module.css";
522
+ import styles16 from "./tabs-pill-tab.module-5SZMEO3Y.module.css";
523
523
  import { jsx as jsx16, jsxs as jsxs4 } from "react/jsx-runtime";
524
524
  function TabsPillTab(props) {
525
525
  const { className: customClassName = "", isNativeButton = true, ...rest } = props;
@@ -593,7 +593,7 @@ var TABS_SEGMENTED_LIST_CLASS_NAME = {
593
593
 
594
594
  // src/components/tabs-segmented/tabs-segmented-tab.tsx
595
595
  import { Tabs as BaseTabs6 } from "@base-ui/react";
596
- import styles19 from "./tabs-segmented-tab.module-VKVINCWX.module.css";
596
+ import styles19 from "./tabs-segmented-tab.module-SVYVEM2O.module.css";
597
597
  import { jsx as jsx19 } from "react/jsx-runtime";
598
598
  function TabsSegmentedTab(props) {
599
599
  const { className: customClassName = "", isNativeButton = true, ...rest } = props;
@@ -662,7 +662,7 @@ var TABS_UNDERLINE_LIST_CLASS_NAME = {
662
662
 
663
663
  // src/components/tabs-underline/tabs-underline-tab.tsx
664
664
  import { Tabs as BaseTabs9 } from "@base-ui/react";
665
- import styles22 from "./tabs-underline-tab.module-JFTB54DE.module.css";
665
+ import styles22 from "./tabs-underline-tab.module-OAE4JH7K.module.css";
666
666
  import { jsx as jsx22 } from "react/jsx-runtime";
667
667
  function TabsUnderlineTab(props) {
668
668
  const { className: customClassName = "", isNativeButton = true, ...rest } = props;
@@ -773,7 +773,7 @@ function Tooltip(props) {
773
773
 
774
774
  // src/components/tooltip/tooltip-content.tsx
775
775
  import { Tooltip as BaseTooltip2 } from "@base-ui/react";
776
- import styles26 from "./tooltip-content.module-WKER6QBC.module.css";
776
+ import styles26 from "./tooltip-content.module-QGRFS5NN.module.css";
777
777
  import { jsx as jsx27, jsxs as jsxs7 } from "react/jsx-runtime";
778
778
  function TooltipContent(props) {
779
779
  const { children, className: customClassName = "", side = "top", sideOffset = 4, ...rest } = props;
@@ -4,6 +4,6 @@
4
4
  .label {
5
5
  color: var(--color-gray-12);
6
6
  font-size: 13px;
7
- font-weight: 450;
7
+ font-weight: 500;
8
8
  width: fit-content;
9
9
  }
@@ -7,7 +7,7 @@
7
7
  display: flex;
8
8
  flex-shrink: 0;
9
9
  font-size: 14px;
10
- font-weight: 450;
10
+ font-weight: 500;
11
11
  height: 40px;
12
12
  justify-content: center;
13
13
  outline-color: var(--color-primary-9);
@@ -7,7 +7,7 @@
7
7
  display: flex;
8
8
  flex-shrink: 0;
9
9
  font-size: 14px;
10
- font-weight: 450;
10
+ font-weight: 500;
11
11
  height: 100%;
12
12
  justify-content: center;
13
13
  outline-color: var(--color-primary-9);
@@ -7,7 +7,7 @@
7
7
  display: flex;
8
8
  flex-shrink: 0;
9
9
  font-size: 14px;
10
- font-weight: 450;
10
+ font-weight: 500;
11
11
  margin-bottom: 6px;
12
12
  outline-color: var(--color-primary-9);
13
13
  outline-offset: -2px;
@@ -3,7 +3,7 @@
3
3
  border-radius: 8px;
4
4
  color: var(--color-gray-dark-12);
5
5
  font-size: 13px;
6
- font-weight: 450;
6
+ font-weight: 500;
7
7
  padding: 4px 8px;
8
8
  }
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",