@nattstack/ui 0.0.70 → 0.0.72
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.
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
}
|
|
464
464
|
|
|
465
465
|
.input-module_input__rounded_full_o34hyq {
|
|
466
|
-
border-radius: 9999px;
|
|
466
|
+
border-radius: 9999px !important;
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
.input-module_input__size_32_o34hyq {
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
.label-module_label_iQZ4sG {
|
|
499
499
|
color: var(--color-text-secondary);
|
|
500
500
|
width: fit-content;
|
|
501
|
-
font-size:
|
|
501
|
+
font-size: 13px;
|
|
502
502
|
}
|
|
503
503
|
.menu-module_menu_trigger_7pJHya {
|
|
504
504
|
background-color: var(--color-gray-2);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nattstack/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.72",
|
|
4
4
|
"description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"base-ui",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"@base-ui/react": "1.5.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@tsdown/css": "0.22.
|
|
51
|
+
"@tsdown/css": "0.22.2",
|
|
52
52
|
"@types/bun": "1.3.14",
|
|
53
|
-
"tsdown": "0.22.
|
|
53
|
+
"tsdown": "0.22.2",
|
|
54
54
|
"typescript": "6.0.3"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@types/react": "^19.2.
|
|
57
|
+
"@types/react": "^19.2.17",
|
|
58
58
|
"react": "^19.2.7",
|
|
59
59
|
"react-dom": "^19.2.7"
|
|
60
60
|
}
|