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