@bwp-web/styles 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -25,579 +25,10 @@ __export(index_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(index_exports);
27
27
 
28
- // src/icons/BreadcrumbIcon.tsx
29
- var import_material = require("@mui/material");
30
- var import_jsx_runtime = require("react/jsx-runtime");
31
- function BreadcrumbIcon(props) {
32
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
33
- "svg",
34
- {
35
- width: "16",
36
- height: "16",
37
- viewBox: "0 0 16 16",
38
- fill: "none",
39
- xmlns: "http://www.w3.org/2000/svg",
40
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
41
- "path",
42
- {
43
- fillRule: "evenodd",
44
- clipRule: "evenodd",
45
- d: "M5.43427 3.43427C5.74669 3.12185 6.25322 3.12185 6.56564 3.43427L10.5656 7.43427C10.8781 7.74669 10.8781 8.25322 10.5656 8.56564L6.56564 12.5656C6.25322 12.8781 5.74669 12.8781 5.43427 12.5656C5.12185 12.2532 5.12185 11.7467 5.43427 11.4343L8.86858 7.99995L5.43427 4.56564C5.12185 4.25322 5.12185 3.74669 5.43427 3.43427Z",
46
- fill: "currentColor"
47
- }
48
- )
49
- }
50
- ) });
51
- }
52
-
53
- // src/icons/CheckedIcon.tsx
54
- var import_material2 = require("@mui/material");
55
- var import_jsx_runtime2 = require("react/jsx-runtime");
56
- function CheckedIcon(props) {
57
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_material2.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
58
- "svg",
59
- {
60
- width: "16",
61
- height: "16",
62
- viewBox: "0 0 16 16",
63
- fill: "none",
64
- xmlns: "http://www.w3.org/2000/svg",
65
- ...props,
66
- children: [
67
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("rect", { width: "16", height: "16", rx: "4", fill: "currentColor" }),
68
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
69
- "path",
70
- {
71
- d: "M6.81561 9.47803C6.81717 9.47959 6.8197 9.47959 6.82126 9.47803L11.45 4.84926C11.7586 4.54071 12.2591 4.54159 12.5666 4.85123C12.8725 5.15933 12.8716 5.65682 12.5646 5.96384L6.82237 11.7061C6.8202 11.7082 6.81667 11.7082 6.8145 11.7061L3.43571 8.32728C3.1288 8.02037 3.1288 7.52277 3.43571 7.21587C3.74232 6.90926 4.23931 6.90891 4.54635 7.21509L6.81561 9.47803Z",
72
- fill: "white"
73
- }
74
- )
75
- ]
76
- }
77
- ) });
78
- }
79
-
80
- // src/icons/DatePickerIcon.tsx
81
- var import_material3 = require("@mui/material");
82
- var import_jsx_runtime3 = require("react/jsx-runtime");
83
- function DatePickerIcon(props) {
84
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_material3.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
85
- "svg",
86
- {
87
- width: "24",
88
- height: "24",
89
- viewBox: "0 0 24 24",
90
- fill: "none",
91
- xmlns: "http://www.w3.org/2000/svg",
92
- children: [
93
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
94
- "path",
95
- {
96
- fillRule: "evenodd",
97
- clipRule: "evenodd",
98
- d: "M6.00001 5.79995C5.68175 5.79995 5.37653 5.92638 5.15148 6.15142C4.92644 6.37647 4.80001 6.68169 4.80001 6.99995V19C4.80001 19.3182 4.92644 19.6234 5.15148 19.8485C5.37653 20.0735 5.68175 20.2 6.00001 20.2H18C18.3183 20.2 18.6235 20.0735 18.8485 19.8485C19.0736 19.6234 19.2 19.3182 19.2 19V6.99995C19.2 6.68169 19.0736 6.37647 18.8485 6.15142C18.6235 5.92638 18.3183 5.79995 18 5.79995H6.00001ZM4.02011 5.02005C4.54522 4.49495 5.25741 4.19995 6.00001 4.19995H18C18.7426 4.19995 19.4548 4.49495 19.9799 5.02005C20.505 5.54515 20.8 6.25734 20.8 6.99995V19C20.8 19.7426 20.505 20.4547 19.9799 20.9798C19.4548 21.5049 18.7426 21.7999 18 21.7999H6.00001C5.25741 21.7999 4.54521 21.505 4.02011 20.9798C3.49501 20.4547 3.20001 19.7426 3.20001 19V6.99995C3.20001 6.25734 3.49501 5.54515 4.02011 5.02005Z",
99
- fill: "currentColor"
100
- }
101
- ),
102
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
103
- "path",
104
- {
105
- fillRule: "evenodd",
106
- clipRule: "evenodd",
107
- d: "M16 2.19995C16.4418 2.19995 16.8 2.55812 16.8 2.99995V6.99995C16.8 7.44178 16.4418 7.79995 16 7.79995C15.5582 7.79995 15.2 7.44178 15.2 6.99995V2.99995C15.2 2.55812 15.5582 2.19995 16 2.19995Z",
108
- fill: "currentColor"
109
- }
110
- ),
111
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
112
- "path",
113
- {
114
- fillRule: "evenodd",
115
- clipRule: "evenodd",
116
- d: "M8.00001 2.19995C8.44184 2.19995 8.80001 2.55812 8.80001 2.99995V6.99995C8.80001 7.44178 8.44184 7.79995 8.00001 7.79995C7.55818 7.79995 7.20001 7.44178 7.20001 6.99995V2.99995C7.20001 2.55812 7.55818 2.19995 8.00001 2.19995Z",
117
- fill: "currentColor"
118
- }
119
- ),
120
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
121
- "path",
122
- {
123
- fillRule: "evenodd",
124
- clipRule: "evenodd",
125
- d: "M3.20001 11C3.20001 10.5581 3.55818 10.2 4.00001 10.2H20C20.4418 10.2 20.8 10.5581 20.8 11C20.8 11.4418 20.4418 11.8 20 11.8H4.00001C3.55818 11.8 3.20001 11.4418 3.20001 11Z",
126
- fill: "currentColor"
127
- }
128
- )
129
- ]
130
- }
131
- ) });
132
- }
133
-
134
- // src/icons/ErrorStatusIcon.tsx
135
- var import_material4 = require("@mui/material");
136
- var import_jsx_runtime4 = require("react/jsx-runtime");
137
- function ErrorStatusIcon(props) {
138
- const theme = (0, import_material4.useTheme)();
139
- const isDarkMode = theme.palette.mode === "dark";
140
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_material4.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
141
- "svg",
142
- {
143
- width: "14",
144
- height: "14",
145
- viewBox: "0 0 14 14",
146
- fill: "none",
147
- xmlns: "http://www.w3.org/2000/svg",
148
- children: [
149
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { width: "14", height: "14", rx: "7", fill: "currentColor" }),
150
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
151
- "rect",
152
- {
153
- x: "0.3",
154
- y: "0.3",
155
- width: "13.4",
156
- height: "13.4",
157
- rx: "6.7",
158
- stroke: isDarkMode ? theme.palette.common.white : theme.palette.grey[900],
159
- strokeOpacity: "0.4",
160
- strokeWidth: "0.6"
161
- }
162
- ),
163
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("g", { filter: "url(#filter0_d_6343_5437)", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
164
- "path",
165
- {
166
- d: "M7.63564 7.68006C7.619 7.99884 7.35568 8.24878 7.03646 8.24878H6.86491C6.54569 8.24878 6.28236 7.99884 6.26572 7.68006L6.05444 3.6325C6.03652 3.28931 6.30996 3.00122 6.65362 3.00122H7.24775C7.5914 3.00122 7.86484 3.28931 7.84693 3.6325L7.63564 7.68006ZM6 10.0857C6 9.7491 6.09131 9.51278 6.27393 9.37671C6.46012 9.24064 6.68392 9.17261 6.94531 9.17261C7.19954 9.17261 7.41797 9.24064 7.60059 9.37671C7.78678 9.51278 7.87988 9.7491 7.87988 10.0857C7.87988 10.408 7.78678 10.6407 7.60059 10.7839C7.41797 10.9272 7.19954 10.9988 6.94531 10.9988C6.68392 10.9988 6.46012 10.9272 6.27393 10.7839C6.09131 10.6407 6 10.408 6 10.0857Z",
167
- fill: "white"
168
- }
169
- ) }),
170
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
171
- "filter",
172
- {
173
- id: "filter0_d_6343_5437",
174
- x: "5",
175
- y: "2.60122",
176
- width: "3.87988",
177
- height: "9.99756",
178
- filterUnits: "userSpaceOnUse",
179
- colorInterpolationFilters: "sRGB",
180
- children: [
181
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
182
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
183
- "feColorMatrix",
184
- {
185
- in: "SourceAlpha",
186
- type: "matrix",
187
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
188
- result: "hardAlpha"
189
- }
190
- ),
191
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("feOffset", { dy: "0.6" }),
192
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("feGaussianBlur", { stdDeviation: "0.5" }),
193
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
194
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
195
- "feColorMatrix",
196
- {
197
- type: "matrix",
198
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"
199
- }
200
- ),
201
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
202
- "feBlend",
203
- {
204
- mode: "normal",
205
- in2: "BackgroundImageFix",
206
- result: "effect1_dropShadow_6343_5437"
207
- }
208
- ),
209
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
210
- "feBlend",
211
- {
212
- mode: "normal",
213
- in: "SourceGraphic",
214
- in2: "effect1_dropShadow_6343_5437",
215
- result: "shape"
216
- }
217
- )
218
- ]
219
- }
220
- ) })
221
- ]
222
- }
223
- ) });
224
- }
225
-
226
- // src/icons/IndeterminateIcon.tsx
227
- var import_material5 = require("@mui/material");
228
- var import_jsx_runtime5 = require("react/jsx-runtime");
229
- function IndeterminateIcon(props) {
230
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_material5.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
231
- "svg",
232
- {
233
- width: "16",
234
- height: "16",
235
- viewBox: "0 0 16 16",
236
- fill: "none",
237
- xmlns: "http://www.w3.org/2000/svg",
238
- ...props,
239
- children: [
240
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("rect", { width: "16", height: "16", rx: "4", fill: "currentColor" }),
241
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
242
- "path",
243
- {
244
- d: "M2.87988 8C2.87988 7.44772 3.3276 7 3.87988 7H12.1199C12.6722 7 13.1199 7.44772 13.1199 8C13.1199 8.55228 12.6722 9 12.1199 9H3.87988C3.3276 9 2.87988 8.55228 2.87988 8Z",
245
- fill: "white"
246
- }
247
- )
248
- ]
249
- }
250
- ) });
251
- }
252
-
253
- // src/icons/InfoStatusIcon.tsx
254
- var import_material6 = require("@mui/material");
255
- var import_jsx_runtime6 = require("react/jsx-runtime");
256
- function InfoStatusIcon(props) {
257
- const theme = (0, import_material6.useTheme)();
258
- const isDarkMode = theme.palette.mode === "dark";
259
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_material6.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
260
- "svg",
261
- {
262
- width: "14",
263
- height: "14",
264
- viewBox: "0 0 14 14",
265
- fill: "none",
266
- xmlns: "http://www.w3.org/2000/svg",
267
- children: [
268
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("rect", { width: "14", height: "14", rx: "7", fill: "currentColor" }),
269
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
270
- "rect",
271
- {
272
- x: "0.3",
273
- y: "0.3",
274
- width: "13.4",
275
- height: "13.4",
276
- rx: "6.7",
277
- stroke: isDarkMode ? theme.palette.common.white : theme.palette.grey[900],
278
- strokeOpacity: "0.4",
279
- strokeWidth: "0.6"
280
- }
281
- ),
282
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("g", { filter: "url(#filter0_d_184_2382)", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
283
- "path",
284
- {
285
- d: "M6.27393 6.24255C6.27393 5.91118 6.54256 5.64255 6.87393 5.64255L7.1066 5.64255C7.43705 5.64255 7.7053 5.90975 7.7066 6.24019L7.72336 10.5047C7.72467 10.8371 7.45546 11.1073 7.12303 11.1071L6.87359 11.1069C6.54235 11.1068 6.27393 10.8382 6.27393 10.5069L6.27393 6.24255ZM7.87988 3.80564C7.87988 4.14223 7.78857 4.37855 7.60596 4.51462C7.41976 4.65069 7.19596 4.71872 6.93457 4.71872C6.68034 4.71872 6.46191 4.65069 6.2793 4.51462C6.0931 4.37855 6 4.14223 6 3.80564C6 3.48337 6.0931 3.25062 6.2793 3.1074C6.46191 2.96417 6.68034 2.89255 6.93457 2.89255C7.19596 2.89255 7.41976 2.96417 7.60596 3.1074C7.78857 3.25062 7.87988 3.48337 7.87988 3.80564Z",
286
- fill: "white"
287
- }
288
- ) }),
289
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
290
- "filter",
291
- {
292
- id: "filter0_d_184_2382",
293
- x: "5",
294
- y: "2.49258",
295
- width: "3.87988",
296
- height: "10.2144",
297
- filterUnits: "userSpaceOnUse",
298
- colorInterpolationFilters: "sRGB",
299
- children: [
300
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
301
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
302
- "feColorMatrix",
303
- {
304
- in: "SourceAlpha",
305
- type: "matrix",
306
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
307
- result: "hardAlpha"
308
- }
309
- ),
310
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("feOffset", { dy: "0.6" }),
311
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("feGaussianBlur", { stdDeviation: "0.5" }),
312
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
313
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
314
- "feColorMatrix",
315
- {
316
- type: "matrix",
317
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"
318
- }
319
- ),
320
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
321
- "feBlend",
322
- {
323
- mode: "normal",
324
- in2: "BackgroundImageFix",
325
- result: "effect1_dropShadow_184_2382"
326
- }
327
- ),
328
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
329
- "feBlend",
330
- {
331
- mode: "normal",
332
- in: "SourceGraphic",
333
- in2: "effect1_dropShadow_184_2382",
334
- result: "shape"
335
- }
336
- )
337
- ]
338
- }
339
- ) })
340
- ]
341
- }
342
- ) });
343
- }
344
-
345
- // src/icons/InputCloseIcon.tsx
346
- var import_material7 = require("@mui/material");
347
- var import_jsx_runtime7 = require("react/jsx-runtime");
348
- function InputCloseIcon(props) {
349
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_material7.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
350
- "svg",
351
- {
352
- width: "24",
353
- height: "24",
354
- viewBox: "0 0 24 24",
355
- fill: "none",
356
- xmlns: "http://www.w3.org/2000/svg",
357
- children: [
358
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
359
- "path",
360
- {
361
- fillRule: "evenodd",
362
- clipRule: "evenodd",
363
- d: "M17.5154 6.4848C17.8278 6.79722 17.8278 7.30375 17.5154 7.61617L7.61593 17.5157C7.30351 17.8281 6.79698 17.8281 6.48456 17.5157C6.17214 17.2032 6.17214 16.6967 6.48456 16.3843L16.3841 6.4848C16.6965 6.17238 17.203 6.17238 17.5154 6.4848Z",
364
- fill: "currentColor"
365
- }
366
- ),
367
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
368
- "path",
369
- {
370
- fillRule: "evenodd",
371
- clipRule: "evenodd",
372
- d: "M6.48456 6.4848C6.79698 6.17238 7.30351 6.17238 7.61593 6.4848L17.5154 16.3843C17.8278 16.6967 17.8278 17.2032 17.5154 17.5157C17.203 17.8281 16.6965 17.8281 16.3841 17.5157L6.48456 7.61617C6.17214 7.30375 6.17214 6.79722 6.48456 6.4848Z",
373
- fill: "currentColor"
374
- }
375
- )
376
- ]
377
- }
378
- ) });
379
- }
380
-
381
- // src/icons/SuccessStatusIcon.tsx
382
- var import_material8 = require("@mui/material");
383
- var import_jsx_runtime8 = require("react/jsx-runtime");
384
- function SuccessStatusIcon(props) {
385
- const theme = (0, import_material8.useTheme)();
386
- const isDarkMode = theme.palette.mode === "dark";
387
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_material8.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
388
- "svg",
389
- {
390
- width: "14",
391
- height: "14",
392
- viewBox: "0 0 14 14",
393
- fill: "none",
394
- xmlns: "http://www.w3.org/2000/svg",
395
- children: [
396
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("rect", { width: "14", height: "14", rx: "7", fill: "currentColor" }),
397
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
398
- "rect",
399
- {
400
- x: "0.3",
401
- y: "0.3",
402
- width: "13.4",
403
- height: "13.4",
404
- rx: "6.7",
405
- stroke: isDarkMode ? theme.palette.common.white : theme.palette.grey[900],
406
- strokeOpacity: "0.4",
407
- strokeWidth: "0.6"
408
- }
409
- ),
410
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("g", { filter: "url(#filter0_d_6364_4478)", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
411
- "path",
412
- {
413
- fillRule: "evenodd",
414
- clipRule: "evenodd",
415
- d: "M10.0279 4.41561C10.3328 4.54591 10.6867 5.04261 10.4654 5.29062L6.9525 9.02403C6.57226 9.45014 6.38214 9.66319 6.13689 9.6656C5.89164 9.66802 5.69741 9.45876 5.30894 9.04023L3.58698 7.18499C3.45389 7.0416 3.42727 6.82846 3.52095 6.65639C3.65295 6.41394 3.96768 6.34523 4.18765 6.51085L5.37782 7.40696C5.7414 7.6807 5.92319 7.81758 6.12825 7.8043C6.3333 7.79102 6.49616 7.63184 6.82188 7.31346L9.59039 4.41562C9.72976 4.27939 9.84906 4.33918 10.0279 4.41561Z",
416
- fill: isDarkMode ? theme.palette.grey[900] : theme.palette.common.white
417
- }
418
- ) }),
419
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
420
- "filter",
421
- {
422
- id: "filter0_d_6364_4478",
423
- x: "2.46539",
424
- y: "3.93435",
425
- width: "9.06921",
426
- height: "7.3313",
427
- filterUnits: "userSpaceOnUse",
428
- colorInterpolationFilters: "sRGB",
429
- children: [
430
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
431
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
432
- "feColorMatrix",
433
- {
434
- in: "SourceAlpha",
435
- type: "matrix",
436
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
437
- result: "hardAlpha"
438
- }
439
- ),
440
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("feOffset", { dy: "0.6" }),
441
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("feGaussianBlur", { stdDeviation: "0.5" }),
442
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
443
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
444
- "feColorMatrix",
445
- {
446
- type: "matrix",
447
- values: "0 0 0 0 0.0666667 0 0 0 0 0.0666667 0 0 0 0 0.0666667 0 0 0 0.2 0"
448
- }
449
- ),
450
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
451
- "feBlend",
452
- {
453
- mode: "normal",
454
- in2: "BackgroundImageFix",
455
- result: "effect1_dropShadow_6364_4478"
456
- }
457
- ),
458
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
459
- "feBlend",
460
- {
461
- mode: "normal",
462
- in: "SourceGraphic",
463
- in2: "effect1_dropShadow_6364_4478",
464
- result: "shape"
465
- }
466
- )
467
- ]
468
- }
469
- ) })
470
- ]
471
- }
472
- ) });
473
- }
474
-
475
- // src/icons/UncheckedIcon.tsx
476
- var import_material9 = require("@mui/material");
477
- var import_jsx_runtime9 = require("react/jsx-runtime");
478
- function UncheckedIcon(props) {
479
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_material9.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
480
- "svg",
481
- {
482
- width: "16",
483
- height: "16",
484
- viewBox: "0 0 16 16",
485
- fill: "none",
486
- xmlns: "http://www.w3.org/2000/svg",
487
- ...props,
488
- children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
489
- "rect",
490
- {
491
- x: "0.5",
492
- y: "0.5",
493
- width: "15",
494
- height: "15",
495
- rx: "3.5",
496
- stroke: "currentColor",
497
- strokeOpacity: "0.4"
498
- }
499
- )
500
- }
501
- ) });
502
- }
503
-
504
- // src/icons/WarningStatusIcon.tsx
505
- var import_material10 = require("@mui/material");
506
- var import_jsx_runtime10 = require("react/jsx-runtime");
507
- function WarningStatusIcon(props) {
508
- const theme = (0, import_material10.useTheme)();
509
- const isDarkMode = theme.palette.mode === "dark";
510
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_material10.SvgIcon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
511
- "svg",
512
- {
513
- width: "16",
514
- height: "14",
515
- viewBox: "0 0 16 14",
516
- fill: "none",
517
- xmlns: "http://www.w3.org/2000/svg",
518
- children: [
519
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
520
- "path",
521
- {
522
- d: "M7.47905 0.911655C7.70939 0.508566 8.29061 0.508566 8.52095 0.911655L15.487 13.1023C15.7156 13.5023 15.4268 14 14.9661 14H1.03391C0.573214 14 0.284394 13.5023 0.512962 13.1023L7.47905 0.911655Z",
523
- fill: "currentColor"
524
- }
525
- ),
526
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
527
- "path",
528
- {
529
- d: "M7.73926 1.06055C7.85443 0.859003 8.14557 0.859002 8.26074 1.06055L15.2266 13.251C15.3408 13.451 15.1962 13.7002 14.9658 13.7002H1.03418C0.803833 13.7002 0.659154 13.451 0.773438 13.251L7.73926 1.06055Z",
530
- stroke: isDarkMode ? theme.palette.common.white : theme.palette.grey[900],
531
- strokeOpacity: "0.4",
532
- strokeWidth: "0.6"
533
- }
534
- ),
535
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { filter: "url(#filter0_d_184_2208)", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
536
- "path",
537
- {
538
- d: "M8.63564 8.67884C8.619 8.99762 8.35568 9.24756 8.03646 9.24756H7.86491C7.54569 9.24756 7.28236 8.99762 7.26572 8.67884L7.05444 4.63128C7.03652 4.28809 7.30996 4 7.65362 4H8.24775C8.5914 4 8.86484 4.28809 8.84693 4.63128L8.63564 8.67884ZM7 11.0845C7 10.7479 7.09131 10.5116 7.27393 10.3755C7.46012 10.2394 7.68392 10.1714 7.94531 10.1714C8.19954 10.1714 8.41797 10.2394 8.60059 10.3755C8.78678 10.5116 8.87988 10.7479 8.87988 11.0845C8.87988 11.4067 8.78678 11.6395 8.60059 11.7827C8.41797 11.9259 8.19954 11.9976 7.94531 11.9976C7.68392 11.9976 7.46012 11.9259 7.27393 11.7827C7.09131 11.6395 7 11.4067 7 11.0845Z",
539
- fill: isDarkMode ? theme.palette.grey[900] : theme.palette.common.white
540
- }
541
- ) }),
542
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
543
- "filter",
544
- {
545
- id: "filter0_d_184_2208",
546
- x: "6",
547
- y: "3.6",
548
- width: "3.87988",
549
- height: "9.99756",
550
- filterUnits: "userSpaceOnUse",
551
- colorInterpolationFilters: "sRGB",
552
- children: [
553
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
554
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
555
- "feColorMatrix",
556
- {
557
- in: "SourceAlpha",
558
- type: "matrix",
559
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
560
- result: "hardAlpha"
561
- }
562
- ),
563
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("feOffset", { dy: "0.6" }),
564
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("feGaussianBlur", { stdDeviation: "0.5" }),
565
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("feComposite", { in2: "hardAlpha", operator: "out" }),
566
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
567
- "feColorMatrix",
568
- {
569
- type: "matrix",
570
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"
571
- }
572
- ),
573
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
574
- "feBlend",
575
- {
576
- mode: "normal",
577
- in2: "BackgroundImageFix",
578
- result: "effect1_dropShadow_184_2208"
579
- }
580
- ),
581
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
582
- "feBlend",
583
- {
584
- mode: "normal",
585
- in: "SourceGraphic",
586
- in2: "effect1_dropShadow_184_2208",
587
- result: "shape"
588
- }
589
- )
590
- ]
591
- }
592
- ) })
593
- ]
594
- }
595
- ) });
596
- }
597
-
598
28
  // src/theme.tsx
