@node-core/ui-components 1.0.1-cc5c2626b0639fe2088a736f54169ea3e10ed325 → 1.0.1-e1f87bde264af01e260a8efa4fab1749a2c6bc29

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 (262) hide show
  1. package/Common/AlertBox/index.js +5 -0
  2. package/Common/AlertBox/index.module.css +44 -50
  3. package/Common/AvatarGroup/Avatar/index.js +11 -0
  4. package/Common/AvatarGroup/Avatar/index.module.css +50 -30
  5. package/Common/AvatarGroup/Overlay/index.js +6 -0
  6. package/Common/AvatarGroup/Overlay/index.module.css +28 -21
  7. package/Common/AvatarGroup/index.js +21 -0
  8. package/Common/AvatarGroup/index.module.css +12 -11
  9. package/Common/Badge/index.js +7 -0
  10. package/Common/Badge/index.module.css +34 -26
  11. package/Common/BadgeGroup/index.js +6 -0
  12. package/Common/BadgeGroup/index.module.css +75 -51
  13. package/Common/Banner/index.js +4 -0
  14. package/Common/Banner/index.module.css +30 -27
  15. package/Common/BaseActiveLink/index.js +14 -0
  16. package/Common/BaseButton/index.js +10 -0
  17. package/Common/BaseButton/index.module.css +332 -105
  18. package/Common/BaseCodeBox/index.js +50 -0
  19. package/Common/BaseCodeBox/index.module.css +76 -58
  20. package/Common/BaseCrossLink/index.js +12 -0
  21. package/Common/BaseCrossLink/index.module.css +57 -39
  22. package/Common/BaseLinkTabs/index.js +5 -0
  23. package/Common/BaseLinkTabs/index.module.css +67 -33
  24. package/Common/BasePagination/Ellipsis/index.js +4 -0
  25. package/Common/BasePagination/Ellipsis/index.module.css +14 -8
  26. package/Common/BasePagination/PaginationListItem/index.js +6 -0
  27. package/Common/BasePagination/PaginationListItem/index.module.css +36 -21
  28. package/Common/BasePagination/PrevNextArrow.js +7 -0
  29. package/Common/BasePagination/index.js +10 -0
  30. package/Common/BasePagination/index.module.css +27 -26
  31. package/Common/BasePagination/useGetPageElements.js +77 -0
  32. package/Common/Blockquote/index.js +4 -0
  33. package/Common/Blockquote/index.module.css +44 -23
  34. package/Common/Breadcrumbs/BreadcrumbHomeLink/index.js +9 -0
  35. package/Common/Breadcrumbs/BreadcrumbHomeLink/index.module.css +3 -3
  36. package/Common/Breadcrumbs/BreadcrumbItem/index.js +6 -0
  37. package/Common/Breadcrumbs/BreadcrumbItem/index.module.css +38 -27
  38. package/Common/Breadcrumbs/BreadcrumbLink/index.js +5 -0
  39. package/Common/Breadcrumbs/BreadcrumbLink/index.module.css +26 -16
  40. package/Common/Breadcrumbs/BreadcrumbRoot/index.js +4 -0
  41. package/Common/Breadcrumbs/BreadcrumbRoot/index.module.css +8 -7
  42. package/Common/Breadcrumbs/BreadcrumbTruncatedItem/index.js +4 -0
  43. package/Common/Breadcrumbs/index.js +22 -0
  44. package/Common/ChangeHistory/index.js +9 -0
  45. package/Common/ChangeHistory/index.module.css +181 -66
  46. package/Common/CodeTabs/index.js +5 -0
  47. package/Common/CodeTabs/index.module.css +47 -36
  48. package/Common/DataTag/index.js +18 -0
  49. package/Common/DataTag/index.module.css +30 -32
  50. package/Common/GlowingBackdrop/index.js +5 -0
  51. package/Common/GlowingBackdrop/index.module.css +126 -28
  52. package/Common/LanguageDropDown/index.js +11 -0
  53. package/Common/LanguageDropDown/index.module.css +140 -42
  54. package/Common/Modal/index.js +10 -0
  55. package/Common/Modal/index.module.css +217 -62
  56. package/Common/NodejsLogo/index.js +7 -0
  57. package/Common/NodejsLogo/index.module.css +3 -4
  58. package/Common/Notification/index.js +6 -0
  59. package/Common/Notification/index.module.css +101 -17
  60. package/Common/Preview/index.js +7 -0
  61. package/Common/Preview/index.module.css +269 -65
  62. package/Common/Select/index.js +46 -0
  63. package/Common/Select/index.module.css +294 -127
  64. package/Common/Separator/index.js +7 -0
  65. package/Common/Separator/index.module.css +7 -10
  66. package/Common/Skeleton/index.js +18 -0
  67. package/Common/Skeleton/index.module.css +118 -21
  68. package/Common/Tabs/index.js +6 -0
  69. package/Common/Tabs/index.module.css +58 -40
  70. package/Common/ThemeToggle/index.js +7 -0
  71. package/Common/ThemeToggle/index.module.css +18 -11
  72. package/Common/Tooltip/index.js +8 -0
  73. package/Common/Tooltip/index.module.css +119 -29
  74. package/Containers/Article/index.js +4 -0
  75. package/Containers/Article/index.module.css +127 -58
  76. package/Containers/DocSideBar/index.js +1 -0
  77. package/Containers/Footer/index.js +22 -0
  78. package/Containers/Footer/index.module.css +51 -36
  79. package/Containers/MetaBar/index.js +12 -0
  80. package/Containers/MetaBar/index.module.css +101 -69
  81. package/Containers/NavBar/NavItem/index.js +7 -0
  82. package/Containers/NavBar/NavItem/index.module.css +50 -36
  83. package/Containers/NavBar/index.js +18 -0
  84. package/Containers/NavBar/index.module.css +176 -96
  85. package/Containers/Sidebar/ProgressionIcon/index.js +3 -0
  86. package/Containers/Sidebar/SidebarGroup/index.js +9 -0
  87. package/Containers/Sidebar/SidebarGroup/index.module.css +180 -52
  88. package/Containers/Sidebar/SidebarItem/index.js +11 -0
  89. package/Containers/Sidebar/SidebarItem/index.module.css +49 -38
  90. package/Containers/Sidebar/index.js +15 -0
  91. package/Containers/Sidebar/index.module.css +42 -24
  92. package/Icons/HexagonGrid.js +3 -0
  93. package/Icons/InstallationMethod/Choco.js +3 -0
  94. package/Icons/InstallationMethod/Devbox.js +3 -0
  95. package/Icons/InstallationMethod/Docker.js +3 -0
  96. package/Icons/InstallationMethod/FNM.js +3 -0
  97. package/Icons/InstallationMethod/Homebrew.js +3 -0
  98. package/Icons/InstallationMethod/N.js +5 -0
  99. package/Icons/InstallationMethod/NVM.js +3 -0
  100. package/Icons/InstallationMethod/Volta.js +3 -0
  101. package/Icons/InstallationMethod/{index.ts → index.js} +0 -1
  102. package/Icons/Logos/JsWhite.js +3 -0
  103. package/Icons/Logos/Nodejs.js +12 -0
  104. package/Icons/Logos/index.js +3 -0
  105. package/Icons/OperatingSystem/AIX.js +3 -0
  106. package/Icons/OperatingSystem/Apple.js +3 -0
  107. package/Icons/OperatingSystem/Linux.js +3 -0
  108. package/Icons/OperatingSystem/Microsoft.js +3 -0
  109. package/Icons/OperatingSystem/{index.ts → index.js} +0 -1
  110. package/Icons/PackageManager/Npm.js +3 -0
  111. package/Icons/PackageManager/Pnpm.js +3 -0
  112. package/Icons/PackageManager/Yarn.js +3 -0
  113. package/Icons/PackageManager/{index.ts → index.js} +0 -1
  114. package/Icons/Social/Bluesky.js +3 -0
  115. package/Icons/Social/Discord.js +3 -0
  116. package/Icons/Social/GitHub.js +3 -0
  117. package/Icons/Social/LinkedIn.js +3 -0
  118. package/Icons/Social/Mastodon.js +3 -0
  119. package/Icons/Social/Slack.js +3 -0
  120. package/Icons/Social/X.js +3 -0
  121. package/Icons/Social/{index.ts → index.js} +0 -1
  122. package/MDX/CodeTabs.js +16 -0
  123. package/package.json +6 -54
  124. package/stylelint/one-utility-class-per-line.mjs +34 -50
  125. package/stylelint/utils.mjs +19 -25
  126. package/styles/index.css +1124 -26
  127. package/types.js +1 -0
  128. package/Common/AlertBox/index.stories.tsx +0 -96
  129. package/Common/AlertBox/index.tsx +0 -24
  130. package/Common/AvatarGroup/Avatar/index.stories.tsx +0 -22
  131. package/Common/AvatarGroup/Avatar/index.tsx +0 -67
  132. package/Common/AvatarGroup/Overlay/index.stories.tsx +0 -33
  133. package/Common/AvatarGroup/Overlay/index.tsx +0 -37
  134. package/Common/AvatarGroup/__tests__/index.test.jsx +0 -55
  135. package/Common/AvatarGroup/index.stories.tsx +0 -56
  136. package/Common/AvatarGroup/index.tsx +0 -83
  137. package/Common/Badge/index.stories.tsx +0 -38
  138. package/Common/Badge/index.tsx +0 -35
  139. package/Common/BadgeGroup/index.stories.tsx +0 -35
  140. package/Common/BadgeGroup/index.tsx +0 -35
  141. package/Common/Banner/index.stories.tsx +0 -29
  142. package/Common/Banner/index.tsx +0 -18
  143. package/Common/BaseActiveLink/__tests__/index.test.jsx +0 -52
  144. package/Common/BaseActiveLink/index.tsx +0 -34
  145. package/Common/BaseButton/index.stories.tsx +0 -67
  146. package/Common/BaseButton/index.tsx +0 -59
  147. package/Common/BaseCodeBox/index.stories.tsx +0 -39
  148. package/Common/BaseCodeBox/index.tsx +0 -122
  149. package/Common/BaseCrossLink/index.stories.tsx +0 -38
  150. package/Common/BaseCrossLink/index.tsx +0 -46
  151. package/Common/BaseLinkTabs/index.stories.tsx +0 -34
  152. package/Common/BaseLinkTabs/index.tsx +0 -53
  153. package/Common/BasePagination/Ellipsis/index.stories.tsx +0 -10
  154. package/Common/BasePagination/Ellipsis/index.tsx +0 -11
  155. package/Common/BasePagination/PaginationListItem/__tests__/index.test.jsx +0 -58
  156. package/Common/BasePagination/PaginationListItem/index.stories.tsx +0 -40
  157. package/Common/BasePagination/PaginationListItem/index.tsx +0 -39
  158. package/Common/BasePagination/PrevNextArrow.tsx +0 -15
  159. package/Common/BasePagination/__tests__/index.test.jsx +0 -180
  160. package/Common/BasePagination/index.stories.tsx +0 -67
  161. package/Common/BasePagination/index.tsx +0 -77
  162. package/Common/BasePagination/useGetPageElements.tsx +0 -132
  163. package/Common/Blockquote/index.stories.tsx +0 -45
  164. package/Common/Blockquote/index.tsx +0 -11
  165. package/Common/Breadcrumbs/BreadcrumbHomeLink/index.tsx +0 -30
  166. package/Common/Breadcrumbs/BreadcrumbItem/index.tsx +0 -42
  167. package/Common/Breadcrumbs/BreadcrumbLink/index.tsx +0 -37
  168. package/Common/Breadcrumbs/BreadcrumbRoot/index.tsx +0 -20
  169. package/Common/Breadcrumbs/BreadcrumbTruncatedItem/index.tsx +0 -9
  170. package/Common/Breadcrumbs/index.stories.tsx +0 -94
  171. package/Common/Breadcrumbs/index.tsx +0 -81
  172. package/Common/ChangeHistory/index.stories.tsx +0 -130
  173. package/Common/ChangeHistory/index.tsx +0 -67
  174. package/Common/CodeTabs/index.stories.tsx +0 -73
  175. package/Common/CodeTabs/index.tsx +0 -16
  176. package/Common/DataTag/index.stories.tsx +0 -40
  177. package/Common/DataTag/index.tsx +0 -39
  178. package/Common/GlowingBackdrop/index.stories.tsx +0 -10
  179. package/Common/GlowingBackdrop/index.tsx +0 -13
  180. package/Common/LanguageDropDown/index.stories.tsx +0 -19
  181. package/Common/LanguageDropDown/index.tsx +0 -56
  182. package/Common/Modal/index.stories.tsx +0 -34
  183. package/Common/Modal/index.tsx +0 -50
  184. package/Common/NodejsLogo/index.stories.tsx +0 -14
  185. package/Common/NodejsLogo/index.tsx +0 -26
  186. package/Common/Notification/index.stories.tsx +0 -36
  187. package/Common/Notification/index.tsx +0 -34
  188. package/Common/Preview/index.stories.tsx +0 -44
  189. package/Common/Preview/index.tsx +0 -25
  190. package/Common/Select/__tests__/index.test.jsx +0 -67
  191. package/Common/Select/index.stories.tsx +0 -111
  192. package/Common/Select/index.tsx +0 -187
  193. package/Common/Separator/index.stories.tsx +0 -32
  194. package/Common/Separator/index.tsx +0 -27
  195. package/Common/Skeleton/index.tsx +0 -39
  196. package/Common/Tabs/__tests__/index.test.jsx +0 -52
  197. package/Common/Tabs/index.stories.tsx +0 -50
  198. package/Common/Tabs/index.tsx +0 -54
  199. package/Common/ThemeToggle/__tests__/index.test.jsx +0 -35
  200. package/Common/ThemeToggle/index.stories.tsx +0 -10
  201. package/Common/ThemeToggle/index.tsx +0 -15
  202. package/Common/Tooltip/index.stories.tsx +0 -73
  203. package/Common/Tooltip/index.tsx +0 -48
  204. package/Containers/Article/index.stories.tsx +0 -39
  205. package/Containers/Article/index.tsx +0 -9
  206. package/Containers/DocSideBar/index.tsx +0 -0
  207. package/Containers/Footer/index.stories.tsx +0 -27
  208. package/Containers/Footer/index.tsx +0 -95
  209. package/Containers/MetaBar/__tests__/index.test.jsx +0 -63
  210. package/Containers/MetaBar/index.stories.tsx +0 -80
  211. package/Containers/MetaBar/index.tsx +0 -72
  212. package/Containers/NavBar/NavItem/index.stories.tsx +0 -38
  213. package/Containers/NavBar/NavItem/index.tsx +0 -44
  214. package/Containers/NavBar/index.stories.tsx +0 -45
  215. package/Containers/NavBar/index.tsx +0 -94
  216. package/Containers/Sidebar/ProgressionIcon/index.tsx +0 -16
  217. package/Containers/Sidebar/SidebarGroup/index.stories.tsx +0 -36
  218. package/Containers/Sidebar/SidebarGroup/index.tsx +0 -49
  219. package/Containers/Sidebar/SidebarItem/index.stories.tsx +0 -15
  220. package/Containers/Sidebar/SidebarItem/index.tsx +0 -43
  221. package/Containers/Sidebar/index.stories.tsx +0 -88
  222. package/Containers/Sidebar/index.tsx +0 -70
  223. package/Icons/HexagonGrid.stories.tsx +0 -10
  224. package/Icons/HexagonGrid.tsx +0 -1434
  225. package/Icons/InstallationMethod/Choco.tsx +0 -78
  226. package/Icons/InstallationMethod/Devbox.tsx +0 -21
  227. package/Icons/InstallationMethod/Docker.tsx +0 -20
  228. package/Icons/InstallationMethod/FNM.tsx +0 -132
  229. package/Icons/InstallationMethod/Homebrew.tsx +0 -69
  230. package/Icons/InstallationMethod/N.tsx +0 -32
  231. package/Icons/InstallationMethod/NVM.tsx +0 -63
  232. package/Icons/InstallationMethod/Volta.tsx +0 -34
  233. package/Icons/Logos/JsGreen.tsx +0 -24
  234. package/Icons/Logos/JsWhite.tsx +0 -37
  235. package/Icons/Logos/Nodejs.tsx +0 -372
  236. package/Icons/Logos/NodejsStackedBlack.tsx +0 -98
  237. package/Icons/Logos/NodejsStackedDark.tsx +0 -124
  238. package/Icons/Logos/NodejsStackedLight.tsx +0 -123
  239. package/Icons/Logos/NodejsStackedWhite.tsx +0 -98
  240. package/Icons/Logos/index.ts +0 -17
  241. package/Icons/OperatingSystem/AIX.tsx +0 -46
  242. package/Icons/OperatingSystem/Apple.tsx +0 -23
  243. package/Icons/OperatingSystem/Linux.tsx +0 -969
  244. package/Icons/OperatingSystem/Microsoft.tsx +0 -19
  245. package/Icons/PackageManager/Npm.tsx +0 -21
  246. package/Icons/PackageManager/Pnpm.tsx +0 -22
  247. package/Icons/PackageManager/Yarn.tsx +0 -22
  248. package/Icons/Social/Bluesky.tsx +0 -19
  249. package/Icons/Social/Discord.tsx +0 -20
  250. package/Icons/Social/GitHub.tsx +0 -16
  251. package/Icons/Social/LinkedIn.tsx +0 -16
  252. package/Icons/Social/Mastodon.tsx +0 -36
  253. package/Icons/Social/Slack.tsx +0 -31
  254. package/Icons/Social/X.tsx +0 -16
  255. package/MDX/CodeTabs.tsx +0 -47
  256. package/stylelint/__tests__/index.test.mjs +0 -80
  257. package/styles/animations.css +0 -47
  258. package/styles/base.css +0 -17
  259. package/styles/effects.css +0 -12
  260. package/styles/markdown.css +0 -173
  261. package/styles/theme.css +0 -175
  262. package/types.ts +0 -25
