@sikka/hawa 0.0.153 → 0.0.154

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/styles.css CHANGED
@@ -374,6 +374,13 @@ video {
374
374
  [hidden] {
375
375
  display: none;
376
376
  }
377
+ :root {
378
+ --layout-primary: #d2cdfa;
379
+ --layout-secondary: #d2cdfa;
380
+ --button-primary: #4c37eb;
381
+ --button-primary-darker: #cf1736;
382
+ --button-secondary: #d2cdfa;
383
+ }
377
384
  input[type="number"]::-webkit-inner-spin-button,
378
385
  input[type="number"]::-webkit-outer-spin-button {
379
386
  -webkit-appearance: none;
@@ -1367,14 +1374,6 @@ video {
1367
1374
  --tw-bg-opacity: 1;
1368
1375
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
1369
1376
  }
1370
- .bg-green-400 {
1371
- --tw-bg-opacity: 1;
1372
- background-color: rgb(74 222 128 / var(--tw-bg-opacity));
1373
- }
1374
- .bg-secondary-default {
1375
- --tw-bg-opacity: 1;
1376
- background-color: rgb(163 208 57 / var(--tw-bg-opacity));
1377
- }
1378
1377
  .bg-green-500 {
1379
1378
  --tw-bg-opacity: 1;
1380
1379
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));