29
+ var import_assets = require("@bwp-web/assets");
599
30
  var import_styles = require("@mui/material/styles");
600
- var import_jsx_runtime11 = require("react/jsx-runtime");
31
+ var import_jsx_runtime = require("react/jsx-runtime");
601
32
  var colors = {
602
33
  black: "#000000",
603
34
  white: "#ffffff",
@@ -957,7 +388,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
957
388
  font-weight: 400;
958
389
  font-style: normal;
959
390
  font-display: swap;
960
- src: url(/open-sans-regular.woff2) format('woff2');
391
+ src: url(${import_assets.OpenSansRegular}) format('woff2');
961
392
  }
962
393
 
963
394
  @font-face {
@@ -965,15 +396,15 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
965
396
  font-weight: 400;
966
397
  font-style: italic;
967
398
  font-display: swap;
968
- src: url(/open-sans-regular-italic.woff2) format('woff2');
399
+ src: url(${import_assets.OpenSansRegularItalic}) format('woff2');
969
400
  }
970
-
401
+
971
402
  @font-face {
972
403
  font-family: 'Open Sans';
973
404
  font-weight: 600;
974
405
  font-style: normal;
975
406
  font-display: swap;
976
- src: url(/open-sans-semibold.woff2) format('woff2');
407
+ src: url(${import_assets.OpenSansSemiBold}) format('woff2');
977
408
  }
