@sikka/hawa 0.0.172 → 0.0.174
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 +46 -69
- package/es/elements/HawaChip.d.ts +1 -1
- package/es/elements/SubsectionList.d.ts +19 -0
- package/es/elements/index.d.ts +1 -0
- package/es/index.es.js +1 -1
- package/es/layout/HawaSiteLayout.d.ts +20 -6
- package/lib/elements/HawaChip.d.ts +1 -1
- package/lib/elements/SubsectionList.d.ts +19 -0
- package/lib/elements/index.d.ts +1 -0
- package/lib/index.js +1 -1
- package/lib/layout/HawaSiteLayout.d.ts +20 -6
- package/package.json +1 -1
- package/src/blocks/AuthForms/SignInForm.tsx +1 -0
- package/src/blocks/Misc/Testimonial.tsx +1 -1
- package/src/elements/DraggableCard.tsx +1 -1
- package/src/elements/HawaButton.tsx +3 -3
- package/src/elements/HawaChip.tsx +1 -1
- package/src/elements/HawaLogoButton.tsx +3 -2
- package/src/elements/HawaMenu.tsx +1 -1
- package/src/elements/HawaPricingCard.tsx +7 -1
- package/src/elements/HawaRadio.tsx +1 -1
- package/src/elements/HawaStats.tsx +1 -1
- package/src/elements/HawaTable.tsx +1 -1
- package/src/elements/HawaTabs.tsx +7 -7
- package/src/elements/HawaTimeline.tsx +8 -6
- package/src/elements/SubsectionList.tsx +78 -0
- package/src/elements/index.ts +1 -0
- package/src/layout/HawaAppLayout.tsx +6 -6
- package/src/layout/HawaContainer.tsx +1 -1
- package/src/layout/HawaSiteLayout.tsx +125 -278
- package/src/styles.css +46 -69
- package/src/tailwind.css +5 -4
- package/storybook-static/{870.6284ce82.iframe.bundle.js → 239.5e8067ea.iframe.bundle.js} +2 -2
- package/storybook-static/{870.6284ce82.iframe.bundle.js.LICENSE.txt → 239.5e8067ea.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/main.ea6f9b48.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/tailwind.config.js +8 -42
- package/es/stories/LayoutStories/SimpleGrid.stories.d.ts +0 -4
- package/lib/stories/LayoutStories/SimpleGrid.stories.d.ts +0 -4
- package/storybook-static/main.653018b6.iframe.bundle.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1675034893125,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"yarn","version":"1.22.19"},"storybookVersion":"6.5.15","language":"typescript","storybookPackages":{"@storybook/addon-actions":{"version":"6.5.15"},"@storybook/addons":{"version":"6.5.15"},"@storybook/builder-webpack5":{"version":"6.5.15"},"@storybook/manager-webpack5":{"version":"6.5.15"},"@storybook/react":{"version":"6.5.15"},"@storybook/storybook-deployer":{"version":"2.8.16"},"@storybook/theming":{"version":"6.5.15"}},"framework":{"name":"react"},"addons":{"storybook-tailwind-dark-mode":{"version":null},"@storybook/addon-links":{"version":"6.5.15"},"@storybook/addon-docs":{"version":"6.5.15"},"@storybook/addon-essentials":{"version":"6.5.15"},"@storybook/addon-postcss":{"options":{"cssLoaderOptions":{"importLoaders":1},"postcssLoaderOptions":{}},"version":"2.0.0"}}}
|
package/tailwind.config.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** @type {import('tailwindcss').Config} */
|
|
2
2
|
// const Color = require("color");
|
|
3
|
-
|
|
3
|
+
// TODO: figure out why adding the same variable and adding !important in global.css not working for buttons but working for layout
|
|
4
4
|
// const themeColors = {
|
|
5
5
|
// buttonPrimar
|
|
6
6
|
// }
|
|
@@ -26,6 +26,9 @@ module.exports = {
|
|
|
26
26
|
boxShadow: {
|
|
27
27
|
neobrutalism: "10px 10px 0px 0px rgba(0,0,0,1);"
|
|
28
28
|
},
|
|
29
|
+
maxWidth: {
|
|
30
|
+
"2xs": "250px"
|
|
31
|
+
},
|
|
29
32
|
screens: {
|
|
30
33
|
xs: "440px"
|
|
31
34
|
},
|
|
@@ -90,8 +93,8 @@ module.exports = {
|
|
|
90
93
|
// #251b73
|
|
91
94
|
buttonPrimary: {
|
|
92
95
|
lighter: "#edebfd",
|
|
93
|
-
|
|
94
|
-
|
|
96
|
+
500: "var(--button-primary-500)",
|
|
97
|
+
700: "var(--button-primary-700)",
|
|
95
98
|
1000: "#C4DEFD"
|
|
96
99
|
},
|
|
97
100
|
buttonSecondary: {
|
|
@@ -101,7 +104,8 @@ module.exports = {
|
|
|
101
104
|
// 1000: "#C4DEFD"
|
|
102
105
|
},
|
|
103
106
|
layoutPrimary: {
|
|
104
|
-
|
|
107
|
+
300: "var(--layout-primary-300)",
|
|
108
|
+
500: "var(--layout-primary-500)",
|
|
105
109
|
darker: "#b7aff7",
|
|
106
110
|
dark: "#251b73",
|
|
107
111
|
1000: "#C4DEFD"
|
|
@@ -109,44 +113,6 @@ module.exports = {
|
|
|
109
113
|
inputPrimary: {
|
|
110
114
|
default: "#EEF7FC",
|
|
111
115
|
1000: "#C4DEFD"
|
|
112
|
-
},
|
|
113
|
-
|
|
114
|
-
primary: {
|
|
115
|
-
default: "#1279F8",
|
|
116
|
-
200: "#C4DEFD",
|
|
117
|
-
300: "#9CC7FC",
|
|
118
|
-
400: "#74B1FB",
|
|
119
|
-
500: "#3d93f9",
|
|
120
|
-
600: "#065CC6",
|
|
121
|
-
700: "#065CC6",
|
|
122
|
-
800: "#054A9E",
|
|
123
|
-
900: "#043777"
|
|
124
|
-
},
|
|
125
|
-
layout: {
|
|
126
|
-
default: "#9ECDEE",
|
|
127
|
-
100: "#4896DA",
|
|
128
|
-
200: "#58A4E0",
|
|
129
|
-
300: "#65ACE4",
|
|
130
|
-
400: "#74B4E6",
|
|
131
|
-
500: "#81BCE8",
|
|
132
|
-
600: "#90C3EB",
|
|
133
|
-
700: "#9ECDEE",
|
|
134
|
-
800: "#AFD6F1",
|
|
135
|
-
900: "#BEDEF3",
|
|
136
|
-
1000: "#CFE6F6",
|
|
137
|
-
1100: "#DFEDFA",
|
|
138
|
-
1200: "#EEF7FC"
|
|
139
|
-
},
|
|
140
|
-
secondary: {
|
|
141
|
-
default: "#A3D039",
|
|
142
|
-
200: "#E0EFBD",
|
|
143
|
-
300: "#D1E89C",
|
|
144
|
-
400: "#C2E07B",
|
|
145
|
-
500: "#ABD449",
|
|
146
|
-
600: "#99C62F",
|
|
147
|
-
700: "#66841F",
|
|
148
|
-
800: "#59741B",
|
|
149
|
-
900: "#405313"
|
|
150
116
|
}
|
|
151
117
|
}
|
|
152
118
|
}
|