@donotdev/ui 0.0.5 → 0.0.6
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.
- package/dist/dndev.css +8 -4
- package/dist/styles/index.css +8 -4
- package/package.json +9 -9
package/dist/dndev.css
CHANGED
|
@@ -2976,10 +2976,14 @@ em {
|
|
|
2976
2976
|
flex-direction: column;
|
|
2977
2977
|
gap: var(--gap-md);
|
|
2978
2978
|
justify-content: center;
|
|
2979
|
-
|
|
2980
|
-
/* Button contrast overrides */
|
|
2981
2979
|
}
|
|
2982
2980
|
|
|
2981
|
+
.dndev-cta-actions .dndev-interactive {
|
|
2982
|
+
min-width: 150px;
|
|
2983
|
+
}
|
|
2984
|
+
|
|
2985
|
+
/* Button contrast overrides */
|
|
2986
|
+
|
|
2983
2987
|
.dndev-cta-actions .dndev-interactive[data-variant='primary'] {
|
|
2984
2988
|
background: var(--foreground);
|
|
2985
2989
|
color: var(--background);
|
|
@@ -6045,7 +6049,7 @@ em {
|
|
|
6045
6049
|
display: block;
|
|
6046
6050
|
width: 1.25rem;
|
|
6047
6051
|
height: 1.25rem;
|
|
6048
|
-
background-color: var(--
|
|
6052
|
+
background-color: var(--foreground);
|
|
6049
6053
|
border-radius: 9999px;
|
|
6050
6054
|
box-shadow: var(--shadow-md);
|
|
6051
6055
|
transition: transform var(--dur-normal) var(--ease-in-out);
|
|
@@ -6767,7 +6771,7 @@ em {
|
|
|
6767
6771
|
|
|
6768
6772
|
.dndev-toggle-group .dndev-interactive {
|
|
6769
6773
|
border: none;
|
|
6770
|
-
border-radius:
|
|
6774
|
+
border-radius: var(--radius-interactive);
|
|
6771
6775
|
background-color: transparent !important;
|
|
6772
6776
|
min-height: auto;
|
|
6773
6777
|
padding: var(--gap-sm) var(--gap-md);
|
package/dist/styles/index.css
CHANGED
|
@@ -2972,10 +2972,14 @@ em {
|
|
|
2972
2972
|
flex-direction: column;
|
|
2973
2973
|
gap: var(--gap-md);
|
|
2974
2974
|
justify-content: center;
|
|
2975
|
-
|
|
2976
|
-
/* Button contrast overrides */
|
|
2977
2975
|
}
|
|
2978
2976
|
|
|
2977
|
+
.dndev-cta-actions .dndev-interactive {
|
|
2978
|
+
min-width: 150px;
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2981
|
+
/* Button contrast overrides */
|
|
2982
|
+
|
|
2979
2983
|
.dndev-cta-actions .dndev-interactive[data-variant='primary'] {
|
|
2980
2984
|
background: var(--foreground);
|
|
2981
2985
|
color: var(--background);
|
|
@@ -6041,7 +6045,7 @@ em {
|
|
|
6041
6045
|
display: block;
|
|
6042
6046
|
width: 1.25rem;
|
|
6043
6047
|
height: 1.25rem;
|
|
6044
|
-
background-color: var(--
|
|
6048
|
+
background-color: var(--foreground);
|
|
6045
6049
|
border-radius: 9999px;
|
|
6046
6050
|
box-shadow: var(--shadow-md);
|
|
6047
6051
|
transition: transform var(--dur-normal) var(--ease-in-out);
|
|
@@ -6763,7 +6767,7 @@ em {
|
|
|
6763
6767
|
|
|
6764
6768
|
.dndev-toggle-group .dndev-interactive {
|
|
6765
6769
|
border: none;
|
|
6766
|
-
border-radius:
|
|
6770
|
+
border-radius: var(--radius-interactive);
|
|
6767
6771
|
background-color: transparent !important;
|
|
6768
6772
|
min-height: auto;
|
|
6769
6773
|
padding: var(--gap-sm) var(--gap-md);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@donotdev/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"react-hook-form": "^7.68.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@donotdev/adv-comps": "0.0.
|
|
57
|
-
"@donotdev/auth": "0.0.
|
|
58
|
-
"@donotdev/billing": "0.0.
|
|
59
|
-
"@donotdev/components": "0.0.
|
|
60
|
-
"@donotdev/core": "0.0.
|
|
61
|
-
"@donotdev/crud": "0.0.
|
|
62
|
-
"@donotdev/firebase": "0.0.
|
|
63
|
-
"@donotdev/oauth": "0.0.
|
|
56
|
+
"@donotdev/adv-comps": "0.0.6",
|
|
57
|
+
"@donotdev/auth": "0.0.6",
|
|
58
|
+
"@donotdev/billing": "0.0.6",
|
|
59
|
+
"@donotdev/components": "0.0.6",
|
|
60
|
+
"@donotdev/core": "0.0.6",
|
|
61
|
+
"@donotdev/crud": "0.0.6",
|
|
62
|
+
"@donotdev/firebase": "0.0.6",
|
|
63
|
+
"@donotdev/oauth": "0.0.6",
|
|
64
64
|
"firebase": "^12.5.0",
|
|
65
65
|
"lucide-react": "^0.562.0",
|
|
66
66
|
"react": "^19.2.3",
|