978
409
 
979
410
  @font-face {
@@ -981,7 +412,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
981
412
  font-weight: 600;
982
413
  font-style: italic;
983
414
  font-display: swap;
984
- src: url(/open-sans-semibold-italic.woff2) format('woff2');
415
+ src: url(${import_assets.OpenSansSemiBoldItalic}) format('woff2');
985
416
  }
986
417
 
987
418
  @font-face {
@@ -989,7 +420,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
989
420
  font-weight: 700;
990
421
  font-style: normal;
991
422
  font-display: swap;
992
- src: url(/open-sans-bold.woff2) format('woff2');
423
+ src: url(${import_assets.OpenSansBold}) format('woff2');
993
424
  }
994
425
 
995
426
  @font-face {
@@ -997,7 +428,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
997
428
  font-weight: 700;
998
429
  font-style: italic;
999
430
  font-display: swap;
1000
- src: url(/open-sans-bold-italic.woff2) format('woff2');
431
+ src: url(${import_assets.OpenSansBoldItalic}) format('woff2');
1001
432
  }
1002
433
 
1003
434
  @font-face {
@@ -1005,7 +436,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1005
436
  font-weight: 800;
1006
437
  font-style: normal;
1007
438
  font-display: swap;
1008
- src: url(/open-sans-extrabold.woff2) format('woff2');
439
+ src: url(${import_assets.OpenSansExtraBold}) format('woff2');
1009
440
  }
