@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.
- package/dist/components/{button.module-7SBYQX77.module.css → button.module-WP2NJQZI.module.css} +1 -1
- package/dist/components/index.js +6 -6
- package/dist/components/{label.module-L4N7QKQF.module.css → label.module-QG52EV3Q.module.css} +1 -1
- package/dist/components/{tabs-pill-tab.module-NOUQQCDW.module.css → tabs-pill-tab.module-5SZMEO3Y.module.css} +1 -1
- package/dist/components/{tabs-segmented-tab.module-VKVINCWX.module.css → tabs-segmented-tab.module-SVYVEM2O.module.css} +1 -1
- package/dist/components/{tabs-underline-tab.module-JFTB54DE.module.css → tabs-underline-tab.module-OAE4JH7K.module.css} +1 -1
- package/dist/components/{tooltip-content.module-WKER6QBC.module.css → tooltip-content.module-QGRFS5NN.module.css} +1 -1
- package/package.json +1 -1
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-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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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;
|