@sunggang/ui-lib 0.4.34 → 0.4.36
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/Form.cjs.js +13 -2
- package/Form.esm.js +13 -2
- package/index.cjs.css +4 -0
- package/index.cjs3.js +444 -428
- package/index.esm.css +4 -0
- package/index.esm3.js +444 -428
- package/package.json +1 -1
package/index.esm.css
CHANGED
|
@@ -3615,6 +3615,10 @@ video {
|
|
|
3615
3615
|
--tw-bg-opacity: 1;
|
|
3616
3616
|
background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
|
|
3617
3617
|
}
|
|
3618
|
+
.hover\:text-\[\#666\]:hover {
|
|
3619
|
+
--tw-text-opacity: 1;
|
|
3620
|
+
color: rgb(102 102 102 / var(--tw-text-opacity, 1));
|
|
3621
|
+
}
|
|
3618
3622
|
.hover\:text-\[\#fff\]:hover {
|
|
3619
3623
|
--tw-text-opacity: 1;
|
|
3620
3624
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|