1010
441
 
1011
442
  @font-face {
@@ -1013,7 +444,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1013
444
  font-weight: 800;
1014
445
  font-style: italic;
1015
446
  font-display: swap;
1016
- src: url(/open-sans-extrabold-italic.woff2) format('woff2');
447
+ src: url(${import_assets.OpenSansExtraBoldItalic}) format('woff2');
1017
448
  }
1018
449
 
1019
450
  @font-face {
@@ -1021,7 +452,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1021
452
  font-weight: 500;
1022
453
  font-style: normal;
1023
454
  font-display: swap;
1024
- src: url(/Montserrat-Medium.ttf) format('truetype');
455
+ src: url(${import_assets.MontserratMedium}) format('truetype');
1025
456
  }
1026
457
 
1027
458
  @font-face {
@@ -1029,7 +460,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1029
460
  font-weight: 600;
1030
461
  font-style: normal;
1031
462
  font-display: swap;
1032
- src: url(/Montserrat-SemiBold.ttf) format('truetype');
463
+ src: url(${import_assets.MontserratSemiBold}) format('truetype');
1033
464
  }
1034
465
 
1035
466
  @font-face {
@@ -1037,7 +468,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1037
468
  font-weight: 700;
1038
469
  font-style: normal;
1039
470
  font-display: swap;
1040
- src: url(/Montserrat-Bold.ttf) format('truetype');
471
+ src: url(${import_assets.MontserratBold}) format('truetype');
1041
472
  }
