@nattstack/ui 0.0.38 → 0.0.39

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.
@@ -442,8 +442,7 @@
442
442
  display: flex;
443
443
  }
444
444
  .passcode-input-module_passcode_input_CHGhjq {
445
- background-color: var(--color-bg-primary);
446
- box-shadow: 0 0 0 1px var(--color-border) inset;
445
+ background-color: var(--color-gray-3);
447
446
  color: var(--color-text-primary);
448
447
  font-family: var(--font-body);
449
448
  outline-color: var(--color-outline);
@@ -454,16 +453,12 @@
454
453
  outline-style: solid;
455
454
  width: 40px;
456
455
  height: 48px;
457
- font-size: 16px;
456
+ font-size: 14px;
458
457
  font-weight: 500;
459
458
  transition-property: box-shadow;
460
459
  transition-duration: .15s;
461
460
  }
462
461
 
463
- .passcode-input-module_passcode_input_CHGhjq:enabled:hover {
464
- --color-border: var(--color-gray-6);
465
- }
466
-
467
462
  .passcode-input-module_passcode_input_CHGhjq:disabled {
468
463
  cursor: not-allowed;
469
464
  opacity: .5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",