@sikka/hawa 0.0.152 → 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 +7 -8
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/layout/HawaAppLayout.tsx +3 -3
- package/src/styles.css +7 -8
- package/src/tailwind.css +7 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/{main.d0705e30.iframe.bundle.js → main.edab0a1a.iframe.bundle.js} +1 -1
- package/storybook-static/project.json +1 -1
- package/tailwind.config.js +1 -0
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));
|