@nattstack/ui 0.0.86 → 0.0.87
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.
|
@@ -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",
|