@nattstack/ui 0.0.68 → 0.0.70

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.
@@ -130,7 +130,7 @@
130
130
  }
131
131
 
132
132
  .button-module_button_4nLWdW > svg {
133
- --size-icon: 20px;
133
+ --size-icon: 16px;
134
134
  height: var(--size-icon);
135
135
  width: var(--size-icon);
136
136
  }
@@ -148,6 +148,26 @@
148
148
  border-radius: 9999px !important;
149
149
  }
150
150
 
151
+ .button-module_button__rounded_full_4nLWdW.button-module_button__size_32_4nLWdW {
152
+ padding: 0 16px;
153
+ }
154
+
155
+ .button-module_button__rounded_full_4nLWdW.button-module_button__size_36_4nLWdW {
156
+ padding: 0 18px;
157
+ }
158
+
159
+ .button-module_button__rounded_full_4nLWdW.button-module_button__size_40_4nLWdW {
160
+ padding: 0 20px;
161
+ }
162
+
163
+ .button-module_button__rounded_full_4nLWdW.button-module_button__size_44_4nLWdW {
164
+ padding: 0 22px;
165
+ }
166
+
167
+ .button-module_button__rounded_full_4nLWdW.button-module_button__size_48_4nLWdW {
168
+ padding: 0 24px;
169
+ }
170
+
151
171
  .button-module_button__size_32_4nLWdW {
152
172
  --size-button: 32px;
153
173
  border-radius: 8px;
@@ -528,7 +548,7 @@
528
548
  }
529
549
 
530
550
  .menu-module_menu_trigger_7pJHya > svg {
531
- --size-icon: 20px;
551
+ --size-icon: 16px;
532
552
  height: var(--size-icon);
533
553
  width: var(--size-icon);
534
554
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.68",
3
+ "version": "0.0.70",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",