@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/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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.104",
3
+ "version": "0.0.106",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/DexlerNG/payfusion-component-library.git",