@6thbridge/hexa 0.0.104 → 0.0.106
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/index.d.mts +9 -15
- package/dist/index.d.ts +9 -15
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +9 -0
- package/package.json +1 -1
package/dist/output.css
CHANGED
|
@@ -3223,6 +3223,15 @@ input:-webkit-autofill:active {
|
|
|
3223
3223
|
animation: accordion-down 0.2s ease-out;
|
|
3224
3224
|
}
|
|
3225
3225
|
|
|
3226
|
+
.data-\[highlighted\]\:bg-primary-accent[data-highlighted]{
|
|
3227
|
+
background-color: var(--color-primary-accent);
|
|
3228
|
+
}
|
|
3229
|
+
|
|
3230
|
+
.data-\[highlighted\]\:bg-red-50[data-highlighted]{
|
|
3231
|
+
--tw-bg-opacity: 1;
|
|
3232
|
+
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3226
3235
|
.data-\[selected\=true\]\:bg-primary-accent[data-selected="true"]{
|
|
3227
3236
|
background-color: var(--color-primary-accent);
|
|
3228
3237
|
}
|