@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.
- package/dist/baseline/index.css +0 -2
- package/dist/components/{button.module-WP2NJQZI.module.css → button.module-SGPL52QX.module.css} +1 -1
- package/dist/components/index.js +3 -3
- package/dist/components/{input.module-DOM3NIU5.module.css → input.module-3S3B6FH2.module.css} +1 -1
- package/package.json +1 -1
package/dist/baseline/index.css
CHANGED
|
@@ -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
|
}
|
package/dist/components/index.js
CHANGED
|
@@ -15,7 +15,7 @@ function normalizeWhitespace(value) {
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
// src/components/button/button.tsx
|
|
18
|
-
import styles2 from "./button.module-
|
|
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-
|
|
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-
|
|
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) {
|