@sikka/hawa 0.0.113 → 0.0.116

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.
Files changed (69) hide show
  1. package/dist/styles.css +58 -14
  2. package/es/blocks/AuthForms/AppLanding.d.ts +3 -3
  3. package/es/blocks/AuthForms/NewPasswordForm.d.ts +1 -2
  4. package/es/blocks/AuthForms/ResetPasswordForm.d.ts +1 -1
  5. package/es/blocks/AuthForms/SignInForm.d.ts +6 -6
  6. package/es/blocks/AuthForms/SignInPhone.d.ts +1 -0
  7. package/es/blocks/AuthForms/SignUpForm.d.ts +5 -5
  8. package/es/elements/HawaAlert.d.ts +1 -0
  9. package/es/elements/HawaChip.d.ts +1 -0
  10. package/es/elements/HawaPinInput.d.ts +8 -0
  11. package/es/elements/HawaStats.d.ts +9 -0
  12. package/es/elements/index.d.ts +2 -0
  13. package/es/index.es.js +1 -1
  14. package/es/layout/HawaAppLayout.d.ts +9 -0
  15. package/es/layout/{HawaLayout.d.ts → HawaSiteLayout.d.ts} +1 -1
  16. package/es/layout/index.d.ts +2 -1
  17. package/lib/blocks/AuthForms/AppLanding.d.ts +3 -3
  18. package/lib/blocks/AuthForms/NewPasswordForm.d.ts +1 -2
  19. package/lib/blocks/AuthForms/ResetPasswordForm.d.ts +1 -1
  20. package/lib/blocks/AuthForms/SignInForm.d.ts +6 -6
  21. package/lib/blocks/AuthForms/SignInPhone.d.ts +1 -0
  22. package/lib/blocks/AuthForms/SignUpForm.d.ts +5 -5
  23. package/lib/elements/HawaAlert.d.ts +1 -0
  24. package/lib/elements/HawaChip.d.ts +1 -0
  25. package/lib/elements/HawaPinInput.d.ts +8 -0
  26. package/lib/elements/HawaStats.d.ts +9 -0
  27. package/lib/elements/index.d.ts +2 -0
  28. package/lib/index.js +1 -1
  29. package/lib/layout/HawaAppLayout.d.ts +9 -0
  30. package/lib/layout/{HawaLayout.d.ts → HawaSiteLayout.d.ts} +1 -1
  31. package/lib/layout/index.d.ts +2 -1
  32. package/package.json +1 -2
  33. package/src/blocks/AuthForms/AppLanding.tsx +3 -3
  34. package/src/blocks/AuthForms/NewPasswordForm.tsx +1 -2
  35. package/src/blocks/AuthForms/ResetPasswordForm.tsx +1 -1
  36. package/src/blocks/AuthForms/SignInForm.tsx +6 -6
  37. package/src/blocks/AuthForms/SignInPhone.tsx +8 -10
  38. package/src/blocks/AuthForms/SignUpForm.tsx +7 -7
  39. package/src/elements/HawaAlert.tsx +59 -2
  40. package/src/elements/HawaChip.tsx +9 -5
  41. package/src/elements/HawaPinInput.tsx +55 -0
  42. package/src/elements/HawaSearchBar.tsx +1 -1
  43. package/src/elements/HawaStats.tsx +25 -0
  44. package/src/elements/HawaTextField.tsx +17 -4
  45. package/src/elements/index.ts +2 -0
  46. package/src/layout/HawaAppLayout.tsx +60 -0
  47. package/src/layout/HawaSiteLayout.tsx +302 -0
  48. package/src/layout/index.ts +6 -6
  49. package/src/styles.css +58 -14
  50. package/storybook-static/51.786e9bbba427ee454dc0.manager.bundle.js +2 -0
  51. package/storybook-static/{51.8ca217c6882b6d3971a8.manager.bundle.js.LICENSE.txt → 51.786e9bbba427ee454dc0.manager.bundle.js.LICENSE.txt} +0 -0
  52. package/storybook-static/51.acbbdb95.iframe.bundle.js +2 -0
  53. package/storybook-static/{51.aeae4f67.iframe.bundle.js.LICENSE.txt → 51.acbbdb95.iframe.bundle.js.LICENSE.txt} +0 -0
  54. package/storybook-static/733.b57425fc.iframe.bundle.js +2 -0
  55. package/storybook-static/{669.31ae8ecc.iframe.bundle.js.LICENSE.txt → 733.b57425fc.iframe.bundle.js.LICENSE.txt} +0 -0
  56. package/storybook-static/767.2f9c96fa3338c8d16078.manager.bundle.js +2 -0
  57. package/storybook-static/{767.294896b3de4a98c7bd38.manager.bundle.js.LICENSE.txt → 767.2f9c96fa3338c8d16078.manager.bundle.js.LICENSE.txt} +0 -0
  58. package/storybook-static/iframe.html +1 -1
  59. package/storybook-static/index.html +2 -2
  60. package/storybook-static/main.4c317f06.iframe.bundle.js +1 -0
  61. package/storybook-static/project.json +1 -1
  62. package/storybook-static/{runtime~main.118c8621e276a271ad89.manager.bundle.js → runtime~main.25eae181fe0f96887a15.manager.bundle.js} +1 -1
  63. package/storybook-static/{runtime~main.4a2964ac.iframe.bundle.js → runtime~main.4d0bf318.iframe.bundle.js} +1 -1
  64. package/src/layout/HawaLayout.tsx +0 -212
  65. package/storybook-static/51.8ca217c6882b6d3971a8.manager.bundle.js +0 -2
  66. package/storybook-static/51.aeae4f67.iframe.bundle.js +0 -2
  67. package/storybook-static/669.31ae8ecc.iframe.bundle.js +0 -2
  68. package/storybook-static/767.294896b3de4a98c7bd38.manager.bundle.js +0 -2
  69. package/storybook-static/main.5ddcc678.iframe.bundle.js +0 -1