1042
473
 
1043
474
  [class*="Mui"] {
@@ -1048,10 +479,10 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1048
479
  MuiAlert: {
1049
480
  defaultProps: {
1050
481
  iconMapping: {
1051
- error: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(ErrorStatusIcon, { sx: { width: 14, height: 14 } }),
1052
- warning: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(WarningStatusIcon, { sx: { width: 16, height: 14 } }),
1053
- info: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(InfoStatusIcon, { sx: { width: 14, height: 14 } }),
1054
- success: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(SuccessStatusIcon, { sx: { width: 14, height: 14 } })
482
+ error: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_assets.ErrorStatusIcon, { sx: { width: 14, height: 14 } }),
483
+ warning: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_assets.WarningStatusIcon, { sx: { width: 16, height: 14 } }),
484
+ info: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_assets.InfoStatusIcon, { sx: { width: 14, height: 14 } }),
485
+ success: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_assets.SuccessStatusIcon, { sx: { width: 14, height: 14 } })
1055
486
  }
1056
487
  },
1057
488
  styleOverrides: {
@@ -1265,7 +696,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1265
696
  },
1266
697
  MuiBreadcrumbs: {
1267
698
  defaultProps: {
1268
- separator: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(BreadcrumbIcon, {})
699
+ separator: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_assets.BreadcrumbIcon, {})
1269
700
  },
