@nattstack/ui 0.0.61 → 0.0.62

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.
@@ -150,13 +150,13 @@
150
150
 
151
151
  .button-module_button__size_32_4nLWdW {
152
152
  --size-button: 32px;
153
- border-radius: 6px;
153
+ border-radius: 8px;
154
154
  padding: 0 10px;
155
155
  }
156
156
 
157
157
  .button-module_button__size_36_4nLWdW {
158
158
  --size-button: 36px;
159
- border-radius: 8px;
159
+ border-radius: 9px;
160
160
  padding: 0 12px;
161
161
  }
162
162
 
@@ -168,13 +168,13 @@
168
168
 
169
169
  .button-module_button__size_44_4nLWdW {
170
170
  --size-button: 44px;
171
- border-radius: 12px;
171
+ border-radius: 11px;
172
172
  padding: 0 16px;
173
173
  }
174
174
 
175
175
  .button-module_button__size_48_4nLWdW {
176
176
  --size-button: 48px;
177
- border-radius: 14px;
177
+ border-radius: 12px;
178
178
  padding: 0 18px;
179
179
  }
180
180
 
@@ -194,33 +194,22 @@
194
194
  .button-module_button__variant_primary_4nLWdW {
195
195
  color: #fff;
196
196
  background-color: var(--color-primary-9);
197
- background-image: linear-gradient(oklab(100% 0 5.96046e-8 / .0476191) 50%, oklab(0% 0 0 / 0) 50%);
198
197
  }
199
198
 
200
199
  .button-module_button__variant_primary_4nLWdW:active:not(:disabled), .button-module_button__variant_primary_4nLWdW:hover:not(:disabled), .button-module_button__variant_primary_4nLWdW[aria-pressed="true"]:not(:disabled) {
201
200
  background-color: color-mix(in oklab, var(--color-primary-9) 100%, #fff 10%);
202
201
  }
203
202
 
204
- .dark .button-module_button__variant_primary_4nLWdW {
205
- background-image: linear-gradient(oklab(0% none none / 0) 50%, oklab(0% none none / .0476191) 50%);
206
- }
207
-
208
203
  .button-module_button__variant_secondary_4nLWdW {
209
204
  color: #000;
210
205
  background-color: var(--color-gray-2);
211
206
  box-shadow: 0 0 0 1px var(--color-gray-4) inset;
212
- background-image: linear-gradient(oklab(0% none none / 0) 50%, oklab(0% none none / .0196078) 50%);
213
207
  }
214
208
 
215
209
  .button-module_button__variant_secondary_4nLWdW:active:not(:disabled), .button-module_button__variant_secondary_4nLWdW:hover:not(:disabled), .button-module_button__variant_secondary_4nLWdW[aria-pressed="true"]:not(:disabled) {
216
210
  background-color: var(--color-gray-3);
217
211
  }
218
212
 
219
- .dark .button-module_button__variant_secondary_4nLWdW {
220
- color: #fff;
221
- background-image: linear-gradient(oklab(100% 0 5.96046e-8 / .00990099) 50%, oklab(0% 0 0 / 0) 50%);
222
- }
223
-
224
213
  .button-module_button__width_base_4nLWdW {
225
214
  width: max-content;
226
215
  }
@@ -407,25 +396,25 @@
407
396
  }
408
397
 
409
398
  .input-module_input__size_36_o34hyq {
410
- border-radius: 10px;
399
+ border-radius: 9px;
411
400
  min-height: 36px;
412
401
  padding: 0 10px;
413
402
  }
414
403
 
415
404
  .input-module_input__size_40_o34hyq {
416
- border-radius: 12px;
405
+ border-radius: 10px;
417
406
  min-height: 40px;
418
407
  padding: 0 12px;
419
408
  }
420
409
 
421
410
  .input-module_input__size_44_o34hyq {
422
- border-radius: 14px;
411
+ border-radius: 11px;
423
412
  min-height: 44px;
424
413
  padding: 0 14px;
425
414
  }
426
415
 
427
416
  .input-module_input__size_48_o34hyq {
428
- border-radius: 16px;
417
+ border-radius: 12px;
429
418
  min-height: 48px;
430
419
  padding: 0 16px;
431
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.61",
3
+ "version": "0.0.62",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",