@simplybusiness/mobius 10.1.1 → 10.1.2
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/CHANGELOG.md +7 -0
- package/dist/cjs/components/AddressLookup/AddressLookup.js +536 -526
- package/dist/cjs/components/AddressLookup/AddressLookup.js.map +4 -4
- package/dist/cjs/components/AddressLookup/index.js +536 -526
- package/dist/cjs/components/AddressLookup/index.js.map +4 -4
- package/dist/cjs/components/Alert/Alert.js +79 -11
- package/dist/cjs/components/Alert/Alert.js.map +4 -4
- package/dist/cjs/components/Alert/index.js +79 -11
- package/dist/cjs/components/Alert/index.js.map +4 -4
- package/dist/cjs/components/Checkbox/Checkbox.js +502 -492
- package/dist/cjs/components/Checkbox/Checkbox.js.map +4 -4
- package/dist/cjs/components/Checkbox/CheckboxGroup.js +502 -492
- package/dist/cjs/components/Checkbox/CheckboxGroup.js.map +4 -4
- package/dist/cjs/components/Checkbox/index.js +481 -471
- package/dist/cjs/components/Checkbox/index.js.map +4 -4
- package/dist/cjs/components/Combobox/Combobox.js +536 -526
- package/dist/cjs/components/Combobox/Combobox.js.map +4 -4
- package/dist/cjs/components/Combobox/index.js +536 -526
- package/dist/cjs/components/Combobox/index.js.map +4 -4
- package/dist/cjs/components/DateField/DateField.js +523 -513
- package/dist/cjs/components/DateField/DateField.js.map +4 -4
- package/dist/cjs/components/DateField/index.js +523 -513
- package/dist/cjs/components/DateField/index.js.map +4 -4
- package/dist/cjs/components/ErrorMessage/ErrorMessage.js +523 -513
- package/dist/cjs/components/ErrorMessage/ErrorMessage.js.map +4 -4
- package/dist/cjs/components/ErrorMessage/index.js +523 -513
- package/dist/cjs/components/ErrorMessage/index.js.map +4 -4
- package/dist/cjs/components/ExpandableText/ExpandableText.js +523 -513
- package/dist/cjs/components/ExpandableText/ExpandableText.js.map +4 -4
- package/dist/cjs/components/ExpandableText/index.js +523 -513
- package/dist/cjs/components/ExpandableText/index.js.map +4 -4
- package/dist/cjs/components/MaskedField/MaskedField.js +533 -523
- package/dist/cjs/components/MaskedField/MaskedField.js.map +4 -4
- package/dist/cjs/components/MaskedField/index.js +533 -523
- package/dist/cjs/components/MaskedField/index.js.map +4 -4
- package/dist/cjs/components/NumberField/NumberField.js +524 -514
- package/dist/cjs/components/NumberField/NumberField.js.map +4 -4
- package/dist/cjs/components/NumberField/index.js +524 -514
- package/dist/cjs/components/NumberField/index.js.map +4 -4
- package/dist/cjs/components/PasswordField/PasswordField.js +520 -510
- package/dist/cjs/components/PasswordField/PasswordField.js.map +4 -4
- package/dist/cjs/components/PasswordField/ShowHideButton.js +519 -509
- package/dist/cjs/components/PasswordField/ShowHideButton.js.map +4 -4
- package/dist/cjs/components/PasswordField/index.js +520 -510
- package/dist/cjs/components/PasswordField/index.js.map +4 -4
- package/dist/cjs/components/Radio/Radio.js +502 -492
- package/dist/cjs/components/Radio/Radio.js.map +4 -4
- package/dist/cjs/components/Radio/RadioGroup.js +501 -491
- package/dist/cjs/components/Radio/RadioGroup.js.map +4 -4
- package/dist/cjs/components/Radio/index.js +480 -470
- package/dist/cjs/components/Radio/index.js.map +4 -4
- package/dist/cjs/components/Select/Select.js +507 -497
- package/dist/cjs/components/Select/Select.js.map +4 -4
- package/dist/cjs/components/Select/index.js +507 -497
- package/dist/cjs/components/Select/index.js.map +4 -4
- package/dist/cjs/components/TextArea/TextArea.js +517 -507
- package/dist/cjs/components/TextArea/TextArea.js.map +4 -4
- package/dist/cjs/components/TextArea/index.js +517 -507
- package/dist/cjs/components/TextArea/index.js.map +4 -4
- package/dist/cjs/components/TextField/TextField.js +533 -523
- package/dist/cjs/components/TextField/TextField.js.map +4 -4
- package/dist/cjs/components/TextField/index.js +533 -523
- package/dist/cjs/components/TextField/index.js.map +4 -4
- package/dist/cjs/components/index.js +563 -553
- package/dist/cjs/components/index.js.map +4 -4
- package/dist/cjs/index.js +563 -553
- package/dist/cjs/index.js.map +4 -4
- package/dist/cjs/meta.json +1340 -1273
- package/dist/esm/{chunk-FTSJNY4J.js → chunk-N5WGQAHM.js} +14 -2
- package/dist/esm/chunk-N5WGQAHM.js.map +7 -0
- package/dist/esm/{chunk-C4BILMFX.js → chunk-PB2OICEB.js} +1 -1
- package/dist/esm/components/AddressLookup/AddressLookup.js +2 -2
- package/dist/esm/components/AddressLookup/index.js +2 -2
- package/dist/esm/components/Alert/Alert.js +4 -1
- package/dist/esm/components/Alert/index.js +4 -1
- package/dist/esm/components/Checkbox/Checkbox.js +2 -2
- package/dist/esm/components/Checkbox/CheckboxGroup.js +2 -2
- package/dist/esm/components/Checkbox/index.js +2 -2
- package/dist/esm/components/Combobox/Combobox.js +2 -2
- package/dist/esm/components/Combobox/index.js +2 -2
- package/dist/esm/components/DateField/DateField.js +2 -2
- package/dist/esm/components/DateField/index.js +2 -2
- package/dist/esm/components/ErrorMessage/ErrorMessage.js +2 -2
- package/dist/esm/components/ErrorMessage/index.js +2 -2
- package/dist/esm/components/ExpandableText/ExpandableText.js +2 -2
- package/dist/esm/components/ExpandableText/index.js +2 -2
- package/dist/esm/components/MaskedField/MaskedField.js +2 -2
- package/dist/esm/components/MaskedField/index.js +2 -2
- package/dist/esm/components/NumberField/NumberField.js +2 -2
- package/dist/esm/components/NumberField/index.js +2 -2
- package/dist/esm/components/PasswordField/PasswordField.js +2 -2
- package/dist/esm/components/PasswordField/ShowHideButton.js +2 -2
- package/dist/esm/components/PasswordField/index.js +2 -2
- package/dist/esm/components/Radio/Radio.js +2 -2
- package/dist/esm/components/Radio/RadioGroup.js +2 -2
- package/dist/esm/components/Radio/index.js +2 -2
- package/dist/esm/components/Select/Select.js +2 -2
- package/dist/esm/components/Select/index.js +2 -2
- package/dist/esm/components/TextArea/TextArea.js +2 -2
- package/dist/esm/components/TextArea/index.js +2 -2
- package/dist/esm/components/TextField/TextField.js +2 -2
- package/dist/esm/components/TextField/index.js +2 -2
- package/dist/esm/components/index.js +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/meta.json +160 -127
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/Alert/Alert.tsx +10 -1
- package/dist/esm/chunk-FTSJNY4J.js.map +0 -7
- /package/dist/esm/{chunk-C4BILMFX.js.map → chunk-PB2OICEB.js.map} +0 -0
|
@@ -2244,19 +2244,98 @@ var init_AddressLookup2 = __esm({
|
|
|
2244
2244
|
}
|
|
2245
2245
|
});
|
|
2246
2246
|
|
|
2247
|
+
// src/components/Text/Text.tsx
|
|
2248
|
+
var import_dedupe15, import_Text, import_jsx_runtime16, getElementType, Text;
|
|
2249
|
+
var init_Text = __esm({
|
|
2250
|
+
"src/components/Text/Text.tsx"() {
|
|
2251
|
+
"use strict";
|
|
2252
|
+
import_dedupe15 = __toESM(require("classnames/dedupe"));
|
|
2253
|
+
import_Text = require("@simplybusiness/mobius/src/components/Text/Text.css");
|
|
2254
|
+
import_jsx_runtime16 = require("react/jsx-runtime");
|
|
2255
|
+
getElementType = (variant, elementType) => {
|
|
2256
|
+
if (variant) {
|
|
2257
|
+
return ["h1", "h2", "h3", "h4"].includes(variant) ? variant : "p";
|
|
2258
|
+
}
|
|
2259
|
+
return elementType || "p";
|
|
2260
|
+
};
|
|
2261
|
+
Text = ({ ref, elementType: Component = "p", ...props }) => {
|
|
2262
|
+
const { variant, className, spacing, ...otherProps } = props;
|
|
2263
|
+
const elementType = getElementType(variant, Component);
|
|
2264
|
+
const variantType = variant || elementType;
|
|
2265
|
+
const classes = (0, import_dedupe15.default)(
|
|
2266
|
+
"mobius",
|
|
2267
|
+
"mobius-text",
|
|
2268
|
+
{ [`--is-${variantType}`]: variantType },
|
|
2269
|
+
{ [`--has-line-height-${spacing}`]: spacing },
|
|
2270
|
+
className
|
|
2271
|
+
);
|
|
2272
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Component, { ref, ...otherProps, className: classes });
|
|
2273
|
+
};
|
|
2274
|
+
Text.displayName = "Text";
|
|
2275
|
+
}
|
|
2276
|
+
});
|
|
2277
|
+
|
|
2278
|
+
// src/components/TextOrHTML/TextOrHTML.tsx
|
|
2279
|
+
var import_react15, import_jsx_runtime17, isHTML, TextOrHTML;
|
|
2280
|
+
var init_TextOrHTML = __esm({
|
|
2281
|
+
"src/components/TextOrHTML/TextOrHTML.tsx"() {
|
|
2282
|
+
"use strict";
|
|
2283
|
+
import_react15 = require("react");
|
|
2284
|
+
init_Text();
|
|
2285
|
+
import_jsx_runtime17 = require("react/jsx-runtime");
|
|
2286
|
+
isHTML = (text) => /^\s*<[a-z]/i.test(text);
|
|
2287
|
+
TextOrHTML = ({
|
|
2288
|
+
ref,
|
|
2289
|
+
text,
|
|
2290
|
+
htmlClassName,
|
|
2291
|
+
htmlElementType,
|
|
2292
|
+
textWrapper = false,
|
|
2293
|
+
autoDetect = false,
|
|
2294
|
+
...textProps
|
|
2295
|
+
}) => {
|
|
2296
|
+
const textIsHTML = autoDetect && isHTML(text);
|
|
2297
|
+
const shouldWrapInText = autoDetect ? textWrapper || !textIsHTML : textWrapper;
|
|
2298
|
+
const resolvedElementType = htmlElementType ?? (textIsHTML ? "div" : "span");
|
|
2299
|
+
const DangerousComponent = resolvedElementType;
|
|
2300
|
+
const dangerousHTML = (0, import_react15.useMemo)(() => ({ __html: text }), [text]);
|
|
2301
|
+
const dangerousElement = /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2302
|
+
DangerousComponent,
|
|
2303
|
+
{
|
|
2304
|
+
className: htmlClassName,
|
|
2305
|
+
dangerouslySetInnerHTML: dangerousHTML
|
|
2306
|
+
}
|
|
2307
|
+
);
|
|
2308
|
+
if (shouldWrapInText) {
|
|
2309
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Text, { ref, ...textProps, children: dangerousElement });
|
|
2310
|
+
}
|
|
2311
|
+
return dangerousElement;
|
|
2312
|
+
};
|
|
2313
|
+
TextOrHTML.displayName = "TextOrHTML";
|
|
2314
|
+
}
|
|
2315
|
+
});
|
|
2316
|
+
|
|
2317
|
+
// src/components/TextOrHTML/index.tsx
|
|
2318
|
+
var init_TextOrHTML2 = __esm({
|
|
2319
|
+
"src/components/TextOrHTML/index.tsx"() {
|
|
2320
|
+
"use strict";
|
|
2321
|
+
init_TextOrHTML();
|
|
2322
|
+
}
|
|
2323
|
+
});
|
|
2324
|
+
|
|
2247
2325
|
// src/components/Alert/Alert.tsx
|
|
2248
2326
|
function isAlertVariant(value) {
|
|
2249
2327
|
return value === "info" || value === "success" || value === "warning" || value === "error";
|
|
2250
2328
|
}
|
|
2251
|
-
var import_icons4,
|
|
2329
|
+
var import_icons4, import_dedupe16, import_Alert, import_jsx_runtime18, Alert;
|
|
2252
2330
|
var init_Alert = __esm({
|
|
2253
2331
|
"src/components/Alert/Alert.tsx"() {
|
|
2254
2332
|
"use strict";
|
|
2255
2333
|
import_icons4 = require("@simplybusiness/icons");
|
|
2256
|
-
|
|
2334
|
+
import_dedupe16 = __toESM(require("classnames/dedupe"));
|
|
2257
2335
|
init_Icon2();
|
|
2336
|
+
init_TextOrHTML2();
|
|
2258
2337
|
import_Alert = require("@simplybusiness/mobius/src/components/Alert/Alert.css");
|
|
2259
|
-
|
|
2338
|
+
import_jsx_runtime18 = require("react/jsx-runtime");
|
|
2260
2339
|
Alert = ({ ref, ...props }) => {
|
|
2261
2340
|
const {
|
|
2262
2341
|
elementType: Element = "div",
|
|
@@ -2269,7 +2348,7 @@ var init_Alert = __esm({
|
|
|
2269
2348
|
if (!show) return null;
|
|
2270
2349
|
const variant = variantProp && isAlertVariant(variantProp) ? variantProp : "info";
|
|
2271
2350
|
const colorValue = variant === "success" ? `var(--color-valid)` : `var(--color-${variant})`;
|
|
2272
|
-
const classes = (0,
|
|
2351
|
+
const classes = (0, import_dedupe16.default)(
|
|
2273
2352
|
"mobius",
|
|
2274
2353
|
"mobius-alert",
|
|
2275
2354
|
{
|
|
@@ -2287,14 +2366,23 @@ var init_Alert = __esm({
|
|
|
2287
2366
|
warning: import_icons4.warning,
|
|
2288
2367
|
error: import_icons4.error
|
|
2289
2368
|
};
|
|
2290
|
-
const headerClasses = (0,
|
|
2291
|
-
const iconClasses = (0,
|
|
2292
|
-
const contentClasses = (0,
|
|
2293
|
-
return /* @__PURE__ */ (0,
|
|
2294
|
-
/* @__PURE__ */ (0,
|
|
2295
|
-
/* @__PURE__ */ (0,
|
|
2296
|
-
header && /* @__PURE__ */ (0,
|
|
2297
|
-
|
|
2369
|
+
const headerClasses = (0, import_dedupe16.default)("mobius", "mobius-alert__header");
|
|
2370
|
+
const iconClasses = (0, import_dedupe16.default)("mobius", "mobius-alert__icon");
|
|
2371
|
+
const contentClasses = (0, import_dedupe16.default)("mobius", "mobius-alert__content");
|
|
2372
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(Element, { ref, role: "alert", ...otherProps, className: classes, children: [
|
|
2373
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: iconClasses, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { icon: icon[variant], color: colorValue }) }),
|
|
2374
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { children: [
|
|
2375
|
+
header && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2376
|
+
TextOrHTML,
|
|
2377
|
+
{
|
|
2378
|
+
autoDetect: true,
|
|
2379
|
+
htmlElementType: "span",
|
|
2380
|
+
className: headerClasses,
|
|
2381
|
+
htmlClassName: headerClasses,
|
|
2382
|
+
text: header
|
|
2383
|
+
}
|
|
2384
|
+
),
|
|
2385
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: contentClasses, children })
|
|
2298
2386
|
] })
|
|
2299
2387
|
] });
|
|
2300
2388
|
};
|
|
@@ -2311,14 +2399,14 @@ var init_Alert2 = __esm({
|
|
|
2311
2399
|
});
|
|
2312
2400
|
|
|
2313
2401
|
// src/components/Box/Box.tsx
|
|
2314
|
-
var
|
|
2402
|
+
var import_dedupe17, import_Box, import_jsx_runtime19, Box;
|
|
2315
2403
|
var init_Box = __esm({
|
|
2316
2404
|
"src/components/Box/Box.tsx"() {
|
|
2317
2405
|
"use strict";
|
|
2318
|
-
|
|
2406
|
+
import_dedupe17 = __toESM(require("classnames/dedupe"));
|
|
2319
2407
|
init_utils();
|
|
2320
2408
|
import_Box = require("@simplybusiness/mobius/src/components/Box/Box.css");
|
|
2321
|
-
|
|
2409
|
+
import_jsx_runtime19 = require("react/jsx-runtime");
|
|
2322
2410
|
Box = ({ ref, ...props }) => {
|
|
2323
2411
|
const {
|
|
2324
2412
|
elementType: Element = "div",
|
|
@@ -2344,7 +2432,7 @@ var init_Box = __esm({
|
|
|
2344
2432
|
style,
|
|
2345
2433
|
...otherProps
|
|
2346
2434
|
} = props;
|
|
2347
|
-
const classes = (0,
|
|
2435
|
+
const classes = (0, import_dedupe17.default)("mobius", "mobius-box", otherProps.className);
|
|
2348
2436
|
const styleProps = filterUndefinedProps({
|
|
2349
2437
|
padding: getSpacingValue(padding),
|
|
2350
2438
|
paddingInline: getSpacingValue(paddingInline || paddingX),
|
|
@@ -2361,7 +2449,7 @@ var init_Box = __esm({
|
|
|
2361
2449
|
height,
|
|
2362
2450
|
...style
|
|
2363
2451
|
});
|
|
2364
|
-
return /* @__PURE__ */ (0,
|
|
2452
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Element, { ref, style: styleProps, ...otherProps, className: classes });
|
|
2365
2453
|
};
|
|
2366
2454
|
Box.displayName = "Box";
|
|
2367
2455
|
}
|
|
@@ -2376,27 +2464,27 @@ var init_Box2 = __esm({
|
|
|
2376
2464
|
});
|
|
2377
2465
|
|
|
2378
2466
|
// src/components/Breadcrumbs/Breadcrumbs.tsx
|
|
2379
|
-
var
|
|
2467
|
+
var import_react16, import_dedupe18, import_Breadcrumbs, import_jsx_runtime20, Breadcrumbs;
|
|
2380
2468
|
var init_Breadcrumbs = __esm({
|
|
2381
2469
|
"src/components/Breadcrumbs/Breadcrumbs.tsx"() {
|
|
2382
2470
|
"use strict";
|
|
2383
2471
|
"use client";
|
|
2384
|
-
|
|
2385
|
-
|
|
2472
|
+
import_react16 = require("react");
|
|
2473
|
+
import_dedupe18 = __toESM(require("classnames/dedupe"));
|
|
2386
2474
|
import_Breadcrumbs = require("@simplybusiness/mobius/src/components/Breadcrumbs/Breadcrumbs.css");
|
|
2387
|
-
|
|
2475
|
+
import_jsx_runtime20 = require("react/jsx-runtime");
|
|
2388
2476
|
Breadcrumbs = ({ ref, ...props }) => {
|
|
2389
2477
|
const { "aria-label": ariaLabel = "Breadcrumbs" } = props;
|
|
2390
2478
|
const { navProps } = { navProps: { "aria-label": ariaLabel } };
|
|
2391
2479
|
const { children, ...otherProps } = props;
|
|
2392
|
-
const childArray =
|
|
2393
|
-
const classes = (0,
|
|
2480
|
+
const childArray = import_react16.Children.toArray(children);
|
|
2481
|
+
const classes = (0, import_dedupe18.default)(
|
|
2394
2482
|
"mobius",
|
|
2395
2483
|
"mobius-breadcrumb",
|
|
2396
2484
|
otherProps.className
|
|
2397
2485
|
);
|
|
2398
|
-
return /* @__PURE__ */ (0,
|
|
2399
|
-
(child, i) => (0,
|
|
2486
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("nav", { ref, ...otherProps, ...navProps, className: classes, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("ul", { children: childArray.map(
|
|
2487
|
+
(child, i) => (0, import_react16.cloneElement)(
|
|
2400
2488
|
child,
|
|
2401
2489
|
{
|
|
2402
2490
|
key: i,
|
|
@@ -2410,22 +2498,22 @@ var init_Breadcrumbs = __esm({
|
|
|
2410
2498
|
});
|
|
2411
2499
|
|
|
2412
2500
|
// src/components/Breadcrumbs/BreadcrumbItem.tsx
|
|
2413
|
-
var
|
|
2501
|
+
var import_react17, import_dedupe19, import_jsx_runtime21, BreadcrumbItem;
|
|
2414
2502
|
var init_BreadcrumbItem = __esm({
|
|
2415
2503
|
"src/components/Breadcrumbs/BreadcrumbItem.tsx"() {
|
|
2416
2504
|
"use strict";
|
|
2417
2505
|
"use client";
|
|
2418
|
-
|
|
2419
|
-
|
|
2506
|
+
import_react17 = require("react");
|
|
2507
|
+
import_dedupe19 = __toESM(require("classnames/dedupe"));
|
|
2420
2508
|
init_Box2();
|
|
2421
|
-
|
|
2509
|
+
import_jsx_runtime21 = require("react/jsx-runtime");
|
|
2422
2510
|
BreadcrumbItem = ({ ref, ...props }) => {
|
|
2423
2511
|
const {
|
|
2424
2512
|
isDisabled = false,
|
|
2425
2513
|
isCurrent = false,
|
|
2426
2514
|
"aria-current": ariaCurrent = "page",
|
|
2427
2515
|
children,
|
|
2428
|
-
separator = /* @__PURE__ */ (0,
|
|
2516
|
+
separator = /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Box, { className: "mobius-breadcrumb__separator", "aria-hidden": "true", children: ">" }),
|
|
2429
2517
|
...otherProps
|
|
2430
2518
|
} = props;
|
|
2431
2519
|
const { itemProps } = {
|
|
@@ -2435,14 +2523,14 @@ var init_BreadcrumbItem = __esm({
|
|
|
2435
2523
|
...otherProps
|
|
2436
2524
|
}
|
|
2437
2525
|
};
|
|
2438
|
-
const classes = (0,
|
|
2526
|
+
const classes = (0, import_dedupe19.default)(
|
|
2439
2527
|
"mobius",
|
|
2440
2528
|
"mobius-breadcrumb__item",
|
|
2441
2529
|
props.className
|
|
2442
2530
|
);
|
|
2443
|
-
const child = typeof children === "string" ? /* @__PURE__ */ (0,
|
|
2444
|
-
return /* @__PURE__ */ (0,
|
|
2445
|
-
(0,
|
|
2531
|
+
const child = typeof children === "string" ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { ...itemProps, children }) : import_react17.Children.only(children);
|
|
2532
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("li", { className: classes, children: [
|
|
2533
|
+
(0, import_react17.cloneElement)(child, {
|
|
2446
2534
|
...child.props,
|
|
2447
2535
|
...itemProps,
|
|
2448
2536
|
ref
|
|
@@ -2464,19 +2552,19 @@ var init_Breadcrumbs2 = __esm({
|
|
|
2464
2552
|
});
|
|
2465
2553
|
|
|
2466
2554
|
// src/components/Button/Loading.tsx
|
|
2467
|
-
var import_icons5,
|
|
2555
|
+
var import_icons5, import_jsx_runtime22, Loading;
|
|
2468
2556
|
var init_Loading = __esm({
|
|
2469
2557
|
"src/components/Button/Loading.tsx"() {
|
|
2470
2558
|
"use strict";
|
|
2471
2559
|
import_icons5 = require("@simplybusiness/icons");
|
|
2472
2560
|
init_Icon2();
|
|
2473
2561
|
init_VisuallyHidden2();
|
|
2474
|
-
|
|
2562
|
+
import_jsx_runtime22 = require("react/jsx-runtime");
|
|
2475
2563
|
Loading = (props) => {
|
|
2476
2564
|
const { children } = props;
|
|
2477
|
-
return /* @__PURE__ */ (0,
|
|
2478
|
-
/* @__PURE__ */ (0,
|
|
2479
|
-
/* @__PURE__ */ (0,
|
|
2565
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_jsx_runtime22.Fragment, { children: [
|
|
2566
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { className: "mobius-button__icon-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { icon: import_icons5.loading, spin: true, size: "md" }) }),
|
|
2567
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(VisuallyHidden, { className: "mobius-button__loading-text", children: "Loading" }),
|
|
2480
2568
|
children
|
|
2481
2569
|
] });
|
|
2482
2570
|
};
|
|
@@ -2484,33 +2572,33 @@ var init_Loading = __esm({
|
|
|
2484
2572
|
});
|
|
2485
2573
|
|
|
2486
2574
|
// src/components/Button/Success.tsx
|
|
2487
|
-
var import_icons6,
|
|
2575
|
+
var import_icons6, import_jsx_runtime23, Success;
|
|
2488
2576
|
var init_Success = __esm({
|
|
2489
2577
|
"src/components/Button/Success.tsx"() {
|
|
2490
2578
|
"use strict";
|
|
2491
2579
|
import_icons6 = require("@simplybusiness/icons");
|
|
2492
2580
|
init_Icon2();
|
|
2493
2581
|
init_VisuallyHidden2();
|
|
2494
|
-
|
|
2495
|
-
Success = () => /* @__PURE__ */ (0,
|
|
2496
|
-
/* @__PURE__ */ (0,
|
|
2497
|
-
/* @__PURE__ */ (0,
|
|
2582
|
+
import_jsx_runtime23 = require("react/jsx-runtime");
|
|
2583
|
+
Success = () => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
|
|
2584
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "mobius-button__icon-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Icon, { icon: import_icons6.tick, size: "md" }) }),
|
|
2585
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(VisuallyHidden, { className: "mobius-button__success-text", children: "Success" })
|
|
2498
2586
|
] });
|
|
2499
2587
|
}
|
|
2500
2588
|
});
|
|
2501
2589
|
|
|
2502
2590
|
// src/components/Button/Button.tsx
|
|
2503
|
-
var
|
|
2591
|
+
var import_dedupe20, import_Button, import_jsx_runtime24, Button;
|
|
2504
2592
|
var init_Button = __esm({
|
|
2505
2593
|
"src/components/Button/Button.tsx"() {
|
|
2506
2594
|
"use strict";
|
|
2507
2595
|
"use client";
|
|
2508
|
-
|
|
2596
|
+
import_dedupe20 = __toESM(require("classnames/dedupe"));
|
|
2509
2597
|
init_Loading();
|
|
2510
2598
|
init_useButton2();
|
|
2511
2599
|
init_Success();
|
|
2512
2600
|
import_Button = require("@simplybusiness/mobius/src/components/Button/Button.css");
|
|
2513
|
-
|
|
2601
|
+
import_jsx_runtime24 = require("react/jsx-runtime");
|
|
2514
2602
|
Button = ({ ref, ...props }) => {
|
|
2515
2603
|
const {
|
|
2516
2604
|
children,
|
|
@@ -2525,7 +2613,7 @@ var init_Button = __esm({
|
|
|
2525
2613
|
...otherProps
|
|
2526
2614
|
} = props;
|
|
2527
2615
|
const { buttonProps } = useButton(props);
|
|
2528
|
-
otherProps.className = (0,
|
|
2616
|
+
otherProps.className = (0, import_dedupe20.default)(
|
|
2529
2617
|
"mobius",
|
|
2530
2618
|
"mobius-button",
|
|
2531
2619
|
`--variant-${variant}`,
|
|
@@ -2537,9 +2625,9 @@ var init_Button = __esm({
|
|
|
2537
2625
|
},
|
|
2538
2626
|
otherProps.className
|
|
2539
2627
|
);
|
|
2540
|
-
return /* @__PURE__ */ (0,
|
|
2541
|
-
isLoading ? /* @__PURE__ */ (0,
|
|
2542
|
-
isSuccess && !isLoading && /* @__PURE__ */ (0,
|
|
2628
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(Component, { ref, ...buttonProps, ...otherProps, children: [
|
|
2629
|
+
isLoading ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Loading, { children }) : children,
|
|
2630
|
+
isSuccess && !isLoading && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Success, {})
|
|
2543
2631
|
] });
|
|
2544
2632
|
};
|
|
2545
2633
|
Button.displayName = "Button";
|
|
@@ -2555,13 +2643,13 @@ var init_Button2 = __esm({
|
|
|
2555
2643
|
});
|
|
2556
2644
|
|
|
2557
2645
|
// src/components/Checkbox/Checkbox.tsx
|
|
2558
|
-
var
|
|
2646
|
+
var import_react18, import_dedupe21, import_icons7, import_Checkbox, import_jsx_runtime25, Checkbox;
|
|
2559
2647
|
var init_Checkbox = __esm({
|
|
2560
2648
|
"src/components/Checkbox/Checkbox.tsx"() {
|
|
2561
2649
|
"use strict";
|
|
2562
2650
|
"use client";
|
|
2563
|
-
|
|
2564
|
-
|
|
2651
|
+
import_react18 = require("react");
|
|
2652
|
+
import_dedupe21 = __toESM(require("classnames/dedupe"));
|
|
2565
2653
|
import_icons7 = require("@simplybusiness/icons");
|
|
2566
2654
|
init_ErrorMessage2();
|
|
2567
2655
|
init_spaceDelimitedList();
|
|
@@ -2569,7 +2657,7 @@ var init_Checkbox = __esm({
|
|
|
2569
2657
|
init_Icon2();
|
|
2570
2658
|
init_Stack2();
|
|
2571
2659
|
import_Checkbox = require("@simplybusiness/mobius/src/components/Checkbox/Checkbox.css");
|
|
2572
|
-
|
|
2660
|
+
import_jsx_runtime25 = require("react/jsx-runtime");
|
|
2573
2661
|
Checkbox = ({ ref, ...props }) => {
|
|
2574
2662
|
const {
|
|
2575
2663
|
id,
|
|
@@ -2589,18 +2677,18 @@ var init_Checkbox = __esm({
|
|
|
2589
2677
|
["aria-describedby"]: ariaDescribedBy,
|
|
2590
2678
|
...rest
|
|
2591
2679
|
} = props;
|
|
2592
|
-
const [checked, setChecked] = (0,
|
|
2593
|
-
const fallbackRef = (0,
|
|
2680
|
+
const [checked, setChecked] = (0, import_react18.useState)(defaultSelected);
|
|
2681
|
+
const fallbackRef = (0, import_react18.useRef)(null);
|
|
2594
2682
|
const refObj = ref || fallbackRef;
|
|
2595
|
-
const inputId = (0,
|
|
2683
|
+
const inputId = (0, import_react18.useId)();
|
|
2596
2684
|
const isControlled = typeof selected === "boolean";
|
|
2597
|
-
(0,
|
|
2685
|
+
(0, import_react18.useEffect)(() => {
|
|
2598
2686
|
if (isControlled) {
|
|
2599
2687
|
setChecked(selected);
|
|
2600
2688
|
}
|
|
2601
2689
|
}, [selected, isControlled]);
|
|
2602
2690
|
const validationClasses = useValidationClasses({ isInvalid });
|
|
2603
|
-
const sharedClasses = (0,
|
|
2691
|
+
const sharedClasses = (0, import_dedupe21.default)(
|
|
2604
2692
|
{
|
|
2605
2693
|
"--is-disabled": isDisabled,
|
|
2606
2694
|
"--is-selected": checked,
|
|
@@ -2609,31 +2697,31 @@ var init_Checkbox = __esm({
|
|
|
2609
2697
|
},
|
|
2610
2698
|
validationClasses
|
|
2611
2699
|
);
|
|
2612
|
-
const wrapperClasses = (0,
|
|
2700
|
+
const wrapperClasses = (0, import_dedupe21.default)(
|
|
2613
2701
|
"mobius",
|
|
2614
2702
|
"mobius-checkbox",
|
|
2615
2703
|
sharedClasses,
|
|
2616
2704
|
className
|
|
2617
2705
|
);
|
|
2618
|
-
const labelClasses = (0,
|
|
2619
|
-
const inputClasses = (0,
|
|
2620
|
-
const iconClasses = (0,
|
|
2621
|
-
const errorMessageId = (0,
|
|
2706
|
+
const labelClasses = (0, import_dedupe21.default)("mobius-checkbox__label", sharedClasses);
|
|
2707
|
+
const inputClasses = (0, import_dedupe21.default)("mobius-checkbox__input", sharedClasses);
|
|
2708
|
+
const iconClasses = (0, import_dedupe21.default)("mobius-checkbox__icon", sharedClasses);
|
|
2709
|
+
const errorMessageId = (0, import_react18.useId)();
|
|
2622
2710
|
const shouldErrorMessageShow = errorMessage ? errorMessageId : void 0;
|
|
2623
2711
|
const describedBy = spaceDelimitedList([
|
|
2624
2712
|
shouldErrorMessageShow,
|
|
2625
2713
|
ariaDescribedBy
|
|
2626
2714
|
]);
|
|
2627
|
-
const labelId = (0,
|
|
2715
|
+
const labelId = (0, import_react18.useId)();
|
|
2628
2716
|
const handleChange = (event) => {
|
|
2629
2717
|
setChecked(!checked);
|
|
2630
2718
|
if (onChange) {
|
|
2631
2719
|
onChange(event, isLastItem);
|
|
2632
2720
|
}
|
|
2633
2721
|
};
|
|
2634
|
-
return /* @__PURE__ */ (0,
|
|
2635
|
-
/* @__PURE__ */ (0,
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2722
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Stack, { gap: "xs", className: wrapperClasses, children: [
|
|
2723
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("label", { className: labelClasses, children: [
|
|
2724
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2637
2725
|
"input",
|
|
2638
2726
|
{
|
|
2639
2727
|
"aria-describedby": describedBy,
|
|
@@ -2654,7 +2742,7 @@ var init_Checkbox = __esm({
|
|
|
2654
2742
|
...rest
|
|
2655
2743
|
}
|
|
2656
2744
|
),
|
|
2657
|
-
/* @__PURE__ */ (0,
|
|
2745
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2658
2746
|
Icon,
|
|
2659
2747
|
{
|
|
2660
2748
|
icon: checked ? import_icons7.squareTick : import_icons7.square,
|
|
@@ -2662,9 +2750,9 @@ var init_Checkbox = __esm({
|
|
|
2662
2750
|
className: iconClasses
|
|
2663
2751
|
}
|
|
2664
2752
|
),
|
|
2665
|
-
/* @__PURE__ */ (0,
|
|
2753
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { id: labelId, className: "mobius-checkbox__visible-label", children: label })
|
|
2666
2754
|
] }),
|
|
2667
|
-
/* @__PURE__ */ (0,
|
|
2755
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ErrorMessage, { id: errorMessageId, errorMessage })
|
|
2668
2756
|
] });
|
|
2669
2757
|
};
|
|
2670
2758
|
Checkbox.displayName = "Checkbox";
|
|
@@ -2672,20 +2760,20 @@ var init_Checkbox = __esm({
|
|
|
2672
2760
|
});
|
|
2673
2761
|
|
|
2674
2762
|
// src/components/Checkbox/CheckboxGroup.tsx
|
|
2675
|
-
var
|
|
2763
|
+
var import_dedupe22, import_react19, import_CheckboxGroup, import_jsx_runtime26, CheckboxGroup;
|
|
2676
2764
|
var init_CheckboxGroup = __esm({
|
|
2677
2765
|
"src/components/Checkbox/CheckboxGroup.tsx"() {
|
|
2678
2766
|
"use strict";
|
|
2679
2767
|
"use client";
|
|
2680
|
-
|
|
2681
|
-
|
|
2768
|
+
import_dedupe22 = __toESM(require("classnames/dedupe"));
|
|
2769
|
+
import_react19 = require("react");
|
|
2682
2770
|
init_hooks();
|
|
2683
2771
|
init_spaceDelimitedList();
|
|
2684
2772
|
init_ErrorMessage2();
|
|
2685
2773
|
init_Label2();
|
|
2686
2774
|
init_Checkbox();
|
|
2687
2775
|
import_CheckboxGroup = require("@simplybusiness/mobius/src/components/Checkbox/CheckboxGroup.css");
|
|
2688
|
-
|
|
2776
|
+
import_jsx_runtime26 = require("react/jsx-runtime");
|
|
2689
2777
|
CheckboxGroup = ({ ref, ...props }) => {
|
|
2690
2778
|
const {
|
|
2691
2779
|
label,
|
|
@@ -2703,10 +2791,10 @@ var init_CheckboxGroup = __esm({
|
|
|
2703
2791
|
lastItemDisables = false,
|
|
2704
2792
|
...rest
|
|
2705
2793
|
} = props;
|
|
2706
|
-
const [selected, setSelected] = (0,
|
|
2707
|
-
const isInitializedRef = (0,
|
|
2708
|
-
const prevDefaultValueRef = (0,
|
|
2709
|
-
(0,
|
|
2794
|
+
const [selected, setSelected] = (0, import_react19.useState)(defaultValue);
|
|
2795
|
+
const isInitializedRef = (0, import_react19.useRef)(false);
|
|
2796
|
+
const prevDefaultValueRef = (0, import_react19.useRef)(defaultValue);
|
|
2797
|
+
(0, import_react19.useEffect)(() => {
|
|
2710
2798
|
const hasChanged = defaultValue.length !== prevDefaultValueRef.current.length || defaultValue.some(
|
|
2711
2799
|
(val, index) => val !== prevDefaultValueRef.current[index]
|
|
2712
2800
|
);
|
|
@@ -2716,7 +2804,7 @@ var init_CheckboxGroup = __esm({
|
|
|
2716
2804
|
isInitializedRef.current = true;
|
|
2717
2805
|
}
|
|
2718
2806
|
}, [defaultValue]);
|
|
2719
|
-
const checkboxGroupClasses = (0,
|
|
2807
|
+
const checkboxGroupClasses = (0, import_dedupe22.default)(
|
|
2720
2808
|
"mobius",
|
|
2721
2809
|
"mobius-checkbox-group",
|
|
2722
2810
|
className,
|
|
@@ -2728,19 +2816,19 @@ var init_CheckboxGroup = __esm({
|
|
|
2728
2816
|
}
|
|
2729
2817
|
);
|
|
2730
2818
|
const validationClasses = useValidationClasses({ isInvalid });
|
|
2731
|
-
const labelClasses = (0,
|
|
2819
|
+
const labelClasses = (0, import_dedupe22.default)(
|
|
2732
2820
|
{
|
|
2733
2821
|
"--is-disabled": isDisabled
|
|
2734
2822
|
},
|
|
2735
2823
|
validationClasses
|
|
2736
2824
|
);
|
|
2737
|
-
const errorMessageId = (0,
|
|
2825
|
+
const errorMessageId = (0, import_react19.useId)();
|
|
2738
2826
|
const shouldErrorMessageShow = errorMessage ? errorMessageId : void 0;
|
|
2739
2827
|
const describedBy = spaceDelimitedList([
|
|
2740
2828
|
shouldErrorMessageShow,
|
|
2741
2829
|
props["aria-describedby"]
|
|
2742
2830
|
]);
|
|
2743
|
-
const labelId = (0,
|
|
2831
|
+
const labelId = (0, import_react19.useId)();
|
|
2744
2832
|
const handleChange = (event, isLastItem = false) => {
|
|
2745
2833
|
const {
|
|
2746
2834
|
target: { value, checked }
|
|
@@ -2758,12 +2846,12 @@ var init_CheckboxGroup = __esm({
|
|
|
2758
2846
|
setSelected(newValue);
|
|
2759
2847
|
onChange?.(newValue);
|
|
2760
2848
|
};
|
|
2761
|
-
const childrenArray =
|
|
2849
|
+
const childrenArray = import_react19.Children.toArray(children);
|
|
2762
2850
|
const lastCheckbox = childrenArray.filter(
|
|
2763
|
-
(child) => (0,
|
|
2851
|
+
(child) => (0, import_react19.isValidElement)(child) && child.type === Checkbox
|
|
2764
2852
|
).pop();
|
|
2765
2853
|
const lastCheckboxIsChecked = lastCheckbox && selected.includes(lastCheckbox.props.value);
|
|
2766
|
-
return /* @__PURE__ */ (0,
|
|
2854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
2767
2855
|
"div",
|
|
2768
2856
|
{
|
|
2769
2857
|
...rest,
|
|
@@ -2772,16 +2860,16 @@ var init_CheckboxGroup = __esm({
|
|
|
2772
2860
|
className: checkboxGroupClasses,
|
|
2773
2861
|
role: "group",
|
|
2774
2862
|
style: {
|
|
2775
|
-
"--checkbox-items-per-row": itemsPerRow ||
|
|
2863
|
+
"--checkbox-items-per-row": itemsPerRow || import_react19.Children.count(children)
|
|
2776
2864
|
},
|
|
2777
2865
|
children: [
|
|
2778
|
-
label && /* @__PURE__ */ (0,
|
|
2779
|
-
/* @__PURE__ */ (0,
|
|
2780
|
-
if ((0,
|
|
2866
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Label, { elementType: "span", id: labelId, className: labelClasses, children: label }),
|
|
2867
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { className: "mobius-checkbox-group__wrapper", children: childrenArray.map((child) => {
|
|
2868
|
+
if ((0, import_react19.isValidElement)(child)) {
|
|
2781
2869
|
const isLastItem = child === lastCheckbox;
|
|
2782
2870
|
const isChildDisabled = isDisabled || lastItemDisables && lastCheckboxIsChecked && !isLastItem;
|
|
2783
2871
|
const childProps = child.props;
|
|
2784
|
-
return (0,
|
|
2872
|
+
return (0, import_react19.cloneElement)(
|
|
2785
2873
|
child,
|
|
2786
2874
|
{
|
|
2787
2875
|
isDisabled: isChildDisabled,
|
|
@@ -2797,7 +2885,7 @@ var init_CheckboxGroup = __esm({
|
|
|
2797
2885
|
}
|
|
2798
2886
|
return child;
|
|
2799
2887
|
}) }),
|
|
2800
|
-
errorMessage && /* @__PURE__ */ (0,
|
|
2888
|
+
errorMessage && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ErrorMessage, { id: errorMessageId, errorMessage })
|
|
2801
2889
|
]
|
|
2802
2890
|
}
|
|
2803
2891
|
);
|
|
@@ -2824,23 +2912,23 @@ var init_Checkbox2 = __esm({
|
|
|
2824
2912
|
});
|
|
2825
2913
|
|
|
2826
2914
|
// src/components/Container/Container.tsx
|
|
2827
|
-
var
|
|
2915
|
+
var import_dedupe23, import_Container, import_jsx_runtime27, Container;
|
|
2828
2916
|
var init_Container = __esm({
|
|
2829
2917
|
"src/components/Container/Container.tsx"() {
|
|
2830
2918
|
"use strict";
|
|
2831
|
-
|
|
2919
|
+
import_dedupe23 = __toESM(require("classnames/dedupe"));
|
|
2832
2920
|
init_utils();
|
|
2833
2921
|
import_Container = require("@simplybusiness/mobius/src/components/Container/Container.css");
|
|
2834
|
-
|
|
2922
|
+
import_jsx_runtime27 = require("react/jsx-runtime");
|
|
2835
2923
|
Container = ({ ref, ...props }) => {
|
|
2836
2924
|
const { elementType: Element = "div", size = "md", ...otherProps } = props;
|
|
2837
|
-
const classes = (0,
|
|
2925
|
+
const classes = (0, import_dedupe23.default)(
|
|
2838
2926
|
"mobius",
|
|
2839
2927
|
"mobius-container",
|
|
2840
2928
|
sizeClasses(size),
|
|
2841
2929
|
otherProps.className
|
|
2842
2930
|
);
|
|
2843
|
-
return /* @__PURE__ */ (0,
|
|
2931
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Element, { ref, ...otherProps, className: classes });
|
|
2844
2932
|
};
|
|
2845
2933
|
Container.displayName = "Container";
|
|
2846
2934
|
}
|
|
@@ -2893,17 +2981,17 @@ var init_validation = __esm({
|
|
|
2893
2981
|
});
|
|
2894
2982
|
|
|
2895
2983
|
// src/components/DateField/DateField.tsx
|
|
2896
|
-
var
|
|
2984
|
+
var import_dedupe24, import_react20, import_jsx_runtime28, MIN_MAX_ERROR, DateField;
|
|
2897
2985
|
var init_DateField = __esm({
|
|
2898
2986
|
"src/components/DateField/DateField.tsx"() {
|
|
2899
2987
|
"use strict";
|
|
2900
2988
|
"use client";
|
|
2901
|
-
|
|
2902
|
-
|
|
2989
|
+
import_dedupe24 = __toESM(require("classnames/dedupe"));
|
|
2990
|
+
import_react20 = require("react");
|
|
2903
2991
|
init_mergeRefs();
|
|
2904
2992
|
init_TextField2();
|
|
2905
2993
|
init_validation();
|
|
2906
|
-
|
|
2994
|
+
import_jsx_runtime28 = require("react/jsx-runtime");
|
|
2907
2995
|
MIN_MAX_ERROR = '"min" value should not be greater than "max" value.';
|
|
2908
2996
|
DateField = ({ ref, ...props }) => {
|
|
2909
2997
|
const {
|
|
@@ -2916,10 +3004,10 @@ var init_DateField = __esm({
|
|
|
2916
3004
|
value,
|
|
2917
3005
|
...otherProps
|
|
2918
3006
|
} = props;
|
|
2919
|
-
const [error3, setError] = (0,
|
|
2920
|
-
const [isInvalid, setIsInvalid] = (0,
|
|
2921
|
-
const localRef = (0,
|
|
2922
|
-
const classes = (0,
|
|
3007
|
+
const [error3, setError] = (0, import_react20.useState)(errorMessage);
|
|
3008
|
+
const [isInvalid, setIsInvalid] = (0, import_react20.useState)(void 0);
|
|
3009
|
+
const localRef = (0, import_react20.useRef)(null);
|
|
3010
|
+
const classes = (0, import_dedupe24.default)("mobius-date-field", className);
|
|
2923
3011
|
const formattedMin = min ? convertToDateFormat(min, format) : void 0;
|
|
2924
3012
|
const formattedMax = max ? convertToDateFormat(max, format) : void 0;
|
|
2925
3013
|
const formattedDefaultValue = defaultValue ? convertToDateFormat(defaultValue, format) : void 0;
|
|
@@ -2932,7 +3020,7 @@ var init_DateField = __esm({
|
|
|
2932
3020
|
setError(props.errorMessage);
|
|
2933
3021
|
setIsInvalid(false);
|
|
2934
3022
|
};
|
|
2935
|
-
(0,
|
|
3023
|
+
(0, import_react20.useEffect)(() => {
|
|
2936
3024
|
if (!isValidDate(min, format)) {
|
|
2937
3025
|
setInvalidState(`Invalid min date: ${min}`);
|
|
2938
3026
|
return;
|
|
@@ -2965,7 +3053,7 @@ var init_DateField = __esm({
|
|
|
2965
3053
|
validate();
|
|
2966
3054
|
otherProps.onBlur?.(event);
|
|
2967
3055
|
};
|
|
2968
|
-
return /* @__PURE__ */ (0,
|
|
3056
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2969
3057
|
TextField,
|
|
2970
3058
|
{
|
|
2971
3059
|
ref: mergeRefs([localRef, ref]),
|
|
@@ -2996,23 +3084,23 @@ var init_DateField2 = __esm({
|
|
|
2996
3084
|
});
|
|
2997
3085
|
|
|
2998
3086
|
// src/components/Drawer/Content.tsx
|
|
2999
|
-
var
|
|
3087
|
+
var import_jsx_runtime29, Content;
|
|
3000
3088
|
var init_Content = __esm({
|
|
3001
3089
|
"src/components/Drawer/Content.tsx"() {
|
|
3002
3090
|
"use strict";
|
|
3003
|
-
|
|
3004
|
-
Content = ({ ref, children, ...otherProps }) => /* @__PURE__ */ (0,
|
|
3091
|
+
import_jsx_runtime29 = require("react/jsx-runtime");
|
|
3092
|
+
Content = ({ ref, children, ...otherProps }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { ref, ...otherProps, className: "mobius-drawer__content", children });
|
|
3005
3093
|
Content.displayName = "Content";
|
|
3006
3094
|
}
|
|
3007
3095
|
});
|
|
3008
3096
|
|
|
3009
3097
|
// src/components/Drawer/DrawerContext.tsx
|
|
3010
|
-
var
|
|
3098
|
+
var import_react21, DrawerContext;
|
|
3011
3099
|
var init_DrawerContext = __esm({
|
|
3012
3100
|
"src/components/Drawer/DrawerContext.tsx"() {
|
|
3013
3101
|
"use strict";
|
|
3014
|
-
|
|
3015
|
-
DrawerContext = (0,
|
|
3102
|
+
import_react21 = require("react");
|
|
3103
|
+
DrawerContext = (0, import_react21.createContext)({
|
|
3016
3104
|
onClose: () => {
|
|
3017
3105
|
},
|
|
3018
3106
|
closeLabel: void 0,
|
|
@@ -3022,19 +3110,19 @@ var init_DrawerContext = __esm({
|
|
|
3022
3110
|
});
|
|
3023
3111
|
|
|
3024
3112
|
// src/components/Drawer/Drawer.tsx
|
|
3025
|
-
var
|
|
3113
|
+
var import_dedupe25, import_react22, import_Drawer, import_jsx_runtime30, TRANSITION_CSS_VARIABLE, Drawer;
|
|
3026
3114
|
var init_Drawer = __esm({
|
|
3027
3115
|
"src/components/Drawer/Drawer.tsx"() {
|
|
3028
3116
|
"use strict";
|
|
3029
3117
|
"use client";
|
|
3030
|
-
|
|
3031
|
-
|
|
3118
|
+
import_dedupe25 = __toESM(require("classnames/dedupe"));
|
|
3119
|
+
import_react22 = require("react");
|
|
3032
3120
|
init_hooks();
|
|
3033
3121
|
init_utils();
|
|
3034
3122
|
init_VisuallyHidden2();
|
|
3035
3123
|
init_DrawerContext();
|
|
3036
3124
|
import_Drawer = require("@simplybusiness/mobius/src/components/Drawer/Drawer.css");
|
|
3037
|
-
|
|
3125
|
+
import_jsx_runtime30 = require("react/jsx-runtime");
|
|
3038
3126
|
TRANSITION_CSS_VARIABLE = "--drawer-transition-duration";
|
|
3039
3127
|
Drawer = ({ ref, ...props }) => {
|
|
3040
3128
|
const {
|
|
@@ -3047,8 +3135,8 @@ var init_Drawer = __esm({
|
|
|
3047
3135
|
onClose,
|
|
3048
3136
|
children
|
|
3049
3137
|
} = props;
|
|
3050
|
-
const dialogRef = (0,
|
|
3051
|
-
const [shouldTransition, setShouldTransition] = (0,
|
|
3138
|
+
const dialogRef = (0, import_react22.useRef)(null);
|
|
3139
|
+
const [shouldTransition, setShouldTransition] = (0, import_react22.useState)(false);
|
|
3052
3140
|
const { close } = useDialog({
|
|
3053
3141
|
ref: dialogRef,
|
|
3054
3142
|
isOpen,
|
|
@@ -3059,9 +3147,9 @@ var init_Drawer = __esm({
|
|
|
3059
3147
|
CSSVariable: TRANSITION_CSS_VARIABLE
|
|
3060
3148
|
}
|
|
3061
3149
|
});
|
|
3062
|
-
const hiddenId = `dialog-screen-reader-announce-${(0,
|
|
3063
|
-
const headerId = `dialog-header-${(0,
|
|
3064
|
-
const dialogClasses = (0,
|
|
3150
|
+
const hiddenId = `dialog-screen-reader-announce-${(0, import_react22.useId)()}`;
|
|
3151
|
+
const headerId = `dialog-header-${(0, import_react22.useId)()}`;
|
|
3152
|
+
const dialogClasses = (0, import_dedupe25.default)(
|
|
3065
3153
|
"mobius",
|
|
3066
3154
|
"mobius-drawer",
|
|
3067
3155
|
`--${direction}`,
|
|
@@ -3070,10 +3158,10 @@ var init_Drawer = __esm({
|
|
|
3070
3158
|
"--should-transition": shouldTransition
|
|
3071
3159
|
}
|
|
3072
3160
|
);
|
|
3073
|
-
(0,
|
|
3161
|
+
(0, import_react22.useEffect)(() => {
|
|
3074
3162
|
setShouldTransition(supportsDialog());
|
|
3075
3163
|
}, []);
|
|
3076
|
-
const contextValue = (0,
|
|
3164
|
+
const contextValue = (0, import_react22.useMemo)(
|
|
3077
3165
|
() => ({
|
|
3078
3166
|
onClose: close,
|
|
3079
3167
|
closeLabel,
|
|
@@ -3081,18 +3169,18 @@ var init_Drawer = __esm({
|
|
|
3081
3169
|
}),
|
|
3082
3170
|
[close, closeLabel, headerId]
|
|
3083
3171
|
);
|
|
3084
|
-
return /* @__PURE__ */ (0,
|
|
3172
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
3085
3173
|
"dialog",
|
|
3086
3174
|
{
|
|
3087
|
-
id: (0,
|
|
3175
|
+
id: (0, import_react22.useId)(),
|
|
3088
3176
|
ref: mergeRefs([dialogRef, ref]),
|
|
3089
3177
|
onCancel: close,
|
|
3090
3178
|
className: dialogClasses,
|
|
3091
3179
|
"aria-describedby": hiddenId,
|
|
3092
3180
|
"aria-labelledby": headerId,
|
|
3093
3181
|
children: [
|
|
3094
|
-
/* @__PURE__ */ (0,
|
|
3095
|
-
/* @__PURE__ */ (0,
|
|
3182
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(VisuallyHidden, { children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { id: hiddenId, children: announce }) }),
|
|
3183
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(DrawerContext.Provider, { value: contextValue, children })
|
|
3096
3184
|
]
|
|
3097
3185
|
}
|
|
3098
3186
|
);
|
|
@@ -3102,21 +3190,21 @@ var init_Drawer = __esm({
|
|
|
3102
3190
|
});
|
|
3103
3191
|
|
|
3104
3192
|
// src/components/Drawer/useDrawer.ts
|
|
3105
|
-
var
|
|
3193
|
+
var import_react23, useDrawer;
|
|
3106
3194
|
var init_useDrawer = __esm({
|
|
3107
3195
|
"src/components/Drawer/useDrawer.ts"() {
|
|
3108
3196
|
"use strict";
|
|
3109
|
-
|
|
3197
|
+
import_react23 = require("react");
|
|
3110
3198
|
init_DrawerContext();
|
|
3111
3199
|
useDrawer = () => {
|
|
3112
|
-
const { onClose, closeLabel, headerId } = (0,
|
|
3200
|
+
const { onClose, closeLabel, headerId } = (0, import_react23.useContext)(DrawerContext);
|
|
3113
3201
|
return { onClose, closeLabel, headerId };
|
|
3114
3202
|
};
|
|
3115
3203
|
}
|
|
3116
3204
|
});
|
|
3117
3205
|
|
|
3118
3206
|
// src/components/Drawer/Header.tsx
|
|
3119
|
-
var import_icons8,
|
|
3207
|
+
var import_icons8, import_jsx_runtime31, Header;
|
|
3120
3208
|
var init_Header = __esm({
|
|
3121
3209
|
"src/components/Drawer/Header.tsx"() {
|
|
3122
3210
|
"use strict";
|
|
@@ -3124,12 +3212,12 @@ var init_Header = __esm({
|
|
|
3124
3212
|
init_Button2();
|
|
3125
3213
|
init_Icon2();
|
|
3126
3214
|
init_useDrawer();
|
|
3127
|
-
|
|
3215
|
+
import_jsx_runtime31 = require("react/jsx-runtime");
|
|
3128
3216
|
Header = ({ ref, children, ...otherProps }) => {
|
|
3129
3217
|
const { onClose, closeLabel, headerId } = useDrawer();
|
|
3130
|
-
return /* @__PURE__ */ (0,
|
|
3131
|
-
/* @__PURE__ */ (0,
|
|
3132
|
-
/* @__PURE__ */ (0,
|
|
3218
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("header", { ref, ...otherProps, className: "mobius-drawer__header", children: [
|
|
3219
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("h2", { id: headerId, children }),
|
|
3220
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
3133
3221
|
Button,
|
|
3134
3222
|
{
|
|
3135
3223
|
"aria-label": "Close",
|
|
@@ -3138,7 +3226,7 @@ var init_Header = __esm({
|
|
|
3138
3226
|
className: "mobius-drawer__close",
|
|
3139
3227
|
size: "sm",
|
|
3140
3228
|
children: [
|
|
3141
|
-
/* @__PURE__ */ (0,
|
|
3229
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: import_icons8.cross }),
|
|
3142
3230
|
" ",
|
|
3143
3231
|
closeLabel
|
|
3144
3232
|
]
|
|
@@ -3167,17 +3255,17 @@ var init_Drawer2 = __esm({
|
|
|
3167
3255
|
});
|
|
3168
3256
|
|
|
3169
3257
|
// src/components/DropdownMenu/DropdownMenu.tsx
|
|
3170
|
-
var
|
|
3258
|
+
var import_react24, import_react_accessible_dropdown_menu_hook, import_dedupe26, import_DropdownMenu, import_jsx_runtime32, DropdownMenu;
|
|
3171
3259
|
var init_DropdownMenu = __esm({
|
|
3172
3260
|
"src/components/DropdownMenu/DropdownMenu.tsx"() {
|
|
3173
3261
|
"use strict";
|
|
3174
3262
|
"use client";
|
|
3175
|
-
|
|
3263
|
+
import_react24 = require("react");
|
|
3176
3264
|
import_react_accessible_dropdown_menu_hook = __toESM(require("react-accessible-dropdown-menu-hook"));
|
|
3177
|
-
|
|
3265
|
+
import_dedupe26 = __toESM(require("classnames/dedupe"));
|
|
3178
3266
|
init_Button2();
|
|
3179
3267
|
import_DropdownMenu = require("@simplybusiness/mobius/src/components/DropdownMenu/DropdownMenu.css");
|
|
3180
|
-
|
|
3268
|
+
import_jsx_runtime32 = require("react/jsx-runtime");
|
|
3181
3269
|
DropdownMenu = ({ ref, ...props }) => {
|
|
3182
3270
|
const {
|
|
3183
3271
|
elementType: Element = "nav",
|
|
@@ -3186,21 +3274,21 @@ var init_DropdownMenu = __esm({
|
|
|
3186
3274
|
children,
|
|
3187
3275
|
...otherProps
|
|
3188
3276
|
} = props;
|
|
3189
|
-
const [activeId, setActiveId] = (0,
|
|
3190
|
-
const numberOfItems =
|
|
3277
|
+
const [activeId, setActiveId] = (0, import_react24.useState)(null);
|
|
3278
|
+
const numberOfItems = import_react24.Children.count(children);
|
|
3191
3279
|
const {
|
|
3192
3280
|
buttonProps,
|
|
3193
3281
|
itemProps,
|
|
3194
3282
|
isOpen: open,
|
|
3195
3283
|
setIsOpen
|
|
3196
3284
|
} = (0, import_react_accessible_dropdown_menu_hook.default)(numberOfItems);
|
|
3197
|
-
const classes = (0,
|
|
3285
|
+
const classes = (0, import_dedupe26.default)(
|
|
3198
3286
|
"mobius",
|
|
3199
3287
|
"mobius-dropdown-menu",
|
|
3200
3288
|
otherProps.className
|
|
3201
3289
|
);
|
|
3202
|
-
const triggerClasses = (0,
|
|
3203
|
-
const listClasses = (0,
|
|
3290
|
+
const triggerClasses = (0, import_dedupe26.default)("mobius", "mobius-dropdown-menu__trigger");
|
|
3291
|
+
const listClasses = (0, import_dedupe26.default)("mobius", "mobius-dropdown-menu__list", {
|
|
3204
3292
|
"--is-open": open
|
|
3205
3293
|
});
|
|
3206
3294
|
const handleChildClick = ({ onClick }, index) => {
|
|
@@ -3210,16 +3298,16 @@ var init_DropdownMenu = __esm({
|
|
|
3210
3298
|
onClick();
|
|
3211
3299
|
}
|
|
3212
3300
|
};
|
|
3213
|
-
return /* @__PURE__ */ (0,
|
|
3214
|
-
trigger ? (0,
|
|
3301
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(Element, { ref, ...otherProps, className: classes, children: [
|
|
3302
|
+
trigger ? (0, import_react24.cloneElement)(trigger, {
|
|
3215
3303
|
className: triggerClasses,
|
|
3216
3304
|
open,
|
|
3217
3305
|
label,
|
|
3218
3306
|
...buttonProps
|
|
3219
|
-
}) : /* @__PURE__ */ (0,
|
|
3220
|
-
/* @__PURE__ */ (0,
|
|
3221
|
-
if ((0,
|
|
3222
|
-
return (0,
|
|
3307
|
+
}) : /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { className: triggerClasses, ...buttonProps, children: label }),
|
|
3308
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("ul", { className: listClasses, role: "menu", children: import_react24.Children.map(children, (child, index) => {
|
|
3309
|
+
if ((0, import_react24.isValidElement)(child)) {
|
|
3310
|
+
return (0, import_react24.cloneElement)(child, {
|
|
3223
3311
|
onClick: () => handleChildClick(child.props, index),
|
|
3224
3312
|
active: index === activeId,
|
|
3225
3313
|
...itemProps[index]
|
|
@@ -3234,13 +3322,13 @@ var init_DropdownMenu = __esm({
|
|
|
3234
3322
|
});
|
|
3235
3323
|
|
|
3236
3324
|
// src/components/DropdownMenu/Item.tsx
|
|
3237
|
-
var
|
|
3325
|
+
var import_react25, import_dedupe27, import_jsx_runtime33, Item;
|
|
3238
3326
|
var init_Item = __esm({
|
|
3239
3327
|
"src/components/DropdownMenu/Item.tsx"() {
|
|
3240
3328
|
"use strict";
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3329
|
+
import_react25 = require("react");
|
|
3330
|
+
import_dedupe27 = __toESM(require("classnames/dedupe"));
|
|
3331
|
+
import_jsx_runtime33 = require("react/jsx-runtime");
|
|
3244
3332
|
Item = ({ ref, ...props }) => {
|
|
3245
3333
|
const {
|
|
3246
3334
|
elementType: Element = "li",
|
|
@@ -3249,26 +3337,26 @@ var init_Item = __esm({
|
|
|
3249
3337
|
children,
|
|
3250
3338
|
...otherProps
|
|
3251
3339
|
} = props;
|
|
3252
|
-
const classes = (0,
|
|
3340
|
+
const classes = (0, import_dedupe27.default)(
|
|
3253
3341
|
"mobius",
|
|
3254
3342
|
"mobius-dropdown-menu__item",
|
|
3255
3343
|
{ "--is-active": active },
|
|
3256
3344
|
otherProps.className
|
|
3257
3345
|
);
|
|
3258
|
-
return /* @__PURE__ */ (0,
|
|
3259
|
-
if ((0,
|
|
3260
|
-
const childClasses = (0,
|
|
3346
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Element, { ref, onClick, ...otherProps, children: import_react25.Children.map(children, (child) => {
|
|
3347
|
+
if ((0, import_react25.isValidElement)(child)) {
|
|
3348
|
+
const childClasses = (0, import_dedupe27.default)(
|
|
3261
3349
|
child.props.className,
|
|
3262
3350
|
classes
|
|
3263
3351
|
);
|
|
3264
|
-
return (0,
|
|
3352
|
+
return (0, import_react25.cloneElement)(
|
|
3265
3353
|
child,
|
|
3266
3354
|
{
|
|
3267
3355
|
className: childClasses
|
|
3268
3356
|
}
|
|
3269
3357
|
);
|
|
3270
3358
|
}
|
|
3271
|
-
return /* @__PURE__ */ (0,
|
|
3359
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classes, children: child });
|
|
3272
3360
|
}) });
|
|
3273
3361
|
};
|
|
3274
3362
|
Item.displayName = "DropdownMenu.Item";
|
|
@@ -3293,23 +3381,23 @@ var init_DropdownMenu2 = __esm({
|
|
|
3293
3381
|
});
|
|
3294
3382
|
|
|
3295
3383
|
// src/components/Fieldset/Fieldset.tsx
|
|
3296
|
-
var
|
|
3384
|
+
var import_dedupe28, import_react26, import_Fieldset, import_jsx_runtime34, useFieldset, Fieldset;
|
|
3297
3385
|
var init_Fieldset = __esm({
|
|
3298
3386
|
"src/components/Fieldset/Fieldset.tsx"() {
|
|
3299
3387
|
"use strict";
|
|
3300
3388
|
"use client";
|
|
3301
|
-
|
|
3302
|
-
|
|
3389
|
+
import_dedupe28 = __toESM(require("classnames/dedupe"));
|
|
3390
|
+
import_react26 = require("react");
|
|
3303
3391
|
init_Flex2();
|
|
3304
3392
|
import_Fieldset = require("@simplybusiness/mobius/src/components/Fieldset/Fieldset.css");
|
|
3305
|
-
|
|
3393
|
+
import_jsx_runtime34 = require("react/jsx-runtime");
|
|
3306
3394
|
useFieldset = (props) => {
|
|
3307
3395
|
const { legend } = props;
|
|
3308
3396
|
let legendProps = {};
|
|
3309
3397
|
let containerProps = {
|
|
3310
3398
|
role: "group"
|
|
3311
3399
|
};
|
|
3312
|
-
const legendId = (0,
|
|
3400
|
+
const legendId = (0, import_react26.useId)();
|
|
3313
3401
|
if (legend) {
|
|
3314
3402
|
legendProps = {
|
|
3315
3403
|
...legendProps,
|
|
@@ -3329,14 +3417,14 @@ var init_Fieldset = __esm({
|
|
|
3329
3417
|
const {
|
|
3330
3418
|
children,
|
|
3331
3419
|
legend,
|
|
3332
|
-
legendComponent = /* @__PURE__ */ (0,
|
|
3420
|
+
legendComponent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("legend", {}),
|
|
3333
3421
|
...otherProps
|
|
3334
3422
|
} = props;
|
|
3335
3423
|
const { legendProps, containerProps } = useFieldset(props);
|
|
3336
|
-
const classes = (0,
|
|
3424
|
+
const classes = (0, import_dedupe28.default)("mobius", "mobius-fieldset", props.className);
|
|
3337
3425
|
legendProps.className = "mobius-fieldset__legend";
|
|
3338
|
-
return /* @__PURE__ */ (0,
|
|
3339
|
-
legend && (0,
|
|
3426
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(Flex, { ...containerProps, ...otherProps, className: classes, children: [
|
|
3427
|
+
legend && (0, import_react26.cloneElement)(legendComponent, { ...legendProps }, [legend]),
|
|
3340
3428
|
children
|
|
3341
3429
|
] });
|
|
3342
3430
|
};
|
|
@@ -3353,13 +3441,13 @@ var init_Fieldset2 = __esm({
|
|
|
3353
3441
|
});
|
|
3354
3442
|
|
|
3355
3443
|
// src/components/Grid/Grid.tsx
|
|
3356
|
-
var
|
|
3444
|
+
var import_dedupe29, import_jsx_runtime35, Grid;
|
|
3357
3445
|
var init_Grid = __esm({
|
|
3358
3446
|
"src/components/Grid/Grid.tsx"() {
|
|
3359
3447
|
"use strict";
|
|
3360
|
-
|
|
3448
|
+
import_dedupe29 = __toESM(require("classnames/dedupe"));
|
|
3361
3449
|
init_utils();
|
|
3362
|
-
|
|
3450
|
+
import_jsx_runtime35 = require("react/jsx-runtime");
|
|
3363
3451
|
Grid = ({ ref: _ref, ...props }) => {
|
|
3364
3452
|
const {
|
|
3365
3453
|
columns = 12,
|
|
@@ -3374,7 +3462,7 @@ var init_Grid = __esm({
|
|
|
3374
3462
|
style,
|
|
3375
3463
|
...rest
|
|
3376
3464
|
} = props;
|
|
3377
|
-
const classes = (0,
|
|
3465
|
+
const classes = (0, import_dedupe29.default)("mobius", "mobius-grid", className);
|
|
3378
3466
|
const styles = filterUndefinedProps({
|
|
3379
3467
|
boxSizing: "border-box",
|
|
3380
3468
|
display: "grid",
|
|
@@ -3388,22 +3476,22 @@ var init_Grid = __esm({
|
|
|
3388
3476
|
justifyItems,
|
|
3389
3477
|
...style
|
|
3390
3478
|
});
|
|
3391
|
-
return /* @__PURE__ */ (0,
|
|
3479
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { style: styles, className: classes, ...rest });
|
|
3392
3480
|
};
|
|
3393
3481
|
Grid.displayName = "Grid";
|
|
3394
3482
|
}
|
|
3395
3483
|
});
|
|
3396
3484
|
|
|
3397
3485
|
// src/components/Grid/Item.tsx
|
|
3398
|
-
var
|
|
3486
|
+
var import_react27, import_dedupe30, import_jsx_runtime36, getBreakpointMap, DEFAULT_SPAN, GridItem;
|
|
3399
3487
|
var init_Item2 = __esm({
|
|
3400
3488
|
"src/components/Grid/Item.tsx"() {
|
|
3401
3489
|
"use strict";
|
|
3402
3490
|
"use client";
|
|
3403
|
-
|
|
3404
|
-
|
|
3491
|
+
import_react27 = require("react");
|
|
3492
|
+
import_dedupe30 = __toESM(require("classnames/dedupe"));
|
|
3405
3493
|
init_hooks();
|
|
3406
|
-
|
|
3494
|
+
import_jsx_runtime36 = require("react/jsx-runtime");
|
|
3407
3495
|
getBreakpointMap = (config) => Object.entries(config).reduce(
|
|
3408
3496
|
(prev, [key, value]) => {
|
|
3409
3497
|
const previous = Object.values(prev);
|
|
@@ -3438,9 +3526,9 @@ var init_Item2 = __esm({
|
|
|
3438
3526
|
xl,
|
|
3439
3527
|
xxl
|
|
3440
3528
|
});
|
|
3441
|
-
const [responsiveSpan, setResponsiveSpan] = (0,
|
|
3442
|
-
const classes = (0,
|
|
3443
|
-
(0,
|
|
3529
|
+
const [responsiveSpan, setResponsiveSpan] = (0, import_react27.useState)();
|
|
3530
|
+
const classes = (0, import_dedupe30.default)("mobius-grid__item", className);
|
|
3531
|
+
(0, import_react27.useEffect)(() => {
|
|
3444
3532
|
setResponsiveSpan(breakpointMap[breakpointSize]);
|
|
3445
3533
|
}, [breakpointSize, breakpointMap]);
|
|
3446
3534
|
const styles = {
|
|
@@ -3448,7 +3536,7 @@ var init_Item2 = __esm({
|
|
|
3448
3536
|
alignSelf,
|
|
3449
3537
|
justifySelf
|
|
3450
3538
|
};
|
|
3451
|
-
return /* @__PURE__ */ (0,
|
|
3539
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { style: { ...styles }, className: classes, ...rest });
|
|
3452
3540
|
};
|
|
3453
3541
|
GridItem.displayName = "GridItem";
|
|
3454
3542
|
}
|
|
@@ -3469,20 +3557,20 @@ var init_Grid2 = __esm({
|
|
|
3469
3557
|
});
|
|
3470
3558
|
|
|
3471
3559
|
// src/components/Image/Image.tsx
|
|
3472
|
-
var
|
|
3560
|
+
var import_dedupe31, import_jsx_runtime37, Image;
|
|
3473
3561
|
var init_Image = __esm({
|
|
3474
3562
|
"src/components/Image/Image.tsx"() {
|
|
3475
3563
|
"use strict";
|
|
3476
|
-
|
|
3477
|
-
|
|
3564
|
+
import_dedupe31 = __toESM(require("classnames/dedupe"));
|
|
3565
|
+
import_jsx_runtime37 = require("react/jsx-runtime");
|
|
3478
3566
|
Image = ({
|
|
3479
3567
|
ref,
|
|
3480
3568
|
alt,
|
|
3481
3569
|
elementType: Component = "img",
|
|
3482
3570
|
...otherProps
|
|
3483
3571
|
}) => {
|
|
3484
|
-
const classes = (0,
|
|
3485
|
-
return /* @__PURE__ */ (0,
|
|
3572
|
+
const classes = (0, import_dedupe31.default)("mobius", "mobius-image", otherProps.className);
|
|
3573
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Component, { alt, ref, ...otherProps, className: classes });
|
|
3486
3574
|
};
|
|
3487
3575
|
Image.displayName = "Image";
|
|
3488
3576
|
}
|
|
@@ -3497,13 +3585,13 @@ var init_Image2 = __esm({
|
|
|
3497
3585
|
});
|
|
3498
3586
|
|
|
3499
3587
|
// src/components/Link/Link.tsx
|
|
3500
|
-
var
|
|
3588
|
+
var import_dedupe32, import_Link, import_jsx_runtime38, Link;
|
|
3501
3589
|
var init_Link = __esm({
|
|
3502
3590
|
"src/components/Link/Link.tsx"() {
|
|
3503
3591
|
"use strict";
|
|
3504
|
-
|
|
3592
|
+
import_dedupe32 = __toESM(require("classnames/dedupe"));
|
|
3505
3593
|
import_Link = require("@simplybusiness/mobius/src/components/Link/Link.css");
|
|
3506
|
-
|
|
3594
|
+
import_jsx_runtime38 = require("react/jsx-runtime");
|
|
3507
3595
|
Link = ({ ref, ...props }) => {
|
|
3508
3596
|
const {
|
|
3509
3597
|
isDisabled = false,
|
|
@@ -3517,7 +3605,7 @@ var init_Link = __esm({
|
|
|
3517
3605
|
pointerEvents: "none"
|
|
3518
3606
|
};
|
|
3519
3607
|
const styles = { ...style, ...isDisabled && disabledStyles };
|
|
3520
|
-
const classes = (0,
|
|
3608
|
+
const classes = (0, import_dedupe32.default)(
|
|
3521
3609
|
"mobius",
|
|
3522
3610
|
"mobius-link",
|
|
3523
3611
|
className,
|
|
@@ -3526,7 +3614,7 @@ var init_Link = __esm({
|
|
|
3526
3614
|
"--is-disabled": isDisabled
|
|
3527
3615
|
}
|
|
3528
3616
|
);
|
|
3529
|
-
return /* @__PURE__ */ (0,
|
|
3617
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
3530
3618
|
Component,
|
|
3531
3619
|
{
|
|
3532
3620
|
ref,
|
|
@@ -3551,12 +3639,12 @@ var init_Link2 = __esm({
|
|
|
3551
3639
|
});
|
|
3552
3640
|
|
|
3553
3641
|
// src/components/LinkButton/LinkButton.tsx
|
|
3554
|
-
var
|
|
3642
|
+
var import_dedupe33, import_jsx_runtime39;
|
|
3555
3643
|
var init_LinkButton = __esm({
|
|
3556
3644
|
"src/components/LinkButton/LinkButton.tsx"() {
|
|
3557
3645
|
"use strict";
|
|
3558
|
-
|
|
3559
|
-
|
|
3646
|
+
import_dedupe33 = __toESM(require("classnames/dedupe"));
|
|
3647
|
+
import_jsx_runtime39 = require("react/jsx-runtime");
|
|
3560
3648
|
}
|
|
3561
3649
|
});
|
|
3562
3650
|
|
|
@@ -3569,14 +3657,14 @@ var init_LinkButton2 = __esm({
|
|
|
3569
3657
|
});
|
|
3570
3658
|
|
|
3571
3659
|
// src/components/List/List.tsx
|
|
3572
|
-
var
|
|
3660
|
+
var import_react28, import_dedupe34, import_List, import_jsx_runtime40, List;
|
|
3573
3661
|
var init_List = __esm({
|
|
3574
3662
|
"src/components/List/List.tsx"() {
|
|
3575
3663
|
"use strict";
|
|
3576
|
-
|
|
3577
|
-
|
|
3664
|
+
import_react28 = require("react");
|
|
3665
|
+
import_dedupe34 = __toESM(require("classnames/dedupe"));
|
|
3578
3666
|
import_List = require("@simplybusiness/mobius/src/components/List/List.css");
|
|
3579
|
-
|
|
3667
|
+
import_jsx_runtime40 = require("react/jsx-runtime");
|
|
3580
3668
|
List = ({ ref, ...props }) => {
|
|
3581
3669
|
const Component = props.isOrdered ? "ol" : "ul";
|
|
3582
3670
|
const { children, icon, ...otherProps } = props;
|
|
@@ -3585,7 +3673,7 @@ var init_List = __esm({
|
|
|
3585
3673
|
...restProps,
|
|
3586
3674
|
reversed: isReversed
|
|
3587
3675
|
};
|
|
3588
|
-
const classes = (0,
|
|
3676
|
+
const classes = (0, import_dedupe34.default)(
|
|
3589
3677
|
"mobius",
|
|
3590
3678
|
"mobius-list",
|
|
3591
3679
|
{
|
|
@@ -3594,9 +3682,9 @@ var init_List = __esm({
|
|
|
3594
3682
|
},
|
|
3595
3683
|
otherProps.className
|
|
3596
3684
|
);
|
|
3597
|
-
return /* @__PURE__ */ (0,
|
|
3598
|
-
if ((0,
|
|
3599
|
-
return (0,
|
|
3685
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Component, { ref, ...mappedProps, className: classes, children: import_react28.Children.map(children, (child) => {
|
|
3686
|
+
if ((0, import_react28.isValidElement)(child)) {
|
|
3687
|
+
return (0, import_react28.cloneElement)(child, {
|
|
3600
3688
|
parentIcon: icon
|
|
3601
3689
|
});
|
|
3602
3690
|
}
|
|
@@ -3608,16 +3696,16 @@ var init_List = __esm({
|
|
|
3608
3696
|
});
|
|
3609
3697
|
|
|
3610
3698
|
// src/components/List/ListItem.tsx
|
|
3611
|
-
var
|
|
3699
|
+
var import_dedupe35, import_jsx_runtime41, ListItem;
|
|
3612
3700
|
var init_ListItem = __esm({
|
|
3613
3701
|
"src/components/List/ListItem.tsx"() {
|
|
3614
3702
|
"use strict";
|
|
3615
|
-
|
|
3616
|
-
|
|
3703
|
+
import_dedupe35 = __toESM(require("classnames/dedupe"));
|
|
3704
|
+
import_jsx_runtime41 = require("react/jsx-runtime");
|
|
3617
3705
|
ListItem = ({ ref, ...props }) => {
|
|
3618
3706
|
const { parentIcon, icon, children, ...otherProps } = props;
|
|
3619
3707
|
const iconContent = icon || parentIcon;
|
|
3620
|
-
const classes = (0,
|
|
3708
|
+
const classes = (0, import_dedupe35.default)(
|
|
3621
3709
|
"mobius",
|
|
3622
3710
|
"mobius-list__item",
|
|
3623
3711
|
{
|
|
@@ -3625,15 +3713,15 @@ var init_ListItem = __esm({
|
|
|
3625
3713
|
},
|
|
3626
3714
|
props.className
|
|
3627
3715
|
);
|
|
3628
|
-
const contentClasses = (0,
|
|
3629
|
-
const iconClasses = (0,
|
|
3716
|
+
const contentClasses = (0, import_dedupe35.default)("mobius", "mobius-list__item-content");
|
|
3717
|
+
const iconClasses = (0, import_dedupe35.default)("mobius", "mobius-list__icon");
|
|
3630
3718
|
if (iconContent) {
|
|
3631
|
-
return /* @__PURE__ */ (0,
|
|
3632
|
-
/* @__PURE__ */ (0,
|
|
3719
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { ref, ...otherProps, className: classes, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("span", { className: contentClasses, children: [
|
|
3720
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: iconClasses, children: iconContent }),
|
|
3633
3721
|
children
|
|
3634
3722
|
] }) });
|
|
3635
3723
|
}
|
|
3636
|
-
return /* @__PURE__ */ (0,
|
|
3724
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { ref, ...otherProps, className: classes, children });
|
|
3637
3725
|
};
|
|
3638
3726
|
ListItem.displayName = "ListItem";
|
|
3639
3727
|
}
|
|
@@ -3649,23 +3737,23 @@ var init_List2 = __esm({
|
|
|
3649
3737
|
});
|
|
3650
3738
|
|
|
3651
3739
|
// src/components/LoadingIndicator/LoadingIndicator.tsx
|
|
3652
|
-
var
|
|
3740
|
+
var import_dedupe36, import_icons9, import_LoadingIndicator, import_jsx_runtime42, LoadingIndicator;
|
|
3653
3741
|
var init_LoadingIndicator = __esm({
|
|
3654
3742
|
"src/components/LoadingIndicator/LoadingIndicator.tsx"() {
|
|
3655
3743
|
"use strict";
|
|
3656
|
-
|
|
3744
|
+
import_dedupe36 = __toESM(require("classnames/dedupe"));
|
|
3657
3745
|
import_icons9 = require("@simplybusiness/icons");
|
|
3658
3746
|
init_Icon2();
|
|
3659
3747
|
import_LoadingIndicator = require("@simplybusiness/mobius/src/components/LoadingIndicator/LoadingIndicator.css");
|
|
3660
|
-
|
|
3748
|
+
import_jsx_runtime42 = require("react/jsx-runtime");
|
|
3661
3749
|
LoadingIndicator = ({ ref, ...props }) => {
|
|
3662
3750
|
const { icon = import_icons9.loading, ...otherProps } = props;
|
|
3663
|
-
const classes = (0,
|
|
3751
|
+
const classes = (0, import_dedupe36.default)(
|
|
3664
3752
|
"mobius",
|
|
3665
3753
|
"mobius-loading-indicator",
|
|
3666
3754
|
otherProps.className
|
|
3667
3755
|
);
|
|
3668
|
-
return /* @__PURE__ */ (0,
|
|
3756
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon, spin: true, ref, ...otherProps, className: classes });
|
|
3669
3757
|
};
|
|
3670
3758
|
LoadingIndicator.displayName = "LoadingIndicator";
|
|
3671
3759
|
}
|
|
@@ -3680,16 +3768,16 @@ var init_LoadingIndicator2 = __esm({
|
|
|
3680
3768
|
});
|
|
3681
3769
|
|
|
3682
3770
|
// src/components/Logo/Logo.tsx
|
|
3683
|
-
var
|
|
3771
|
+
var import_dedupe37, import_jsx_runtime43, Logo;
|
|
3684
3772
|
var init_Logo = __esm({
|
|
3685
3773
|
"src/components/Logo/Logo.tsx"() {
|
|
3686
3774
|
"use strict";
|
|
3687
|
-
|
|
3688
|
-
|
|
3775
|
+
import_dedupe37 = __toESM(require("classnames/dedupe"));
|
|
3776
|
+
import_jsx_runtime43 = require("react/jsx-runtime");
|
|
3689
3777
|
Logo = ({ ref, ...props }) => {
|
|
3690
3778
|
const { className, width, height, ...otherProps } = props;
|
|
3691
|
-
const classes = (0,
|
|
3692
|
-
return /* @__PURE__ */ (0,
|
|
3779
|
+
const classes = (0, import_dedupe37.default)("mobius", "mobius-logo", className);
|
|
3780
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
3693
3781
|
"svg",
|
|
3694
3782
|
{
|
|
3695
3783
|
width,
|
|
@@ -3699,7 +3787,7 @@ var init_Logo = __esm({
|
|
|
3699
3787
|
viewBox: "0 0 144 37",
|
|
3700
3788
|
...otherProps,
|
|
3701
3789
|
children: [
|
|
3702
|
-
/* @__PURE__ */ (0,
|
|
3790
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
3703
3791
|
"linearGradient",
|
|
3704
3792
|
{
|
|
3705
3793
|
id: "logo-gradient",
|
|
@@ -3708,27 +3796,27 @@ var init_Logo = __esm({
|
|
|
3708
3796
|
y1: "76.042%",
|
|
3709
3797
|
y2: "26.973%",
|
|
3710
3798
|
children: [
|
|
3711
|
-
/* @__PURE__ */ (0,
|
|
3712
|
-
/* @__PURE__ */ (0,
|
|
3799
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { stopColor: "#4632D8", offset: "0%" }),
|
|
3800
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { stopColor: "#9084E8", offset: "100%" })
|
|
3713
3801
|
]
|
|
3714
3802
|
}
|
|
3715
3803
|
) }),
|
|
3716
|
-
/* @__PURE__ */ (0,
|
|
3717
|
-
/* @__PURE__ */ (0,
|
|
3804
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
|
|
3805
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
3718
3806
|
"path",
|
|
3719
3807
|
{
|
|
3720
3808
|
fill: "#0E0A2B",
|
|
3721
3809
|
d: "M68.788 11.307c0-2.486-2.027-3.345-3.833-4.1-1.332-.562-2.471-1.036-2.471-2.072 0-.873.77-1.42 1.968-1.42 1.051 0 1.806.444 2.294.725.193.103.474.222.755.133.192-.06.34-.207.459-.444l.34-.621c.266-.474.163-.888-.281-1.2-.533-.384-1.88-1.05-3.537-1.05-2.738 0-4.647 1.643-4.647 4.01 0 2.413 2.012 3.301 3.788 4.07 1.347.593 2.516 1.096 2.516 2.161 0 .873-.754 1.45-1.924 1.45-1.287 0-2.22-.65-2.678-.961l-.03-.015c-.533-.296-.903-.237-1.228.192l-.415.607c-.444.607-.148.992.134 1.228.828.637 2.427 1.392 4.203 1.392 2.708 0 4.587-1.673 4.587-4.085zm4.44 2.975V6.186c0-.577-.31-.888-.873-.888h-.843c-.563 0-.874.311-.874.888v8.096c0 .577.296.888.874.888h.843c.563 0 .873-.311.873-.888zM71.482 4.203h.755c.518 0 .814-.281.814-.8v-.517c0-.518-.296-.814-.814-.814h-.755c-.518 0-.8.281-.8.814v.518c.016.518.297.8.8.8zM92.645 24.48h.755c.518 0 .814-.282.814-.8v-.518c0-.518-.296-.814-.814-.814h-.755c-.518 0-.799.282-.799.814v.518c0 .518.281.8.8.8zm-6.26-19.42c-1.539 0-2.397.962-2.945 1.895-.444-1.243-1.435-1.895-2.871-1.895-1.362 0-2.146.888-2.723 1.806v-.68c0-.578-.311-.889-.873-.889h-.74c-.563 0-.873.311-.873.888v8.096c0 .577.295.888.873.888h.843c.577 0 .873-.311.873-.888V10.73c0-2.25.888-3.271 2.058-3.271 1.006 0 1.198.71 1.198 1.85v4.987c0 .578.311.888.888.888h.844c.577 0 .873-.31.873-.888v-3.551c0-2.25.873-3.271 2.013-3.271 1.036 0 1.243.74 1.243 1.85v4.987c0 .577.31.888.888.888h.814c.577 0 .888-.31.888-.888V8.835c0-2.5-1.095-3.774-3.27-3.774zm10.804 10.33c2.679 0 4.558-2.13 4.558-5.164 0-3.094-1.776-5.166-4.425-5.166-1.761 0-2.708 1.036-3.049 1.51v-.533c0-.459-.34-.755-.873-.755h-.607c-.562 0-.888.326-.888.888v11.9c0 .576.311.887.888.887h.814c.578 0 .888-.31.888-.888v-3.404c0-.207-.014-.4-.014-.532.325.429 1.184 1.258 2.708 1.258zm-2.768-5.105c0-1.362.622-2.975 2.368-2.975 1.377 0 2.309 1.184 2.309 2.945 0 1.746-.947 2.916-2.338 2.916-1.54 0-2.339-1.45-2.339-2.886zm12.965 4.07v-.652c0-.444-.252-.725-.681-.784-.34-.03-.68-.192-.68-1.066v-9.47c0-.563-.326-.888-.874-.888h-.843c-.563 0-.874.31-.874.888v9.679c0 1.258.34 2.16 1.021 2.678.637.489 1.466.533 2.013.533.607 0 .918-.325.918-.917zm9.457-9.073h-.962c-.518 0-.844.237-.977.726l-1.717 4.972c-.089.311-.192.71-.251.977-.074-.281-.193-.71-.296-1.021l-1.835-4.943c-.163-.489-.489-.71-.977-.71h-1.036c-.415 0-.622.162-.71.295-.09.134-.163.385.014.755l3.685 8.57-.34.813c-.252.592-.77 1.229-1.45 1.229-.267 0-.474-.09-.652-.163h-.014c-.43-.104-.755.074-.962.488l-.163.415c-.119.251-.148.517-.06.725.075.192.237.34.474.429.326.118.814.296 1.391.296 1.628 0 2.975-.977 3.597-2.605l3.996-10.226c.103-.296.088-.563-.045-.755-.163-.163-.4-.267-.71-.267zM67.634 28.297c.977-.592 1.54-1.658 1.54-2.886 0-2.176-1.688-3.567-4.293-3.567h-4.04c-.562 0-.873.311-.873.888v11.899c0 .577.296.888.873.888h4.1c1.346 0 2.5-.34 3.33-.962.932-.71 1.42-1.761 1.42-3.049.03-1.524-.784-2.767-2.057-3.211zm-5.017-.962v-3.212h2.25c1.02 0 1.628.592 1.628 1.584 0 .991-.607 1.643-1.57 1.643h-2.308v-.015zm4.396 4.01c0 1.155-.71 1.865-1.865 1.865h-2.53v-3.714h2.53c1.14.014 1.865.74 1.865 1.85zm12.638-5.712h-.814c-.577 0-.888.31-.888.888v3.655c0 2.176-1.361 3.182-2.634 3.182-1.006 0-1.406-.547-1.406-1.88v-4.942c0-.578-.31-.888-.888-.888h-.814c-.562 0-.888.325-.888.888v5.431c0 2.516 1.17 3.774 3.463 3.774a3.937 3.937 0 003.286-1.761v.651c0 .577.296.888.873.888h.74c.577 0 .888-.31.888-.888v-8.095c-.03-.578-.355-.903-.918-.903zm6.956 3.937c-.917-.311-1.702-.592-1.702-1.184 0-.74.77-.859 1.229-.859.784 0 1.406.281 1.805.474.548.237.947.118 1.184-.34l.193-.341c.251-.518.133-.947-.326-1.184-.326-.178-1.288-.71-2.753-.71-2.279 0-3.803 1.213-3.803 3.004 0 2.042 1.731 2.65 3.137 3.138.903.325 1.687.592 1.687 1.169 0 .547-.488.902-1.258.902-.917 0-1.613-.37-2.057-.621l-.059-.03c-.533-.28-.903-.207-1.213.222l-.222.34c-.178.252-.237.504-.178.726.044.207.192.37.4.488a5.774 5.774 0 003.285 1.007c2.235 0 3.789-1.273 3.789-3.079-.03-2.042-1.761-2.649-3.138-3.122zm6.897-3.937h-.844c-.562 0-.873.31-.873.888v8.095c0 .577.296.888.873.888h.844c.577 0 .873-.31.873-.888v-8.095c0-.563-.31-.888-.873-.888zm9.324-.237c-1.924 0-2.93 1.154-3.36 1.806v-.681c0-.577-.31-.888-.873-.888h-.74c-.563 0-.873.31-.873.888v8.095c0 .577.296.888.873.888h.843c.578 0 .874-.31.874-.888v-3.744c0-1.79 1.14-3.078 2.708-3.078 1.021 0 1.436.547 1.436 1.88v4.942c0 .577.31.888.887.888h.814c.578 0 .888-.31.888-.888v-5.431c0-2.516-1.169-3.789-3.477-3.789zm10.448 0c-2.96 0-5.032 2.131-5.032 5.165 0 2.99 2.235 5.165 5.313 5.165 1.48 0 2.635-.533 3.345-.977.444-.266.562-.695.296-1.198l-.222-.385c-.266-.459-.651-.563-1.184-.31h-.015a3.885 3.885 0 01-2.042.606c-1.54 0-2.634-.962-2.812-2.472h5.816a.935.935 0 00.933-.917c.014-2.827-1.717-4.677-4.396-4.677zm-.044 2.013c1.065 0 1.79.77 1.864 1.968h-4.1c.253-1.213 1.096-1.968 2.236-1.968zm10.152 2.16c-.917-.31-1.702-.591-1.702-1.183 0-.74.77-.859 1.229-.859.784 0 1.406.281 1.805.474.548.237.947.118 1.184-.34l.192-.341c.252-.518.134-.947-.325-1.184-.326-.178-1.288-.71-2.753-.71-2.279 0-3.803 1.213-3.803 3.004 0 2.042 1.731 2.65 3.137 3.138.903.325 1.687.592 1.687 1.169 0 .547-.488.902-1.258.902-.917 0-1.613-.37-2.057-.621l-.059-.03c-.533-.28-.903-.207-1.214.222l-.222.34c-.177.252-.236.504-.177.726.044.207.192.37.4.488a5.774 5.774 0 003.285 1.007c2.235 0 3.789-1.273 3.789-3.079-.015-2.042-1.747-2.649-3.138-3.122zm8.791 0c-.917-.31-1.702-.591-1.702-1.183 0-.74.77-.859 1.229-.859.784 0 1.406.281 1.805.474.548.237.947.118 1.184-.34l.192-.341c.252-.518.134-.947-.325-1.184-.326-.178-1.288-.71-2.753-.71-2.279 0-3.803 1.213-3.803 3.004 0 2.042 1.731 2.65 3.137 3.138.903.325 1.687.592 1.687 1.169 0 .547-.488.902-1.258.902-.917 0-1.613-.37-2.057-.621l-.059-.03c-.533-.28-.903-.207-1.214.222l-.222.34c-.177.252-.236.504-.177.726.044.207.192.37.4.488a5.774 5.774 0 003.285 1.007c2.235 0 3.789-1.273 3.789-3.079-.015-2.042-1.747-2.649-3.138-3.122z"
|
|
3722
3810
|
}
|
|
3723
3811
|
),
|
|
3724
|
-
/* @__PURE__ */ (0,
|
|
3812
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
3725
3813
|
"path",
|
|
3726
3814
|
{
|
|
3727
3815
|
fill: "url(#logo-gradient)",
|
|
3728
3816
|
d: "M22.747 22.288c.607 1.214.918 2.59.918 4.144 0 1.45-.267 2.827-.8 4.1a10.018 10.018 0 01-2.279 3.36c-.991.961-2.235 1.73-3.744 2.278-1.51.563-3.167.829-4.988.829-2.264 0-4.35-.385-6.29-1.14-1.938-.77-3.492-1.598-4.676-2.5-.31-.252-.548-.504-.696-.77a1.332 1.332 0 01-.177-.71.718.718 0 010-.252c.03-.37.207-.785.547-1.199l1.14-1.598c.4-.548.829-.844 1.288-.918a.896.896 0 01.222-.03c.4 0 .873.163 1.39.474 2.487 1.776 4.914 2.679 7.252 2.679 1.643 0 2.96-.385 3.922-1.14.962-.755 1.45-1.746 1.45-2.96 0-.725-.192-1.39-.562-1.983a5.347 5.347 0 00-1.539-1.569 18.207 18.207 0 00-2.235-1.287 56.102 56.102 0 00-2.649-1.214c-.917-.4-1.835-.814-2.752-1.258a19.282 19.282 0 01-2.62-1.539 14.014 14.014 0 01-2.22-1.924c-.666-.695-1.169-1.539-1.554-2.545-.37-.992-.562-2.087-.562-3.271 0-2.042.533-3.863 1.598-5.446 1.066-1.584 2.516-2.797 4.336-3.641C8.303.414 10.345 0 12.624 0c1.91 0 3.685.281 5.358.844 1.657.562 2.96 1.198 3.892 1.88.68.473 1.006 1.035 1.006 1.671 0 .385-.118.785-.37 1.2l-.917 1.657c-.385.74-.903 1.11-1.554 1.11-.4 0-.83-.133-1.318-.4a42.421 42.421 0 00-1.687-.947c-.473-.237-1.14-.488-1.998-.71a9.458 9.458 0 00-2.56-.356c-1.672 0-3.004.37-3.981 1.11-.992.74-1.48 1.717-1.48 2.946 0 .902.31 1.701.932 2.412.622.695 1.421 1.302 2.398 1.79.977.489 2.057.977 3.256 1.466a54.048 54.048 0 013.552 1.628 20.795 20.795 0 013.24 2.042c.948.755 1.732 1.732 2.354 2.945zm31.257 2.945c0 3.197-1.155 6.083-3.256 8.14-2.265 2.205-5.506 3.36-9.368 3.36H30.71c-2.443 0-4.278-1.836-4.278-4.278V4.53c0-1.2.43-2.28 1.214-3.064C28.43.681 29.51.252 30.709.252h9.013c3.419 0 6.32 1.095 8.377 3.182 1.909 1.923 2.945 4.558 2.945 7.429 0 2.294-.622 4.203-1.91 5.816 1.377.77 2.487 1.776 3.286 2.99 1.066 1.583 1.584 3.448 1.584 5.564zm-12.106-7.68c.044-.03 4.913-3.02 4.913-6.675 0-1.761-.607-3.345-1.717-4.455-1.568-1.584-3.788-1.924-5.372-1.924H30.68v28h10.7c2.738 0 4.958-.754 6.408-2.16 1.273-1.243 1.983-3.049 1.983-5.106 0-1.272-.296-2.353-.858-3.196v-.03c-1.362-2.353-6.838-3.774-6.897-3.789l-.844-.222.726-.444z"
|
|
3729
3817
|
}
|
|
3730
3818
|
),
|
|
3731
|
-
/* @__PURE__ */ (0,
|
|
3819
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
3732
3820
|
"path",
|
|
3733
3821
|
{
|
|
3734
3822
|
fill: "#0E0A2B",
|
|
@@ -3753,23 +3841,23 @@ var init_Logo2 = __esm({
|
|
|
3753
3841
|
});
|
|
3754
3842
|
|
|
3755
3843
|
// src/components/Modal/Content.tsx
|
|
3756
|
-
var
|
|
3844
|
+
var import_jsx_runtime44, Content2;
|
|
3757
3845
|
var init_Content2 = __esm({
|
|
3758
3846
|
"src/components/Modal/Content.tsx"() {
|
|
3759
3847
|
"use strict";
|
|
3760
|
-
|
|
3761
|
-
Content2 = ({ ref, children, ...otherProps }) => /* @__PURE__ */ (0,
|
|
3848
|
+
import_jsx_runtime44 = require("react/jsx-runtime");
|
|
3849
|
+
Content2 = ({ ref, children, ...otherProps }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { ref, ...otherProps, className: "mobius-modal__content", children });
|
|
3762
3850
|
Content2.displayName = "Content";
|
|
3763
3851
|
}
|
|
3764
3852
|
});
|
|
3765
3853
|
|
|
3766
3854
|
// src/components/Modal/ModalContext.tsx
|
|
3767
|
-
var
|
|
3855
|
+
var import_react29, ModalContext;
|
|
3768
3856
|
var init_ModalContext = __esm({
|
|
3769
3857
|
"src/components/Modal/ModalContext.tsx"() {
|
|
3770
3858
|
"use strict";
|
|
3771
|
-
|
|
3772
|
-
ModalContext = (0,
|
|
3859
|
+
import_react29 = require("react");
|
|
3860
|
+
ModalContext = (0, import_react29.createContext)({
|
|
3773
3861
|
onClose: () => {
|
|
3774
3862
|
},
|
|
3775
3863
|
closeLabel: void 0
|
|
@@ -3778,21 +3866,21 @@ var init_ModalContext = __esm({
|
|
|
3778
3866
|
});
|
|
3779
3867
|
|
|
3780
3868
|
// src/components/Modal/useModal.ts
|
|
3781
|
-
var
|
|
3869
|
+
var import_react30, useModal;
|
|
3782
3870
|
var init_useModal = __esm({
|
|
3783
3871
|
"src/components/Modal/useModal.ts"() {
|
|
3784
3872
|
"use strict";
|
|
3785
|
-
|
|
3873
|
+
import_react30 = require("react");
|
|
3786
3874
|
init_ModalContext();
|
|
3787
3875
|
useModal = () => {
|
|
3788
|
-
const { onClose, closeLabel } = (0,
|
|
3876
|
+
const { onClose, closeLabel } = (0, import_react30.useContext)(ModalContext);
|
|
3789
3877
|
return { onClose, closeLabel };
|
|
3790
3878
|
};
|
|
3791
3879
|
}
|
|
3792
3880
|
});
|
|
3793
3881
|
|
|
3794
3882
|
// src/components/Modal/Header.tsx
|
|
3795
|
-
var import_icons10,
|
|
3883
|
+
var import_icons10, import_jsx_runtime45, Header2;
|
|
3796
3884
|
var init_Header2 = __esm({
|
|
3797
3885
|
"src/components/Modal/Header.tsx"() {
|
|
3798
3886
|
"use strict";
|
|
@@ -3800,12 +3888,12 @@ var init_Header2 = __esm({
|
|
|
3800
3888
|
init_Button2();
|
|
3801
3889
|
init_Icon2();
|
|
3802
3890
|
init_useModal();
|
|
3803
|
-
|
|
3891
|
+
import_jsx_runtime45 = require("react/jsx-runtime");
|
|
3804
3892
|
Header2 = ({ ref, children, ...otherProps }) => {
|
|
3805
3893
|
const { onClose, closeLabel } = useModal();
|
|
3806
|
-
return /* @__PURE__ */ (0,
|
|
3894
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("header", { ref, ...otherProps, className: "mobius-modal__header", children: [
|
|
3807
3895
|
children,
|
|
3808
|
-
/* @__PURE__ */ (0,
|
|
3896
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
3809
3897
|
Button,
|
|
3810
3898
|
{
|
|
3811
3899
|
"aria-label": "Close",
|
|
@@ -3813,7 +3901,7 @@ var init_Header2 = __esm({
|
|
|
3813
3901
|
onPress: onClose,
|
|
3814
3902
|
className: "mobius-modal__close",
|
|
3815
3903
|
children: [
|
|
3816
|
-
/* @__PURE__ */ (0,
|
|
3904
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { icon: import_icons10.cross }),
|
|
3817
3905
|
" ",
|
|
3818
3906
|
closeLabel
|
|
3819
3907
|
]
|
|
@@ -3826,19 +3914,19 @@ var init_Header2 = __esm({
|
|
|
3826
3914
|
});
|
|
3827
3915
|
|
|
3828
3916
|
// src/components/Modal/Modal.tsx
|
|
3829
|
-
var
|
|
3917
|
+
var import_dedupe38, import_react31, import_Modal, import_jsx_runtime46, TRANSITION_CSS_VARIABLE2, Modal;
|
|
3830
3918
|
var init_Modal = __esm({
|
|
3831
3919
|
"src/components/Modal/Modal.tsx"() {
|
|
3832
3920
|
"use strict";
|
|
3833
3921
|
"use client";
|
|
3834
|
-
|
|
3835
|
-
|
|
3922
|
+
import_dedupe38 = __toESM(require("classnames/dedupe"));
|
|
3923
|
+
import_react31 = require("react");
|
|
3836
3924
|
init_hooks();
|
|
3837
3925
|
init_utils();
|
|
3838
3926
|
init_polyfill_tests();
|
|
3839
3927
|
init_ModalContext();
|
|
3840
3928
|
import_Modal = require("@simplybusiness/mobius/src/components/Modal/Modal.css");
|
|
3841
|
-
|
|
3929
|
+
import_jsx_runtime46 = require("react/jsx-runtime");
|
|
3842
3930
|
TRANSITION_CSS_VARIABLE2 = "--modal-transition-duration";
|
|
3843
3931
|
Modal = ({ ref, ...props }) => {
|
|
3844
3932
|
const {
|
|
@@ -3852,11 +3940,11 @@ var init_Modal = __esm({
|
|
|
3852
3940
|
animation,
|
|
3853
3941
|
...rest
|
|
3854
3942
|
} = props;
|
|
3855
|
-
const [shouldTransition, setShouldTransition] = (0,
|
|
3856
|
-
(0,
|
|
3943
|
+
const [shouldTransition, setShouldTransition] = (0, import_react31.useState)(false);
|
|
3944
|
+
(0, import_react31.useEffect)(() => {
|
|
3857
3945
|
setShouldTransition(supportsDialog());
|
|
3858
3946
|
}, []);
|
|
3859
|
-
const dialogRef = (0,
|
|
3947
|
+
const dialogRef = (0, import_react31.useRef)(null);
|
|
3860
3948
|
const { close } = useDialog({
|
|
3861
3949
|
ref: dialogRef,
|
|
3862
3950
|
isOpen,
|
|
@@ -3867,7 +3955,7 @@ var init_Modal = __esm({
|
|
|
3867
3955
|
CSSVariable: TRANSITION_CSS_VARIABLE2
|
|
3868
3956
|
}
|
|
3869
3957
|
});
|
|
3870
|
-
const modalClasses = (0,
|
|
3958
|
+
const modalClasses = (0, import_dedupe38.default)(
|
|
3871
3959
|
"mobius",
|
|
3872
3960
|
"mobius-modal",
|
|
3873
3961
|
{
|
|
@@ -3880,21 +3968,21 @@ var init_Modal = __esm({
|
|
|
3880
3968
|
},
|
|
3881
3969
|
className
|
|
3882
3970
|
);
|
|
3883
|
-
const contextValue = (0,
|
|
3971
|
+
const contextValue = (0, import_react31.useMemo)(
|
|
3884
3972
|
() => ({
|
|
3885
3973
|
onClose: close,
|
|
3886
3974
|
closeLabel
|
|
3887
3975
|
}),
|
|
3888
3976
|
[close, closeLabel]
|
|
3889
3977
|
);
|
|
3890
|
-
return /* @__PURE__ */ (0,
|
|
3978
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
3891
3979
|
"dialog",
|
|
3892
3980
|
{
|
|
3893
3981
|
ref: mergeRefs([dialogRef, ref]),
|
|
3894
3982
|
onCancel: close,
|
|
3895
3983
|
className: modalClasses,
|
|
3896
3984
|
...rest,
|
|
3897
|
-
children: /* @__PURE__ */ (0,
|
|
3985
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ModalContext.Provider, { value: contextValue, children })
|
|
3898
3986
|
}
|
|
3899
3987
|
);
|
|
3900
3988
|
};
|
|
@@ -3919,16 +4007,16 @@ var init_Modal2 = __esm({
|
|
|
3919
4007
|
});
|
|
3920
4008
|
|
|
3921
4009
|
// src/components/NumberField/NumberField.tsx
|
|
3922
|
-
var
|
|
4010
|
+
var import_dedupe39, import_react32, import_NumberField, import_jsx_runtime47, NumberField;
|
|
3923
4011
|
var init_NumberField = __esm({
|
|
3924
4012
|
"src/components/NumberField/NumberField.tsx"() {
|
|
3925
4013
|
"use strict";
|
|
3926
4014
|
"use client";
|
|
3927
|
-
|
|
3928
|
-
|
|
4015
|
+
import_dedupe39 = __toESM(require("classnames/dedupe"));
|
|
4016
|
+
import_react32 = require("react");
|
|
3929
4017
|
init_TextField2();
|
|
3930
4018
|
import_NumberField = require("@simplybusiness/mobius/src/components/NumberField/NumberField.css");
|
|
3931
|
-
|
|
4019
|
+
import_jsx_runtime47 = require("react/jsx-runtime");
|
|
3932
4020
|
NumberField = ({ ref, ...props }) => {
|
|
3933
4021
|
const {
|
|
3934
4022
|
minValue,
|
|
@@ -3944,15 +4032,15 @@ var init_NumberField = __esm({
|
|
|
3944
4032
|
onBlur: customOnBlur,
|
|
3945
4033
|
...rest
|
|
3946
4034
|
} = otherProps;
|
|
3947
|
-
const focusedInputRef = (0,
|
|
3948
|
-
const wheelHandler = (0,
|
|
3949
|
-
(0,
|
|
4035
|
+
const focusedInputRef = (0, import_react32.useRef)(null);
|
|
4036
|
+
const wheelHandler = (0, import_react32.useCallback)((ev) => ev.preventDefault(), []);
|
|
4037
|
+
(0, import_react32.useEffect)(() => {
|
|
3950
4038
|
return () => {
|
|
3951
4039
|
focusedInputRef.current?.removeEventListener("wheel", wheelHandler);
|
|
3952
4040
|
focusedInputRef.current = null;
|
|
3953
4041
|
};
|
|
3954
4042
|
}, [wheelHandler]);
|
|
3955
|
-
const containerClasses = (0,
|
|
4043
|
+
const containerClasses = (0, import_dedupe39.default)("mobius-number-field", className, {
|
|
3956
4044
|
"--hide-spin-buttons": hideSpinButtons
|
|
3957
4045
|
});
|
|
3958
4046
|
const handleBeforeInput = (event) => {
|
|
@@ -3996,7 +4084,7 @@ var init_NumberField = __esm({
|
|
|
3996
4084
|
},
|
|
3997
4085
|
onBlur: (e) => handleBlur(e)
|
|
3998
4086
|
};
|
|
3999
|
-
return /* @__PURE__ */ (0,
|
|
4087
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
4000
4088
|
TextField,
|
|
4001
4089
|
{
|
|
4002
4090
|
...forwardedProps,
|
|
@@ -4024,18 +4112,18 @@ var init_NumberField2 = __esm({
|
|
|
4024
4112
|
});
|
|
4025
4113
|
|
|
4026
4114
|
// src/components/Option/Option.tsx
|
|
4027
|
-
var
|
|
4115
|
+
var import_jsx_runtime48, Option2;
|
|
4028
4116
|
var init_Option2 = __esm({
|
|
4029
4117
|
"src/components/Option/Option.tsx"() {
|
|
4030
4118
|
"use strict";
|
|
4031
|
-
|
|
4119
|
+
import_jsx_runtime48 = require("react/jsx-runtime");
|
|
4032
4120
|
Option2 = ({ ref, ...props }) => {
|
|
4033
4121
|
const { isDisabled, ...rest } = props;
|
|
4034
4122
|
const mappedProps = {
|
|
4035
4123
|
...rest,
|
|
4036
4124
|
disabled: isDisabled
|
|
4037
4125
|
};
|
|
4038
|
-
return /* @__PURE__ */ (0,
|
|
4126
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("option", { ...mappedProps, ref });
|
|
4039
4127
|
};
|
|
4040
4128
|
Option2.displayName = "Option";
|
|
4041
4129
|
}
|
|
@@ -4050,17 +4138,17 @@ var init_Option3 = __esm({
|
|
|
4050
4138
|
});
|
|
4051
4139
|
|
|
4052
4140
|
// src/components/PasswordField/ShowHideButton.tsx
|
|
4053
|
-
var import_icons11,
|
|
4141
|
+
var import_icons11, import_jsx_runtime49, ShowHideButton;
|
|
4054
4142
|
var init_ShowHideButton = __esm({
|
|
4055
4143
|
"src/components/PasswordField/ShowHideButton.tsx"() {
|
|
4056
4144
|
"use strict";
|
|
4057
4145
|
import_icons11 = require("@simplybusiness/icons");
|
|
4058
4146
|
init_src();
|
|
4059
|
-
|
|
4147
|
+
import_jsx_runtime49 = require("react/jsx-runtime");
|
|
4060
4148
|
ShowHideButton = ({
|
|
4061
4149
|
show = false,
|
|
4062
4150
|
onClick
|
|
4063
|
-
}) => /* @__PURE__ */ (0,
|
|
4151
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
4064
4152
|
"button",
|
|
4065
4153
|
{
|
|
4066
4154
|
className: "mobius-password-field__show-button",
|
|
@@ -4071,35 +4159,35 @@ var init_ShowHideButton = __esm({
|
|
|
4071
4159
|
},
|
|
4072
4160
|
"aria-label": `${show ? "Hide" : "Show"} password`,
|
|
4073
4161
|
"data-testid": "show-hide-button",
|
|
4074
|
-
children: /* @__PURE__ */ (0,
|
|
4162
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: show ? import_icons11.eyeSlash : import_icons11.eye, "aria-hidden": "true" })
|
|
4075
4163
|
}
|
|
4076
4164
|
);
|
|
4077
4165
|
}
|
|
4078
4166
|
});
|
|
4079
4167
|
|
|
4080
4168
|
// src/components/PasswordField/PasswordField.tsx
|
|
4081
|
-
var
|
|
4169
|
+
var import_dedupe40, import_react33, import_PasswordField, import_jsx_runtime50, PasswordField;
|
|
4082
4170
|
var init_PasswordField = __esm({
|
|
4083
4171
|
"src/components/PasswordField/PasswordField.tsx"() {
|
|
4084
4172
|
"use strict";
|
|
4085
4173
|
"use client";
|
|
4086
|
-
|
|
4087
|
-
|
|
4174
|
+
import_dedupe40 = __toESM(require("classnames/dedupe"));
|
|
4175
|
+
import_react33 = require("react");
|
|
4088
4176
|
init_mergeRefs();
|
|
4089
4177
|
init_TextField2();
|
|
4090
4178
|
init_ShowHideButton();
|
|
4091
4179
|
import_PasswordField = require("@simplybusiness/mobius/src/components/PasswordField/PasswordField.css");
|
|
4092
|
-
|
|
4180
|
+
import_jsx_runtime50 = require("react/jsx-runtime");
|
|
4093
4181
|
PasswordField = ({
|
|
4094
4182
|
ref,
|
|
4095
4183
|
className,
|
|
4096
4184
|
autoComplete = "current-password",
|
|
4097
4185
|
...props
|
|
4098
4186
|
}) => {
|
|
4099
|
-
const [show, setShow] = (0,
|
|
4187
|
+
const [show, setShow] = (0, import_react33.useState)(false);
|
|
4100
4188
|
const type = show ? "text" : "password";
|
|
4101
|
-
const classes = (0,
|
|
4102
|
-
const localRef = (0,
|
|
4189
|
+
const classes = (0, import_dedupe40.default)("mobius-password-field", className);
|
|
4190
|
+
const localRef = (0, import_react33.useRef)(null);
|
|
4103
4191
|
const handleShowHideButtonClick = () => {
|
|
4104
4192
|
const selectionStart = localRef.current?.selectionStart;
|
|
4105
4193
|
const selectionEnd = localRef.current?.selectionEnd;
|
|
@@ -4111,7 +4199,7 @@ var init_PasswordField = __esm({
|
|
|
4111
4199
|
}
|
|
4112
4200
|
});
|
|
4113
4201
|
};
|
|
4114
|
-
return /* @__PURE__ */ (0,
|
|
4202
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
4115
4203
|
TextField,
|
|
4116
4204
|
{
|
|
4117
4205
|
ref: mergeRefs([localRef, ref]),
|
|
@@ -4119,7 +4207,7 @@ var init_PasswordField = __esm({
|
|
|
4119
4207
|
...props,
|
|
4120
4208
|
autoComplete,
|
|
4121
4209
|
type,
|
|
4122
|
-
suffixInside: /* @__PURE__ */ (0,
|
|
4210
|
+
suffixInside: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ShowHideButton, { onClick: handleShowHideButtonClick, show })
|
|
4123
4211
|
}
|
|
4124
4212
|
);
|
|
4125
4213
|
};
|
|
@@ -4136,17 +4224,17 @@ var init_PasswordField2 = __esm({
|
|
|
4136
4224
|
});
|
|
4137
4225
|
|
|
4138
4226
|
// src/components/Popover/Popover.tsx
|
|
4139
|
-
var
|
|
4227
|
+
var import_react34, import_icons12, import_dedupe41, import_react35, import_mobius_hooks6, import_Popover, import_jsx_runtime51;
|
|
4140
4228
|
var init_Popover = __esm({
|
|
4141
4229
|
"src/components/Popover/Popover.tsx"() {
|
|
4142
4230
|
"use strict";
|
|
4143
|
-
|
|
4231
|
+
import_react34 = require("@floating-ui/react");
|
|
4144
4232
|
import_icons12 = require("@simplybusiness/icons");
|
|
4145
|
-
|
|
4146
|
-
|
|
4233
|
+
import_dedupe41 = __toESM(require("classnames/dedupe"));
|
|
4234
|
+
import_react35 = require("react");
|
|
4147
4235
|
import_mobius_hooks6 = require("@simplybusiness/mobius-hooks");
|
|
4148
4236
|
import_Popover = require("@simplybusiness/mobius/src/components/Popover/Popover.css");
|
|
4149
|
-
|
|
4237
|
+
import_jsx_runtime51 = require("react/jsx-runtime");
|
|
4150
4238
|
}
|
|
4151
4239
|
});
|
|
4152
4240
|
|
|
@@ -4170,17 +4258,17 @@ function warnAboutInvalidValues(value, minValue, maxValue) {
|
|
|
4170
4258
|
console.warn("Progress value is greater than maxValue");
|
|
4171
4259
|
}
|
|
4172
4260
|
}
|
|
4173
|
-
var
|
|
4261
|
+
var import_dedupe42, import_react36, import_Progress, import_jsx_runtime52, sanitizedValue, getLabelComponent, DEFAULT_VALUE, DEFAULT_MIN_VALUE, DEFAULT_MAX_VALUE, Progress;
|
|
4174
4262
|
var init_Progress = __esm({
|
|
4175
4263
|
"src/components/Progress/Progress.tsx"() {
|
|
4176
4264
|
"use strict";
|
|
4177
4265
|
"use client";
|
|
4178
|
-
|
|
4179
|
-
|
|
4266
|
+
import_dedupe42 = __toESM(require("classnames/dedupe"));
|
|
4267
|
+
import_react36 = require("react");
|
|
4180
4268
|
init_Label2();
|
|
4181
4269
|
init_VisuallyHidden2();
|
|
4182
4270
|
import_Progress = require("@simplybusiness/mobius/src/components/Progress/Progress.css");
|
|
4183
|
-
|
|
4271
|
+
import_jsx_runtime52 = require("react/jsx-runtime");
|
|
4184
4272
|
sanitizedValue = (value, defaultValue) => {
|
|
4185
4273
|
if (value === void 0 || Number.isNaN(value)) {
|
|
4186
4274
|
return defaultValue;
|
|
@@ -4189,7 +4277,7 @@ var init_Progress = __esm({
|
|
|
4189
4277
|
};
|
|
4190
4278
|
getLabelComponent = (label, progressLabelId, showLabel) => {
|
|
4191
4279
|
if (showLabel) {
|
|
4192
|
-
return /* @__PURE__ */ (0,
|
|
4280
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
4193
4281
|
Label,
|
|
4194
4282
|
{
|
|
4195
4283
|
id: progressLabelId,
|
|
@@ -4199,7 +4287,7 @@ var init_Progress = __esm({
|
|
|
4199
4287
|
}
|
|
4200
4288
|
);
|
|
4201
4289
|
}
|
|
4202
|
-
return /* @__PURE__ */ (0,
|
|
4290
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(VisuallyHidden, { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
4203
4291
|
Label,
|
|
4204
4292
|
{
|
|
4205
4293
|
id: progressLabelId,
|
|
@@ -4213,8 +4301,8 @@ var init_Progress = __esm({
|
|
|
4213
4301
|
DEFAULT_MIN_VALUE = 0;
|
|
4214
4302
|
DEFAULT_MAX_VALUE = 100;
|
|
4215
4303
|
Progress = ({ ref, ...props }) => {
|
|
4216
|
-
const progressId = (0,
|
|
4217
|
-
const progressLabelId = (0,
|
|
4304
|
+
const progressId = (0, import_react36.useId)();
|
|
4305
|
+
const progressLabelId = (0, import_react36.useId)();
|
|
4218
4306
|
const {
|
|
4219
4307
|
id,
|
|
4220
4308
|
label,
|
|
@@ -4239,7 +4327,7 @@ var init_Progress = __esm({
|
|
|
4239
4327
|
100
|
|
4240
4328
|
);
|
|
4241
4329
|
const barWidth = `${percentage}%`;
|
|
4242
|
-
const classes = (0,
|
|
4330
|
+
const classes = (0, import_dedupe42.default)("mobius", "mobius-progress", className, {
|
|
4243
4331
|
"--is-primary": variant === "primary",
|
|
4244
4332
|
"--is-secondary": variant === "secondary"
|
|
4245
4333
|
});
|
|
@@ -4249,7 +4337,7 @@ var init_Progress = __esm({
|
|
|
4249
4337
|
progressBarProps["aria-valuenow"] = value.toString();
|
|
4250
4338
|
progressBarProps["aria-valuetext"] = valueFormatter instanceof Function ? valueFormatter(value, minValue, maxValue) : barWidth;
|
|
4251
4339
|
const labelComponent = getLabelComponent(label, progressLabelId, showLabel);
|
|
4252
|
-
return /* @__PURE__ */ (0,
|
|
4340
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
|
|
4253
4341
|
"div",
|
|
4254
4342
|
{
|
|
4255
4343
|
id: id || progressId,
|
|
@@ -4260,8 +4348,8 @@ var init_Progress = __esm({
|
|
|
4260
4348
|
"aria-labelledby": progressLabelId,
|
|
4261
4349
|
children: [
|
|
4262
4350
|
labelComponent,
|
|
4263
|
-
/* @__PURE__ */ (0,
|
|
4264
|
-
showValueLabel && /* @__PURE__ */ (0,
|
|
4351
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "mobius-progress__track", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "mobius-progress__bar", style: { width: barWidth } }) }),
|
|
4352
|
+
showValueLabel && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Label, { "data-testid": "value-label", elementType: "span", children: progressBarProps["aria-valuetext"] })
|
|
4265
4353
|
]
|
|
4266
4354
|
}
|
|
4267
4355
|
);
|
|
@@ -4279,17 +4367,17 @@ var init_Progress2 = __esm({
|
|
|
4279
4367
|
});
|
|
4280
4368
|
|
|
4281
4369
|
// src/components/Radio/Radio.tsx
|
|
4282
|
-
var
|
|
4370
|
+
var import_dedupe43, import_react37, import_Radio, import_jsx_runtime53, Radio;
|
|
4283
4371
|
var init_Radio = __esm({
|
|
4284
4372
|
"src/components/Radio/Radio.tsx"() {
|
|
4285
4373
|
"use strict";
|
|
4286
4374
|
"use client";
|
|
4287
|
-
|
|
4288
|
-
|
|
4375
|
+
import_dedupe43 = __toESM(require("classnames/dedupe"));
|
|
4376
|
+
import_react37 = require("react");
|
|
4289
4377
|
init_ErrorMessage2();
|
|
4290
4378
|
init_Label2();
|
|
4291
4379
|
import_Radio = require("@simplybusiness/mobius/src/components/Radio/Radio.css");
|
|
4292
|
-
|
|
4380
|
+
import_jsx_runtime53 = require("react/jsx-runtime");
|
|
4293
4381
|
Radio = ({ ref, ...props }) => {
|
|
4294
4382
|
const {
|
|
4295
4383
|
children,
|
|
@@ -4313,19 +4401,19 @@ var init_Radio = __esm({
|
|
|
4313
4401
|
const isMultiline = label && children;
|
|
4314
4402
|
const isControlled = selected !== void 0;
|
|
4315
4403
|
const isChecked = isControlled ? selected === value : defaultChecked;
|
|
4316
|
-
const contentRef = (0,
|
|
4317
|
-
const prevOverflowRef = (0,
|
|
4404
|
+
const contentRef = (0, import_react37.useRef)(null);
|
|
4405
|
+
const prevOverflowRef = (0, import_react37.useRef)({
|
|
4318
4406
|
vertical: false,
|
|
4319
4407
|
horizontal: false
|
|
4320
4408
|
});
|
|
4321
|
-
const hasIconFirst = (0,
|
|
4322
|
-
if (!children ||
|
|
4323
|
-
const firstChild =
|
|
4324
|
-
if (!(0,
|
|
4409
|
+
const hasIconFirst = (0, import_react37.useMemo)(() => {
|
|
4410
|
+
if (!children || import_react37.Children.count(children) === 0) return false;
|
|
4411
|
+
const firstChild = import_react37.Children.toArray(children)[0];
|
|
4412
|
+
if (!(0, import_react37.isValidElement)(firstChild)) return false;
|
|
4325
4413
|
const props2 = firstChild.props;
|
|
4326
4414
|
return "icon" in props2 && props2.icon !== void 0;
|
|
4327
4415
|
}, [children]);
|
|
4328
|
-
(0,
|
|
4416
|
+
(0, import_react37.useLayoutEffect)(() => {
|
|
4329
4417
|
if (!contentRef.current || !onOverflow) return;
|
|
4330
4418
|
if (orientation === "vertical") {
|
|
4331
4419
|
return;
|
|
@@ -4354,13 +4442,13 @@ var init_Radio = __esm({
|
|
|
4354
4442
|
"--is-multiline": !!isMultiline,
|
|
4355
4443
|
"--is-required": isRequired
|
|
4356
4444
|
};
|
|
4357
|
-
const containerClasses = (0,
|
|
4445
|
+
const containerClasses = (0, import_dedupe43.default)(
|
|
4358
4446
|
"mobius-radio__label",
|
|
4359
4447
|
radioClasses,
|
|
4360
4448
|
className,
|
|
4361
4449
|
{ "--has-icon-first": hasIconFirst }
|
|
4362
4450
|
);
|
|
4363
|
-
const inputClasses = (0,
|
|
4451
|
+
const inputClasses = (0, import_dedupe43.default)("mobius-radio__input", radioClasses);
|
|
4364
4452
|
const { "aria-describedby": _ariaDescribedBy, ...rest } = otherProps;
|
|
4365
4453
|
const handleChange = (event) => {
|
|
4366
4454
|
if (setSelected) {
|
|
@@ -4374,9 +4462,9 @@ var init_Radio = __esm({
|
|
|
4374
4462
|
onChange(adaptedEvent);
|
|
4375
4463
|
}
|
|
4376
4464
|
};
|
|
4377
|
-
return /* @__PURE__ */ (0,
|
|
4378
|
-
/* @__PURE__ */ (0,
|
|
4379
|
-
/* @__PURE__ */ (0,
|
|
4465
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
|
|
4466
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Label, { className: containerClasses, children: [
|
|
4467
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
4380
4468
|
"input",
|
|
4381
4469
|
{
|
|
4382
4470
|
"aria-describedby": otherProps["aria-describedby"],
|
|
@@ -4393,12 +4481,12 @@ var init_Radio = __esm({
|
|
|
4393
4481
|
...rest
|
|
4394
4482
|
}
|
|
4395
4483
|
),
|
|
4396
|
-
isMultiline ? /* @__PURE__ */ (0,
|
|
4397
|
-
/* @__PURE__ */ (0,
|
|
4398
|
-
/* @__PURE__ */ (0,
|
|
4399
|
-
] }) : /* @__PURE__ */ (0,
|
|
4484
|
+
isMultiline ? /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { ref: contentRef, className: "mobius-radio__content--multiline", children: [
|
|
4485
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "mobius-radio__content-first-line", children: label }),
|
|
4486
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "mobius-radio__extra-content", children })
|
|
4487
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { ref: contentRef, className: "mobius-radio__content", children: label || children })
|
|
4400
4488
|
] }),
|
|
4401
|
-
errorMessage && /* @__PURE__ */ (0,
|
|
4489
|
+
errorMessage && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ErrorMessage, { errorMessage })
|
|
4402
4490
|
] });
|
|
4403
4491
|
};
|
|
4404
4492
|
Radio.displayName = "Radio";
|
|
@@ -4406,19 +4494,19 @@ var init_Radio = __esm({
|
|
|
4406
4494
|
});
|
|
4407
4495
|
|
|
4408
4496
|
// src/components/Radio/RadioGroup.tsx
|
|
4409
|
-
var
|
|
4497
|
+
var import_dedupe44, import_react38, import_jsx_runtime54, getDefaultVal, RadioGroup;
|
|
4410
4498
|
var init_RadioGroup = __esm({
|
|
4411
4499
|
"src/components/Radio/RadioGroup.tsx"() {
|
|
4412
4500
|
"use strict";
|
|
4413
4501
|
"use client";
|
|
4414
|
-
|
|
4415
|
-
|
|
4502
|
+
import_dedupe44 = __toESM(require("classnames/dedupe"));
|
|
4503
|
+
import_react38 = require("react");
|
|
4416
4504
|
init_hooks();
|
|
4417
4505
|
init_spaceDelimitedList();
|
|
4418
4506
|
init_ErrorMessage2();
|
|
4419
4507
|
init_Label2();
|
|
4420
4508
|
init_Stack2();
|
|
4421
|
-
|
|
4509
|
+
import_jsx_runtime54 = require("react/jsx-runtime");
|
|
4422
4510
|
getDefaultVal = (children, defaultValue) => {
|
|
4423
4511
|
if (Array.isArray(children) && defaultValue) {
|
|
4424
4512
|
const option = children?.find((item) => item.props.value === defaultValue);
|
|
@@ -4446,15 +4534,15 @@ var init_RadioGroup = __esm({
|
|
|
4446
4534
|
...rest
|
|
4447
4535
|
} = props;
|
|
4448
4536
|
const defaultSelected = getDefaultVal(children, value || defaultValue);
|
|
4449
|
-
const [selected, setSelected] = (0,
|
|
4450
|
-
const overflowsRef = (0,
|
|
4451
|
-
const [hasOverflow, setHasOverflow] = (0,
|
|
4452
|
-
(0,
|
|
4537
|
+
const [selected, setSelected] = (0, import_react38.useState)(defaultSelected);
|
|
4538
|
+
const overflowsRef = (0, import_react38.useRef)({});
|
|
4539
|
+
const [hasOverflow, setHasOverflow] = (0, import_react38.useState)(false);
|
|
4540
|
+
(0, import_react38.useEffect)(() => {
|
|
4453
4541
|
if (value !== void 0) {
|
|
4454
4542
|
setSelected(value);
|
|
4455
4543
|
}
|
|
4456
4544
|
}, [value]);
|
|
4457
|
-
const handleOverflow = (0,
|
|
4545
|
+
const handleOverflow = (0, import_react38.useCallback)(
|
|
4458
4546
|
(radioValue, overflow) => {
|
|
4459
4547
|
overflowsRef.current = {
|
|
4460
4548
|
...overflowsRef.current,
|
|
@@ -4478,26 +4566,26 @@ var init_RadioGroup = __esm({
|
|
|
4478
4566
|
[`--is-${effectiveOrientation}`]: true,
|
|
4479
4567
|
[className || ""]: true
|
|
4480
4568
|
};
|
|
4481
|
-
const radioGroupClasses = (0,
|
|
4569
|
+
const radioGroupClasses = (0, import_dedupe44.default)(
|
|
4482
4570
|
"mobius",
|
|
4483
4571
|
"mobius-radio-group",
|
|
4484
4572
|
radioClasses,
|
|
4485
4573
|
validationClasses
|
|
4486
4574
|
);
|
|
4487
|
-
const radioWrapperClasses = (0,
|
|
4575
|
+
const radioWrapperClasses = (0, import_dedupe44.default)("mobius-radio__wrapper", {
|
|
4488
4576
|
[`--is-${effectiveOrientation}`]: true
|
|
4489
4577
|
});
|
|
4490
|
-
const labelClasses = (0,
|
|
4491
|
-
const errorMessageId = (0,
|
|
4492
|
-
const defaultNameAttrId = (0,
|
|
4578
|
+
const labelClasses = (0, import_dedupe44.default)(radioClasses, validationClasses);
|
|
4579
|
+
const errorMessageId = (0, import_react38.useId)();
|
|
4580
|
+
const defaultNameAttrId = (0, import_react38.useId)();
|
|
4493
4581
|
const nameAttribute = name || defaultNameAttrId;
|
|
4494
4582
|
const shouldErrorMessageShow = errorMessage ? errorMessageId : void 0;
|
|
4495
4583
|
const describedBy = spaceDelimitedList([
|
|
4496
4584
|
shouldErrorMessageShow,
|
|
4497
4585
|
props["aria-describedby"]
|
|
4498
4586
|
]);
|
|
4499
|
-
const labelId = (0,
|
|
4500
|
-
return /* @__PURE__ */ (0,
|
|
4587
|
+
const labelId = (0, import_react38.useId)();
|
|
4588
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
4501
4589
|
"div",
|
|
4502
4590
|
{
|
|
4503
4591
|
...rest,
|
|
@@ -4513,12 +4601,12 @@ var init_RadioGroup = __esm({
|
|
|
4513
4601
|
ref,
|
|
4514
4602
|
className: radioGroupClasses,
|
|
4515
4603
|
role: "radiogroup",
|
|
4516
|
-
children: /* @__PURE__ */ (0,
|
|
4517
|
-
label && /* @__PURE__ */ (0,
|
|
4518
|
-
/* @__PURE__ */ (0,
|
|
4519
|
-
if ((0,
|
|
4604
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Stack, { gap: "xs", children: [
|
|
4605
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Label, { htmlFor: name, id: labelId, className: labelClasses, children: label }),
|
|
4606
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: radioWrapperClasses, children: import_react38.Children.map(children, (child) => {
|
|
4607
|
+
if ((0, import_react38.isValidElement)(child)) {
|
|
4520
4608
|
const childValue = child.props.value;
|
|
4521
|
-
return (0,
|
|
4609
|
+
return (0, import_react38.cloneElement)(
|
|
4522
4610
|
child,
|
|
4523
4611
|
{
|
|
4524
4612
|
orientation: effectiveOrientation,
|
|
@@ -4536,7 +4624,7 @@ var init_RadioGroup = __esm({
|
|
|
4536
4624
|
}
|
|
4537
4625
|
return child;
|
|
4538
4626
|
}) }),
|
|
4539
|
-
/* @__PURE__ */ (0,
|
|
4627
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ErrorMessage, { id: errorMessageId, errorMessage })
|
|
4540
4628
|
] })
|
|
4541
4629
|
}
|
|
4542
4630
|
);
|
|
@@ -4555,47 +4643,47 @@ var init_Radio2 = __esm({
|
|
|
4555
4643
|
});
|
|
4556
4644
|
|
|
4557
4645
|
// src/components/Segment/SegmentGroup.tsx
|
|
4558
|
-
var
|
|
4646
|
+
var import_dedupe45, import_jsx_runtime55, SegmentGroup;
|
|
4559
4647
|
var init_SegmentGroup = __esm({
|
|
4560
4648
|
"src/components/Segment/SegmentGroup.tsx"() {
|
|
4561
4649
|
"use strict";
|
|
4562
|
-
|
|
4563
|
-
|
|
4650
|
+
import_dedupe45 = __toESM(require("classnames/dedupe"));
|
|
4651
|
+
import_jsx_runtime55 = require("react/jsx-runtime");
|
|
4564
4652
|
SegmentGroup = (props) => {
|
|
4565
4653
|
const { children, horizontal, gap, className, ...rest } = props;
|
|
4566
4654
|
const gapClass = gap ? `gap-${gap}` : "";
|
|
4567
|
-
const classes = (0,
|
|
4655
|
+
const classes = (0, import_dedupe45.default)(
|
|
4568
4656
|
"mobius",
|
|
4569
4657
|
"mobius-segment-group",
|
|
4570
4658
|
className,
|
|
4571
4659
|
{ "--is-horizontal": horizontal },
|
|
4572
4660
|
gapClass
|
|
4573
4661
|
);
|
|
4574
|
-
return /* @__PURE__ */ (0,
|
|
4662
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classes, ...rest, children });
|
|
4575
4663
|
};
|
|
4576
4664
|
SegmentGroup.displayName = "SegmentGroup";
|
|
4577
4665
|
}
|
|
4578
4666
|
});
|
|
4579
4667
|
|
|
4580
4668
|
// src/components/Segment/Segment.tsx
|
|
4581
|
-
var
|
|
4669
|
+
var import_dedupe46, import_Segment, import_jsx_runtime56, Segment;
|
|
4582
4670
|
var init_Segment = __esm({
|
|
4583
4671
|
"src/components/Segment/Segment.tsx"() {
|
|
4584
4672
|
"use strict";
|
|
4585
|
-
|
|
4673
|
+
import_dedupe46 = __toESM(require("classnames/dedupe"));
|
|
4586
4674
|
import_Segment = require("@simplybusiness/mobius/src/components/Segment/Segment.css");
|
|
4587
|
-
|
|
4675
|
+
import_jsx_runtime56 = require("react/jsx-runtime");
|
|
4588
4676
|
Segment = (props) => {
|
|
4589
4677
|
const { heading, children, colour, inverted, className, ...rest } = props;
|
|
4590
|
-
const classes = (0,
|
|
4678
|
+
const classes = (0, import_dedupe46.default)(
|
|
4591
4679
|
"mobius",
|
|
4592
4680
|
"mobius-segment",
|
|
4593
4681
|
colour,
|
|
4594
4682
|
{ inverted },
|
|
4595
4683
|
className
|
|
4596
4684
|
);
|
|
4597
|
-
return /* @__PURE__ */ (0,
|
|
4598
|
-
heading && /* @__PURE__ */ (0,
|
|
4685
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: classes, ...rest, children: [
|
|
4686
|
+
heading && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "mobius-segment__heading", children: heading }),
|
|
4599
4687
|
children
|
|
4600
4688
|
] });
|
|
4601
4689
|
};
|
|
@@ -4613,14 +4701,14 @@ var init_Segment2 = __esm({
|
|
|
4613
4701
|
});
|
|
4614
4702
|
|
|
4615
4703
|
// src/components/Select/Select.tsx
|
|
4616
|
-
var import_icons13,
|
|
4704
|
+
var import_icons13, import_dedupe47, import_react39, import_Select, import_jsx_runtime57, Select;
|
|
4617
4705
|
var init_Select = __esm({
|
|
4618
4706
|
"src/components/Select/Select.tsx"() {
|
|
4619
4707
|
"use strict";
|
|
4620
4708
|
"use client";
|
|
4621
4709
|
import_icons13 = require("@simplybusiness/icons");
|
|
4622
|
-
|
|
4623
|
-
|
|
4710
|
+
import_dedupe47 = __toESM(require("classnames/dedupe"));
|
|
4711
|
+
import_react39 = require("react");
|
|
4624
4712
|
init_hooks();
|
|
4625
4713
|
init_useLabel2();
|
|
4626
4714
|
init_spaceDelimitedList();
|
|
@@ -4629,7 +4717,7 @@ var init_Select = __esm({
|
|
|
4629
4717
|
init_Label2();
|
|
4630
4718
|
init_Stack2();
|
|
4631
4719
|
import_Select = require("@simplybusiness/mobius/src/components/Select/Select.css");
|
|
4632
|
-
|
|
4720
|
+
import_jsx_runtime57 = require("react/jsx-runtime");
|
|
4633
4721
|
Select = ({ ref, ...props }) => {
|
|
4634
4722
|
const {
|
|
4635
4723
|
label,
|
|
@@ -4650,24 +4738,24 @@ var init_Select = __esm({
|
|
|
4650
4738
|
"--is-required": typeof isRequired === "boolean" && isRequired,
|
|
4651
4739
|
"--is-optional": typeof isRequired === "boolean" && !isRequired
|
|
4652
4740
|
};
|
|
4653
|
-
const sharedClasses = (0,
|
|
4654
|
-
const wrapperClasses = (0,
|
|
4741
|
+
const sharedClasses = (0, import_dedupe47.default)(validationClasses, stateClasses);
|
|
4742
|
+
const wrapperClasses = (0, import_dedupe47.default)(
|
|
4655
4743
|
"mobius-select__wrapper",
|
|
4656
4744
|
sharedClasses,
|
|
4657
4745
|
otherProps.className
|
|
4658
4746
|
);
|
|
4659
|
-
const selectClasses = (0,
|
|
4747
|
+
const selectClasses = (0, import_dedupe47.default)(
|
|
4660
4748
|
"mobius-select",
|
|
4661
4749
|
sharedClasses,
|
|
4662
4750
|
otherProps.className
|
|
4663
4751
|
);
|
|
4664
|
-
const labelClasses = (0,
|
|
4752
|
+
const labelClasses = (0, import_dedupe47.default)(
|
|
4665
4753
|
"mobius-label",
|
|
4666
4754
|
sharedClasses,
|
|
4667
4755
|
otherProps.className
|
|
4668
4756
|
);
|
|
4669
|
-
const iconClasses = (0,
|
|
4670
|
-
const errorMessageId = (0,
|
|
4757
|
+
const iconClasses = (0, import_dedupe47.default)("mobius-select__icon", sharedClasses);
|
|
4758
|
+
const errorMessageId = (0, import_react39.useId)();
|
|
4671
4759
|
const shouldErrorMessageShow = errorMessage ? errorMessageId : void 0;
|
|
4672
4760
|
const describedBy = spaceDelimitedList([
|
|
4673
4761
|
shouldErrorMessageShow,
|
|
@@ -4678,10 +4766,10 @@ var init_Select = __esm({
|
|
|
4678
4766
|
onChange(e);
|
|
4679
4767
|
}
|
|
4680
4768
|
};
|
|
4681
|
-
return /* @__PURE__ */ (0,
|
|
4682
|
-
label && /* @__PURE__ */ (0,
|
|
4683
|
-
/* @__PURE__ */ (0,
|
|
4684
|
-
/* @__PURE__ */ (0,
|
|
4769
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(Stack, { className: "mobius mobius-select__outer", gap: "xs", children: [
|
|
4770
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Label, { ...labelProps, className: labelClasses, children: label }),
|
|
4771
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: wrapperClasses, children: [
|
|
4772
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
4685
4773
|
"select",
|
|
4686
4774
|
{
|
|
4687
4775
|
...otherProps,
|
|
@@ -4697,9 +4785,9 @@ var init_Select = __esm({
|
|
|
4697
4785
|
onChange: handleChange
|
|
4698
4786
|
}
|
|
4699
4787
|
),
|
|
4700
|
-
/* @__PURE__ */ (0,
|
|
4788
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: iconClasses, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Icon, { icon: import_icons13.chevronDown }) })
|
|
4701
4789
|
] }),
|
|
4702
|
-
errorMessage && /* @__PURE__ */ (0,
|
|
4790
|
+
errorMessage && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ErrorMessage, { id: errorMessageId, errorMessage })
|
|
4703
4791
|
] });
|
|
4704
4792
|
};
|
|
4705
4793
|
Select.displayName = "Select";
|
|
@@ -4715,15 +4803,15 @@ var init_Select2 = __esm({
|
|
|
4715
4803
|
});
|
|
4716
4804
|
|
|
4717
4805
|
// src/components/Slider/Slider.tsx
|
|
4718
|
-
var
|
|
4806
|
+
var import_dedupe48, import_react40, import_Slider, import_jsx_runtime58;
|
|
4719
4807
|
var init_Slider = __esm({
|
|
4720
4808
|
"src/components/Slider/Slider.tsx"() {
|
|
4721
4809
|
"use strict";
|
|
4722
4810
|
"use client";
|
|
4723
|
-
|
|
4724
|
-
|
|
4811
|
+
import_dedupe48 = __toESM(require("classnames/dedupe"));
|
|
4812
|
+
import_react40 = require("react");
|
|
4725
4813
|
import_Slider = require("@simplybusiness/mobius/src/components/Slider/Slider.css");
|
|
4726
|
-
|
|
4814
|
+
import_jsx_runtime58 = require("react/jsx-runtime");
|
|
4727
4815
|
}
|
|
4728
4816
|
});
|
|
4729
4817
|
|
|
@@ -4736,19 +4824,19 @@ var init_Slider2 = __esm({
|
|
|
4736
4824
|
});
|
|
4737
4825
|
|
|
4738
4826
|
// src/components/SVG/SVG.tsx
|
|
4739
|
-
var
|
|
4827
|
+
var import_react41, import_dedupe49, import_jsx_runtime59, SVG;
|
|
4740
4828
|
var init_SVG = __esm({
|
|
4741
4829
|
"src/components/SVG/SVG.tsx"() {
|
|
4742
4830
|
"use strict";
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4831
|
+
import_react41 = require("react");
|
|
4832
|
+
import_dedupe49 = __toESM(require("classnames/dedupe"));
|
|
4833
|
+
import_jsx_runtime59 = require("react/jsx-runtime");
|
|
4746
4834
|
SVG = ({ ref, ...props }) => {
|
|
4747
4835
|
const { children, className, ...otherProps } = props;
|
|
4748
|
-
const classes = (0,
|
|
4749
|
-
const svgNode =
|
|
4836
|
+
const classes = (0, import_dedupe49.default)("mobius", "mobius-svg", className);
|
|
4837
|
+
const svgNode = import_react41.Children.only(children);
|
|
4750
4838
|
const { children: svgChildren, viewBox, xmlns } = svgNode.props;
|
|
4751
|
-
return /* @__PURE__ */ (0,
|
|
4839
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
4752
4840
|
"svg",
|
|
4753
4841
|
{
|
|
4754
4842
|
viewBox,
|
|
@@ -4773,16 +4861,16 @@ var init_SVG2 = __esm({
|
|
|
4773
4861
|
});
|
|
4774
4862
|
|
|
4775
4863
|
// src/components/Switch/Switch.tsx
|
|
4776
|
-
var
|
|
4864
|
+
var import_react42, import_dedupe50, import_Switch, import_jsx_runtime60, Switch;
|
|
4777
4865
|
var init_Switch = __esm({
|
|
4778
4866
|
"src/components/Switch/Switch.tsx"() {
|
|
4779
4867
|
"use strict";
|
|
4780
4868
|
"use client";
|
|
4781
|
-
|
|
4782
|
-
|
|
4869
|
+
import_react42 = require("react");
|
|
4870
|
+
import_dedupe50 = __toESM(require("classnames/dedupe"));
|
|
4783
4871
|
init_VisuallyHidden2();
|
|
4784
4872
|
import_Switch = require("@simplybusiness/mobius/src/components/Switch/Switch.css");
|
|
4785
|
-
|
|
4873
|
+
import_jsx_runtime60 = require("react/jsx-runtime");
|
|
4786
4874
|
Switch = ({ ref, ...props }) => {
|
|
4787
4875
|
const {
|
|
4788
4876
|
checked = false,
|
|
@@ -4791,11 +4879,11 @@ var init_Switch = __esm({
|
|
|
4791
4879
|
isDisabled = false,
|
|
4792
4880
|
...otherProps
|
|
4793
4881
|
} = props;
|
|
4794
|
-
const [enabled, setEnabled] = (0,
|
|
4795
|
-
(0,
|
|
4882
|
+
const [enabled, setEnabled] = (0, import_react42.useState)(checked);
|
|
4883
|
+
(0, import_react42.useEffect)(() => {
|
|
4796
4884
|
setEnabled(checked);
|
|
4797
4885
|
}, [checked]);
|
|
4798
|
-
const classes = (0,
|
|
4886
|
+
const classes = (0, import_dedupe50.default)(
|
|
4799
4887
|
"mobius",
|
|
4800
4888
|
"mobius-switch",
|
|
4801
4889
|
{
|
|
@@ -4810,9 +4898,9 @@ var init_Switch = __esm({
|
|
|
4810
4898
|
onChange(event);
|
|
4811
4899
|
}
|
|
4812
4900
|
};
|
|
4813
|
-
return /* @__PURE__ */ (0,
|
|
4814
|
-
/* @__PURE__ */ (0,
|
|
4815
|
-
/* @__PURE__ */ (0,
|
|
4901
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("label", { ref, className: classes, children: [
|
|
4902
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(VisuallyHidden, { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { children: enabled ? "On" : "Off" }) }),
|
|
4903
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
4816
4904
|
"input",
|
|
4817
4905
|
{
|
|
4818
4906
|
type: "checkbox",
|
|
@@ -4823,7 +4911,7 @@ var init_Switch = __esm({
|
|
|
4823
4911
|
...otherProps
|
|
4824
4912
|
}
|
|
4825
4913
|
),
|
|
4826
|
-
/* @__PURE__ */ (0,
|
|
4914
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "mobius-switch__slider" })
|
|
4827
4915
|
] });
|
|
4828
4916
|
};
|
|
4829
4917
|
Switch.displayName = "Switch";
|
|
@@ -4839,114 +4927,114 @@ var init_Switch2 = __esm({
|
|
|
4839
4927
|
});
|
|
4840
4928
|
|
|
4841
4929
|
// src/components/Table/Table.tsx
|
|
4842
|
-
var
|
|
4930
|
+
var import_dedupe51, import_Table, import_jsx_runtime61, Table;
|
|
4843
4931
|
var init_Table = __esm({
|
|
4844
4932
|
"src/components/Table/Table.tsx"() {
|
|
4845
4933
|
"use strict";
|
|
4846
|
-
|
|
4934
|
+
import_dedupe51 = __toESM(require("classnames/dedupe"));
|
|
4847
4935
|
import_Table = require("@simplybusiness/mobius/src/components/Table/Table.css");
|
|
4848
|
-
|
|
4936
|
+
import_jsx_runtime61 = require("react/jsx-runtime");
|
|
4849
4937
|
Table = ({ ref, ...props }) => {
|
|
4850
|
-
const classes = (0,
|
|
4851
|
-
return /* @__PURE__ */ (0,
|
|
4938
|
+
const classes = (0, import_dedupe51.default)("mobius", "mobius-table", props.className);
|
|
4939
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("table", { ref, ...props, className: classes });
|
|
4852
4940
|
};
|
|
4853
4941
|
Table.displayName = "Table";
|
|
4854
4942
|
}
|
|
4855
4943
|
});
|
|
4856
4944
|
|
|
4857
4945
|
// src/components/Table/Head.tsx
|
|
4858
|
-
var
|
|
4946
|
+
var import_dedupe52, import_jsx_runtime62, Head;
|
|
4859
4947
|
var init_Head = __esm({
|
|
4860
4948
|
"src/components/Table/Head.tsx"() {
|
|
4861
4949
|
"use strict";
|
|
4862
|
-
|
|
4863
|
-
|
|
4950
|
+
import_dedupe52 = __toESM(require("classnames/dedupe"));
|
|
4951
|
+
import_jsx_runtime62 = require("react/jsx-runtime");
|
|
4864
4952
|
Head = ({ ref, ...props }) => {
|
|
4865
|
-
const classes = (0,
|
|
4866
|
-
return /* @__PURE__ */ (0,
|
|
4953
|
+
const classes = (0, import_dedupe52.default)("mobius", "mobius-table__head", props.className);
|
|
4954
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("thead", { ref, ...props, className: classes });
|
|
4867
4955
|
};
|
|
4868
4956
|
Head.displayName = "Table.Head";
|
|
4869
4957
|
}
|
|
4870
4958
|
});
|
|
4871
4959
|
|
|
4872
4960
|
// src/components/Table/Body.tsx
|
|
4873
|
-
var
|
|
4961
|
+
var import_dedupe53, import_jsx_runtime63, Body;
|
|
4874
4962
|
var init_Body = __esm({
|
|
4875
4963
|
"src/components/Table/Body.tsx"() {
|
|
4876
4964
|
"use strict";
|
|
4877
|
-
|
|
4878
|
-
|
|
4965
|
+
import_dedupe53 = __toESM(require("classnames/dedupe"));
|
|
4966
|
+
import_jsx_runtime63 = require("react/jsx-runtime");
|
|
4879
4967
|
Body = ({ ref, ...props }) => {
|
|
4880
|
-
const classes = (0,
|
|
4881
|
-
return /* @__PURE__ */ (0,
|
|
4968
|
+
const classes = (0, import_dedupe53.default)("mobius", "mobius-table__body", props.className);
|
|
4969
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("tbody", { ref, ...props, className: classes });
|
|
4882
4970
|
};
|
|
4883
4971
|
Body.displayName = "Table.Body";
|
|
4884
4972
|
}
|
|
4885
4973
|
});
|
|
4886
4974
|
|
|
4887
4975
|
// src/components/Table/Foot.tsx
|
|
4888
|
-
var
|
|
4976
|
+
var import_dedupe54, import_jsx_runtime64, Foot;
|
|
4889
4977
|
var init_Foot = __esm({
|
|
4890
4978
|
"src/components/Table/Foot.tsx"() {
|
|
4891
4979
|
"use strict";
|
|
4892
|
-
|
|
4893
|
-
|
|
4980
|
+
import_dedupe54 = __toESM(require("classnames/dedupe"));
|
|
4981
|
+
import_jsx_runtime64 = require("react/jsx-runtime");
|
|
4894
4982
|
Foot = ({ ref, ...props }) => {
|
|
4895
|
-
const classes = (0,
|
|
4896
|
-
return /* @__PURE__ */ (0,
|
|
4983
|
+
const classes = (0, import_dedupe54.default)("mobius", "mobius-table__foot", props.className);
|
|
4984
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("tfoot", { ref, ...props, className: classes });
|
|
4897
4985
|
};
|
|
4898
4986
|
Foot.displayName = "Table.Foot";
|
|
4899
4987
|
}
|
|
4900
4988
|
});
|
|
4901
4989
|
|
|
4902
4990
|
// src/components/Table/Row.tsx
|
|
4903
|
-
var
|
|
4991
|
+
var import_dedupe55, import_jsx_runtime65, Row;
|
|
4904
4992
|
var init_Row = __esm({
|
|
4905
4993
|
"src/components/Table/Row.tsx"() {
|
|
4906
4994
|
"use strict";
|
|
4907
|
-
|
|
4908
|
-
|
|
4995
|
+
import_dedupe55 = __toESM(require("classnames/dedupe"));
|
|
4996
|
+
import_jsx_runtime65 = require("react/jsx-runtime");
|
|
4909
4997
|
Row = ({ ref, ...props }) => {
|
|
4910
|
-
const classes = (0,
|
|
4911
|
-
return /* @__PURE__ */ (0,
|
|
4998
|
+
const classes = (0, import_dedupe55.default)("mobius", "mobius-table__row", props.className);
|
|
4999
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("tr", { ref, ...props, className: classes });
|
|
4912
5000
|
};
|
|
4913
5001
|
Row.displayName = "Table.Row";
|
|
4914
5002
|
}
|
|
4915
5003
|
});
|
|
4916
5004
|
|
|
4917
5005
|
// src/components/Table/HeaderCell.tsx
|
|
4918
|
-
var
|
|
5006
|
+
var import_dedupe56, import_jsx_runtime66, HeaderCell;
|
|
4919
5007
|
var init_HeaderCell = __esm({
|
|
4920
5008
|
"src/components/Table/HeaderCell.tsx"() {
|
|
4921
5009
|
"use strict";
|
|
4922
|
-
|
|
4923
|
-
|
|
5010
|
+
import_dedupe56 = __toESM(require("classnames/dedupe"));
|
|
5011
|
+
import_jsx_runtime66 = require("react/jsx-runtime");
|
|
4924
5012
|
HeaderCell = ({ ref, ...props }) => {
|
|
4925
|
-
const classes = (0,
|
|
5013
|
+
const classes = (0, import_dedupe56.default)(
|
|
4926
5014
|
"mobius",
|
|
4927
5015
|
"mobius-table__head-cell",
|
|
4928
5016
|
props.className
|
|
4929
5017
|
);
|
|
4930
|
-
return /* @__PURE__ */ (0,
|
|
5018
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("th", { ...props, ref, className: classes });
|
|
4931
5019
|
};
|
|
4932
5020
|
HeaderCell.displayName = "Table.HeaderCell";
|
|
4933
5021
|
}
|
|
4934
5022
|
});
|
|
4935
5023
|
|
|
4936
5024
|
// src/components/Table/Cell.tsx
|
|
4937
|
-
var
|
|
5025
|
+
var import_dedupe57, import_jsx_runtime67, Cell;
|
|
4938
5026
|
var init_Cell = __esm({
|
|
4939
5027
|
"src/components/Table/Cell.tsx"() {
|
|
4940
5028
|
"use strict";
|
|
4941
|
-
|
|
4942
|
-
|
|
5029
|
+
import_dedupe57 = __toESM(require("classnames/dedupe"));
|
|
5030
|
+
import_jsx_runtime67 = require("react/jsx-runtime");
|
|
4943
5031
|
Cell = ({ ref, ...props }) => {
|
|
4944
|
-
const classes = (0,
|
|
5032
|
+
const classes = (0, import_dedupe57.default)(
|
|
4945
5033
|
"mobius",
|
|
4946
5034
|
"mobius-table__body-cell",
|
|
4947
5035
|
props.className
|
|
4948
5036
|
);
|
|
4949
|
-
return /* @__PURE__ */ (0,
|
|
5037
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("td", { ref, ...props, className: classes });
|
|
4950
5038
|
};
|
|
4951
5039
|
Cell.displayName = "Table.Cell";
|
|
4952
5040
|
}
|
|
@@ -4976,37 +5064,6 @@ var init_Table2 = __esm({
|
|
|
4976
5064
|
}
|
|
4977
5065
|
});
|
|
4978
5066
|
|
|
4979
|
-
// src/components/Text/Text.tsx
|
|
4980
|
-
var import_dedupe57, import_Text, import_jsx_runtime66, getElementType, Text;
|
|
4981
|
-
var init_Text = __esm({
|
|
4982
|
-
"src/components/Text/Text.tsx"() {
|
|
4983
|
-
"use strict";
|
|
4984
|
-
import_dedupe57 = __toESM(require("classnames/dedupe"));
|
|
4985
|
-
import_Text = require("@simplybusiness/mobius/src/components/Text/Text.css");
|
|
4986
|
-
import_jsx_runtime66 = require("react/jsx-runtime");
|
|
4987
|
-
getElementType = (variant, elementType) => {
|
|
4988
|
-
if (variant) {
|
|
4989
|
-
return ["h1", "h2", "h3", "h4"].includes(variant) ? variant : "p";
|
|
4990
|
-
}
|
|
4991
|
-
return elementType || "p";
|
|
4992
|
-
};
|
|
4993
|
-
Text = ({ ref, elementType: Component = "p", ...props }) => {
|
|
4994
|
-
const { variant, className, spacing, ...otherProps } = props;
|
|
4995
|
-
const elementType = getElementType(variant, Component);
|
|
4996
|
-
const variantType = variant || elementType;
|
|
4997
|
-
const classes = (0, import_dedupe57.default)(
|
|
4998
|
-
"mobius",
|
|
4999
|
-
"mobius-text",
|
|
5000
|
-
{ [`--is-${variantType}`]: variantType },
|
|
5001
|
-
{ [`--has-line-height-${spacing}`]: spacing },
|
|
5002
|
-
className
|
|
5003
|
-
);
|
|
5004
|
-
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Component, { ref, ...otherProps, className: classes });
|
|
5005
|
-
};
|
|
5006
|
-
Text.displayName = "Text";
|
|
5007
|
-
}
|
|
5008
|
-
});
|
|
5009
|
-
|
|
5010
5067
|
// src/components/Text/index.tsx
|
|
5011
5068
|
var init_Text2 = __esm({
|
|
5012
5069
|
"src/components/Text/index.tsx"() {
|
|
@@ -5016,12 +5073,12 @@ var init_Text2 = __esm({
|
|
|
5016
5073
|
});
|
|
5017
5074
|
|
|
5018
5075
|
// src/components/TextAreaInput/TextAreaInput.tsx
|
|
5019
|
-
var import_dedupe58,
|
|
5076
|
+
var import_dedupe58, import_jsx_runtime68, TextAreaInput;
|
|
5020
5077
|
var init_TextAreaInput = __esm({
|
|
5021
5078
|
"src/components/TextAreaInput/TextAreaInput.tsx"() {
|
|
5022
5079
|
"use strict";
|
|
5023
5080
|
import_dedupe58 = __toESM(require("classnames/dedupe"));
|
|
5024
|
-
|
|
5081
|
+
import_jsx_runtime68 = require("react/jsx-runtime");
|
|
5025
5082
|
TextAreaInput = ({ ref, ...props }) => {
|
|
5026
5083
|
const { isSelected, isDisabled, isReadOnly, isRequired, ...otherProps } = props;
|
|
5027
5084
|
const classes = (0, import_dedupe58.default)(
|
|
@@ -5034,7 +5091,7 @@ var init_TextAreaInput = __esm({
|
|
|
5034
5091
|
},
|
|
5035
5092
|
otherProps.className
|
|
5036
5093
|
);
|
|
5037
|
-
return /* @__PURE__ */ (0,
|
|
5094
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
5038
5095
|
"textarea",
|
|
5039
5096
|
{
|
|
5040
5097
|
ref,
|
|
@@ -5058,7 +5115,7 @@ var init_TextAreaInput2 = __esm({
|
|
|
5058
5115
|
});
|
|
5059
5116
|
|
|
5060
5117
|
// src/components/TextArea/TextArea.tsx
|
|
5061
|
-
var import_dedupe59, import_TextArea,
|
|
5118
|
+
var import_dedupe59, import_TextArea, import_jsx_runtime69, TextArea;
|
|
5062
5119
|
var init_TextArea = __esm({
|
|
5063
5120
|
"src/components/TextArea/TextArea.tsx"() {
|
|
5064
5121
|
"use strict";
|
|
@@ -5070,7 +5127,7 @@ var init_TextArea = __esm({
|
|
|
5070
5127
|
init_Stack2();
|
|
5071
5128
|
init_TextAreaInput2();
|
|
5072
5129
|
import_TextArea = require("@simplybusiness/mobius/src/components/TextArea/TextArea.css");
|
|
5073
|
-
|
|
5130
|
+
import_jsx_runtime69 = require("react/jsx-runtime");
|
|
5074
5131
|
TextArea = ({ ref, ...props }) => {
|
|
5075
5132
|
const {
|
|
5076
5133
|
isDisabled,
|
|
@@ -5090,9 +5147,9 @@ var init_TextArea = __esm({
|
|
|
5090
5147
|
},
|
|
5091
5148
|
validationClasses
|
|
5092
5149
|
);
|
|
5093
|
-
return /* @__PURE__ */ (0,
|
|
5094
|
-
label && /* @__PURE__ */ (0,
|
|
5095
|
-
/* @__PURE__ */ (0,
|
|
5150
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(Stack, { className: classes, gap: "xs", children: [
|
|
5151
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Label, { ...labelProps, className: labelClasses, children: props.label }),
|
|
5152
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
5096
5153
|
TextAreaInput,
|
|
5097
5154
|
{
|
|
5098
5155
|
...otherProps,
|
|
@@ -5103,7 +5160,7 @@ var init_TextArea = __esm({
|
|
|
5103
5160
|
"aria-invalid": errorMessage != null
|
|
5104
5161
|
}
|
|
5105
5162
|
),
|
|
5106
|
-
/* @__PURE__ */ (0,
|
|
5163
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ErrorMessage, { ...errorMessageProps, errorMessage })
|
|
5107
5164
|
] });
|
|
5108
5165
|
};
|
|
5109
5166
|
TextArea.displayName = "TextArea";
|
|
@@ -5118,53 +5175,6 @@ var init_TextArea2 = __esm({
|
|
|
5118
5175
|
}
|
|
5119
5176
|
});
|
|
5120
5177
|
|
|
5121
|
-
// src/components/TextOrHTML/TextOrHTML.tsx
|
|
5122
|
-
var import_react42, import_jsx_runtime69, isHTML, TextOrHTML;
|
|
5123
|
-
var init_TextOrHTML = __esm({
|
|
5124
|
-
"src/components/TextOrHTML/TextOrHTML.tsx"() {
|
|
5125
|
-
"use strict";
|
|
5126
|
-
import_react42 = require("react");
|
|
5127
|
-
init_Text();
|
|
5128
|
-
import_jsx_runtime69 = require("react/jsx-runtime");
|
|
5129
|
-
isHTML = (text) => /^\s*<[a-z]/i.test(text);
|
|
5130
|
-
TextOrHTML = ({
|
|
5131
|
-
ref,
|
|
5132
|
-
text,
|
|
5133
|
-
htmlClassName,
|
|
5134
|
-
htmlElementType,
|
|
5135
|
-
textWrapper = false,
|
|
5136
|
-
autoDetect = false,
|
|
5137
|
-
...textProps
|
|
5138
|
-
}) => {
|
|
5139
|
-
const textIsHTML = autoDetect && isHTML(text);
|
|
5140
|
-
const shouldWrapInText = autoDetect ? textWrapper || !textIsHTML : textWrapper;
|
|
5141
|
-
const resolvedElementType = htmlElementType ?? (textIsHTML ? "div" : "span");
|
|
5142
|
-
const DangerousComponent = resolvedElementType;
|
|
5143
|
-
const dangerousHTML = (0, import_react42.useMemo)(() => ({ __html: text }), [text]);
|
|
5144
|
-
const dangerousElement = /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
5145
|
-
DangerousComponent,
|
|
5146
|
-
{
|
|
5147
|
-
className: htmlClassName,
|
|
5148
|
-
dangerouslySetInnerHTML: dangerousHTML
|
|
5149
|
-
}
|
|
5150
|
-
);
|
|
5151
|
-
if (shouldWrapInText) {
|
|
5152
|
-
return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Text, { ref, ...textProps, children: dangerousElement });
|
|
5153
|
-
}
|
|
5154
|
-
return dangerousElement;
|
|
5155
|
-
};
|
|
5156
|
-
TextOrHTML.displayName = "TextOrHTML";
|
|
5157
|
-
}
|
|
5158
|
-
});
|
|
5159
|
-
|
|
5160
|
-
// src/components/TextOrHTML/index.tsx
|
|
5161
|
-
var init_TextOrHTML2 = __esm({
|
|
5162
|
-
"src/components/TextOrHTML/index.tsx"() {
|
|
5163
|
-
"use strict";
|
|
5164
|
-
init_TextOrHTML();
|
|
5165
|
-
}
|
|
5166
|
-
});
|
|
5167
|
-
|
|
5168
5178
|
// src/components/Title/Title.tsx
|
|
5169
5179
|
var import_dedupe60, import_Title, import_jsx_runtime70, Title;
|
|
5170
5180
|
var init_Title = __esm({
|