@nattstack/ui 0.0.86 → 0.0.88
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.
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
|
|
168
168
|
.button-module_variant_secondary_4nLWdW {
|
|
169
169
|
--color-text: #000;
|
|
170
|
-
background-color: var(--color-bg-shell-
|
|
170
|
+
background-color: var(--color-bg-shell-inner);
|
|
171
171
|
box-shadow: inset 0 0 0 1px var(--color-border);
|
|
172
172
|
color: var(--color-text);
|
|
173
173
|
}
|
|
@@ -23,7 +23,7 @@ function IconButton(props) {
|
|
|
23
23
|
children: [isLoading && /* @__PURE__ */ jsx(ButtonSpinner, {}), icon]
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
|
-
const iconButton = cva(
|
|
26
|
+
const iconButton = cva("", { variants: { size: {
|
|
27
27
|
32: icon_button_module_default.size_32,
|
|
28
28
|
36: icon_button_module_default.size_36,
|
|
29
29
|
40: icon_button_module_default.size_40,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import './icon-button.css';
|
|
2
2
|
//#region src/components/icon-button/icon-button.module.css
|
|
3
3
|
var icon_button_module_default = {
|
|
4
|
-
"base": "icon-button-module_base_gxECxa",
|
|
5
4
|
"size_32": "icon-button-module_size_32_gxECxa",
|
|
6
5
|
"size_36": "icon-button-module_size_36_gxECxa",
|
|
7
6
|
"size_40": "icon-button-module_size_40_gxECxa",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nattstack/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.88",
|
|
4
4
|
"description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"base-ui",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"class-variance-authority": "0.7.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@tsdown/css": "0.22.
|
|
55
|
+
"@tsdown/css": "0.22.8",
|
|
56
56
|
"@types/bun": "1.3.14",
|
|
57
|
-
"tsdown": "0.22.
|
|
57
|
+
"tsdown": "0.22.8",
|
|
58
58
|
"typescript": "6.0.3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|