@yahoo/uds-mobile 2.18.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Modal/Modal.cjs +396 -0
- package/dist/components/Modal/Modal.d.cts +9 -0
- package/dist/components/Modal/Modal.d.cts.map +1 -0
- package/dist/components/Modal/Modal.d.ts +9 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/Modal.js +395 -0
- package/dist/components/Modal/Modal.js.map +1 -0
- package/dist/components/Modal/ModalActions.cjs +47 -0
- package/dist/components/Modal/ModalActions.d.cts +9 -0
- package/dist/components/Modal/ModalActions.d.cts.map +1 -0
- package/dist/components/Modal/ModalActions.d.ts +9 -0
- package/dist/components/Modal/ModalActions.d.ts.map +1 -0
- package/dist/components/Modal/ModalActions.js +47 -0
- package/dist/components/Modal/ModalActions.js.map +1 -0
- package/dist/components/Modal/ModalContent.cjs +41 -0
- package/dist/components/Modal/ModalContent.d.cts +9 -0
- package/dist/components/Modal/ModalContent.d.cts.map +1 -0
- package/dist/components/Modal/ModalContent.d.ts +9 -0
- package/dist/components/Modal/ModalContent.d.ts.map +1 -0
- package/dist/components/Modal/ModalContent.js +41 -0
- package/dist/components/Modal/ModalContent.js.map +1 -0
- package/dist/components/Modal/ModalContext.cjs +14 -0
- package/dist/components/Modal/ModalContext.d.cts +10 -0
- package/dist/components/Modal/ModalContext.d.cts.map +1 -0
- package/dist/components/Modal/ModalContext.d.ts +10 -0
- package/dist/components/Modal/ModalContext.d.ts.map +1 -0
- package/dist/components/Modal/ModalContext.js +13 -0
- package/dist/components/Modal/ModalContext.js.map +1 -0
- package/dist/components/Modal/ModalDescription.cjs +21 -0
- package/dist/components/Modal/ModalDescription.d.cts +9 -0
- package/dist/components/Modal/ModalDescription.d.cts.map +1 -0
- package/dist/components/Modal/ModalDescription.d.ts +9 -0
- package/dist/components/Modal/ModalDescription.d.ts.map +1 -0
- package/dist/components/Modal/ModalDescription.js +21 -0
- package/dist/components/Modal/ModalDescription.js.map +1 -0
- package/dist/components/Modal/ModalTitle.cjs +22 -0
- package/dist/components/Modal/ModalTitle.d.cts +9 -0
- package/dist/components/Modal/ModalTitle.d.cts.map +1 -0
- package/dist/components/Modal/ModalTitle.d.ts +9 -0
- package/dist/components/Modal/ModalTitle.d.ts.map +1 -0
- package/dist/components/Modal/ModalTitle.js +22 -0
- package/dist/components/Modal/ModalTitle.js.map +1 -0
- package/dist/components/Modal/index.cjs +12 -0
- package/dist/components/Modal/index.d.cts +8 -0
- package/dist/components/Modal/index.d.ts +8 -0
- package/dist/components/Modal/index.js +7 -0
- package/dist/components/Modal/types.cjs +1 -0
- package/dist/components/Modal/types.d.cts +111 -0
- package/dist/components/Modal/types.d.cts.map +1 -0
- package/dist/components/Modal/types.d.ts +111 -0
- package/dist/components/Modal/types.d.ts.map +1 -0
- package/dist/components/Modal/types.js +1 -0
- package/dist/components/Modal/utils.cjs +59 -0
- package/dist/components/Modal/utils.d.cts +28 -0
- package/dist/components/Modal/utils.d.cts.map +1 -0
- package/dist/components/Modal/utils.d.ts +28 -0
- package/dist/components/Modal/utils.d.ts.map +1 -0
- package/dist/components/Modal/utils.js +56 -0
- package/dist/components/Modal/utils.js.map +1 -0
- package/dist/components/Pagination/Pagination.cjs +75 -0
- package/dist/components/Pagination/Pagination.d.cts +40 -0
- package/dist/components/Pagination/Pagination.d.cts.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +40 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.js +75 -0
- package/dist/components/Pagination/Pagination.js.map +1 -0
- package/dist/components/Pagination/PaginationEllipsis.cjs +64 -0
- package/dist/components/Pagination/PaginationEllipsis.d.cts +21 -0
- package/dist/components/Pagination/PaginationEllipsis.d.cts.map +1 -0
- package/dist/components/Pagination/PaginationEllipsis.d.ts +21 -0
- package/dist/components/Pagination/PaginationEllipsis.d.ts.map +1 -0
- package/dist/components/Pagination/PaginationEllipsis.js +64 -0
- package/dist/components/Pagination/PaginationEllipsis.js.map +1 -0
- package/dist/components/Pagination/PaginationItem.cjs +68 -0
- package/dist/components/Pagination/PaginationItem.d.cts +24 -0
- package/dist/components/Pagination/PaginationItem.d.cts.map +1 -0
- package/dist/components/Pagination/PaginationItem.d.ts +24 -0
- package/dist/components/Pagination/PaginationItem.d.ts.map +1 -0
- package/dist/components/Pagination/PaginationItem.js +68 -0
- package/dist/components/Pagination/PaginationItem.js.map +1 -0
- package/dist/components/Pagination/PaginationLink.cjs +68 -0
- package/dist/components/Pagination/PaginationLink.d.cts +25 -0
- package/dist/components/Pagination/PaginationLink.d.cts.map +1 -0
- package/dist/components/Pagination/PaginationLink.d.ts +25 -0
- package/dist/components/Pagination/PaginationLink.d.ts.map +1 -0
- package/dist/components/Pagination/PaginationLink.js +68 -0
- package/dist/components/Pagination/PaginationLink.js.map +1 -0
- package/dist/components/Pagination/PaginationNext.cjs +72 -0
- package/dist/components/Pagination/PaginationNext.d.cts +24 -0
- package/dist/components/Pagination/PaginationNext.d.cts.map +1 -0
- package/dist/components/Pagination/PaginationNext.d.ts +24 -0
- package/dist/components/Pagination/PaginationNext.d.ts.map +1 -0
- package/dist/components/Pagination/PaginationNext.js +72 -0
- package/dist/components/Pagination/PaginationNext.js.map +1 -0
- package/dist/components/Pagination/PaginationNumbers.cjs +50 -0
- package/dist/components/Pagination/PaginationNumbers.d.cts +23 -0
- package/dist/components/Pagination/PaginationNumbers.d.cts.map +1 -0
- package/dist/components/Pagination/PaginationNumbers.d.ts +23 -0
- package/dist/components/Pagination/PaginationNumbers.d.ts.map +1 -0
- package/dist/components/Pagination/PaginationNumbers.js +50 -0
- package/dist/components/Pagination/PaginationNumbers.js.map +1 -0
- package/dist/components/Pagination/PaginationPrev.cjs +72 -0
- package/dist/components/Pagination/PaginationPrev.d.cts +24 -0
- package/dist/components/Pagination/PaginationPrev.d.cts.map +1 -0
- package/dist/components/Pagination/PaginationPrev.d.ts +24 -0
- package/dist/components/Pagination/PaginationPrev.d.ts.map +1 -0
- package/dist/components/Pagination/PaginationPrev.js +72 -0
- package/dist/components/Pagination/PaginationPrev.js.map +1 -0
- package/dist/components/Pagination/computeVisiblePages.cjs +21 -0
- package/dist/components/Pagination/computeVisiblePages.d.cts +19 -0
- package/dist/components/Pagination/computeVisiblePages.d.cts.map +1 -0
- package/dist/components/Pagination/computeVisiblePages.d.ts +19 -0
- package/dist/components/Pagination/computeVisiblePages.d.ts.map +1 -0
- package/dist/components/Pagination/computeVisiblePages.js +22 -0
- package/dist/components/Pagination/computeVisiblePages.js.map +1 -0
- package/dist/components/Pagination/ellipsisDefault.cjs +28 -0
- package/dist/components/Pagination/ellipsisDefault.d.cts +11 -0
- package/dist/components/Pagination/ellipsisDefault.d.cts.map +1 -0
- package/dist/components/Pagination/ellipsisDefault.d.ts +11 -0
- package/dist/components/Pagination/ellipsisDefault.d.ts.map +1 -0
- package/dist/components/Pagination/ellipsisDefault.js +29 -0
- package/dist/components/Pagination/ellipsisDefault.js.map +1 -0
- package/dist/components/Pagination/ellipsisNone.cjs +24 -0
- package/dist/components/Pagination/ellipsisNone.d.cts +11 -0
- package/dist/components/Pagination/ellipsisNone.d.cts.map +1 -0
- package/dist/components/Pagination/ellipsisNone.d.ts +11 -0
- package/dist/components/Pagination/ellipsisNone.d.ts.map +1 -0
- package/dist/components/Pagination/ellipsisNone.js +25 -0
- package/dist/components/Pagination/ellipsisNone.js.map +1 -0
- package/dist/components/Pagination/index.cjs +18 -0
- package/dist/components/Pagination/index.d.cts +10 -0
- package/dist/components/Pagination/index.d.ts +10 -0
- package/dist/components/Pagination/index.js +10 -0
- package/dist/components/Pagination/paginationContext.cjs +42 -0
- package/dist/components/Pagination/paginationContext.d.cts +34 -0
- package/dist/components/Pagination/paginationContext.d.cts.map +1 -0
- package/dist/components/Pagination/paginationContext.d.ts +34 -0
- package/dist/components/Pagination/paginationContext.d.ts.map +1 -0
- package/dist/components/Pagination/paginationContext.js +38 -0
- package/dist/components/Pagination/paginationContext.js.map +1 -0
- package/dist/components/Pagination/paginationDefaultComponents.cjs +68 -0
- package/dist/components/Pagination/paginationDefaultComponents.d.cts +17 -0
- package/dist/components/Pagination/paginationDefaultComponents.d.cts.map +1 -0
- package/dist/components/Pagination/paginationDefaultComponents.d.ts +17 -0
- package/dist/components/Pagination/paginationDefaultComponents.d.ts.map +1 -0
- package/dist/components/Pagination/paginationDefaultComponents.js +69 -0
- package/dist/components/Pagination/paginationDefaultComponents.js.map +1 -0
- package/dist/components/Pagination/paginationTheme.cjs +67 -0
- package/dist/components/Pagination/paginationTheme.d.cts +28 -0
- package/dist/components/Pagination/paginationTheme.d.cts.map +1 -0
- package/dist/components/Pagination/paginationTheme.d.ts +28 -0
- package/dist/components/Pagination/paginationTheme.d.ts.map +1 -0
- package/dist/components/Pagination/paginationTheme.js +62 -0
- package/dist/components/Pagination/paginationTheme.js.map +1 -0
- package/dist/components/Pagination/range.cjs +10 -0
- package/dist/components/Pagination/range.d.cts +6 -0
- package/dist/components/Pagination/range.d.cts.map +1 -0
- package/dist/components/Pagination/range.d.ts +6 -0
- package/dist/components/Pagination/range.d.ts.map +1 -0
- package/dist/components/Pagination/range.js +11 -0
- package/dist/components/Pagination/range.js.map +1 -0
- package/dist/components/Pagination/usePaginationControlStyles.cjs +78 -0
- package/dist/components/Pagination/usePaginationControlStyles.d.cts +26 -0
- package/dist/components/Pagination/usePaginationControlStyles.d.cts.map +1 -0
- package/dist/components/Pagination/usePaginationControlStyles.d.ts +26 -0
- package/dist/components/Pagination/usePaginationControlStyles.d.ts.map +1 -0
- package/dist/components/Pagination/usePaginationControlStyles.js +78 -0
- package/dist/components/Pagination/usePaginationControlStyles.js.map +1 -0
- package/dist/jest/bun-test-guard.cjs +8 -0
- package/dist/jest/bun-test-guard.d.cts +2 -0
- package/dist/jest/bun-test-guard.d.ts +2 -0
- package/dist/jest/bun-test-guard.js +10 -0
- package/dist/jest/bun-test-guard.js.map +1 -0
- package/dist/jest/mocks/gesture-handler.cjs +29 -0
- package/dist/jest/mocks/gesture-handler.d.cts +27 -2
- package/dist/jest/mocks/gesture-handler.d.cts.map +1 -1
- package/dist/jest/mocks/gesture-handler.d.ts +27 -2
- package/dist/jest/mocks/gesture-handler.d.ts.map +1 -1
- package/dist/jest/mocks/gesture-handler.js +22 -1
- package/dist/jest/mocks/gesture-handler.js.map +1 -1
- package/dist/jest/mocks/styles.cjs +62 -0
- package/dist/jest/mocks/styles.d.cts +4 -2
- package/dist/jest/mocks/styles.d.cts.map +1 -1
- package/dist/jest/mocks/styles.d.ts +4 -2
- package/dist/jest/mocks/styles.d.ts.map +1 -1
- package/dist/jest/mocks/styles.js +61 -1
- package/dist/jest/mocks/styles.js.map +1 -1
- package/dist/jest/setup.cjs +8 -28
- package/dist/jest/setup.d.cts.map +1 -1
- package/dist/jest/setup.d.ts.map +1 -1
- package/dist/jest/setup.js +8 -28
- package/dist/jest/setup.js.map +1 -1
- package/dist/types/dist/index.d.cts +83 -1
- package/dist/types/dist/index.d.cts.map +1 -1
- package/dist/types/dist/index.d.ts +83 -1
- package/dist/types/dist/index.d.ts.map +1 -1
- package/generated/styles.cjs +75 -0
- package/generated/styles.d.ts +29 -0
- package/generated/styles.mjs +75 -0
- package/generated/unistyles.d.ts +69 -0
- package/package.json +21 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
declare namespace styles_d_exports {
|
|
3
|
-
export { StyleProps, avatarStyles, badgeStyles, bottomSheetStyles, buttonStyles, checkboxStyles, chipStyles, dividerStyles, iconButtonStyles, inputStyles, linkStyles, popoverStyles, radioStyles, scrimStyles, styles, switchStyles, tabsStyles, textStyles, toastStyles };
|
|
3
|
+
export { StyleProps, avatarStyles, badgeStyles, bottomSheetStyles, buttonStyles, checkboxStyles, chipStyles, dividerStyles, iconButtonStyles, inputStyles, linkStyles, modalStyles, paginationStyles, popoverStyles, radioStyles, scrimStyles, styles, switchStyles, tabsStyles, textStyles, toastStyles };
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
6
|
* Jest mock for generated/styles.
|
|
@@ -25,7 +25,9 @@ declare const bottomSheetStyles: Record<string, unknown>;
|
|
|
25
25
|
declare const scrimStyles: Record<string, unknown>;
|
|
26
26
|
declare const popoverStyles: Record<string, unknown>;
|
|
27
27
|
declare const tabsStyles: Record<string, unknown>;
|
|
28
|
+
declare const paginationStyles: Record<string, unknown>;
|
|
28
29
|
declare const toastStyles: Record<string, unknown>;
|
|
30
|
+
declare const modalStyles: Record<string, unknown>;
|
|
29
31
|
interface StyleProps {
|
|
30
32
|
color?: string;
|
|
31
33
|
backgroundColor?: string;
|
|
@@ -35,5 +37,5 @@ interface StyleProps {
|
|
|
35
37
|
[key: string]: unknown;
|
|
36
38
|
}
|
|
37
39
|
//#endregion
|
|
38
|
-
export { StyleProps, avatarStyles, badgeStyles, bottomSheetStyles, buttonStyles, checkboxStyles, chipStyles, dividerStyles, iconButtonStyles, inputStyles, linkStyles, popoverStyles, radioStyles, scrimStyles, styles, styles_d_exports, switchStyles, tabsStyles, textStyles, toastStyles };
|
|
40
|
+
export { StyleProps, avatarStyles, badgeStyles, bottomSheetStyles, buttonStyles, checkboxStyles, chipStyles, dividerStyles, iconButtonStyles, inputStyles, linkStyles, modalStyles, paginationStyles, popoverStyles, radioStyles, scrimStyles, styles, styles_d_exports, switchStyles, tabsStyles, textStyles, toastStyles };
|
|
39
41
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","names":[],"sources":["../../../src/jest/mocks/styles.ts"],"mappings":";;;;;;;;;;cAyGa,MAAA,EAAM,MAAA;AAAA,cAKN,YAAA,EAAY,MAAA;AAAA,cAgCZ,UAAA,EAAU,MAAA;AAAA,cAUV,WAAA,EAAW,MAAA;AAAA,cAuCX,cAAA,EAAc,MAAA;AAAA,cAwBd,YAAA,EAAY,MAAA;AAAA,cA4BZ,YAAA,EAAY,MAAA;AAAA,cAqBZ,WAAA,EAAW,MAAA;AAAA,cAmBX,UAAA,EAAU,MAAA;AAAA,cAsBV,aAAA,EAAa,MAAA;AAAA,cAiBb,UAAA,EAAU,MAAA;AAAA,cAgBV,WAAA,EAAW,MAAA;AAAA,cA8BX,gBAAA,EAAgB,MAAA;AAAA,cAehB,iBAAA,EAAiB,MAAA;AAAA,cA0BjB,WAAA,EAAW,MAAA;AAAA,cASX,aAAA,EAAa,MAAA;AAAA,cAmCb,UAAA,EAAU,MAAA;AAAA,cASV,WAAA,EAAW,MAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","names":[],"sources":["../../../src/jest/mocks/styles.ts"],"mappings":";;;;;;;;;;cAyGa,MAAA,EAAM,MAAA;AAAA,cAKN,YAAA,EAAY,MAAA;AAAA,cAgCZ,UAAA,EAAU,MAAA;AAAA,cAUV,WAAA,EAAW,MAAA;AAAA,cAuCX,cAAA,EAAc,MAAA;AAAA,cAwBd,YAAA,EAAY,MAAA;AAAA,cA4BZ,YAAA,EAAY,MAAA;AAAA,cAqBZ,WAAA,EAAW,MAAA;AAAA,cAmBX,UAAA,EAAU,MAAA;AAAA,cAsBV,aAAA,EAAa,MAAA;AAAA,cAiBb,UAAA,EAAU,MAAA;AAAA,cAgBV,WAAA,EAAW,MAAA;AAAA,cA8BX,gBAAA,EAAgB,MAAA;AAAA,cAehB,iBAAA,EAAiB,MAAA;AAAA,cA0BjB,WAAA,EAAW,MAAA;AAAA,cASX,aAAA,EAAa,MAAA;AAAA,cAmCb,UAAA,EAAU,MAAA;AAAA,cASV,gBAAA,EAAgB,MAAA;AAAA,cAuBhB,WAAA,EAAW,MAAA;AAAA,cAuCX,WAAA,EAAW,MAAA;AAAA,UAiDP,UAAA;EACf,KAAA;EACA,eAAA;EACA,WAAA;EACA,WAAA;EACA,YAAA;EAAA,CACC,GAAA;AAAA"}
|
|
@@ -12,6 +12,8 @@ var styles_exports = /* @__PURE__ */ __exportAll({
|
|
|
12
12
|
iconButtonStyles: () => iconButtonStyles,
|
|
13
13
|
inputStyles: () => inputStyles,
|
|
14
14
|
linkStyles: () => linkStyles,
|
|
15
|
+
modalStyles: () => modalStyles,
|
|
16
|
+
paginationStyles: () => paginationStyles,
|
|
15
17
|
popoverStyles: () => popoverStyles,
|
|
16
18
|
radioStyles: () => radioStyles,
|
|
17
19
|
scrimStyles: () => scrimStyles,
|
|
@@ -381,6 +383,27 @@ const tabsStyles = createComponentStyles({ root: {
|
|
|
381
383
|
alignItems: "center",
|
|
382
384
|
gap: 8
|
|
383
385
|
} });
|
|
386
|
+
const paginationStyles = createComponentStyles({
|
|
387
|
+
root: {
|
|
388
|
+
flexDirection: "row",
|
|
389
|
+
alignItems: "center",
|
|
390
|
+
gap: 4
|
|
391
|
+
},
|
|
392
|
+
item: {
|
|
393
|
+
alignItems: "center",
|
|
394
|
+
justifyContent: "center",
|
|
395
|
+
padding: 8,
|
|
396
|
+
borderRadius: 999
|
|
397
|
+
},
|
|
398
|
+
text: {
|
|
399
|
+
fontSize: 14,
|
|
400
|
+
lineHeight: 16
|
|
401
|
+
},
|
|
402
|
+
icon: {
|
|
403
|
+
fontSize: 16,
|
|
404
|
+
lineHeight: 16
|
|
405
|
+
}
|
|
406
|
+
});
|
|
384
407
|
const toastStyles = createComponentStyles({
|
|
385
408
|
root: {
|
|
386
409
|
alignItems: "center",
|
|
@@ -416,7 +439,44 @@ const toastStyles = createComponentStyles({
|
|
|
416
439
|
lineHeight: 20
|
|
417
440
|
}
|
|
418
441
|
});
|
|
442
|
+
const modalStyles = createComponentStyles({
|
|
443
|
+
root: {
|
|
444
|
+
backgroundBlurColor: "rgba(255, 255, 255, 0.9)",
|
|
445
|
+
backgroundBlurRadius: 0,
|
|
446
|
+
backgroundColor: "#FFFFFF",
|
|
447
|
+
borderColor: "#E0E0E0",
|
|
448
|
+
borderRadius: 16,
|
|
449
|
+
borderWidth: 1,
|
|
450
|
+
boxShadow: "",
|
|
451
|
+
paddingVertical: 32
|
|
452
|
+
},
|
|
453
|
+
actions: { gap: 12 },
|
|
454
|
+
closeIcon: {
|
|
455
|
+
color: "#000000",
|
|
456
|
+
fontSize: 24,
|
|
457
|
+
iconSizeToken: "md",
|
|
458
|
+
lineHeight: 24
|
|
459
|
+
},
|
|
460
|
+
closeIconContainer: { padding: 8 },
|
|
461
|
+
description: {
|
|
462
|
+
color: "#000000",
|
|
463
|
+
fontFamily: "YahooProductSans-Regular",
|
|
464
|
+
fontSize: 18,
|
|
465
|
+
letterSpacing: 0,
|
|
466
|
+
lineHeight: 28
|
|
467
|
+
},
|
|
468
|
+
scrim: { padding: 32 },
|
|
469
|
+
spacingHorizontal: { paddingHorizontal: 32 },
|
|
470
|
+
title: {
|
|
471
|
+
color: "#000000",
|
|
472
|
+
fontFamily: "YahooProductSans-Medium",
|
|
473
|
+
fontSize: 28,
|
|
474
|
+
letterSpacing: 0,
|
|
475
|
+
lineHeight: 36
|
|
476
|
+
},
|
|
477
|
+
titleDescriptionWrapper: { gap: 8 }
|
|
478
|
+
});
|
|
419
479
|
//#endregion
|
|
420
|
-
export { avatarStyles, badgeStyles, bottomSheetStyles, buttonStyles, checkboxStyles, chipStyles, dividerStyles, iconButtonStyles, inputStyles, linkStyles, popoverStyles, radioStyles, scrimStyles, styles, styles_exports, switchStyles, tabsStyles, textStyles, toastStyles };
|
|
480
|
+
export { avatarStyles, badgeStyles, bottomSheetStyles, buttonStyles, checkboxStyles, chipStyles, dividerStyles, iconButtonStyles, inputStyles, linkStyles, modalStyles, paginationStyles, popoverStyles, radioStyles, scrimStyles, styles, styles_exports, switchStyles, tabsStyles, textStyles, toastStyles };
|
|
421
481
|
|
|
422
482
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","names":[],"sources":["../../../src/jest/mocks/styles.ts"],"sourcesContent":["/**\n * Jest mock for generated/styles.\n *\n * Provides proxy-based mocks for the generated style objects\n * (styles, buttonStyles, etc.) with useVariants as a no-op.\n */\n\n/// <reference types=\"jest\" />\n\n// Default style values for foundation\nconst defaultFoundation = {\n // Layout\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'stretch',\n justifyContent: 'flex-start',\n // Spacing\n padding: 0,\n paddingHorizontal: 0,\n paddingVertical: 0,\n margin: 0,\n gap: 0,\n // Colors\n backgroundColor: 'transparent',\n color: '#000000',\n borderColor: 'transparent',\n // Border\n borderWidth: 0,\n borderRadius: 0,\n // Typography\n fontFamily: 'System',\n fontSize: 14,\n lineHeight: 20,\n fontWeight: 'regular',\n // Effects\n opacity: 1,\n boxShadow: '',\n};\n\n// Create a style object with useVariants attached\nfunction createStyleObject(baseStyles: Record<string, unknown> = {}) {\n const proxy = new Proxy(\n { ...defaultFoundation, ...baseStyles, useVariants: jest.fn() },\n {\n get(target, prop) {\n if (prop === 'useVariants') {\n return jest.fn();\n }\n if (prop in target) {\n return target[prop as keyof typeof target];\n }\n // Return sensible defaults for unknown properties\n if (typeof prop === 'string') {\n if (prop.includes('color') || prop.includes('Color')) {\n return '#000000';\n }\n if (prop.includes('width') || prop.includes('Width')) {\n return 0;\n }\n if (prop.includes('radius') || prop.includes('Radius')) {\n return 0;\n }\n if (prop.includes('size') || prop.includes('Size')) {\n return 16;\n }\n if (prop.includes('spacing') || prop.includes('Spacing')) {\n return 0;\n }\n if (prop.includes('gap') || prop.includes('Gap')) {\n return 0;\n }\n }\n return undefined;\n },\n },\n );\n return proxy;\n}\n\n// Create a component style object (like buttonStyles) with multiple style keys\nfunction createComponentStyles(styleKeys: Record<string, Record<string, unknown>>) {\n const result: Record<string, unknown> = { useVariants: jest.fn() };\n\n for (const [key, baseStyles] of Object.entries(styleKeys)) {\n result[key] = createStyleObject(baseStyles);\n }\n\n return new Proxy(result, {\n get(target, prop) {\n if (prop === 'useVariants') {\n return jest.fn();\n }\n if (prop in target) {\n return target[prop as keyof typeof target];\n }\n // Return a default style object for any unknown key\n if (typeof prop === 'string') {\n return createStyleObject();\n }\n return undefined;\n },\n });\n}\n\n// Main styles export\nexport const styles = createComponentStyles({\n foundation: defaultFoundation,\n});\n\n// Button styles\nexport const buttonStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n gap: 8,\n paddingHorizontal: 16,\n paddingVertical: 10,\n backgroundColor: '#6001D2',\n borderRadius: 8,\n borderWidth: 0,\n borderColor: 'transparent',\n opacity: 1,\n boxShadow: '',\n },\n text: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n letterSpacing: 0,\n lineHeight: 20,\n color: '#FFFFFF',\n },\n icon: {\n fontSize: 16,\n iconSizeToken: 'sm',\n lineHeight: 16,\n color: '#FFFFFF',\n },\n});\n\n// Text styles\nexport const textStyles = createComponentStyles({\n root: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// Input styles\nexport const inputStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n },\n label: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n inputContainer: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n paddingHorizontal: 12,\n paddingVertical: 10,\n backgroundColor: '#FFFFFF',\n borderRadius: 8,\n borderWidth: 1,\n borderColor: '#E0E0E0',\n },\n input: {\n flex: 1,\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 16,\n lineHeight: 24,\n color: '#000000',\n },\n helperText: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 12,\n lineHeight: 16,\n color: '#666666',\n },\n});\n\n// Checkbox styles\nexport const checkboxStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8,\n },\n box: {\n width: 20,\n height: 20,\n borderRadius: 4,\n borderWidth: 2,\n borderColor: '#6001D2',\n backgroundColor: 'transparent',\n },\n label: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// Switch styles\nexport const switchStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8,\n },\n track: {\n width: 48,\n height: 28,\n borderRadius: 14,\n backgroundColor: '#E0E0E0',\n },\n thumb: {\n width: 24,\n height: 24,\n borderRadius: 12,\n backgroundColor: '#FFFFFF',\n },\n label: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// Avatar styles\nexport const avatarStyles = createComponentStyles({\n root: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n borderRadius: 9999,\n backgroundColor: '#E0E0E0',\n overflow: 'hidden',\n },\n image: {\n width: '100%',\n height: '100%',\n },\n initials: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n color: '#000000',\n },\n});\n\n// Badge styles\nexport const badgeStyles = createComponentStyles({\n root: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n paddingHorizontal: 8,\n paddingVertical: 2,\n borderRadius: 4,\n backgroundColor: '#E0E0E0',\n },\n text: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 12,\n lineHeight: 16,\n color: '#000000',\n },\n});\n\n// Chip styles\nexport const chipStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 4,\n paddingHorizontal: 12,\n paddingVertical: 6,\n borderRadius: 16,\n backgroundColor: '#F5F5F5',\n borderWidth: 1,\n borderColor: '#E0E0E0',\n },\n text: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// Divider styles\nexport const dividerStyles = createComponentStyles({\n root: {\n gap: 8,\n },\n label: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 12,\n lineHeight: 16,\n color: '#000000',\n },\n line: {\n borderWidth: 1,\n borderColor: '#E0E0E0',\n },\n});\n\n// Link styles\nexport const linkStyles = createComponentStyles({\n root: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 4,\n },\n text: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#6001D2',\n textDecorationLine: 'underline',\n },\n});\n\n// Radio styles\nexport const radioStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8,\n },\n circle: {\n width: 20,\n height: 20,\n borderRadius: 10,\n borderWidth: 2,\n borderColor: '#6001D2',\n backgroundColor: 'transparent',\n },\n dot: {\n width: 10,\n height: 10,\n borderRadius: 5,\n backgroundColor: '#6001D2',\n },\n label: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// IconButton styles\nexport const iconButtonStyles = createComponentStyles({\n root: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n borderRadius: 8,\n backgroundColor: 'transparent',\n },\n icon: {\n fontSize: 24,\n color: '#000000',\n },\n});\n\n// BottomSheet styles\nexport const bottomSheetStyles = createComponentStyles({\n root: {\n backgroundColor: '#ffffff',\n backgroundBlurColor: '#ffffff',\n backgroundBlurRadius: 0,\n borderColor: '#e0e0e0',\n borderWidth: 1,\n borderRadius: 16,\n paddingHorizontal: 16,\n paddingVertical: 8,\n marginHorizontal: 8,\n marginBottom: 8,\n },\n header: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 16,\n letterSpacing: 0,\n lineHeight: 20,\n color: '#000000',\n },\n handleIndicator: {\n backgroundColor: '#999999',\n },\n});\n\n// Scrim styles\nexport const scrimStyles = createComponentStyles({\n root: {\n backgroundColor: '#000000',\n opacity: 0.2,\n backgroundBlurRadius: 0,\n },\n});\n\n// Popover styles\nexport const popoverStyles = createComponentStyles({\n root: {\n boxShadow: '0px 8px 16px rgba(0, 0, 0, 0.12)',\n },\n blur: {\n backgroundBlurRadius: 0,\n },\n closeIcon: {\n fontSize: 16,\n iconSizeToken: 'sm',\n lineHeight: 16,\n color: '#000000',\n },\n closeIconContainer: {\n padding: 8,\n },\n contentWrapper: {\n gap: 8,\n paddingHorizontal: 16,\n paddingVertical: 16,\n },\n svgBase: {\n borderRadius: 16,\n backgroundBlurColor: '#ffffff',\n backgroundBlurRadius: 0,\n backgroundColor: '#ffffff',\n backgroundOpacity: 1,\n },\n svgBorder: {\n borderColor: '#e0e0e0',\n borderWidth: 1,\n },\n});\n\n// Tabs (tab list chrome)\nexport const tabsStyles = createComponentStyles({\n root: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8,\n },\n});\n\n// Toast styles\nexport const toastStyles = createComponentStyles({\n root: {\n alignItems: 'center',\n backgroundBlurColor: 'rgba(255, 255, 255, 0.9)',\n backgroundBlurRadius: 0,\n backgroundColor: '#FFFFFF',\n borderColor: '#E0E0E0',\n borderRadius: 12,\n borderWidth: 1,\n boxShadow: '',\n flexDirection: 'row',\n gap: 8,\n paddingHorizontal: 12,\n paddingVertical: 10,\n },\n text: {\n color: '#000000',\n },\n icon: {\n color: '#000000',\n fontSize: 16,\n iconSizeToken: 'md',\n lineHeight: 16,\n },\n closeIcon: {\n color: '#000000',\n fontSize: 12,\n iconSizeToken: 'sm',\n lineHeight: 12,\n },\n label: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n letterSpacing: 0,\n lineHeight: 20,\n },\n});\n\n// Type for StyleProps\nexport interface StyleProps {\n color?: string;\n backgroundColor?: string;\n borderColor?: string;\n borderWidth?: number;\n borderRadius?: number;\n [key: string]: unknown;\n}\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"styles.js","names":[],"sources":["../../../src/jest/mocks/styles.ts"],"sourcesContent":["/**\n * Jest mock for generated/styles.\n *\n * Provides proxy-based mocks for the generated style objects\n * (styles, buttonStyles, etc.) with useVariants as a no-op.\n */\n\n/// <reference types=\"jest\" />\n\n// Default style values for foundation\nconst defaultFoundation = {\n // Layout\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'stretch',\n justifyContent: 'flex-start',\n // Spacing\n padding: 0,\n paddingHorizontal: 0,\n paddingVertical: 0,\n margin: 0,\n gap: 0,\n // Colors\n backgroundColor: 'transparent',\n color: '#000000',\n borderColor: 'transparent',\n // Border\n borderWidth: 0,\n borderRadius: 0,\n // Typography\n fontFamily: 'System',\n fontSize: 14,\n lineHeight: 20,\n fontWeight: 'regular',\n // Effects\n opacity: 1,\n boxShadow: '',\n};\n\n// Create a style object with useVariants attached\nfunction createStyleObject(baseStyles: Record<string, unknown> = {}) {\n const proxy = new Proxy(\n { ...defaultFoundation, ...baseStyles, useVariants: jest.fn() },\n {\n get(target, prop) {\n if (prop === 'useVariants') {\n return jest.fn();\n }\n if (prop in target) {\n return target[prop as keyof typeof target];\n }\n // Return sensible defaults for unknown properties\n if (typeof prop === 'string') {\n if (prop.includes('color') || prop.includes('Color')) {\n return '#000000';\n }\n if (prop.includes('width') || prop.includes('Width')) {\n return 0;\n }\n if (prop.includes('radius') || prop.includes('Radius')) {\n return 0;\n }\n if (prop.includes('size') || prop.includes('Size')) {\n return 16;\n }\n if (prop.includes('spacing') || prop.includes('Spacing')) {\n return 0;\n }\n if (prop.includes('gap') || prop.includes('Gap')) {\n return 0;\n }\n }\n return undefined;\n },\n },\n );\n return proxy;\n}\n\n// Create a component style object (like buttonStyles) with multiple style keys\nfunction createComponentStyles(styleKeys: Record<string, Record<string, unknown>>) {\n const result: Record<string, unknown> = { useVariants: jest.fn() };\n\n for (const [key, baseStyles] of Object.entries(styleKeys)) {\n result[key] = createStyleObject(baseStyles);\n }\n\n return new Proxy(result, {\n get(target, prop) {\n if (prop === 'useVariants') {\n return jest.fn();\n }\n if (prop in target) {\n return target[prop as keyof typeof target];\n }\n // Return a default style object for any unknown key\n if (typeof prop === 'string') {\n return createStyleObject();\n }\n return undefined;\n },\n });\n}\n\n// Main styles export\nexport const styles = createComponentStyles({\n foundation: defaultFoundation,\n});\n\n// Button styles\nexport const buttonStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n gap: 8,\n paddingHorizontal: 16,\n paddingVertical: 10,\n backgroundColor: '#6001D2',\n borderRadius: 8,\n borderWidth: 0,\n borderColor: 'transparent',\n opacity: 1,\n boxShadow: '',\n },\n text: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n letterSpacing: 0,\n lineHeight: 20,\n color: '#FFFFFF',\n },\n icon: {\n fontSize: 16,\n iconSizeToken: 'sm',\n lineHeight: 16,\n color: '#FFFFFF',\n },\n});\n\n// Text styles\nexport const textStyles = createComponentStyles({\n root: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// Input styles\nexport const inputStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n },\n label: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n inputContainer: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n paddingHorizontal: 12,\n paddingVertical: 10,\n backgroundColor: '#FFFFFF',\n borderRadius: 8,\n borderWidth: 1,\n borderColor: '#E0E0E0',\n },\n input: {\n flex: 1,\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 16,\n lineHeight: 24,\n color: '#000000',\n },\n helperText: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 12,\n lineHeight: 16,\n color: '#666666',\n },\n});\n\n// Checkbox styles\nexport const checkboxStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8,\n },\n box: {\n width: 20,\n height: 20,\n borderRadius: 4,\n borderWidth: 2,\n borderColor: '#6001D2',\n backgroundColor: 'transparent',\n },\n label: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// Switch styles\nexport const switchStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8,\n },\n track: {\n width: 48,\n height: 28,\n borderRadius: 14,\n backgroundColor: '#E0E0E0',\n },\n thumb: {\n width: 24,\n height: 24,\n borderRadius: 12,\n backgroundColor: '#FFFFFF',\n },\n label: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// Avatar styles\nexport const avatarStyles = createComponentStyles({\n root: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n borderRadius: 9999,\n backgroundColor: '#E0E0E0',\n overflow: 'hidden',\n },\n image: {\n width: '100%',\n height: '100%',\n },\n initials: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n color: '#000000',\n },\n});\n\n// Badge styles\nexport const badgeStyles = createComponentStyles({\n root: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n paddingHorizontal: 8,\n paddingVertical: 2,\n borderRadius: 4,\n backgroundColor: '#E0E0E0',\n },\n text: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 12,\n lineHeight: 16,\n color: '#000000',\n },\n});\n\n// Chip styles\nexport const chipStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 4,\n paddingHorizontal: 12,\n paddingVertical: 6,\n borderRadius: 16,\n backgroundColor: '#F5F5F5',\n borderWidth: 1,\n borderColor: '#E0E0E0',\n },\n text: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// Divider styles\nexport const dividerStyles = createComponentStyles({\n root: {\n gap: 8,\n },\n label: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 12,\n lineHeight: 16,\n color: '#000000',\n },\n line: {\n borderWidth: 1,\n borderColor: '#E0E0E0',\n },\n});\n\n// Link styles\nexport const linkStyles = createComponentStyles({\n root: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 4,\n },\n text: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#6001D2',\n textDecorationLine: 'underline',\n },\n});\n\n// Radio styles\nexport const radioStyles = createComponentStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8,\n },\n circle: {\n width: 20,\n height: 20,\n borderRadius: 10,\n borderWidth: 2,\n borderColor: '#6001D2',\n backgroundColor: 'transparent',\n },\n dot: {\n width: 10,\n height: 10,\n borderRadius: 5,\n backgroundColor: '#6001D2',\n },\n label: {\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 14,\n lineHeight: 20,\n color: '#000000',\n },\n});\n\n// IconButton styles\nexport const iconButtonStyles = createComponentStyles({\n root: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n borderRadius: 8,\n backgroundColor: 'transparent',\n },\n icon: {\n fontSize: 24,\n color: '#000000',\n },\n});\n\n// BottomSheet styles\nexport const bottomSheetStyles = createComponentStyles({\n root: {\n backgroundColor: '#ffffff',\n backgroundBlurColor: '#ffffff',\n backgroundBlurRadius: 0,\n borderColor: '#e0e0e0',\n borderWidth: 1,\n borderRadius: 16,\n paddingHorizontal: 16,\n paddingVertical: 8,\n marginHorizontal: 8,\n marginBottom: 8,\n },\n header: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 16,\n letterSpacing: 0,\n lineHeight: 20,\n color: '#000000',\n },\n handleIndicator: {\n backgroundColor: '#999999',\n },\n});\n\n// Scrim styles\nexport const scrimStyles = createComponentStyles({\n root: {\n backgroundColor: '#000000',\n opacity: 0.2,\n backgroundBlurRadius: 0,\n },\n});\n\n// Popover styles\nexport const popoverStyles = createComponentStyles({\n root: {\n boxShadow: '0px 8px 16px rgba(0, 0, 0, 0.12)',\n },\n blur: {\n backgroundBlurRadius: 0,\n },\n closeIcon: {\n fontSize: 16,\n iconSizeToken: 'sm',\n lineHeight: 16,\n color: '#000000',\n },\n closeIconContainer: {\n padding: 8,\n },\n contentWrapper: {\n gap: 8,\n paddingHorizontal: 16,\n paddingVertical: 16,\n },\n svgBase: {\n borderRadius: 16,\n backgroundBlurColor: '#ffffff',\n backgroundBlurRadius: 0,\n backgroundColor: '#ffffff',\n backgroundOpacity: 1,\n },\n svgBorder: {\n borderColor: '#e0e0e0',\n borderWidth: 1,\n },\n});\n\n// Tabs (tab list chrome)\nexport const tabsStyles = createComponentStyles({\n root: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 8,\n },\n});\n\n// Pagination styles\nexport const paginationStyles = createComponentStyles({\n root: {\n flexDirection: 'row',\n alignItems: 'center',\n gap: 4,\n },\n item: {\n alignItems: 'center',\n justifyContent: 'center',\n padding: 8,\n borderRadius: 999,\n },\n text: {\n fontSize: 14,\n lineHeight: 16,\n },\n icon: {\n fontSize: 16,\n lineHeight: 16,\n },\n});\n\n// Toast styles\nexport const toastStyles = createComponentStyles({\n root: {\n alignItems: 'center',\n backgroundBlurColor: 'rgba(255, 255, 255, 0.9)',\n backgroundBlurRadius: 0,\n backgroundColor: '#FFFFFF',\n borderColor: '#E0E0E0',\n borderRadius: 12,\n borderWidth: 1,\n boxShadow: '',\n flexDirection: 'row',\n gap: 8,\n paddingHorizontal: 12,\n paddingVertical: 10,\n },\n text: {\n color: '#000000',\n },\n icon: {\n color: '#000000',\n fontSize: 16,\n iconSizeToken: 'md',\n lineHeight: 16,\n },\n closeIcon: {\n color: '#000000',\n fontSize: 12,\n iconSizeToken: 'sm',\n lineHeight: 12,\n },\n label: {\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 14,\n letterSpacing: 0,\n lineHeight: 20,\n },\n});\n\n// Modal styles\nexport const modalStyles = createComponentStyles({\n root: {\n backgroundBlurColor: 'rgba(255, 255, 255, 0.9)',\n backgroundBlurRadius: 0,\n backgroundColor: '#FFFFFF',\n borderColor: '#E0E0E0',\n borderRadius: 16,\n borderWidth: 1,\n boxShadow: '',\n paddingVertical: 32,\n },\n actions: {\n gap: 12,\n },\n closeIcon: {\n color: '#000000',\n fontSize: 24,\n iconSizeToken: 'md',\n lineHeight: 24,\n },\n closeIconContainer: {\n padding: 8,\n },\n description: {\n color: '#000000',\n fontFamily: 'YahooProductSans-Regular',\n fontSize: 18,\n letterSpacing: 0,\n lineHeight: 28,\n },\n scrim: {\n padding: 32,\n },\n spacingHorizontal: {\n paddingHorizontal: 32,\n },\n title: {\n color: '#000000',\n fontFamily: 'YahooProductSans-Medium',\n fontSize: 28,\n letterSpacing: 0,\n lineHeight: 36,\n },\n titleDescriptionWrapper: {\n gap: 8,\n },\n});\n\n// Type for StyleProps\nexport interface StyleProps {\n color?: string;\n backgroundColor?: string;\n borderColor?: string;\n borderWidth?: number;\n borderRadius?: number;\n [key: string]: unknown;\n}\n"],"mappings":"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Aa;EACb,cAAc;EACd,aAAa;EACb,WAAW;EACX,eAAe;EACf,KAAK;EACL,mBAAmB;EACnB,iBAAiB;EAClB;CACD,MAAM,EACJ,OAAO,WACR;CACD,MAAM;EACJ,OAAO;EACP,UAAU;EACV,eAAe;EACf,YAAY;EACb;CACD,WAAW;EACT,OAAO;EACP,UAAU;EACV,eAAe;EACf,YAAY;EACb;CACD,OAAO;EACL,YAAY;EACZ,UAAU;EACV,eAAe;EACf,YAAY;EACb;CACF,CAAC;AAGF,MAAa,cAAc,sBAAsB;CAC/C,MAAM;EACJ,qBAAqB;EACrB,sBAAsB;EACtB,iBAAiB;EACjB,aAAa;EACb,cAAc;EACd,aAAa;EACb,WAAW;EACX,iBAAiB;EAClB;CACD,SAAS,EACP,KAAK,IACN;CACD,WAAW;EACT,OAAO;EACP,UAAU;EACV,eAAe;EACf,YAAY;EACb;CACD,oBAAoB,EAClB,SAAS,GACV;CACD,aAAa;EACX,OAAO;EACP,YAAY;EACZ,UAAU;EACV,eAAe;EACf,YAAY;EACb;CACD,OAAO,EACL,SAAS,IACV;CACD,mBAAmB,EACjB,mBAAmB,IACpB;CACD,OAAO;EACL,OAAO;EACP,YAAY;EACZ,UAAU;EACV,eAAe;EACf,YAAY;EACb;CACD,yBAAyB,EACvB,KAAK,GACN;CACF,CAAC"}
|
package/dist/jest/setup.cjs
CHANGED
|
@@ -4,10 +4,17 @@ const require_jest_mocks_icons = require("./mocks/icons.cjs");
|
|
|
4
4
|
const require_jest_mocks_reanimated = require("./mocks/reanimated.cjs");
|
|
5
5
|
const require_jest_mocks_svg = require("./mocks/svg.cjs");
|
|
6
6
|
const require_jest_mocks_unistyles = require("./mocks/unistyles.cjs");
|
|
7
|
+
const require_jest_mocks_gesture_handler = require("./mocks/gesture-handler.cjs");
|
|
7
8
|
//#region src/jest/setup.ts
|
|
8
9
|
let isSetup = false;
|
|
10
|
+
function setupAnimationFrame() {
|
|
11
|
+
const testGlobal = globalThis;
|
|
12
|
+
testGlobal.requestAnimationFrame ??= (callback) => setTimeout(() => callback(Date.now()), 0);
|
|
13
|
+
testGlobal.cancelAnimationFrame ??= (handle) => clearTimeout(handle);
|
|
14
|
+
}
|
|
9
15
|
function setupUDSMobileJest() {
|
|
10
16
|
if (isSetup) return;
|
|
17
|
+
setupAnimationFrame();
|
|
11
18
|
globalThis.expo = { modules: { UDSScreenCornerRadius: {
|
|
12
19
|
getCornerRadiusSync: () => 0,
|
|
13
20
|
getCornerRadius: async () => 0
|
|
@@ -32,34 +39,7 @@ function setupUDSMobileJest() {
|
|
|
32
39
|
const mockReact = jest.requireActual("react");
|
|
33
40
|
return { FullWindowOverlay: ({ children }) => mockReact.createElement("FullWindowOverlay", null, children) };
|
|
34
41
|
});
|
|
35
|
-
jest.mock("react-native-gesture-handler", () =>
|
|
36
|
-
const mockReact = jest.requireActual("react");
|
|
37
|
-
const createGesture = () => ({
|
|
38
|
-
enabled: jest.fn().mockReturnThis(),
|
|
39
|
-
onBegin: jest.fn().mockReturnThis(),
|
|
40
|
-
onChange: jest.fn().mockReturnThis(),
|
|
41
|
-
onEnd: jest.fn().mockReturnThis(),
|
|
42
|
-
onFinalize: jest.fn().mockReturnThis(),
|
|
43
|
-
onStart: jest.fn().mockReturnThis(),
|
|
44
|
-
onTouchesDown: jest.fn().mockReturnThis(),
|
|
45
|
-
onTouchesMove: jest.fn().mockReturnThis(),
|
|
46
|
-
onUpdate: jest.fn().mockReturnThis(),
|
|
47
|
-
manualActivation: jest.fn().mockReturnThis(),
|
|
48
|
-
minDistance: jest.fn().mockReturnThis(),
|
|
49
|
-
runOnJS: jest.fn().mockReturnThis(),
|
|
50
|
-
simultaneousWithExternalGesture: jest.fn().mockReturnThis(),
|
|
51
|
-
withRef: jest.fn().mockReturnThis()
|
|
52
|
-
});
|
|
53
|
-
return {
|
|
54
|
-
Gesture: {
|
|
55
|
-
Native: createGesture,
|
|
56
|
-
Pan: createGesture,
|
|
57
|
-
Tap: createGesture
|
|
58
|
-
},
|
|
59
|
-
GestureDetector: ({ children }) => children,
|
|
60
|
-
GestureHandlerRootView: ({ children, ...props }) => mockReact.createElement("GestureHandlerRootView", props, children)
|
|
61
|
-
};
|
|
62
|
-
});
|
|
42
|
+
jest.mock("react-native-gesture-handler", () => require_jest_mocks_gesture_handler.gesture_handler_exports);
|
|
63
43
|
jest.mock("react-native-svg", () => require_jest_mocks_svg.svg_exports);
|
|
64
44
|
jest.mock("@yahoo/uds-icons/glyphMap", () => ({
|
|
65
45
|
glyphMap: require_jest_mocks_icons.glyphMap,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup.d.cts","names":[],"sources":["../../src/jest/setup.ts"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"setup.d.cts","names":[],"sources":["../../src/jest/setup.ts"],"mappings":";;;AA6BA;;iBAAgB,kBAAA,CAAA;;iBA8DA,eAAA,CAAA"}
|
package/dist/jest/setup.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup.d.ts","names":[],"sources":["../../src/jest/setup.ts"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"setup.d.ts","names":[],"sources":["../../src/jest/setup.ts"],"mappings":";;;AA6BA;;iBAAgB,kBAAA,CAAA;;iBA8DA,eAAA,CAAA"}
|
package/dist/jest/setup.js
CHANGED
|
@@ -3,10 +3,17 @@ import { ICON_SIZE_MAP, glyphMap, glyphNames, svgGlyphNames, svgMap } from "./mo
|
|
|
3
3
|
import { reanimated_exports } from "./mocks/reanimated.js";
|
|
4
4
|
import { svg_exports } from "./mocks/svg.js";
|
|
5
5
|
import { unistyles_exports, useAnimatedTheme, useAnimatedVariantColor } from "./mocks/unistyles.js";
|
|
6
|
+
import { gesture_handler_exports } from "./mocks/gesture-handler.js";
|
|
6
7
|
//#region src/jest/setup.ts
|
|
7
8
|
let isSetup = false;
|
|
9
|
+
function setupAnimationFrame() {
|
|
10
|
+
const testGlobal = globalThis;
|
|
11
|
+
testGlobal.requestAnimationFrame ??= (callback) => setTimeout(() => callback(Date.now()), 0);
|
|
12
|
+
testGlobal.cancelAnimationFrame ??= (handle) => clearTimeout(handle);
|
|
13
|
+
}
|
|
8
14
|
function setupUDSMobileJest() {
|
|
9
15
|
if (isSetup) return;
|
|
16
|
+
setupAnimationFrame();
|
|
10
17
|
globalThis.expo = { modules: { UDSScreenCornerRadius: {
|
|
11
18
|
getCornerRadiusSync: () => 0,
|
|
12
19
|
getCornerRadius: async () => 0
|
|
@@ -31,34 +38,7 @@ function setupUDSMobileJest() {
|
|
|
31
38
|
const mockReact = jest.requireActual("react");
|
|
32
39
|
return { FullWindowOverlay: ({ children }) => mockReact.createElement("FullWindowOverlay", null, children) };
|
|
33
40
|
});
|
|
34
|
-
jest.mock("react-native-gesture-handler", () =>
|
|
35
|
-
const mockReact = jest.requireActual("react");
|
|
36
|
-
const createGesture = () => ({
|
|
37
|
-
enabled: jest.fn().mockReturnThis(),
|
|
38
|
-
onBegin: jest.fn().mockReturnThis(),
|
|
39
|
-
onChange: jest.fn().mockReturnThis(),
|
|
40
|
-
onEnd: jest.fn().mockReturnThis(),
|
|
41
|
-
onFinalize: jest.fn().mockReturnThis(),
|
|
42
|
-
onStart: jest.fn().mockReturnThis(),
|
|
43
|
-
onTouchesDown: jest.fn().mockReturnThis(),
|
|
44
|
-
onTouchesMove: jest.fn().mockReturnThis(),
|
|
45
|
-
onUpdate: jest.fn().mockReturnThis(),
|
|
46
|
-
manualActivation: jest.fn().mockReturnThis(),
|
|
47
|
-
minDistance: jest.fn().mockReturnThis(),
|
|
48
|
-
runOnJS: jest.fn().mockReturnThis(),
|
|
49
|
-
simultaneousWithExternalGesture: jest.fn().mockReturnThis(),
|
|
50
|
-
withRef: jest.fn().mockReturnThis()
|
|
51
|
-
});
|
|
52
|
-
return {
|
|
53
|
-
Gesture: {
|
|
54
|
-
Native: createGesture,
|
|
55
|
-
Pan: createGesture,
|
|
56
|
-
Tap: createGesture
|
|
57
|
-
},
|
|
58
|
-
GestureDetector: ({ children }) => children,
|
|
59
|
-
GestureHandlerRootView: ({ children, ...props }) => mockReact.createElement("GestureHandlerRootView", props, children)
|
|
60
|
-
};
|
|
61
|
-
});
|
|
41
|
+
jest.mock("react-native-gesture-handler", () => gesture_handler_exports);
|
|
62
42
|
jest.mock("react-native-svg", () => svg_exports);
|
|
63
43
|
jest.mock("@yahoo/uds-icons/glyphMap", () => ({
|
|
64
44
|
glyphMap,
|
package/dist/jest/setup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup.js","names":["mockUnistyles","mockUnistyles.useAnimatedTheme","mockUnistyles.useAnimatedVariantColor","mockReanimated","mockSvg","mockIcons.glyphMap","mockIcons.glyphNames","mockIcons.svgMap","mockIcons.svgGlyphNames","mockIcons.ICON_SIZE_MAP"],"sources":["../../src/jest/setup.ts"],"sourcesContent":["/**\n * Registers Jest mocks for native dependencies.\n */\n\n// Jest allows variables prefixed with 'mock' in jest.mock() factories\nimport type React from 'react';\n\nimport * as mockIcons from './mocks/icons';\nimport * as mockReanimated from './mocks/reanimated';\nimport * as mockSvg from './mocks/svg';\nimport * as mockUnistyles from './mocks/unistyles';\n\nlet isSetup = false;\n\nexport function setupUDSMobileJest(): void {\n if (isSetup) {\n return;\n }\n\n (globalThis as { expo?: { modules?: Record<string, unknown> } }).expo = {\n modules: {\n UDSScreenCornerRadius: {\n getCornerRadiusSync: () => 0,\n getCornerRadius: async () => 0,\n },\n },\n };\n\n jest.mock('react-native-unistyles', () => mockUnistyles);\n\n jest.mock('react-native-unistyles/reanimated', () => ({\n useAnimatedTheme: mockUnistyles.useAnimatedTheme,\n useAnimatedVariantColor: mockUnistyles.useAnimatedVariantColor,\n }));\n\n jest.mock('react-native-reanimated', () => mockReanimated);\n\n jest.mock('react-native-safe-area-context', () => ({\n useSafeAreaInsets: () => ({ top: 0, right: 0, bottom: 0, left: 0 }),\n SafeAreaProvider: ({ children }: { children: React.ReactNode }) => children,\n SafeAreaView: ({ children }: { children: React.ReactNode }) => children,\n }));\n\n jest.mock('react-native-screens', () => {\n const mockReact = jest.requireActual('react') as typeof React;\n\n return {\n FullWindowOverlay: ({ children }: { children: React.ReactNode }) =>\n mockReact.createElement('FullWindowOverlay', null, children),\n };\n });\n\n jest.mock('react-native-gesture-handler', () =>
|
|
1
|
+
{"version":3,"file":"setup.js","names":["mockUnistyles","mockUnistyles.useAnimatedTheme","mockUnistyles.useAnimatedVariantColor","mockReanimated","mockGestureHandler","mockSvg","mockIcons.glyphMap","mockIcons.glyphNames","mockIcons.svgMap","mockIcons.svgGlyphNames","mockIcons.ICON_SIZE_MAP"],"sources":["../../src/jest/setup.ts"],"sourcesContent":["/**\n * Registers Jest mocks for native dependencies.\n */\n\n// Jest allows variables prefixed with 'mock' in jest.mock() factories\nimport type React from 'react';\n\nimport * as mockGestureHandler from './mocks/gesture-handler';\nimport * as mockIcons from './mocks/icons';\nimport * as mockReanimated from './mocks/reanimated';\nimport * as mockSvg from './mocks/svg';\nimport * as mockUnistyles from './mocks/unistyles';\n\nlet isSetup = false;\n\ntype AnimationFrameHandle = ReturnType<typeof setTimeout>;\n\ntype AnimationFrameGlobal = {\n cancelAnimationFrame?: (handle: AnimationFrameHandle) => void;\n requestAnimationFrame?: (callback: (timestamp: number) => void) => AnimationFrameHandle;\n};\n\nfunction setupAnimationFrame(): void {\n const testGlobal = globalThis as unknown as AnimationFrameGlobal;\n\n testGlobal.requestAnimationFrame ??= (callback) => setTimeout(() => callback(Date.now()), 0);\n testGlobal.cancelAnimationFrame ??= (handle) => clearTimeout(handle);\n}\n\nexport function setupUDSMobileJest(): void {\n if (isSetup) {\n return;\n }\n\n setupAnimationFrame();\n\n (globalThis as { expo?: { modules?: Record<string, unknown> } }).expo = {\n modules: {\n UDSScreenCornerRadius: {\n getCornerRadiusSync: () => 0,\n getCornerRadius: async () => 0,\n },\n },\n };\n\n jest.mock('react-native-unistyles', () => mockUnistyles);\n\n jest.mock('react-native-unistyles/reanimated', () => ({\n useAnimatedTheme: mockUnistyles.useAnimatedTheme,\n useAnimatedVariantColor: mockUnistyles.useAnimatedVariantColor,\n }));\n\n jest.mock('react-native-reanimated', () => mockReanimated);\n\n jest.mock('react-native-safe-area-context', () => ({\n useSafeAreaInsets: () => ({ top: 0, right: 0, bottom: 0, left: 0 }),\n SafeAreaProvider: ({ children }: { children: React.ReactNode }) => children,\n SafeAreaView: ({ children }: { children: React.ReactNode }) => children,\n }));\n\n jest.mock('react-native-screens', () => {\n const mockReact = jest.requireActual('react') as typeof React;\n\n return {\n FullWindowOverlay: ({ children }: { children: React.ReactNode }) =>\n mockReact.createElement('FullWindowOverlay', null, children),\n };\n });\n\n jest.mock('react-native-gesture-handler', () => mockGestureHandler);\n\n jest.mock('react-native-svg', () => mockSvg);\n\n jest.mock('@yahoo/uds-icons/glyphMap', () => ({\n glyphMap: mockIcons.glyphMap,\n glyphNames: mockIcons.glyphNames,\n }));\n\n jest.mock('@yahoo/uds-icons/svgMap', () => ({\n svgMap: mockIcons.svgMap,\n svgGlyphNames: mockIcons.svgGlyphNames,\n }));\n\n jest.mock('@yahoo/uds-icons/tokens', () => ({\n ICON_SIZE_MAP: mockIcons.ICON_SIZE_MAP,\n }));\n\n isSetup = true;\n}\n\n/** @internal */\nexport function resetSetupState(): void {\n isSetup = false;\n}\n"],"mappings":";;;;;;;AAaA,IAAI,UAAU;AASd,SAAS,sBAA4B;CACnC,MAAM,aAAa;CAEnB,WAAW,2BAA2B,aAAa,iBAAiB,SAAS,KAAK,KAAK,CAAC,EAAE,EAAE;CAC5F,WAAW,0BAA0B,WAAW,aAAa,OAAO;;AAGtE,SAAgB,qBAA2B;CACzC,IAAI,SACF;CAGF,qBAAqB;CAErB,WAAiE,OAAO,EACtE,SAAS,EACP,uBAAuB;EACrB,2BAA2B;EAC3B,iBAAiB,YAAY;EAC9B,EACF,EACF;CAED,KAAK,KAAK,gCAAgCA,kBAAc;CAExD,KAAK,KAAK,4CAA4C;EAClCC;EACOC;EAC1B,EAAE;CAEH,KAAK,KAAK,iCAAiCC,mBAAe;CAE1D,KAAK,KAAK,yCAAyC;EACjD,0BAA0B;GAAE,KAAK;GAAG,OAAO;GAAG,QAAQ;GAAG,MAAM;GAAG;EAClE,mBAAmB,EAAE,eAA8C;EACnE,eAAe,EAAE,eAA8C;EAChE,EAAE;CAEH,KAAK,KAAK,8BAA8B;EACtC,MAAM,YAAY,KAAK,cAAc,QAAQ;EAE7C,OAAO,EACL,oBAAoB,EAAE,eACpB,UAAU,cAAc,qBAAqB,MAAM,SAAS,EAC/D;GACD;CAEF,KAAK,KAAK,sCAAsCC,wBAAmB;CAEnE,KAAK,KAAK,0BAA0BC,YAAQ;CAE5C,KAAK,KAAK,oCAAoC;EAClCC;EACEC;EACb,EAAE;CAEH,KAAK,KAAK,kCAAkC;EAClCC;EACOC;EAChB,EAAE;CAEH,KAAK,KAAK,kCAAkC,EAC3BC,eAChB,EAAE;CAEH,UAAU;;;AAIZ,SAAgB,kBAAwB;CACtC,UAAU"}
|
|
@@ -460,6 +460,88 @@ interface UniversalTabProps {
|
|
|
460
460
|
/** Optional class name for custom styling. */
|
|
461
461
|
className?: string;
|
|
462
462
|
}
|
|
463
|
+
type PaginationSize = 'sm' | 'md';
|
|
464
|
+
type PaginationVariant = 'default';
|
|
465
|
+
type PaginationVisibleItem = number | 'ellipsis';
|
|
466
|
+
type PaginationEllipsisPlacement = 'default' | 'none' | ((params: {
|
|
467
|
+
activePage: number;
|
|
468
|
+
totalPages: number;
|
|
469
|
+
maxVisiblePageNumbers: number;
|
|
470
|
+
}) => PaginationVisibleItem[]);
|
|
471
|
+
interface UniversalPaginationProps {
|
|
472
|
+
/** Current page (1-indexed). Consumer-controlled. */
|
|
473
|
+
activePage: number;
|
|
474
|
+
/** Total number of pages. */
|
|
475
|
+
totalPages: number;
|
|
476
|
+
/**
|
|
477
|
+
* Max numeric page controls rendered (ellipses excluded).
|
|
478
|
+
* @default 7
|
|
479
|
+
*/
|
|
480
|
+
maxVisiblePageNumbers?: number;
|
|
481
|
+
/**
|
|
482
|
+
* How to truncate page numbers when `totalPages` exceeds `maxVisiblePageNumbers`.
|
|
483
|
+
* @default 'default'
|
|
484
|
+
*/
|
|
485
|
+
ellipsisPlacement?: PaginationEllipsisPlacement;
|
|
486
|
+
/**
|
|
487
|
+
* @default 'md'
|
|
488
|
+
*/
|
|
489
|
+
size?: PaginationSize;
|
|
490
|
+
/**
|
|
491
|
+
* @default 'default'
|
|
492
|
+
*/
|
|
493
|
+
variant?: PaginationVariant;
|
|
494
|
+
/** Main content: `PaginationPrev`, `PaginationNumbers`, `PaginationNext`, etc. */
|
|
495
|
+
children: ReactNode;
|
|
496
|
+
/** Optional href factory for link-based page controls. */
|
|
497
|
+
getPageHref?: (page: number) => string;
|
|
498
|
+
/**
|
|
499
|
+
* Optional factory for the accessible label of each page control, used for
|
|
500
|
+
* localization. Receives the page number and whether it is the active page.
|
|
501
|
+
* @default page => isActive ? `Page ${page}, current page` : `Go to page ${page}`
|
|
502
|
+
*/
|
|
503
|
+
getItemAriaLabel?: (page: number, isActive: boolean) => string;
|
|
504
|
+
/** Called when a page control is activated (e.g. page number click). */
|
|
505
|
+
onPageChange?: (page: number) => void;
|
|
506
|
+
className?: string;
|
|
507
|
+
}
|
|
508
|
+
interface UniversalPaginationItemProps {
|
|
509
|
+
/** Page number (1-indexed). */
|
|
510
|
+
page: number;
|
|
511
|
+
/** @default false */
|
|
512
|
+
asChild?: boolean;
|
|
513
|
+
children?: ReactNode;
|
|
514
|
+
className?: string;
|
|
515
|
+
}
|
|
516
|
+
interface UniversalPaginationLinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
517
|
+
page: number;
|
|
518
|
+
href: string;
|
|
519
|
+
/** @default false */
|
|
520
|
+
asChild?: boolean;
|
|
521
|
+
children?: ReactNode;
|
|
522
|
+
className?: string;
|
|
523
|
+
}
|
|
524
|
+
interface UniversalPaginationPrevProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'color'> {
|
|
525
|
+
/** @default 'Previous' on web, 'Prev' on mobile */
|
|
526
|
+
label?: string;
|
|
527
|
+
/** @default false */
|
|
528
|
+
asChild?: boolean;
|
|
529
|
+
className?: string;
|
|
530
|
+
}
|
|
531
|
+
interface UniversalPaginationNextProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'color'> {
|
|
532
|
+
/** @default 'Next' */
|
|
533
|
+
label?: string;
|
|
534
|
+
/** @default false */
|
|
535
|
+
asChild?: boolean;
|
|
536
|
+
className?: string;
|
|
537
|
+
}
|
|
538
|
+
interface UniversalPaginationNumbersProps {
|
|
539
|
+
/** Custom render for each page number. */
|
|
540
|
+
renderItem?: (page: number, state: {
|
|
541
|
+
isActive: boolean;
|
|
542
|
+
}) => ReactNode;
|
|
543
|
+
className?: string;
|
|
544
|
+
}
|
|
463
545
|
//#endregion
|
|
464
|
-
export { type AvatarAbbreviationStrategy, type AvatarSize, type AvatarVariant, type BadgeSize, type BadgeVariant, type BannerVariant, type ButtonSize, type ButtonVariantFlat, type ChipSize, type ChipVariant, type ElevationLevel, type IconButtonSize, type IconSize, type IconVariant, type InputSize, type MotionConfig, type MotionVariantValues, type RadioSize, type RadioVariant, type ToastPosition, type ToastSize, type ToastVariant, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarTextProps, type UniversalBannerProps, type UniversalCheckboxProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant };
|
|
546
|
+
export { type AvatarAbbreviationStrategy, type AvatarSize, type AvatarVariant, type BadgeSize, type BadgeVariant, type BannerVariant, type ButtonSize, type ButtonVariantFlat, type ChipSize, type ChipVariant, type ElevationLevel, type IconButtonSize, type IconSize, type IconVariant, type InputSize, type MotionConfig, type MotionVariantValues, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type RadioSize, type RadioVariant, type ToastPosition, type ToastSize, type ToastVariant, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarTextProps, type UniversalBannerProps, type UniversalCheckboxProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant };
|
|
465
547
|
//# sourceMappingURL=index.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":["CSSProperties","ElementType","HTMLAttributes","PropsWithChildren","ReactElement","ReactNode","Ref","IntRange","IconPixelSize","IconSize","IconVariant","GenericIconComponent","React","ComponentType","MaxLengthArray","T","N","A","ExtractUrlFromFontFaceRule","U","Percentage","PixelsUnit","value","type","RemsUnit","UnitlessUnit","PercentageUnit","Hue","HueStep","SpectrumColor","SharedPrimaryPaletteAlias","SharedSecondaryPaletteAlias","SharedPaletteAlias","DeprecatedAccentAlias","OpacityStep","BackgroundPaletteAlias","BackgroundPalette","PaletteValue","Record","ForegroundPaletteAlias","ForegroundPalette","LinePaletteAlias","LinePalette","ShadowPaletteAlias","ShadowPalette","AlwaysPaletteAliasWithPrefix","DeprecatedAlwaysPaletteAlias","AlwaysPaletteAlias","LinkableValue","$ref","PaletteType","PaletteConfig","hue","step","opacity","Palette","key","background","foreground","line","shadow","ForegroundColor","LineColor","ElevationAlias","BackgroundColor","ShadowColor","PropertyToPaletteAliasMap","backgroundColor","borderColor","color","ShadowSpectrumColor","ShadowPaletteColor","ShadowAlwaysColor","ShadowColorConfig","ShadowOffset","SpacingAlias","Exclude","ShadowOpacity","ShadowSpreadRadius","ShadowPreset","offsetX","offsetY","blur","spread","ShadowVariant","ShadowVariantWithElevation","ShadowVariantInvert","ShadowVariantWithInvert","ShadowVariantConfig","BannerInnerShadowOption","ShadowType","ShadowTypeConfig","ShadowConfig","drop","inset","BreakpointValue","BreakpointsConfig","sm","md","lg","xl","Breakpoint","BreakpointWithBase","TextVariantTypography","TextVariantUi","TextVariantWithoutEmphasized","TextVariant","FontAlias","FontType","FontWeightNumeric","FontWeightDescriptive","TextTransform","TextDecorationLine","LineClampAlias","LineHeight","FontSize","TextTransformConfig","FontSizeConfig","FontFamilyConfig","FontWeightConfig","FontSlantConfig","FontWidthConfig","LineHeightConfig","TextProperty","TypographyUnitValue","TypographyResponsiveProperty","base","breakpoints","TypographyStyleProperty","TypographyStyle","fontFamily","textTransform","fontSize","fontWeight","lineHeight","fontSlant","fontWidth","letterSpacing","TypographyConfig","FontConfig","TShirtSize","TShirtSizeCommon","Extract","AvatarSize","AvatarSizeConfig","AvatarShape","BorderRadius","IconSizeConfig","SpacingConfig","AlwaysPaletteColor","ElevationSurfaceColor","ElevationBackgroundFillColor","ElevationBorderColor","RGBColorValue","RGBAUnit","r","g","b","a","ElevationCustomShadows","ElevationCustomInsetShadows","RGBUnit","ElevationPreset","BorderWidth","surfaceColor","layerWithBackgroundFill","backgroundFill","backgroundBlurRadius","finalBackgroundOpacity","finalBackgroundValue","fallbackBlurredBackgroundValue","borderWidth","dropShadow","insetShadow","ElevationLevel","ElevationConfig","ColorMode","ElevationGlobalRampSettings","progression","ambientLight","shadowDistance","shadowOpacity","shadowColor","backgroundOpacity","ElevationGlobalRampConfig","isAdvancedModeEnabled","colorMode","FocusRingWidth","FocusRingOffset","FocusRingColor","FocusRingConfig","width","offset","FocusRingModeConfig","BorderRadiusConfig","BorderWidthWithElevation","BorderWidthConfig","ColorModeForApp","ColorModeConfig","ColorsConfig","SpectrumConfig","palette","spectrum","SpectrumRGB","SpectrumValueEntry","rgb","SpectrumValue","ScaleMode","ScaleModeForApp","ScaleConfig","avatarSizes","iconSizes","borderRadius","ScaleModeConfig","ButtonSize","ButtonPalette","ButtonVariant","ButtonContrastVariant","ScaleEffect","ButtonVariantFlat","ButtonSpectrumColor","ButtonPaletteColor","IconButtonSize","InputSize","PlatformMode","HighContrastMode","RegionMode","Modes","scaleMode","Animation","TransitionDelay","TransitionDuration","TransitionTiming","MotionVariant","MotionVariantSpeed","MotionSpringConfigOptions","MotionSpringConfig","damping","stiffness","MotionVariantValues","MotionConfig","FontCssVar","MotionCssVar","UdsCssVar","AriaAttribute","DataAttribute","Flex","FlexGrow","FlexShrink","FlexAlignContent","FlexAlignItems","FlexAlignSelf","FlexDirection","FlexWrap","FlexJustifyContent","FlexBasis","Display","Overflow","Position","ImageStyleProps","contentFit","BorderStyleProps","borderTopStartRadius","borderTopEndRadius","borderBottomStartRadius","borderBottomEndRadius","borderStartColor","borderEndColor","borderTopColor","borderBottomColor","borderVerticalWidth","borderHorizontalWidth","borderStartWidth","borderEndWidth","borderTopWidth","borderBottomWidth","NestedBorderRadiusStyleProps","nestedBorderRadius","nestedBorderRadiusSize","nestedBorderRadiusSpacing","nestedBorderRadiusWidth","ShadowStyleProps","LayoutStyleProps","display","overflow","overflowX","overflowY","position","SpacingStyleProps","spacing","spacingHorizontal","spacingVertical","spacingBottom","spacingEnd","spacingStart","spacingTop","offsetVertical","offsetHorizontal","offsetBottom","offsetEnd","offsetStart","offsetTop","columnGap","rowGap","FlexStyleProps","alignContent","alignItems","alignSelf","flex","flexDirection","flexGrow","flexShrink","flexWrap","justifyContent","flexBasis","StateStyleProps","interactable","focusable","TextStyleProps","placeholderColor","textAlign","BackgroundStyleProps","CustomSizingStyleProps","iconSize","avatarSize","SizeStyleProps","height","StyleProps","UniversalBoxProps","asChild","as","elevation","UniversalStackProps","Omit","gap","separator","index","UniversalTextProps","variant","UniversalIconProps","Icon","name","size","SVGElementProps","SVGSVGElement","IconPropsWithSVGProps","IconSlotRenderProps","BackwardsCompatibleReactElement","UniversalIconSlot","iconProps","UniversalPressableProps","onPress","UniversalIconButtonProps","iconVariant","htmlName","loading","disableEffects","UniversalButtonProps","IconSlotType","Pick","startIcon","endIcon","UniversalImageProps","src","alt","ImgElementProps","HTMLImageElement","ImgHTMLAttributes","ImagePropsWithImgProps","UniversalFormLabelProps","required","hasError","showRequiredAsterisk","label","UniversalInputProps","disabled","helpText","helperTextIcon","reduceMotion","readOnly","DividerVariant","UniversalDividerProps","vertical","contentPosition","LinkVariant","LinkTextVariant","UniversalLinkProps","textVariant","alwaysUnderline","CheckboxValue","CheckboxVariant","CheckboxSize","UniversalCheckboxProps","checked","labelPosition","RadioValue","RadioVariant","RadioSize","UniversalRadioProps","UniversalRadioGroupProps","defaultValue","onChange","SwitchSize","UniversalSwitchProps","isOn","defaultIsOn","onIcon","offIcon","ChipVariant","ChipSize","UniversalChipBaseProps","minWidth","maxWidth","UniversalChipDismissibleProps","onDismiss","dismissButtonAriaLabel","dismissIcon","UniversalChipToggleProps","isToggled","onToggle","UniversalChipButtonProps","UniversalChipLinkProps","href","UniversalChipProps","BadgeVariant","BadgeSize","UniversalBadgeProps","iconColor","BannerVariant","BannerSize","UniversalBannerProps","title","description","children","AvatarVariant","AvatarAbbreviationStrategy","UniversalAvatarBaseProps","customSize","abbreviationStrategy","className","UniversalAvatarImageProps","srcSet","fallback","UniversalAvatarTextProps","initials","UniversalAvatarIconProps","icon","UniversalAvatarProps","UniversalMenuItemProps","active","multiline","slots","root","ref","props","ToastSize","ToastVariant","ToastPosition","UniversalToastProps","message","actionButton","onClickActionButton","closeIcon","onClickCloseButton","id","VerticalPlacement","HorizontalPlacement","TooltipPlacement","TooltipSize","TooltipVariant","UniversalTabsVariant","UniversalTooltipProps","placement","open","portal","UniversalTooltipTriggerProps","UniversalTooltipContentProps","startTitleIcon","endContent","UniversalTabsProps","defaultSelectedId","selectedId","onSelectionChange","UniversalTabListProps","AriaAttributes","scrollable","UniversalTabPanelProps","tabId","UniversalTabProps","PaddleNavOrientation","PaddleNavVariant","PaddleNavSize","UniversalPaddleNavProps","orientation","outsideContent","UniversalPaddleButtonProps","IconSlot","onClick","hidden","UniversalPaddleNavContentProps","BottomSheetVariant","BottomSheetHeight","BottomSheetSnapPoints","UniversalBottomSheetProps","snapPoints","defaultSnapPointIndex","snapPointIndex","onSnapPointChange","dismissible","enableDrag","showHandleIndicator","fullWidthAtMaxSnap","UniversalBottomSheetHeaderProps","start","end","UniversalBottomSheetContentProps","PopoverPlacement","PopoverSize","PopoverVariant","UniversalPopoverProps","Event","hideArrow","hideDismissButton","defaultOpen","onClose","event","onOpen","disableAutoFocus","disableVerticalSpacing","disableHorizontalSpacing","sameWidth","gutter","UniversalPopoverTriggerProps","UniversalPopoverContentProps","maxHeight","ModalSize","ModalVariant","UniversalModalProps","modal","includeScrim","fullWidth","fullHeight","scrollBehavior","content","actions","closeAriaLabel","style","UniversalModalTitleProps","UniversalModalDescriptionProps","UniversalModalContentProps","UniversalModalActionsProps","startContent","ConfigurableComponentName","UniversalTokensConfigAutoBase","UniversalTokensConfigBase","GlobalDefaultsConfig","$defs","links","systems","version","font","motion","typography","elevationGlobalRamp","focusRing","globalDefaults","UniversalTokensConfigGeneric","ConfigAuto","breakpoint","enableResponsiveType"],"sources":["../../../../types/dist/index.d.ts"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":["CSSProperties","ElementType","HTMLAttributes","PropsWithChildren","ReactElement","ReactNode","Ref","IntRange","IconPixelSize","IconSize","IconVariant","GenericIconComponent","React","ComponentType","MaxLengthArray","T","N","A","ExtractUrlFromFontFaceRule","U","Percentage","PixelsUnit","value","type","RemsUnit","UnitlessUnit","PercentageUnit","Hue","HueStep","SpectrumColor","SharedPrimaryPaletteAlias","SharedSecondaryPaletteAlias","SharedPaletteAlias","DeprecatedAccentAlias","OpacityStep","BackgroundPaletteAlias","BackgroundPalette","PaletteValue","Record","ForegroundPaletteAlias","ForegroundPalette","LinePaletteAlias","LinePalette","ShadowPaletteAlias","ShadowPalette","AlwaysPaletteAliasWithPrefix","DeprecatedAlwaysPaletteAlias","AlwaysPaletteAlias","LinkableValue","$ref","PaletteType","PaletteConfig","hue","step","opacity","Palette","key","background","foreground","line","shadow","ForegroundColor","LineColor","ElevationAlias","BackgroundColor","ShadowColor","PropertyToPaletteAliasMap","backgroundColor","borderColor","color","ShadowSpectrumColor","ShadowPaletteColor","ShadowAlwaysColor","ShadowColorConfig","ShadowOffset","SpacingAlias","Exclude","ShadowOpacity","ShadowSpreadRadius","ShadowPreset","offsetX","offsetY","blur","spread","ShadowVariant","ShadowVariantWithElevation","ShadowVariantInvert","ShadowVariantWithInvert","ShadowVariantConfig","BannerInnerShadowOption","ShadowType","ShadowTypeConfig","ShadowConfig","drop","inset","BreakpointValue","BreakpointsConfig","sm","md","lg","xl","Breakpoint","BreakpointWithBase","TextVariantTypography","TextVariantUi","TextVariantWithoutEmphasized","TextVariant","FontAlias","FontType","FontWeightNumeric","FontWeightDescriptive","TextTransform","TextDecorationLine","LineClampAlias","LineHeight","FontSize","TextTransformConfig","FontSizeConfig","FontFamilyConfig","FontWeightConfig","FontSlantConfig","FontWidthConfig","LineHeightConfig","TextProperty","TypographyUnitValue","TypographyResponsiveProperty","base","breakpoints","TypographyStyleProperty","TypographyStyle","fontFamily","textTransform","fontSize","fontWeight","lineHeight","fontSlant","fontWidth","letterSpacing","TypographyConfig","FontConfig","TShirtSize","TShirtSizeCommon","Extract","AvatarSize","AvatarSizeConfig","AvatarShape","BorderRadius","IconSizeConfig","SpacingConfig","AlwaysPaletteColor","ElevationSurfaceColor","ElevationBackgroundFillColor","ElevationBorderColor","RGBColorValue","RGBAUnit","r","g","b","a","ElevationCustomShadows","ElevationCustomInsetShadows","RGBUnit","ElevationPreset","BorderWidth","surfaceColor","layerWithBackgroundFill","backgroundFill","backgroundBlurRadius","finalBackgroundOpacity","finalBackgroundValue","fallbackBlurredBackgroundValue","borderWidth","dropShadow","insetShadow","ElevationLevel","ElevationConfig","ColorMode","ElevationGlobalRampSettings","progression","ambientLight","shadowDistance","shadowOpacity","shadowColor","backgroundOpacity","ElevationGlobalRampConfig","isAdvancedModeEnabled","colorMode","FocusRingWidth","FocusRingOffset","FocusRingColor","FocusRingConfig","width","offset","FocusRingModeConfig","BorderRadiusConfig","BorderWidthWithElevation","BorderWidthConfig","ColorModeForApp","ColorModeConfig","ColorsConfig","SpectrumConfig","palette","spectrum","SpectrumRGB","SpectrumValueEntry","rgb","SpectrumValue","ScaleMode","ScaleModeForApp","ScaleConfig","avatarSizes","iconSizes","borderRadius","ScaleModeConfig","ButtonSize","ButtonPalette","ButtonVariant","ButtonContrastVariant","ScaleEffect","ButtonVariantFlat","ButtonSpectrumColor","ButtonPaletteColor","IconButtonSize","InputSize","PlatformMode","HighContrastMode","RegionMode","Modes","scaleMode","Animation","TransitionDelay","TransitionDuration","TransitionTiming","MotionVariant","MotionVariantSpeed","MotionSpringConfigOptions","MotionSpringConfig","damping","stiffness","MotionVariantValues","MotionConfig","FontCssVar","MotionCssVar","UdsCssVar","AriaAttribute","DataAttribute","Flex","FlexGrow","FlexShrink","FlexAlignContent","FlexAlignItems","FlexAlignSelf","FlexDirection","FlexWrap","FlexJustifyContent","FlexBasis","Display","Overflow","Position","ImageStyleProps","contentFit","BorderStyleProps","borderTopStartRadius","borderTopEndRadius","borderBottomStartRadius","borderBottomEndRadius","borderStartColor","borderEndColor","borderTopColor","borderBottomColor","borderVerticalWidth","borderHorizontalWidth","borderStartWidth","borderEndWidth","borderTopWidth","borderBottomWidth","NestedBorderRadiusStyleProps","nestedBorderRadius","nestedBorderRadiusSize","nestedBorderRadiusSpacing","nestedBorderRadiusWidth","ShadowStyleProps","LayoutStyleProps","display","overflow","overflowX","overflowY","position","SpacingStyleProps","spacing","spacingHorizontal","spacingVertical","spacingBottom","spacingEnd","spacingStart","spacingTop","offsetVertical","offsetHorizontal","offsetBottom","offsetEnd","offsetStart","offsetTop","columnGap","rowGap","FlexStyleProps","alignContent","alignItems","alignSelf","flex","flexDirection","flexGrow","flexShrink","flexWrap","justifyContent","flexBasis","StateStyleProps","interactable","focusable","TextStyleProps","placeholderColor","textAlign","BackgroundStyleProps","CustomSizingStyleProps","iconSize","avatarSize","SizeStyleProps","height","StyleProps","UniversalBoxProps","asChild","as","elevation","UniversalStackProps","Omit","gap","separator","index","UniversalTextProps","variant","UniversalIconProps","Icon","name","size","SVGElementProps","SVGSVGElement","IconPropsWithSVGProps","IconSlotRenderProps","BackwardsCompatibleReactElement","UniversalIconSlot","iconProps","UniversalPressableProps","onPress","UniversalIconButtonProps","iconVariant","htmlName","loading","disableEffects","UniversalButtonProps","IconSlotType","Pick","startIcon","endIcon","UniversalImageProps","src","alt","ImgElementProps","HTMLImageElement","ImgHTMLAttributes","ImagePropsWithImgProps","UniversalFormLabelProps","required","hasError","showRequiredAsterisk","label","UniversalInputProps","disabled","helpText","helperTextIcon","reduceMotion","readOnly","DividerVariant","UniversalDividerProps","vertical","contentPosition","LinkVariant","LinkTextVariant","UniversalLinkProps","textVariant","alwaysUnderline","CheckboxValue","CheckboxVariant","CheckboxSize","UniversalCheckboxProps","checked","labelPosition","RadioValue","RadioVariant","RadioSize","UniversalRadioProps","UniversalRadioGroupProps","defaultValue","onChange","SwitchSize","UniversalSwitchProps","isOn","defaultIsOn","onIcon","offIcon","ChipVariant","ChipSize","UniversalChipBaseProps","minWidth","maxWidth","UniversalChipDismissibleProps","onDismiss","dismissButtonAriaLabel","dismissIcon","UniversalChipToggleProps","isToggled","onToggle","UniversalChipButtonProps","UniversalChipLinkProps","href","UniversalChipProps","BadgeVariant","BadgeSize","UniversalBadgeProps","iconColor","BannerVariant","BannerSize","UniversalBannerProps","title","description","children","AvatarVariant","AvatarAbbreviationStrategy","UniversalAvatarBaseProps","customSize","abbreviationStrategy","className","UniversalAvatarImageProps","srcSet","fallback","UniversalAvatarTextProps","initials","UniversalAvatarIconProps","icon","UniversalAvatarProps","UniversalMenuItemProps","active","multiline","slots","root","ref","props","ToastSize","ToastVariant","ToastPosition","UniversalToastProps","message","actionButton","onClickActionButton","closeIcon","onClickCloseButton","id","VerticalPlacement","HorizontalPlacement","TooltipPlacement","TooltipSize","TooltipVariant","UniversalTabsVariant","UniversalTooltipProps","placement","open","portal","UniversalTooltipTriggerProps","UniversalTooltipContentProps","startTitleIcon","endContent","UniversalTabsProps","defaultSelectedId","selectedId","onSelectionChange","UniversalTabListProps","AriaAttributes","scrollable","UniversalTabPanelProps","tabId","UniversalTabProps","PaddleNavOrientation","PaddleNavVariant","PaddleNavSize","UniversalPaddleNavProps","orientation","outsideContent","UniversalPaddleButtonProps","IconSlot","onClick","hidden","UniversalPaddleNavContentProps","PaginationSize","PaginationVariant","PaginationVisibleItem","PaginationEllipsisPlacement","activePage","totalPages","maxVisiblePageNumbers","params","UniversalPaginationProps","ellipsisPlacement","getPageHref","page","getItemAriaLabel","isActive","onPageChange","UniversalPaginationItemProps","UniversalPaginationLinkProps","HTMLAnchorElement","AnchorHTMLAttributes","UniversalPaginationPrevProps","HTMLButtonElement","ButtonHTMLAttributes","UniversalPaginationNextProps","UniversalPaginationNumbersProps","renderItem","state","BottomSheetVariant","BottomSheetHeight","BottomSheetSnapPoints","UniversalBottomSheetProps","snapPoints","defaultSnapPointIndex","snapPointIndex","onSnapPointChange","dismissible","enableDrag","showHandleIndicator","fullWidthAtMaxSnap","UniversalBottomSheetHeaderProps","start","end","UniversalBottomSheetContentProps","PopoverPlacement","PopoverSize","PopoverVariant","UniversalPopoverProps","Event","hideArrow","hideDismissButton","defaultOpen","onClose","event","onOpen","disableAutoFocus","disableVerticalSpacing","disableHorizontalSpacing","sameWidth","gutter","UniversalPopoverTriggerProps","UniversalPopoverContentProps","maxHeight","ModalSize","ModalVariant","UniversalModalProps","modal","includeScrim","fullWidth","fullHeight","scrollBehavior","content","actions","closeAriaLabel","style","UniversalModalTitleProps","UniversalModalDescriptionProps","UniversalModalContentProps","UniversalModalActionsProps","startContent","ConfigurableComponentName","UniversalTokensConfigAutoBase","UniversalTokensConfigBase","GlobalDefaultsConfig","$defs","links","systems","version","font","motion","typography","elevationGlobalRamp","focusRing","globalDefaults","UniversalTokensConfigGeneric","ConfigAuto","breakpoint","enableResponsiveType"],"sources":["../../../../types/dist/index.d.ts"],"mappings":"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"}
|