@@ -1,64 +1,192 @@
1
- @reference "../../../styles/index.css";
2
-
1
+ /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
3
2
  .group {
4
- @apply flex
5
- w-full
6
- flex-col
7
- gap-2;
8
-
3
+ display: flex;
4
+ width: 100%;
5
+ flex-direction: column;
6
+ gap: calc(var(--spacing, 0.25rem)*2);
9
7
  &:not(.progression) {
10
8
  .groupName {
11
- @apply px-2
12
- py-1
13
- text-xs
14
- font-semibold
15
- text-neutral-800
16
- dark:text-neutral-600;
9
+ padding-inline: calc(var(--spacing, 0.25rem)*2);
10
+ padding-block: calc(var(--spacing, 0.25rem)*1);
11
+ font-size: var(--text-xs, 0.75rem);
12
+ line-height: var(--tw-leading, var(--text-xs--line-height, 1.33333));
13
+ --tw-font-weight: var(--font-weight-semibold, 600);
14
+ font-weight: var(--font-weight-semibold, 600);
15
+ color: var(--color-neutral-800, #556066);
16
+ &:where([data-theme=dark], [data-theme=dark] *) {
17
+ color: var(--color-neutral-600, #929fa5);
18
+ }
17
19
  }
18
20
  }
19
-
20
21
  &.progression {
21
- @apply flex
22
- flex-col
23
- gap-4
24
- text-sm
25
- font-medium
26
- text-neutral-800
27
- dark:text-neutral-200;
28
-
22
+ display: flex;
23
+ flex-direction: column;
24
+ gap: calc(var(--spacing, 0.25rem)*4);
25
+ font-size: var(--text-sm, 0.875rem);
26
+ line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
27
+ --tw-font-weight: var(--font-weight-medium, 500);
28
+ font-weight: var(--font-weight-medium, 500);
29
+ color: var(--color-neutral-800, #556066);
30
+ &:where([data-theme=dark], [data-theme=dark] *) {
31
+ color: var(--color-neutral-200, #e9edf0);
32
+ }
29
33
  .itemList {
30
- @apply relative
31
- -left-1
32
- flex
33
- flex-col
34
- after:absolute
35
- after:left-[0.45rem]
36
- after:top-0
37
- after:z-10
38
- after:h-full
39
- after:w-px
40
- after:bg-neutral-200
41
- after:content-['']
42
- dark:after:bg-neutral-800;
43
-
34
+ position: relative;
35
+ left: calc(var(--spacing, 0.25rem)*-1);
36
+ display: flex;
37
+ flex-direction: column;
38
+ &::after {
39
+ content: var(--tw-content);
40
+ position: absolute;
41
+ }
42
+ &::after {
43
+ content: var(--tw-content);
44
+ top: calc(var(--spacing, 0.25rem)*0);
45
+ }
46
+ &::after {
47
+ content: var(--tw-content);
48
+ left: 0.45rem;
49
+ }
50
+ &::after {
51
+ content: var(--tw-content);
52
+ z-index: 10;
53
+ }
54
+ &::after {
55
+ content: var(--tw-content);
56
+ height: 100%;
57
+ }
58
+ &::after {
59
+ content: var(--tw-content);
60
+ width: 1px;
61
+ }
62
+ &::after {
63
+ content: var(--tw-content);
64
+ background-color: var(--color-neutral-200, #e9edf0);
65
+ }
66
+ &::after {
67
+ content: var(--tw-content);
68
+ --tw-content: '';
69
+ content: var(--tw-content);
70
+ }
71
+ &:where([data-theme=dark], [data-theme=dark] *) {
72
+ &::after {
73
+ content: var(--tw-content);
74
+ background-color: var(--color-neutral-800, #556066);
75
+ }
76
+ }
44
77
  a {
45
- @apply first:before:absolute
46
- first:before:bottom-[calc(50%+0.25rem)]
47
- first:before:left-0
48
- first:before:h-20
49
- first:before:w-4
50
- first:before:bg-white
51
- first:before:content-['']
52
- last:after:absolute
53
- last:after:left-0
54
- last:after:top-[calc(50%+0.25rem)]
55
- last:after:h-20
56
- last:after:w-4
57
- last:after:bg-white
58
- last:after:content-['']
59
- first:dark:before:bg-neutral-950
60
- last:dark:after:bg-neutral-950;
78
+ &:first-child {
79
+ &::before {
80
+ content: var(--tw-content);
81
+ position: absolute;
82
+ }
83
+ }
84
+ &:first-child {
85
+ &::before {
86
+ content: var(--tw-content);
87
+ bottom: calc(50% + 0.25rem);
88
+ }
89
+ }
90
+ &:first-child {
91
+ &::before {
92
+ content: var(--tw-content);
93
+ left: calc(var(--spacing, 0.25rem)*0);
94
+ }
95
+ }
96
+ &:first-child {
97
+ &::before {
98
+ content: var(--tw-content);
99
+ height: calc(var(--spacing, 0.25rem)*20);
100
+ }
101
+ }
102
+ &:first-child {
103
+ &::before {
104
+ content: var(--tw-content);
105
+ width: calc(var(--spacing, 0.25rem)*4);
106
+ }
107
+ }
108
+ &:first-child {
109
+ &::before {
110
+ content: var(--tw-content);
111
+ background-color: var(--color-white, #fff);
112
+ }
113
+ }
114
+ &:first-child {
115
+ &::before {
116
+ content: var(--tw-content);
117
+ --tw-content: '';
118
+ content: var(--tw-content);
119
+ }
120
+ }
121
+ &:last-child {
122
+ &::after {
123
+ content: var(--tw-content);
124
+ position: absolute;
125
+ }
126
+ }
127
+ &:last-child {
128
+ &::after {
129
+ content: var(--tw-content);
130
+ top: calc(50% + 0.25rem);
131
+ }
132
+ }
133
+ &:last-child {
134
+ &::after {
135
+ content: var(--tw-content);
136
+ left: calc(var(--spacing, 0.25rem)*0);
137
+ }
138
+ }
139
+ &:last-child {
140
+ &::after {
141
+ content: var(--tw-content);
142
+ height: calc(var(--spacing, 0.25rem)*20);
143
+ }
144
+ }
145
+ &:last-child {
146
+ &::after {
147
+ content: var(--tw-content);
148
+ width: calc(var(--spacing, 0.25rem)*4);
149
+ }
150
+ }
151
+ &:last-child {
152
+ &::after {
153
+ content: var(--tw-content);
154
+ background-color: var(--color-white, #fff);
155
+ }
156
+ }
157
+ &:last-child {
158
+ &::after {
159
+ content: var(--tw-content);
160
+ --tw-content: '';
161
+ content: var(--tw-content);
162
+ }
163
+ }
164
+ &:first-child {
165
+ &:where([data-theme=dark], [data-theme=dark] *) {
166
+ &::before {
167
+ content: var(--tw-content);
168
+ background-color: var(--color-neutral-950, #0d121c);
169
+ }
170
+ }
171
+ }
172
+ &:last-child {
173
+ &:where([data-theme=dark], [data-theme=dark] *) {
174
+ &::after {
175
+ content: var(--tw-content);
176
+ background-color: var(--color-neutral-950, #0d121c);
177
+ }
178
+ }
179
+ }
61
180
  }
62
181
  }
63
182
  }
64
183
  }
184
+ @property --tw-font-weight {
185
+ syntax: "*";
186
+ inherits: false;
187
+ }
188
+ @property --tw-content {
189
+ syntax: "*";
190
+ initial-value: "";
191
+ inherits: false;
192
+ }
@@ -0,0 +1,11 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ArrowUpRightIcon } from '@heroicons/react/24/solid';
3
+ import classNames from 'classnames';
4
+ import BaseActiveLink from '#ui/Common/BaseActiveLink';
5
+ import styles from './index.module.css';
6
+ import ProgressionIcon from '../ProgressionIcon';
7
+ const SidebarItem = ({ label, link, showProgressionIcons = false, ...props }) => (_jsxs(BaseActiveLink, { className: classNames({
8
+ [styles.item]: true,
9
+ [styles.progression]: showProgressionIcons,
10
+ }), href: link, activeClassName: styles.active, ...props, children: [showProgressionIcons && (_jsx(ProgressionIcon, { className: styles.progressionIcon })), _jsx("span", { className: styles.label, children: label }), /^https?:/.test(link) && _jsx(ArrowUpRightIcon, { className: styles.icon })] }));
11
+ export default SidebarItem;
@@ -1,56 +1,67 @@
1
- @reference '../../../styles/index.css';
2
-
1
+ /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
3
2
  .item {
4
- @apply font-regular
5
- relative
6
- z-20
7
- flex
8
- w-full
9
- items-center
10
- overflow-hidden
11
- text-sm
12
- text-neutral-800
13
- dark:text-neutral-200;
14
-
3
+ position: relative;
4
+ z-index: 20;
5
+ display: flex;
6
+ width: 100%;
7
+ align-items: center;
8
+ overflow: hidden;
9
+ font-size: var(--text-sm, 0.875rem);
10
+ line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
11
+ --tw-font-weight: var(--font-weight-regular, 400);
12
+ font-weight: var(--font-weight-regular, 400);
13
+ color: var(--color-neutral-800, #556066);
14
+ &:where([data-theme=dark], [data-theme=dark] *) {
15
+ color: var(--color-neutral-200, #e9edf0);
16
+ }
15
17
  .label {
16
- @apply font-regular
17
- p-2
18
- text-sm;
18
+ padding: calc(var(--spacing, 0.25rem)*2);
19
+ font-size: var(--text-sm, 0.875rem);
20
+ line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
21
+ --tw-font-weight: var(--font-weight-regular, 400);
22
+ font-weight: var(--font-weight-regular, 400);
19
23
  }
20
-
21
24
  .progressionIcon {
22
- @apply shrink-0
23
- fill-neutral-200
24
- stroke-white
25
- stroke-[4]
26
- dark:fill-neutral-800
27
- dark:stroke-neutral-950;
25
+ flex-shrink: 0;
26
+ fill: var(--color-neutral-200, #e9edf0);
27
+ stroke: var(--color-white, #fff);
28
+ stroke-width: 4;
29
+ &:where([data-theme=dark], [data-theme=dark] *) {
30
+ fill: var(--color-neutral-800, #556066);
31
+ }
32
+ &:where([data-theme=dark], [data-theme=dark] *) {
33
+ stroke: var(--color-neutral-950, #0d121c);
34
+ }
28
35
  }
29
-
30
36
  .icon {
31
- @apply size-3
32
- text-neutral-500
33
- dark:text-neutral-200;
37
+ width: calc(var(--spacing, 0.25rem)*3);
38
+ height: calc(var(--spacing, 0.25rem)*3);
39
+ color: var(--color-neutral-500, #b1bcc2);
40
+ &:where([data-theme=dark], [data-theme=dark] *) {
41
+ color: var(--color-neutral-200, #e9edf0);
42
+ }
34
43
  }
35
-
36
44
  &.progression {
37
45
  .label {
38
- @apply p-1;
46
+ padding: calc(var(--spacing, 0.25rem)*1);
39
47
  }
40
48
  }
41
-
42
49
  &.active {
43
- @apply text-neutral-900
44
- dark:text-white;
45
-
50
+ color: var(--color-neutral-900, #2c3437);
51
+ &:where([data-theme=dark], [data-theme=dark] *) {
52
+ color: var(--color-white, #fff);
53
+ }
46
54
  .progressionIcon {
47
- @apply fill-green-500;
55
+ fill: var(--color-green-500, #5fa04e);
48
56
  }
49
-
50
57
  &:not(.progression) .label {
51
- @apply rounded-sm
52
- bg-green-600
53
- text-white;
58
+ border-radius: var(--radius-sm, 0.25rem);
59
+ background-color: var(--color-green-600, #417e38);
60
+ color: var(--color-white, #fff);
54
61
  }
55
62
  }
56
63
  }
64
+ @property --tw-font-weight {
65
+ syntax: "*";
66
+ inherits: false;
67
+ }
@@ -0,0 +1,15 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Select from '#ui/Common/Select';
3
+ import SidebarGroup from '#ui/Containers/Sidebar/SidebarGroup';
4
+ import styles from './index.module.css';
5
+ const SideBar = ({ groups, pathname, title, onSelect, as, showProgressionIcons = false, children, placeholder, }) => {
6
+ const selectItems = groups.map(({ items, groupName }) => ({
7
+ label: groupName,
8
+ items: items.map(({ label, link }) => ({ value: link, label })),
9
+ }));
10
+ const currentItem = selectItems
11
+ .flatMap(item => item.items)
12
+ .find(item => pathname === item.value);
13
+ return (_jsxs("aside", { className: styles.wrapper, children: [children, selectItems.length > 0 && (_jsx(Select, { label: title, values: selectItems, defaultValue: currentItem?.value, placeholder: placeholder, onChange: onSelect, className: styles.mobileSelect })), groups.map(({ groupName, items }) => (_jsx(SidebarGroup, { groupName: groupName, items: items, pathname: pathname, as: as, showProgressionIcons: showProgressionIcons, className: styles.navigation }, groupName.toString())))] }));
14
+ };
15
+ export default SideBar;
@@ -1,30 +1,48 @@
1
- @reference "../../styles/index.css";
2
-
1
+ /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
3
2
  .wrapper {
4
- @apply flex
5
- w-full
6
- flex-col
7
- gap-8
8
- overflow-auto
9
- border-r-0
10
- border-neutral-200
11
- bg-white
12
- px-4
13
- py-6
14
- sm:border-r
15
- md:max-w-xs
16
- lg:px-6
17
- dark:border-neutral-900
18
- dark:bg-neutral-950;
19
-
3
+ display: flex;
4
+ width: 100%;
5
+ flex-direction: column;
6
+ gap: calc(var(--spacing, 0.25rem)*8);
7
+ overflow: auto;
8
+ border-right-style: var(--tw-border-style);
9
+ border-right-width: 0px;
10
+ border-color: var(--color-neutral-200, #e9edf0);
11
+ background-color: var(--color-white, #fff);
12
+ padding-inline: calc(var(--spacing, 0.25rem)*4);
13
+ padding-block: calc(var(--spacing, 0.25rem)*6);
14
+ @media (width >= 40rem) {
15
+ border-right-style: var(--tw-border-style);
16
+ border-right-width: 1px;
17
+ }
18
+ @media (width >= 48rem) {
19
+ max-width: var(--container-xs, 20rem);
20
+ }
21
+ @media (width >= 64rem) {
22
+ padding-inline: calc(var(--spacing, 0.25rem)*6);
23
+ }
24
+ &:where([data-theme=dark], [data-theme=dark] *) {
25
+ border-color: var(--color-neutral-900, #2c3437);
26
+ }
27
+ &:where([data-theme=dark], [data-theme=dark] *) {
28
+ background-color: var(--color-neutral-950, #0d121c);
29
+ }
20
30
  .navigation {
21
- @apply hidden
22
- sm:flex;
31
+ display: none;
32
+ @media (width >= 40rem) {
33
+ display: flex;
34
+ }
23
35
  }
24
-
25
36
  .mobileSelect {
26
- @apply flex
27
- w-full
28
- sm:hidden;
37
+ display: flex;
38
+ width: 100%;
39
+ @media (width >= 40rem) {
40
+ display: none;
41
+ }
29
42
  }
30
43
  }
44
+ @property --tw-border-style {
45
+ syntax: "*";
46
+ inherits: false;
47
+ initial-value: solid;
48
+ }
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const HexagonGrid = props => (_jsxs("svg", { viewBox: "0 0 1216 726", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": "true", ...props, children: [_jsx("mask", { id: "mask0_91_8", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", width: "1216", height: "726", x: "0", y: "0", children: _jsx("rect", { width: "1216", height: "725.8", fill: "url(#paint0_radial_91_8)" }) }), _jsxs("g", { mask: "url(#mask0_91_8)", children: [_jsx("path", { d: "M717.133 231.367L759.799 206.733L802.465 231.367V280.633L759.799 305.267L717.133 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.432 306.367L803.099 281.733L845.765 306.367V355.633L803.099 380.267L760.432 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.732 231.367L846.398 206.733L889.065 231.367V280.633L846.398 305.267L803.732 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 306.367L889.698 281.733L932.365 306.367V355.633L889.698 380.267L847.032 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 381.367L932.998 356.733L975.664 381.367V430.633L932.998 455.267L890.332 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 306.367L976.298 281.733L1018.96 306.367V355.633L976.298 380.267L933.632 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.233 306.367L629.899 281.733L672.566 306.367V355.633L629.899 380.267L587.233 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.533 381.367L673.199 356.733L715.865 381.367V430.633L673.199 455.267L630.533 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.833 306.367L716.499 281.733L759.165 306.367V355.633L716.499 380.267L673.833 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M717.133 381.367L759.799 356.733L802.465 381.367V430.633L759.799 455.267L717.133 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.432 456.367L803.099 431.733L845.765 456.367V505.633L803.099 530.267L760.432 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.732 381.367L846.398 356.733L889.065 381.367V430.633L846.398 455.267L803.732 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 381.367L1019.6 356.733L1062.26 381.367V430.633L1019.6 455.267L976.931 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 456.367L1062.9 431.733L1105.56 456.367V505.633L1062.9 530.267L1020.23 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 381.367L1106.2 356.733L1148.86 381.367V430.633L1106.2 455.267L1063.53 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 456.367L1149.5 431.733L1192.16 456.367V505.633L1149.5 530.267L1106.83 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 531.367L1192.8 506.733L1235.46 531.367V580.633L1192.8 605.267L1150.13 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 456.367L1236.1 431.733L1278.76 456.367V505.633L1236.1 530.267L1193.43 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 456.367L889.698 431.733L932.365 456.367V505.633L889.698 530.267L847.032 505.633V456.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 531.367L932.998 506.733L975.664 531.367V580.633L932.998 605.267L890.332 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 456.367L976.298 431.733L1018.96 456.367V505.633L976.298 530.267L933.632 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 531.367L1019.6 506.733L1062.26 531.367V580.633L1019.6 605.267L976.931 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 606.367L1062.9 581.733L1105.56 606.367V655.633L1062.9 680.267L1020.23 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 531.367L1106.2 506.733L1148.86 531.367V580.633L1106.2 605.267L1063.53 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 81.3666L1019.6 56.7332L1062.26 81.3666V130.633L1019.6 155.267L976.931 130.633V81.3666Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 156.367L1062.9 131.733L1105.56 156.367V205.633L1062.9 230.267L1020.23 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 81.3666L1106.2 56.7332L1148.86 81.3666V130.633L1106.2 155.267L1063.53 130.633V81.3666Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 156.367L1149.5 131.733L1192.16 156.367V205.633L1149.5 230.267L1106.83 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 231.367L1192.8 206.733L1235.46 231.367V280.633L1192.8 305.267L1150.13 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 156.367L1236.1 131.733L1278.76 156.367V205.633L1236.1 230.267L1193.43 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 156.367L889.698 131.733L932.365 156.367V205.633L889.698 230.267L847.032 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 231.367L932.998 206.733L975.664 231.367V280.633L932.998 305.267L890.332 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 156.367L976.298 131.733L1018.96 156.367V205.633L976.298 230.267L933.632 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 231.367L1019.6 206.733L1062.26 231.367V280.633L1019.6 305.267L976.931 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 306.367L1062.9 281.733L1105.56 306.367V355.633L1062.9 380.267L1020.23 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 231.367L1106.2 206.733L1148.86 231.367V280.633L1106.2 305.267L1063.53 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 306.367L1149.5 281.733L1192.16 306.367V355.633L1149.5 380.267L1106.83 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 381.367L1192.8 356.733L1235.46 381.367V430.633L1192.8 455.267L1150.13 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 306.367L1236.1 281.733L1278.76 306.367V355.633L1236.1 380.267L1193.43 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.523 6.36671L283.211 -18.2669L325.899 6.36671V55.6333L283.211 80.2669L240.523 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.167 6.36671L369.855 -18.2669L412.543 6.36671V55.6333L369.855 80.2669L327.167 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.486 81.3667L413.174 56.7331L455.862 81.3667V130.633L413.174 155.267L370.486 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.81 6.36671L456.498 -18.2669L499.186 6.36671V55.6333L456.498 80.2669L413.81 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2365 6.36671L109.925 -18.2669L152.613 6.36671V55.6333L109.925 80.2669L67.2365 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.558 81.3667L153.246 56.7331L195.934 81.3667V130.633L153.246 155.267L110.558 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.88 6.36671L196.568 -18.2669L239.256 6.36671V55.6333L196.568 80.2669L153.88 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.201 81.3667L239.889 56.7331L282.577 81.3667V130.633L239.889 155.267L197.201 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.523 156.367L283.211 131.733L325.899 156.367V205.633L283.211 230.267L240.523 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.845 81.3667L326.533 56.7331L369.221 81.3667V130.633L326.533 155.267L283.845 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.13 81.3667L499.818 56.7331L542.506 81.3667V130.633L499.818 155.267L457.13 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 156.367L543.14 131.733L585.828 156.367V205.633L543.14 230.267L500.452 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.775 81.3667L586.463 56.7331L629.151 81.3667V130.633L586.463 155.267L543.775 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.095 156.367L629.783 131.733L672.471 156.367V205.633L629.783 230.267L587.095 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.416 231.367L673.104 206.733L715.792 231.367V280.633L673.104 305.267L630.416 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.738 156.367L716.426 131.733L759.114 156.367V205.633L716.426 230.267L673.738 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.167 156.367L369.855 131.733L412.543 156.367V205.633L369.855 230.267L327.167 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.486 231.367L413.174 206.733L455.862 231.367V280.633L413.174 305.267L370.486 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.81 156.367L456.498 131.733L499.186 156.367V205.633L456.498 230.267L413.81 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.13 231.367L499.818 206.733L542.506 231.367V280.633L499.818 305.267L457.13 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 306.367L543.14 281.733L585.828 306.367V355.633L543.14 380.267L500.452 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.775 231.367L586.463 206.733L629.151 231.367V280.633L586.463 305.267L543.775 280.633V231.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 6.36671L543.14 -18.2669L585.828 6.36671V55.6333L543.14 80.2669L500.452 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.383 6.36671L803.071 -18.2669L845.759 6.36671V55.6333L803.071 80.2669L760.383 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.026 6.36671L889.714 -18.2669L932.402 6.36671V55.6333L889.714 80.2669L847.026 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.348 81.3667L933.036 56.7331L975.724 81.3667V130.633L933.036 155.267L890.348 130.633V81.3667Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.667 6.36671L976.355 -18.2669L1019.04 6.36671V55.6333L976.355 80.2669L933.667 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.095 6.36671L629.783 -18.2669L672.471 6.36671V55.6333L629.783 80.2669L587.095 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.416 81.3667L673.104 56.7331L715.792 81.3667V130.633L673.104 155.267L630.416 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.738 6.36671L716.426 -18.2669L759.114 6.36671V55.6333L716.426 80.2669L673.738 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M717.061 81.3667L759.749 56.7331L802.437 81.3667V130.633L759.749 155.267L717.061 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.383 156.367L803.071 131.733L845.759 156.367V205.633L803.071 230.267L760.383 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.702 81.3667L846.39 56.7331L889.078 81.3667V130.633L846.39 155.267L803.702 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.233 606.367L369.899 581.733L412.566 606.367V655.633L369.899 680.267L327.233 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.533 681.367L413.199 656.733L455.865 681.367V730.633L413.199 755.267L370.533 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.833 606.367L456.499 581.733L499.165 606.367V655.633L456.499 680.267L413.833 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.133 681.367L499.799 656.733L542.465 681.367V730.633L499.799 755.267L457.133 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.732 681.367L586.398 656.733L629.065 681.367V730.633L586.398 755.267L543.732 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.334 681.367L240 656.733L282.666 681.367V730.633L240 755.267L197.334 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.933 681.367L326.6 656.733L369.266 681.367V730.633L326.6 755.267L283.933 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.032 456.367L629.698 431.733L672.365 456.367V505.633L629.698 530.267L587.032 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.332 531.367L672.998 506.733L715.664 531.367V580.633L672.998 605.267L630.332 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.632 456.367L716.298 431.733L758.964 456.367V505.633L716.298 530.267L673.632 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M716.931 531.367L759.598 506.733L802.264 531.367V580.633L759.598 605.267L716.931 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.231 606.367L802.897 581.733L845.564 606.367V655.633L802.897 680.267L760.231 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.531 531.367L846.197 506.733L888.864 531.367V580.633L846.197 605.267L803.531 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.133 531.367L499.799 506.733L542.465 531.367V580.633L499.799 605.267L457.133 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.432 606.367L543.099 581.733L585.765 606.367V655.633L543.099 680.267L500.432 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.732 531.367L586.398 506.733L629.065 531.367V580.633L586.398 605.267L543.732 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.032 606.367L629.698 581.733L672.365 606.367V655.633L629.698 680.267L587.032 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.332 681.367L672.998 656.733L715.664 681.367V730.633L672.998 755.267L630.332 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.632 606.367L716.298 581.733L758.964 606.367V655.633L716.298 680.267L673.632 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M846.831 606.367L889.497 581.733L932.163 606.367V655.633L889.497 680.267L846.831 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.131 681.367L932.797 656.733L975.463 681.367V730.633L932.797 755.267L890.131 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.43 606.367L976.097 581.733L1018.76 606.367V655.633L976.097 680.267L933.43 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.73 681.367L1019.4 656.733L1062.06 681.367V730.633L1019.4 755.267L976.73 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.33 681.367L1106 656.733L1148.66 681.367V730.633L1106 755.267L1063.33 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M716.931 681.367L759.598 656.733L802.264 681.367V730.633L759.598 755.267L716.931 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.531 681.367L846.197 656.733L888.864 681.367V730.633L846.197 755.267L803.531 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 381.367L-20.0442 356.733L22.6438 381.367V430.633L-20.0442 455.267L-62.7322 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 456.367L23.2741 431.733L65.9621 456.367V505.633L23.2741 530.267L-19.4139 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 381.367L66.5983 356.733L109.286 381.367V430.633L66.5983 455.267L23.9103 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 456.367L109.919 431.733L152.607 456.367V505.633L109.919 530.267L67.2306 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 531.367L153.241 506.733L195.929 531.367V580.633L153.241 605.267L110.553 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 456.367L196.563 431.733L239.251 456.367V505.633L196.563 530.267L153.875 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 531.367L239.884 506.733L282.572 531.367V580.633L239.884 605.267L197.195 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 606.367L283.205 581.733L325.893 606.367V655.633L283.205 680.267L240.517 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 531.367L326.527 506.733L369.215 531.367V580.633L326.527 605.267L283.839 580.633V531.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 531.367L-20.0442 506.733L22.6438 531.367V580.633L-20.0442 605.267L-62.7322 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 606.367L23.2741 581.733L65.9621 606.367V655.633L23.2741 680.267L-19.4139 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 531.367L66.5983 506.733L109.286 531.367V580.633L66.5983 605.267L23.9103 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 606.367L109.919 581.733L152.607 606.367V655.633L109.919 680.267L67.2306 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 681.367L153.241 656.733L195.929 681.367V730.633L153.241 755.267L110.553 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 606.367L196.563 581.733L239.251 606.367V655.633L196.563 680.267L153.875 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 156.367L109.919 131.733L152.607 156.367V205.633L109.919 230.267L67.2306 205.633V156.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 231.367L153.241 206.733L195.929 231.367V280.633L153.241 305.267L110.553 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 156.367L196.563 131.733L239.251 156.367V205.633L196.563 230.267L153.875 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 231.367L239.884 206.733L282.572 231.367V280.633L239.884 305.267L197.195 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 306.367L283.205 281.733L325.893 306.367V355.633L283.205 380.267L240.517 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 231.367L326.527 206.733L369.215 231.367V280.633L326.527 305.267L283.839 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 231.367L-20.0442 206.733L22.6438 231.367V280.633L-20.0442 305.267L-62.7322 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 306.367L23.2741 281.733L65.9621 306.367V355.633L23.2741 380.267L-19.4139 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 231.367L66.5983 206.733L109.286 231.367V280.633L66.5983 305.267L23.9103 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 306.367L109.919 281.733L152.607 306.367V355.633L109.919 380.267L67.2306 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 381.367L153.241 356.733L195.929 381.367V430.633L153.241 455.267L110.553 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 306.367L196.563 281.733L239.251 306.367V355.633L196.563 380.267L153.875 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.161 306.367L369.849 281.733L412.537 306.367V355.633L369.849 380.267L327.161 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.484 381.367L413.172 356.733L455.86 381.367V430.633L413.172 455.267L370.484 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.803 306.367L456.491 281.733L499.179 306.367V355.633L456.491 380.267L413.803 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.126 381.367L499.814 356.733L542.502 381.367V430.633L499.814 455.267L457.126 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.448 456.367L543.136 431.733L585.824 456.367V505.633L543.136 530.267L500.448 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.768 381.367L586.456 356.733L629.144 381.367V430.633L586.456 455.267L543.768 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 381.367L239.884 356.733L282.572 381.367V430.633L239.884 455.267L197.195 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 456.367L283.205 431.733L325.893 456.367V505.633L283.205 530.267L240.517 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 381.367L326.527 356.733L369.215 381.367V430.633L326.527 455.267L283.839 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.161 456.367L369.849 431.733L412.537 456.367V505.633L369.849 530.267L327.161 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.484 531.367L413.172 506.733L455.86 531.367V580.633L413.172 605.267L370.484 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.803 456.367L456.491 431.733L499.179 456.367V505.633L456.491 530.267L413.803 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" })] }), _jsxs("g", { mask: "url(#mask0_91_8)", children: [_jsx("path", { d: "M717.133 231.367L759.799 206.733L802.465 231.367V280.633L759.799 305.267L717.133 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.432 306.367L803.099 281.733L845.765 306.367V355.633L803.099 380.267L760.432 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.732 231.367L846.398 206.733L889.065 231.367V280.633L846.398 305.267L803.732 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 306.367L889.698 281.733L932.365 306.367V355.633L889.698 380.267L847.032 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 381.367L932.998 356.733L975.664 381.367V430.633L932.998 455.267L890.332 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 306.367L976.298 281.733L1018.96 306.367V355.633L976.298 380.267L933.632 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.233 306.367L629.899 281.733L672.566 306.367V355.633L629.899 380.267L587.233 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.533 381.367L673.199 356.733L715.865 381.367V430.633L673.199 455.267L630.533 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.833 306.367L716.499 281.733L759.165 306.367V355.633L716.499 380.267L673.833 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M717.133 381.367L759.799 356.733L802.465 381.367V430.633L759.799 455.267L717.133 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.432 456.367L803.099 431.733L845.765 456.367V505.633L803.099 530.267L760.432 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.732 381.367L846.398 356.733L889.065 381.367V430.633L846.398 455.267L803.732 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 381.367L1019.6 356.733L1062.26 381.367V430.633L1019.6 455.267L976.931 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 456.367L1062.9 431.733L1105.56 456.367V505.633L1062.9 530.267L1020.23 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 381.367L1106.2 356.733L1148.86 381.367V430.633L1106.2 455.267L1063.53 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 456.367L1149.5 431.733L1192.16 456.367V505.633L1149.5 530.267L1106.83 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 531.367L1192.8 506.733L1235.46 531.367V580.633L1192.8 605.267L1150.13 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 456.367L1236.1 431.733L1278.76 456.367V505.633L1236.1 530.267L1193.43 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 456.367L889.698 431.733L932.365 456.367V505.633L889.698 530.267L847.032 505.633V456.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 531.367L932.998 506.733L975.664 531.367V580.633L932.998 605.267L890.332 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 456.367L976.298 431.733L1018.96 456.367V505.633L976.298 530.267L933.632 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 531.367L1019.6 506.733L1062.26 531.367V580.633L1019.6 605.267L976.931 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 606.367L1062.9 581.733L1105.56 606.367V655.633L1062.9 680.267L1020.23 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 531.367L1106.2 506.733L1148.86 531.367V580.633L1106.2 605.267L1063.53 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 81.3666L1019.6 56.7332L1062.26 81.3666V130.633L1019.6 155.267L976.931 130.633V81.3666Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 156.367L1062.9 131.733L1105.56 156.367V205.633L1062.9 230.267L1020.23 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 81.3666L1106.2 56.7332L1148.86 81.3666V130.633L1106.2 155.267L1063.53 130.633V81.3666Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 156.367L1149.5 131.733L1192.16 156.367V205.633L1149.5 230.267L1106.83 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 231.367L1192.8 206.733L1235.46 231.367V280.633L1192.8 305.267L1150.13 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 156.367L1236.1 131.733L1278.76 156.367V205.633L1236.1 230.267L1193.43 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 156.367L889.698 131.733L932.365 156.367V205.633L889.698 230.267L847.032 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 231.367L932.998 206.733L975.664 231.367V280.633L932.998 305.267L890.332 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 156.367L976.298 131.733L1018.96 156.367V205.633L976.298 230.267L933.632 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 231.367L1019.6 206.733L1062.26 231.367V280.633L1019.6 305.267L976.931 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 306.367L1062.9 281.733L1105.56 306.367V355.633L1062.9 380.267L1020.23 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 231.367L1106.2 206.733L1148.86 231.367V280.633L1106.2 305.267L1063.53 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 306.367L1149.5 281.733L1192.16 306.367V355.633L1149.5 380.267L1106.83 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 381.367L1192.8 356.733L1235.46 381.367V430.633L1192.8 455.267L1150.13 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 306.367L1236.1 281.733L1278.76 306.367V355.633L1236.1 380.267L1193.43 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.523 6.36671L283.211 -18.2669L325.899 6.36671V55.6333L283.211 80.2669L240.523 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.167 6.36671L369.855 -18.2669L412.543 6.36671V55.6333L369.855 80.2669L327.167 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.486 81.3667L413.174 56.7331L455.862 81.3667V130.633L413.174 155.267L370.486 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.81 6.36671L456.498 -18.2669L499.186 6.36671V55.6333L456.498 80.2669L413.81 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2365 6.36671L109.925 -18.2669L152.613 6.36671V55.6333L109.925 80.2669L67.2365 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.558 81.3667L153.246 56.7331L195.934 81.3667V130.633L153.246 155.267L110.558 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.88 6.36671L196.568 -18.2669L239.256 6.36671V55.6333L196.568 80.2669L153.88 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.201 81.3667L239.889 56.7331L282.577 81.3667V130.633L239.889 155.267L197.201 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.523 156.367L283.211 131.733L325.899 156.367V205.633L283.211 230.267L240.523 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.845 81.3667L326.533 56.7331L369.221 81.3667V130.633L326.533 155.267L283.845 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.13 81.3667L499.818 56.7331L542.506 81.3667V130.633L499.818 155.267L457.13 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 156.367L543.14 131.733L585.828 156.367V205.633L543.14 230.267L500.452 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.775 81.3667L586.463 56.7331L629.151 81.3667V130.633L586.463 155.267L543.775 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.095 156.367L629.783 131.733L672.471 156.367V205.633L629.783 230.267L587.095 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.416 231.367L673.104 206.733L715.792 231.367V280.633L673.104 305.267L630.416 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.738 156.367L716.426 131.733L759.114 156.367V205.633L716.426 230.267L673.738 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.167 156.367L369.855 131.733L412.543 156.367V205.633L369.855 230.267L327.167 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.486 231.367L413.174 206.733L455.862 231.367V280.633L413.174 305.267L370.486 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.81 156.367L456.498 131.733L499.186 156.367V205.633L456.498 230.267L413.81 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.13 231.367L499.818 206.733L542.506 231.367V280.633L499.818 305.267L457.13 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 306.367L543.14 281.733L585.828 306.367V355.633L543.14 380.267L500.452 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.775 231.367L586.463 206.733L629.151 231.367V280.633L586.463 305.267L543.775 280.633V231.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 6.36671L543.14 -18.2669L585.828 6.36671V55.6333L543.14 80.2669L500.452 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.383 6.36671L803.071 -18.2669L845.759 6.36671V55.6333L803.071 80.2669L760.383 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.026 6.36671L889.714 -18.2669L932.402 6.36671V55.6333L889.714 80.2669L847.026 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.348 81.3667L933.036 56.7331L975.724 81.3667V130.633L933.036 155.267L890.348 130.633V81.3667Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.667 6.36671L976.355 -18.2669L1019.04 6.36671V55.6333L976.355 80.2669L933.667 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.095 6.36671L629.783 -18.2669L672.471 6.36671V55.6333L629.783 80.2669L587.095 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.416 81.3667L673.104 56.7331L715.792 81.3667V130.633L673.104 155.267L630.416 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.738 6.36671L716.426 -18.2669L759.114 6.36671V55.6333L716.426 80.2669L673.738 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M717.061 81.3667L759.749 56.7331L802.437 81.3667V130.633L759.749 155.267L717.061 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.383 156.367L803.071 131.733L845.759 156.367V205.633L803.071 230.267L760.383 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.702 81.3667L846.39 56.7331L889.078 81.3667V130.633L846.39 155.267L803.702 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.233 606.367L369.899 581.733L412.566 606.367V655.633L369.899 680.267L327.233 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.533 681.367L413.199 656.733L455.865 681.367V730.633L413.199 755.267L370.533 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.833 606.367L456.499 581.733L499.165 606.367V655.633L456.499 680.267L413.833 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.133 681.367L499.799 656.733L542.465 681.367V730.633L499.799 755.267L457.133 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.732 681.367L586.398 656.733L629.065 681.367V730.633L586.398 755.267L543.732 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.334 681.367L240 656.733L282.666 681.367V730.633L240 755.267L197.334 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.933 681.367L326.6 656.733L369.266 681.367V730.633L326.6 755.267L283.933 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.032 456.367L629.698 431.733L672.365 456.367V505.633L629.698 530.267L587.032 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.332 531.367L672.998 506.733L715.664 531.367V580.633L672.998 605.267L630.332 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.632 456.367L716.298 431.733L758.964 456.367V505.633L716.298 530.267L673.632 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M716.931 531.367L759.598 506.733L802.264 531.367V580.633L759.598 605.267L716.931 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.231 606.367L802.897 581.733L845.564 606.367V655.633L802.897 680.267L760.231 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.531 531.367L846.197 506.733L888.864 531.367V580.633L846.197 605.267L803.531 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.133 531.367L499.799 506.733L542.465 531.367V580.633L499.799 605.267L457.133 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.432 606.367L543.099 581.733L585.765 606.367V655.633L543.099 680.267L500.432 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.732 531.367L586.398 506.733L629.065 531.367V580.633L586.398 605.267L543.732 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.032 606.367L629.698 581.733L672.365 606.367V655.633L629.698 680.267L587.032 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.332 681.367L672.998 656.733L715.664 681.367V730.633L672.998 755.267L630.332 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.632 606.367L716.298 581.733L758.964 606.367V655.633L716.298 680.267L673.632 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M846.831 606.367L889.497 581.733L932.163 606.367V655.633L889.497 680.267L846.831 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.131 681.367L932.797 656.733L975.463 681.367V730.633L932.797 755.267L890.131 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.43 606.367L976.097 581.733L1018.76 606.367V655.633L976.097 680.267L933.43 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.73 681.367L1019.4 656.733L1062.06 681.367V730.633L1019.4 755.267L976.73 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.33 681.367L1106 656.733L1148.66 681.367V730.633L1106 755.267L1063.33 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M716.931 681.367L759.598 656.733L802.264 681.367V730.633L759.598 755.267L716.931 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.531 681.367L846.197 656.733L888.864 681.367V730.633L846.197 755.267L803.531 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 381.367L-20.0442 356.733L22.6438 381.367V430.633L-20.0442 455.267L-62.7322 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 456.367L23.2741 431.733L65.9621 456.367V505.633L23.2741 530.267L-19.4139 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 381.367L66.5983 356.733L109.286 381.367V430.633L66.5983 455.267L23.9103 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 456.367L109.919 431.733L152.607 456.367V505.633L109.919 530.267L67.2306 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 531.367L153.241 506.733L195.929 531.367V580.633L153.241 605.267L110.553 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 456.367L196.563 431.733L239.251 456.367V505.633L196.563 530.267L153.875 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 531.367L239.884 506.733L282.572 531.367V580.633L239.884 605.267L197.195 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 606.367L283.205 581.733L325.893 606.367V655.633L283.205 680.267L240.517 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 531.367L326.527 506.733L369.215 531.367V580.633L326.527 605.267L283.839 580.633V531.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 531.367L-20.0442 506.733L22.6438 531.367V580.633L-20.0442 605.267L-62.7322 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 606.367L23.2741 581.733L65.9621 606.367V655.633L23.2741 680.267L-19.4139 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 531.367L66.5983 506.733L109.286 531.367V580.633L66.5983 605.267L23.9103 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 606.367L109.919 581.733L152.607 606.367V655.633L109.919 680.267L67.2306 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 681.367L153.241 656.733L195.929 681.367V730.633L153.241 755.267L110.553 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 606.367L196.563 581.733L239.251 606.367V655.633L196.563 680.267L153.875 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 156.367L109.919 131.733L152.607 156.367V205.633L109.919 230.267L67.2306 205.633V156.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 231.367L153.241 206.733L195.929 231.367V280.633L153.241 305.267L110.553 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 156.367L196.563 131.733L239.251 156.367V205.633L196.563 230.267L153.875 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 231.367L239.884 206.733L282.572 231.367V280.633L239.884 305.267L197.195 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 306.367L283.205 281.733L325.893 306.367V355.633L283.205 380.267L240.517 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 231.367L326.527 206.733L369.215 231.367V280.633L326.527 305.267L283.839 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 231.367L-20.0442 206.733L22.6438 231.367V280.633L-20.0442 305.267L-62.7322 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 306.367L23.2741 281.733L65.9621 306.367V355.633L23.2741 380.267L-19.4139 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 231.367L66.5983 206.733L109.286 231.367V280.633L66.5983 305.267L23.9103 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 306.367L109.919 281.733L152.607 306.367V355.633L109.919 380.267L67.2306 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 381.367L153.241 356.733L195.929 381.367V430.633L153.241 455.267L110.553 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 306.367L196.563 281.733L239.251 306.367V355.633L196.563 380.267L153.875 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.161 306.367L369.849 281.733L412.537 306.367V355.633L369.849 380.267L327.161 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.484 381.367L413.172 356.733L455.86 381.367V430.633L413.172 455.267L370.484 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.803 306.367L456.491 281.733L499.179 306.367V355.633L456.491 380.267L413.803 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.126 381.367L499.814 356.733L542.502 381.367V430.633L499.814 455.267L457.126 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.448 456.367L543.136 431.733L585.824 456.367V505.633L543.136 530.267L500.448 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.768 381.367L586.456 356.733L629.144 381.367V430.633L586.456 455.267L543.768 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 381.367L239.884 356.733L282.572 381.367V430.633L239.884 455.267L197.195 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 456.367L283.205 431.733L325.893 456.367V505.633L283.205 530.267L240.517 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 381.367L326.527 356.733L369.215 381.367V430.633L326.527 455.267L283.839 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.161 456.367L369.849 431.733L412.537 456.367V505.633L369.849 530.267L327.161 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.484 531.367L413.172 506.733L455.86 531.367V580.633L413.172 605.267L370.484 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.803 456.367L456.491 431.733L499.179 456.367V505.633L456.491 530.267L413.803 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" })] }), _jsx("defs", { children: _jsxs("radialGradient", { id: "paint0_radial_91_8", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(608 362.9) rotate(90) scale(447.374 749.527)", children: [_jsx("stop", { stopColor: "#D9D9D9", stopOpacity: "0.1" }), _jsx("stop", { offset: "0.802083", stopColor: "#D9D9D9", stopOpacity: "0" })] }) })] }));
3
+ export default HexagonGrid;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const Choco = props => (_jsx("svg", { width: "32", height: "32", viewBox: "0 0 31.7 28.4", enableBackground: "new 0 0 31.7 28.4", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsxs("g", { children: [_jsx("polygon", { fill: "#924716", points: "27.6,27.2 5.7,27.2 5.7,1 27.6,1 27.6,6.9" }), _jsx("polygon", { fill: "#793812", points: "27.6,1 27.6,27.2 25.7,27.2 25.7,2.6" }), _jsx("polygon", { fill: "#9F5326", points: "25.4,2.6 3.5,2.6 3.5,1 27.3,1" }), _jsxs("g", { children: [_jsx("polygon", { fill: "#80B5E3", points: "27.6,27.2 3.7,27.2 3.7,1 8.5,1 12.6,4.2 16.6,2.6 19.1,5.7 23.8,4.9 25.7,10.7 27.6,18.1\n\t\t\t30.5,21.1 29,23.6 31.7,28.4" }), _jsx("polygon", { fill: "#80B5E3", points: "3.7,27.2 3.7,1 0,0 1.9,4.2 0,7.5 1.9,10.8 0,14.1 1.9,17.3 0,20.6 1.9,23.9 0,28.4" })] }), _jsx("polygon", { opacity: "0.2", fill: "#FFFFFF", points: "10.4,2.6 5.4,2.6 3.5,1 8.3,1" }), _jsxs("g", { children: [_jsx("path", { fill: "#924716", d: "M18.3,13.7c-0.7,0.6-2.5,1.9-4.4,2.3c-2.3,0.5-3.6-1.4-3.1-3.2c0.5-2.1,2.8-3.7,4.8-3\n\t\t\tc0.9,0.3,0.6,1.5,0.3,2.1c-0.8,1.5,0.3,1.7,0.8,1.2c1.5-1.6,2.4-4.3-0.2-5.3c-4-1.5-7.3,2.2-8.4,5.2c-1.7,4.8,2.4,9,7.1,5.8\n\t\t\tc1.2-0.8,2.6-2.2,3.5-3.4C19.5,14.2,19,13.1,18.3,13.7z" }), _jsx("ellipse", { transform: "matrix(0.707 -0.7072 0.7072 0.707 -1.547 19.2306)", fill: "#924716", cx: "22.4", cy: "11.5", rx: "1.6", ry: "1.1" }), _jsx("ellipse", { transform: "matrix(0.707 -0.7072 0.7072 0.707 -4.7882 20.1076)", fill: "#924716", cx: "21.9", cy: "15.8", rx: "1.6", ry: "1.1" })] }), _jsx("polygon", { opacity: "0.2", fill: "#FFFFFF", points: "5.7,25.5 3.7,27.2 3.7,1 5.7,2.6" }), _jsxs("g", { opacity: "0.2", children: [_jsx("polygon", { fill: "#342565", points: "27.6,27.2 3.7,27.2 5.7,25.5 25.7,25.5" }), _jsx("polygon", { fill: "#342565", points: "27.6,27.2 25.7,25.5 25.7,10.7 27.6,18.1" })] })] }) }));
3
+ export default Choco;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Devbox = props => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 72 82", fill: "none", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 10C5.8203 10 0 15.8203 0 23V69C0 76.1797 5.8203 82 13 82H59C66.1797 82 72 76.1797 72 69V23C72 15.8203 66.1797 10 59 10H13ZM43.4517 27.3216L36.736 26C35.7684 30.5522 34.8025 35.0963 33.8373 39.6375C32.0633 47.984 30.2914 56.3205 28.5145 64.6784C30.6514 65.0972 32.7246 65.5057 34.8238 65.9194L35.2326 66C37.9763 53.0902 40.708 40.2361 43.4517 27.3216ZM17.2331 39.8993C19.3084 37.7699 21.3837 35.6405 23.4662 33.5048V33.5025C24.2473 34.2026 25.0175 34.8927 25.7871 35.5823C26.6771 36.3799 27.5665 37.1768 28.471 37.9877C27.9368 38.5369 27.4041 39.0844 26.8723 39.6311C24.7162 41.8475 22.5739 44.0496 20.3943 46.2892C22.0822 48.0264 23.7644 49.7572 25.4589 51.5006C26.4583 52.5288 27.4619 53.5614 28.4735 54.6023C27.1593 55.7919 25.8603 56.9699 24.5311 58.1753C24.1785 58.495 23.8238 58.8167 23.4662 59.1409C19.3181 54.8671 15.1892 50.6118 11 46.2938C13.0825 44.1581 15.1578 42.0287 17.2331 39.8993ZM51.721 36.7763C54.8139 39.9486 57.9016 43.1155 61 46.2915V46.2938C58.3761 48.9999 55.7608 51.6957 53.1384 54.3989C51.6078 55.9767 50.0748 57.557 48.5362 59.1433C48.0002 58.6574 47.4699 58.1768 46.9425 57.6989C45.8007 56.6641 44.6721 55.6414 43.5265 54.6023C44.5387 53.5611 45.5444 52.5265 46.5489 51.4931C48.2291 49.7646 49.9058 48.0397 51.6033 46.2938C48.9223 43.5344 46.2534 40.7889 43.529 37.9877C44.1996 37.3868 44.8634 36.7918 45.5271 36.1968C46.5207 35.3062 47.5143 34.4155 48.5314 33.5048C49.5956 34.5963 50.6586 35.6866 51.721 36.7763Z", fill: "#280459" }) }));
3
+ export default Devbox;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Docker = props => (_jsx("svg", { width: "32", height: "32", viewBox: "0 0 756.26 596.9", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fill: "#1d63ed", strokeWidth: "0px", d: "M743.96,245.25c-18.54-12.48-67.26-17.81-102.68-8.27-1.91-35.28-20.1-65.01-53.38-90.95l-12.32-8.27-8.21,12.4c-16.14,24.5-22.94,57.14-20.53,86.81,1.9,18.28,8.26,38.83,20.53,53.74-46.1,26.74-88.59,20.67-276.77,20.67H.06c-.85,42.49,5.98,124.23,57.96,190.77,5.74,7.35,12.04,14.46,18.87,21.31,42.26,42.32,106.11,73.35,201.59,73.44,145.66.13,270.46-78.6,346.37-268.97,24.98.41,90.92,4.48,123.19-57.88.79-1.05,8.21-16.54,8.21-16.54l-12.3-8.27ZM189.67,206.39h-81.7v81.7h81.7v-81.7ZM295.22,206.39h-81.7v81.7h81.7v-81.7ZM400.77,206.39h-81.7v81.7h81.7v-81.7ZM506.32,206.39h-81.7v81.7h81.7v-81.7ZM84.12,206.39H2.42v81.7h81.7v-81.7ZM189.67,103.2h-81.7v81.7h81.7v-81.7ZM295.22,103.2h-81.7v81.7h81.7v-81.7ZM400.77,103.2h-81.7v81.7h81.7v-81.7ZM400.77,0h-81.7v81.7h81.7V0Z" }) }));
3
+ export default Docker;