@nattstack/ui 0.0.18 → 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.
@@ -15,14 +15,12 @@
15
15
  Global html defaults
16
16
  - Prevent automatic text resizing
17
17
  - Match native UI to the active color scheme
18
- - Allow size interpolation for keywords such as auto
19
18
  - Disable extra gestures such as double-tap to zoom
20
19
  */
21
20
  html {
22
21
  -moz-text-size-adjust: none;
23
22
  -webkit-text-size-adjust: none;
24
23
  color-scheme: light dark;
25
- interpolate-size: allow-keywords;
26
24
  text-size-adjust: none;
27
25
  touch-action: manipulation;
28
26
  }
@@ -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.18",
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",