@sikka/hawa 0.0.175 → 0.0.176

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
@@ -382,8 +382,8 @@ video {
382
382
  --button-primary-500: #4c37eb;
383
383
  --button-primary-700: #2e1dac;
384
384
 
385
- --button-secondary: #ffc011;
386
- --button-secondary-darker: #b48d24;
385
+ --button-secondary-500: #ffc011;
386
+ --button-secondary-700: #b48d24;
387
387
 
388
388
  --border-radius: 13px;
389
389
  }
@@ -1439,9 +1439,6 @@ video {
1439
1439
  .bg-buttonPrimary-500 {
1440
1440
  background-color: var(--button-primary-500);
1441
1441
  }
1442
- .bg-buttonSecondary-default {
1443
- background-color: var(--button-secondary);
1444
- }
1445
1442
  .bg-red-200 {
1446
1443
  --tw-bg-opacity: 1;
1447
1444
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
@@ -1502,9 +1499,8 @@ video {
1502
1499
  --tw-bg-opacity: 1;
1503
1500
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
1504
1501
  }
1505
- .bg-buttonPrimary-lighter {
1506
- --tw-bg-opacity: 1;
1507
- background-color: rgb(237 235 253 / var(--tw-bg-opacity));
1502
+ .bg-buttonPrimary-300 {
1503
+ background-color: var(--button-primary-300);
1508
1504
  }
1509
1505
  .bg-blue-400 {
1510
1506
  --tw-bg-opacity: 1;
@@ -1959,8 +1955,12 @@ body {
1959
1955
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1960
1956
  }
1961
1957
 
1962
- .hover\:bg-buttonSecondary-darker:hover {
1963
- background-color: var(--button-secondary-darker);
1958
+ .hover\:bg-buttonPrimary-700:hover {
1959
+ background-color: var(--button-primary-700);
1960
+ }
1961
+
1962
+ .hover\:bg-buttonSecondary-700:hover {
1963
+ background-color: var(--button-secondary-700);
1964
1964
  }
1965
1965
 
1966
1966
  .hover\:bg-gray-50:hover {
@@ -1991,9 +1991,8 @@ body {
1991
1991
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
1992
1992
  }
1993
1993
 
1994
- .hover\:bg-buttonPrimary-lighter:hover {
1995
- --tw-bg-opacity: 1;
1996
- background-color: rgb(237 235 253 / var(--tw-bg-opacity));
1994
+ .hover\:bg-buttonPrimary-300:hover {
1995
+ background-color: var(--button-primary-300);
1997
1996
  }
1998
1997
 
1999
1998
  .hover\:text-gray-900:hover {
@@ -2293,6 +2292,10 @@ body {
2293
2292
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
2294
2293
  }
2295
2294
 
2295
+ .dark .dark\:hover\:bg-buttonPrimary-700:hover {
2296
+ background-color: var(--button-primary-700);
2297
+ }
2298
+
2296
2299
  .dark .dark\:hover\:text-white:hover {
2297
2300
  --tw-text-opacity: 1;
2298
2301
  color: rgb(255 255 255 / var(--tw-text-opacity));