@@ -0,0 +1,302 @@
1
+ import clsx from "clsx"
2
+ import React, { useState } from "react"
3
+ import HawaDrawerItem from "../elements/HawaDrawerItem"
4
+
5
+ const MenuButton = ({ handleClick }) => {
6
+ return (
7
+ <button
8
+ data-drawer-target="drawer-navigation"
9
+ data-drawer-show="drawer-navigation"
10
+ aria-controls="drawer-navigation"
11
+ type="button"
12
+ onClick={handleClick()}
13
+ className="inline-flex items-center rounded-lg p-2 text-sm text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
14
+ >
15
+ {/* <span className="sr-only">Open main menu</span> */}
16
+ <svg
17
+ aria-hidden="true"
18
+ className="h-6 w-6"
19
+ fill="currentColor"
20
+ viewBox="0 0 20 20"
21
+ xmlns="http://www.w3.org/2000/svg"
22
+ >
23
+ <path
24
+ fill-rule="evenodd"
25
+ d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
26
+ clip-rule="evenodd"
27
+ ></path>
28
+ </svg>
29
+ </button>
30
+ )
31
+ }
32
+ const ProfileDropdown = (props: any) => {
33
+ return (
34
+ <div
35
+ id="userDropdown"
36
+ className="z-10 hidden w-44 divide-y divide-gray-100 rounded bg-white shadow dark:divide-gray-600 dark:bg-gray-700"
37
+ data-popper-reference-hidden=""
38
+ data-popper-escaped=""
39
+ data-popper-placement="bottom-start"
40
+ // style="position: absolute; inset: 0px auto auto 0px; margin: 0px; transform: translate3d(0px, 295.5px, 0px);"
41
+ >
42
+ <div className="py-3 px-4 text-sm text-gray-900 dark:text-white">
43
+ <div>{props.username}</div>
44
+ <div className="truncate font-medium">{props.userEmail}</div>
45
+ </div>
46
+ <ul
47
+ className="py-1 text-sm text-gray-700 dark:text-gray-200"
48
+ aria-labelledby="avatarButton"
49
+ >
50
+ {props.profileItems.map((it: any) => {
51
+ return <ProfileItem text={it.text} link={it.slug} />
52
+ })}
53
+ </ul>
54
+ <div className="py-1">
55
+ <a
56
+ href="#"
57
+ className="block py-2 px-4 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-200 dark:hover:bg-gray-600 dark:hover:text-white"
58
+ >
59
+ Sign out
60
+ </a>
61
+ </div>
62
+ </div>
63
+ )
64
+ }
65
+ const DrawerContent = (props: any) => {
66
+ return (
67
+ <div
68
+ id="drawer-navigation"
69
+ className="fixed z-40 h-screen w-80 overflow-y-auto bg-white p-4 dark:bg-gray-800"
70
+ tabIndex={-1}
71
+ aria-labelledby="drawer-navigation-label"
72
+ >
73
+ <div
74
+ // href={props.logoHref}
75
+ className="flex items-center"
76
+ >
77
+ <img
78
+ src={
79
+ "https://my.qawaim.app/_next/image?url=%2Fqawaim-logo.svg&w=256&q=75"
80
+ }
81
+ // src={props.logoLink}
82
+ className="h-9"
83
+ />
84
+ </div>
85
+ <CloseButton />
86
+ <div className="overflow-y-auto py-4">
87
+ <ul className="space-y-2">
88
+ {props.drawerItems.map((item: any, i: any) => {
89
+ return (
90
+ <HawaDrawerItem action={item.action} key={i} text={item.text} />
91
+ )
92
+ })}
93
+ </ul>
94
+ </div>
95
+ </div>
96
+ )
97
+ }
98
+
99
+ const ProfileItem = (props: any) => {
100
+ return (
101
+ <li>
102
+ <a
103
+ href={props.link}
104
+ className="block py-2 px-4 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
105
+ >
106
+ {props.text}
107
+ </a>
108
+ </li>
109
+ )
110
+ }
111
+ const CloseButton = () => {
112
+ return (
113
+ <button
114
+ type="button"
115
+ data-drawer-dismiss="drawer-navigation"
116
+ aria-controls="drawer-navigation"
117
+ className="absolute top-2.5 right-2.5 inline-flex items-center rounded-lg bg-transparent p-1.5 text-sm text-gray-400 hover:bg-gray-200 hover:text-gray-900 dark:hover:bg-gray-600 dark:hover:text-white"
118
+ >
119
+ <svg
120
+ aria-hidden="true"
121
+ className="h-5 w-5"
122
+ fill="currentColor"
123
+ viewBox="0 0 20 20"
124
+ xmlns="http://www.w3.org/2000/svg"
125
+ >
126
+ <path
127
+ fill-rule="evenodd"
128
+ d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
129
+ clip-rule="evenodd"
130
+ ></path>
131
+ </svg>
132
+ </button>
133
+ )
134
+ }
135
+
136
+ type LayoutTypes = {
137
+ logoLink: string
138
+ username: string
139
+ userEmail: string
140
+ drawerItems: any
141
+ }
142
+ export const HawaSiteLayout: React.FunctionComponent<LayoutTypes> = (
143
+ props: any
144
+ ) => {
145
+ const [openSideMenu, setOpenSideMenu] = useState(false)
146
+ return (
147
+ <div className="font-plex">
148
+ <nav className="rounded border-gray-200 dark:bg-gray-900">
149
+ <div className="flex w-full flex-row-reverse items-center justify-between p-3">
150
+ <div
151
+ data-dropdown-toggle="userDropdown"
152
+ data-dropdown-placement="bottom-start"
153
+ className="relative mr-2 h-10 w-10 overflow-hidden rounded-full bg-gray-100 dark:bg-gray-600"
154
+ >
155
+ <svg
156
+ className="absolute -left-1 h-12 w-12 text-gray-400"
157
+ fill="currentColor"
158
+ viewBox="0 0 20 20"
159
+ xmlns="http://www.w3.org/2000/svg"
160
+ >
161
+ <path
162
+ fill-rule="evenodd"
163
+ d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z"
164
+ clip-rule="evenodd"
165
+ ></path>
166
+ </svg>
167
+ </div>
168
+ <div>{props.pageTitle ?? "Home"}</div>
169
+ <div className="flex flex-row-reverse">
170
+ <button
171
+ data-drawer-target="drawer-navigation"
172
+ data-drawer-show="drawer-navigation"
173
+ aria-controls="drawer-navigation"
174
+ type="button"
175
+ onClick={() => {
176
+ setOpenSideMenu(true)
177
+ console.log("opening side menu")
178
+ }}
179
+ className="inline-flex items-center rounded-lg p-2 text-sm text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
180
+ >
181
+ <svg
182
+ aria-hidden="true"
183
+ className="h-6 w-6"
184
+ fill="currentColor"
185
+ viewBox="0 0 20 20"
186
+ xmlns="http://www.w3.org/2000/svg"
187
+ >
188
+ <path
189
+ fill-rule="evenodd"
190
+ d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
191
+ clip-rule="evenodd"
192
+ ></path>
193
+ </svg>
194
+ </button>{" "}
195
+ </div>
196
+ </div>
197
+ </nav>
198
+ <div
199
+ id="drawer-navigation"
200
+ // className="fixed z-40 h-screen w-80 overflow-y-auto bg-white p-4 dark:bg-gray-800"
201
+ className={clsx(
202
+ "flex w-80 flex-col items-center bg-red-300",
203
+ "fixed top-0 left-0 z-40 h-screen w-80 overflow-y-auto p-4 dark:bg-gray-800",
204
+ openSideMenu ? "visible" : "invisible"
205
+ )}
206
+ tabIndex={-1}
207
+ aria-labelledby="drawer-navigation-label"
208
+ >
209
+ <div>
210
+ <img
211
+ src={
212
+ "https://my.qawaim.app/_next/image?url=%2Fqawaim-logo.svg&w=256&q=75"
213
+ }
214
+ // src={props.logoLink}
215
+ className="h-9"
216
+ />
217
+ </div>
218
+ <button
219
+ type="button"
220
+ onClick={() => setOpenSideMenu(false)}
221
+ data-drawer-dismiss="drawer-navigation"
222
+ aria-controls="drawer-navigation"
223
+ className="absolute top-2.5 right-2.5 inline-flex items-center rounded-lg bg-transparent p-1.5 text-sm text-gray-400 hover:bg-gray-200 hover:text-gray-900 dark:hover:bg-gray-600 dark:hover:text-white"
224
+ >
225
+ <svg
226
+ aria-hidden="true"
227
+ className="h-5 w-5"
228
+ fill="currentColor"
229
+ viewBox="0 0 20 20"
230
+ xmlns="http://www.w3.org/2000/svg"
231
+ >
232
+ <path
233
+ fill-rule="evenodd"
234
+ d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
235
+ clip-rule="evenodd"
236
+ ></path>
237
+ </svg>
238
+ </button>{" "}
239
+ <div className="overflow-y-auto py-4">
240
+ <ul className="space-y-2">
241
+ {props.drawerItems.map((item: any, i: any) => {
242
+ return (
243
+ <HawaDrawerItem action={item.action} key={i} text={item.text} />
244
+ )
245
+ })}
246
+ </ul>
247
+ </div>
248
+ </div>
249
+ <div className="p-3">{props.children}</div>
250
+ </div>
251
+ )
252
+ }
253
+
254
+ const AppLayoutNav = (props) => (
255
+ <nav className="rounded border-gray-200 dark:bg-gray-900">
256
+ <div className="flex w-full flex-row-reverse items-center justify-between p-3">
257
+ <div
258
+ data-dropdown-toggle="userDropdown"
259
+ data-dropdown-placement="bottom-start"
260
+ className="relative mr-2 h-10 w-10 overflow-hidden rounded-full bg-gray-100 dark:bg-gray-600"
261
+ >
262
+ <svg
263
+ className="absolute -left-1 h-12 w-12 text-gray-400"
264
+ fill="currentColor"
265
+ viewBox="0 0 20 20"
266
+ xmlns="http://www.w3.org/2000/svg"
267
+ >
268
+ <path
269
+ fill-rule="evenodd"
270
+ d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z"
271
+ clip-rule="evenodd"
272
+ ></path>
273
+ </svg>
274
+ </div>
275
+ <div>{props.pageTitle ?? "Home"}</div>
276
+ <div className="flex flex-row-reverse">
277
+ <button
278
+ data-drawer-target="drawer-navigation"
279
+ data-drawer-show="drawer-navigation"
280
+ aria-controls="drawer-navigation"
281
+ type="button"
282
+ onClick={() => props.handleClick()}
283
+ className="inline-flex items-center rounded-lg p-2 text-sm text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
284
+ >
285
+ <svg
286
+ aria-hidden="true"
287
+ className="h-6 w-6"
288
+ fill="currentColor"
289
+ viewBox="0 0 20 20"
290
+ xmlns="http://www.w3.org/2000/svg"
291
+ >
292
+ <path
293
+ fill-rule="evenodd"
294
+ d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
295
+ clip-rule="evenodd"
296
+ ></path>
297
+ </svg>
298
+ </button>{" "}
299
+ </div>
300
+ </div>
301
+ </nav>
302
+ )
@@ -1,6 +1,6 @@
1
- export * from "./Box";
2
- // export * from "./HawaPageControls";
3
- export * from "./HawaBottomAppBar";
4
- export * from "./HawaLayout";
5
- export * from "./HawaContainer";
6
- export * from "./SimpleGrid";
1
+ export * from "./Box"
2
+ export * from "./HawaBottomAppBar"
3
+ export * from "./HawaSiteLayout"
4
+ export * from "./HawaAppLayout"
5
+ export * from "./HawaContainer"
6
+ export * from "./SimpleGrid"
package/src/styles.css CHANGED
@@ -541,9 +541,15 @@ video {
541
541
  .bottom-4 {
542
542
  bottom: 1rem;
543
543
  }
544
+ .left-3 {
545
+ left: 0.75rem;
546
+ }
544
547
  .top-5 {
545
548
  top: 1.25rem;
546
549
  }
550
+ .-left-1 {
551
+ left: -0.25rem;
552
+ }
547
553
  .top-auto {
548
554
  top: auto;
549
555
  }
@@ -556,9 +562,6 @@ video {
556
562
  .top-2 {
557
563
  top: 0.5rem;
558
564
  }
559
- .-left-1 {
560
- left: -0.25rem;
561
- }
562
565
  .z-10 {
563
566
  z-index: 10;
564
567
  }
@@ -740,24 +743,24 @@ video {
740
743
  .h-screen {
741
744
  height: 100vh;
742
745
  }
743
- .h-2 {
744
- height: 0.5rem;
745
- }
746
746
  .h-10 {
747
747
  height: 2.5rem;
748
748
  }
749
+ .h-2 {
750
+ height: 0.5rem;
751
+ }
749
752
  .h-32 {
750
753
  height: 8rem;
751
754
  }
752
755
  .h-0\.5 {
753
756
  height: 0.125rem;
754
757
  }
755
- .h-9 {
756
- height: 2.25rem;
757
- }
758
758
  .h-12 {
759
759
  height: 3rem;
760
760
  }
761
+ .h-9 {
762
+ height: 2.25rem;
763
+ }
761
764
  .h-20 {
762
765
  height: 5rem;
763
766
  }
@@ -805,14 +808,17 @@ video {
805
808
  .w-44 {
806
809
  width: 11rem;
807
810
  }
811
+ .w-10 {
812
+ width: 2.5rem;
813
+ }
808
814
  .w-11 {
809
815
  width: 2.75rem;
810
816
  }
811
817
  .w-1 {
812
818
  width: 0.25rem;
813
819
  }
814
- .w-10 {
815
- width: 2.5rem;
820
+ .w-12 {
821
+ width: 3rem;
816
822
  }
817
823
  .w-1\/3 {
818
824
  width: 33.333333%;
@@ -820,9 +826,6 @@ video {
820
826
  .w-80 {
821
827
  width: 20rem;
822
828
  }
823
- .w-12 {
824
- width: 3rem;
825
- }
826
829
  .w-20 {
827
830
  width: 5rem;
828
831
  }
@@ -931,6 +934,9 @@ video {
931
934
  .items-stretch {
932
935
  align-items: stretch;
933
936
  }
937
+ .justify-start {
938
+ justify-content: flex-start;
939
+ }
934
940
  .justify-end {
935
941
  justify-content: flex-end;
936
942
  }
@@ -1100,6 +1106,18 @@ video {
1100
1106
  .border-t-0 {
1101
1107
  border-top-width: 0px;
1102
1108
  }
1109
+ .border-t-4 {
1110
+ border-top-width: 4px;
1111
+ }
1112
+ .border-l-4 {
1113
+ border-left-width: 4px;
1114
+ }
1115
+ .border-r-4 {
1116
+ border-right-width: 4px;
1117
+ }
1118
+ .border-b-4 {
1119
+ border-bottom-width: 4px;
1120
+ }
1103
1121
  .border-r {
1104
1122
  border-right-width: 1px;
1105
1123
  }
@@ -1136,6 +1154,22 @@ video {
1136
1154
  --tw-border-opacity: 1;
1137
1155
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
1138
1156
  }
1157
+ .border-blue-300 {
1158
+ --tw-border-opacity: 1;
1159
+ border-color: rgb(147 197 253 / var(--tw-border-opacity));
1160
+ }
1161
+ .border-yellow-300 {
1162
+ --tw-border-opacity: 1;
1163
+ border-color: rgb(253 224 71 / var(--tw-border-opacity));
1164
+ }
1165
+ .border-red-300 {
1166
+ --tw-border-opacity: 1;
1167
+ border-color: rgb(252 165 165 / var(--tw-border-opacity));
1168
+ }
1169
+ .border-green-300 {
1170
+ --tw-border-opacity: 1;
1171
+ border-color: rgb(134 239 172 / var(--tw-border-opacity));
1172
+ }
1139
1173
  .border-transparent {
1140
1174
  border-color: transparent;
1141
1175
  }
@@ -1266,6 +1300,10 @@ video {
1266
1300
  --tw-bg-opacity: 1;
1267
1301
  background-color: rgb(116 177 251 / var(--tw-bg-opacity));
1268
1302
  }
1303
+ .bg-yellow-300 {
1304
+ --tw-bg-opacity: 1;
1305
+ background-color: rgb(253 224 71 / var(--tw-bg-opacity));
1306
+ }
1269
1307
  .bg-primary-300 {
1270
1308
  --tw-bg-opacity: 1;
1271
1309
  background-color: rgb(156 199 252 / var(--tw-bg-opacity));
@@ -1389,6 +1427,9 @@ video {
1389
1427
  .pr-3 {
1390
1428
  padding-right: 0.75rem;
1391
1429
  }
1430
+ .pl-10 {
1431
+ padding-left: 2.5rem;
1432
+ }
1392
1433
  .pt-0 {
1393
1434
  padding-top: 0px;
1394
1435
  }
@@ -1700,6 +1741,9 @@ body {
1700
1741
  --tw-content: '';
1701
1742
  content: var(--tw-content);
1702
1743
  }
1744
+ .hover\:w-60:hover {
1745
+ width: 15rem;
1746
+ }
1703
1747
  .hover\:cursor-pointer:hover {
1704
1748
  cursor: pointer;
1705
1749
  }