1270
701
  styleOverrides: {
1271
702
  separator: ({ theme }) => ({
@@ -1375,9 +806,9 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1375
806
  MuiCheckbox: {
1376
807
  defaultProps: {
1377
808
  disableRipple: true,
1378
- icon: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(UncheckedIcon, { sx: { width: 16, height: 16 } }),
1379
- checkedIcon: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(CheckedIcon, { sx: { width: 16, height: 16 } }),
1380
- indeterminateIcon: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(IndeterminateIcon, { sx: { width: 16, height: 16 } })
809
+ icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_assets.UncheckedIcon, { sx: { width: 16, height: 16 } }),
810
+ checkedIcon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_assets.CheckedIcon, { sx: { width: 16, height: 16 } }),
811
+ indeterminateIcon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_assets.IndeterminateIcon, { sx: { width: 16, height: 16 } })
1381
812
  },
1382
813
  styleOverrides: {
1383
814
  root: ({ theme }) => ({
@@ -1720,6 +1151,15 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1720
1151
  },
1721
1152
  MuiInputAdornment: {
1722
1153
  styleOverrides: {
1154
+ root: {
1155
+ "& .MuiSvgIcon-root": {
1156
+ width: "16px",
1157
+ height: "16px"
1158
+ }
1159
+ },
1160
+ positionStart: {
1161
+ marginLeft: "8px"
1162
+ },
1723
1163
  positionEnd: {
1724
1164
  marginRight: "8px"
1725
1165
  }
@@ -1764,7 +1204,7 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1764
1204
  },
1765
1205
  MuiAutocomplete: {
1766
1206
  defaultProps: {
1767
- clearIcon: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(InputCloseIcon, { sx: { width: 24, height: 24 } })
1207
+ clearIcon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_assets.InputCloseIcon, { sx: { width: 24, height: 24 } })
1768
1208
  },
1769
1209
  styleOverrides: {
1770
1210
  inputRoot: {
@@ -1815,11 +1255,11 @@ var biampTheme = (overrideOptions = {}) => (0, import_styles.createTheme)(
1815
1255
  }
1816
1256
  },
1817
1257
  // MUI X DatePicker components
1818
- // @ts-ignore - MUI X DatePicker component types may not be available
1258
+ // @ts-expect-error - MUI X DatePicker component types may not be available
1819
1259
  MuiDatePicker: {
1820
1260
  defaultProps: {
1821
1261
  slots: {
1822
- openPickerIcon: DatePickerIcon
1262
+ openPickerIcon: import_assets.DatePickerIcon
1823
1263
  },
1824
1264
  slotProps: {
1825
1265
  openPickerButton: {