@nattstack/ui 0.0.19 → 0.0.20

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.
@@ -8,7 +8,7 @@
8
8
  cursor: pointer;
9
9
  display: flex;
10
10
  flex-shrink: 0;
11
- font-family: var(--font-sans, sans-serif);
11
+ font-family: var(--font-body, sans-serif);
12
12
  font-size: 14px;
13
13
  font-weight: 500;
14
14
  height: var(--size-button);
@@ -15,7 +15,7 @@ function normalizeWhitespace(value) {
15
15
  }
16
16
 
17
17
  // src/components/button/button.tsx
18
- import styles2 from "./button.module-WP2NJQZI.module.css";
18
+ import styles2 from "./button.module-SGPL52QX.module.css";
19
19
  import { jsx as jsx2, jsxs } from "react/jsx-runtime";
20
20
  function Button(props) {
21
21
  const {
@@ -298,7 +298,7 @@ function DialogResponsiveTrigger(props) {
298
298
  }
299
299
 
300
300
  // src/components/input/input.tsx
301
- import styles9 from "./input.module-DOM3NIU5.module.css";
301
+ import styles9 from "./input.module-3S3B6FH2.module.css";
302
302
  import { jsx as jsx10 } from "react/jsx-runtime";
303
303
  function Input(props) {
304
304
  const {
@@ -717,7 +717,7 @@ var TABS_PANEL_CLASS_NAME = {
717
717
  };
718
718
 
719
719
  // src/components/textarea/textarea.tsx
720
- import inputStyles from "./input.module-DOM3NIU5.module.css";
720
+ import inputStyles from "./input.module-3S3B6FH2.module.css";
721
721
  import styles25 from "./textarea.module-LK25MKCZ.module.css";
722
722
  import { jsx as jsx25 } from "react/jsx-runtime";
723
723
  function Textarea(props) {
@@ -5,7 +5,7 @@
5
5
  width: 100%;
6
6
  min-height: var(--height);
7
7
  padding: 0 12px;
8
- font-family: var(--font-sans, sans-serif);
8
+ font-family: var(--font-body, sans-serif);
9
9
  font-size: 14px;
10
10
  font-weight: 400;
11
11
  line-height: 1.5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",