@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.
@@ -1,8 +1,4 @@
1
1
  @layer components {
2
- .icon-button-module_base_gxECxa {
3
- padding: 0;
4
- }
5
-
6
2
  .icon-button-module_size_32_gxECxa {
7
3
  width: 32px;
8
4
  }
@@ -23,7 +23,7 @@ function IconButton(props) {
23
23
  children: [isLoading && /* @__PURE__ */ jsx(ButtonSpinner, {}), icon]
24
24
  });
25
25
  }
26
- const iconButton = cva(icon_button_module_default.base, { variants: { size: {
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",
@@ -3,5 +3,6 @@
3
3
  color: var(--color-text-secondary);
4
4
  width: fit-content;
5
5
  font-size: 14px;
6
+ font-weight: 450;
6
7
  }
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.86",
3
+ "version": "0.0.87",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",