@smg-automotive/components 25.11.0-ST-1552-migrate-drawer.1 → 25.11.0-chakra-v3.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/dist/cjs/components/index.d.ts +0 -1
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/index.js +0 -291
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/themes/shared/index.d.ts +0 -54
- package/dist/cjs/themes/shared/index.d.ts.map +1 -1
- package/dist/cjs/themes/shared/keyframes.d.ts.map +1 -1
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts +0 -45
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/cjs/themes/shared/tokens/animations.d.ts +0 -3
- package/dist/cjs/themes/shared/tokens/animations.d.ts.map +1 -1
- package/dist/cjs/themes/shared/tokens/durations.d.ts +0 -3
- package/dist/cjs/themes/shared/tokens/durations.d.ts.map +1 -1
- package/dist/cjs/themes/shared/tokens/sizes.d.ts +0 -3
- package/dist/cjs/themes/shared/tokens/sizes.d.ts.map +1 -1
- package/dist/esm/components/index.d.ts +0 -1
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/themeProvider/index.js +0 -1
- package/dist/esm/components/themeProvider/index.js.map +1 -1
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/themes/shared/index.d.ts +0 -54
- package/dist/esm/themes/shared/index.d.ts.map +1 -1
- package/dist/esm/themes/shared/keyframes.d.ts.map +1 -1
- package/dist/esm/themes/shared/keyframes.js +0 -32
- package/dist/esm/themes/shared/keyframes.js.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/index.d.ts +0 -45
- package/dist/esm/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/index.js +0 -2
- package/dist/esm/themes/shared/slotRecipes/index.js.map +1 -1
- package/dist/esm/themes/shared/tokens/animations.d.ts +0 -3
- package/dist/esm/themes/shared/tokens/animations.d.ts.map +1 -1
- package/dist/esm/themes/shared/tokens/animations.js +0 -1
- package/dist/esm/themes/shared/tokens/animations.js.map +1 -1
- package/dist/esm/themes/shared/tokens/durations.d.ts +0 -3
- package/dist/esm/themes/shared/tokens/durations.d.ts.map +1 -1
- package/dist/esm/themes/shared/tokens/durations.js +0 -3
- package/dist/esm/themes/shared/tokens/durations.js.map +1 -1
- package/dist/esm/themes/shared/tokens/sizes.d.ts +0 -3
- package/dist/esm/themes/shared/tokens/sizes.d.ts.map +1 -1
- package/dist/esm/themes/shared/tokens/sizes.js +0 -1
- package/dist/esm/themes/shared/tokens/sizes.js.map +1 -1
- package/dist/index.d.ts +3 -8
- package/package.json +1 -1
- package/dist/cjs/components/drawer/DrawerBody.d.ts +0 -4
- package/dist/cjs/components/drawer/DrawerBody.d.ts.map +0 -1
- package/dist/cjs/components/drawer/DrawerContent.d.ts +0 -8
- package/dist/cjs/components/drawer/DrawerContent.d.ts.map +0 -1
- package/dist/cjs/components/drawer/DrawerOverlay.d.ts +0 -3
- package/dist/cjs/components/drawer/DrawerOverlay.d.ts.map +0 -1
- package/dist/cjs/components/drawer/index.d.ts +0 -5
- package/dist/cjs/components/drawer/index.d.ts.map +0 -1
- package/dist/cjs/themes/shared/slotRecipes/drawer.d.ts +0 -46
- package/dist/cjs/themes/shared/slotRecipes/drawer.d.ts.map +0 -1
- package/dist/esm/components/drawer/DrawerBody.d.ts +0 -4
- package/dist/esm/components/drawer/DrawerBody.d.ts.map +0 -1
- package/dist/esm/components/drawer/DrawerContent.d.ts +0 -8
- package/dist/esm/components/drawer/DrawerContent.d.ts.map +0 -1
- package/dist/esm/components/drawer/DrawerOverlay.d.ts +0 -3
- package/dist/esm/components/drawer/DrawerOverlay.d.ts.map +0 -1
- package/dist/esm/components/drawer/index.d.ts +0 -5
- package/dist/esm/components/drawer/index.d.ts.map +0 -1
- package/dist/esm/components/drawer/index.js +0 -12
- package/dist/esm/components/drawer/index.js.map +0 -1
- package/dist/esm/themes/shared/slotRecipes/drawer.d.ts +0 -46
- package/dist/esm/themes/shared/slotRecipes/drawer.d.ts.map +0 -1
- package/dist/esm/themes/shared/slotRecipes/drawer.js +0 -250
- package/dist/esm/themes/shared/slotRecipes/drawer.js.map +0 -1
|
@@ -1741,51 +1741,6 @@ export declare const getSharedConfig: () => {
|
|
|
1741
1741
|
};
|
|
1742
1742
|
}>;
|
|
1743
1743
|
dialogFilter: import("@chakra-ui/react").SlotRecipeDefinition<"content", import("@chakra-ui/react").SlotRecipeVariantRecord<"content">>;
|
|
1744
|
-
drawer: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "body" | "positioner" | "root" | "backdrop" | "closeTrigger", {
|
|
1745
|
-
placement: {
|
|
1746
|
-
top: {
|
|
1747
|
-
positioner: {
|
|
1748
|
-
alignItems: "flex-start";
|
|
1749
|
-
justifyContent: "stretch";
|
|
1750
|
-
};
|
|
1751
|
-
};
|
|
1752
|
-
bottom: {
|
|
1753
|
-
positioner: {
|
|
1754
|
-
alignItems: "flex-end";
|
|
1755
|
-
justifyContent: "stretch";
|
|
1756
|
-
};
|
|
1757
|
-
};
|
|
1758
|
-
left: {
|
|
1759
|
-
positioner: {
|
|
1760
|
-
alignItems: "stretch";
|
|
1761
|
-
justifyContent: "flex-start";
|
|
1762
|
-
};
|
|
1763
|
-
};
|
|
1764
|
-
right: {
|
|
1765
|
-
positioner: {
|
|
1766
|
-
alignItems: "stretch";
|
|
1767
|
-
justifyContent: "flex-end";
|
|
1768
|
-
};
|
|
1769
|
-
};
|
|
1770
|
-
};
|
|
1771
|
-
size: {
|
|
1772
|
-
xl: {
|
|
1773
|
-
content: {
|
|
1774
|
-
width: "4xl";
|
|
1775
|
-
};
|
|
1776
|
-
};
|
|
1777
|
-
half: {
|
|
1778
|
-
content: {
|
|
1779
|
-
width: "half";
|
|
1780
|
-
};
|
|
1781
|
-
};
|
|
1782
|
-
full: {
|
|
1783
|
-
content: {
|
|
1784
|
-
width: "full";
|
|
1785
|
-
};
|
|
1786
|
-
};
|
|
1787
|
-
};
|
|
1788
|
-
}>;
|
|
1789
1744
|
alert: import("@chakra-ui/react").SlotRecipeDefinition<"description" | "content" | "root" | "title" | "indicator", {
|
|
1790
1745
|
status: {
|
|
1791
1746
|
error: {
|
|
@@ -2110,9 +2065,6 @@ export declare const getSharedConfig: () => {
|
|
|
2110
2065
|
'8xl': {
|
|
2111
2066
|
value: string;
|
|
2112
2067
|
};
|
|
2113
|
-
half: {
|
|
2114
|
-
value: string;
|
|
2115
|
-
};
|
|
2116
2068
|
full: {
|
|
2117
2069
|
value: string;
|
|
2118
2070
|
};
|
|
@@ -2698,9 +2650,6 @@ export declare const getSharedConfig: () => {
|
|
|
2698
2650
|
'fade-in': {
|
|
2699
2651
|
value: string;
|
|
2700
2652
|
};
|
|
2701
|
-
'fade-out': {
|
|
2702
|
-
value: string;
|
|
2703
|
-
};
|
|
2704
2653
|
};
|
|
2705
2654
|
durations: {
|
|
2706
2655
|
fast: {
|
|
@@ -2709,9 +2658,6 @@ export declare const getSharedConfig: () => {
|
|
|
2709
2658
|
normal: {
|
|
2710
2659
|
value: string;
|
|
2711
2660
|
};
|
|
2712
|
-
slow: {
|
|
2713
|
-
value: string;
|
|
2714
|
-
};
|
|
2715
2661
|
};
|
|
2716
2662
|
};
|
|
2717
2663
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/themes/shared/index.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/themes/shared/index.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6B1B,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyframes.d.ts","sourceRoot":"","sources":["../../../../src/themes/shared/keyframes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"keyframes.d.ts","sourceRoot":"","sources":["../../../../src/themes/shared/keyframes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,yCA8CpB,CAAC"}
|
|
@@ -1542,51 +1542,6 @@ export declare const slotRecipes: {
|
|
|
1542
1542
|
};
|
|
1543
1543
|
}>;
|
|
1544
1544
|
dialogFilter: import("@chakra-ui/react").SlotRecipeDefinition<"content", import("@chakra-ui/react").SlotRecipeVariantRecord<"content">>;
|
|
1545
|
-
drawer: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "body" | "positioner" | "root" | "backdrop" | "closeTrigger", {
|
|
1546
|
-
placement: {
|
|
1547
|
-
top: {
|
|
1548
|
-
positioner: {
|
|
1549
|
-
alignItems: "flex-start";
|
|
1550
|
-
justifyContent: "stretch";
|
|
1551
|
-
};
|
|
1552
|
-
};
|
|
1553
|
-
bottom: {
|
|
1554
|
-
positioner: {
|
|
1555
|
-
alignItems: "flex-end";
|
|
1556
|
-
justifyContent: "stretch";
|
|
1557
|
-
};
|
|
1558
|
-
};
|
|
1559
|
-
left: {
|
|
1560
|
-
positioner: {
|
|
1561
|
-
alignItems: "stretch";
|
|
1562
|
-
justifyContent: "flex-start";
|
|
1563
|
-
};
|
|
1564
|
-
};
|
|
1565
|
-
right: {
|
|
1566
|
-
positioner: {
|
|
1567
|
-
alignItems: "stretch";
|
|
1568
|
-
justifyContent: "flex-end";
|
|
1569
|
-
};
|
|
1570
|
-
};
|
|
1571
|
-
};
|
|
1572
|
-
size: {
|
|
1573
|
-
xl: {
|
|
1574
|
-
content: {
|
|
1575
|
-
width: "4xl";
|
|
1576
|
-
};
|
|
1577
|
-
};
|
|
1578
|
-
half: {
|
|
1579
|
-
content: {
|
|
1580
|
-
width: "half";
|
|
1581
|
-
};
|
|
1582
|
-
};
|
|
1583
|
-
full: {
|
|
1584
|
-
content: {
|
|
1585
|
-
width: "full";
|
|
1586
|
-
};
|
|
1587
|
-
};
|
|
1588
|
-
};
|
|
1589
|
-
}>;
|
|
1590
1545
|
alert: import("@chakra-ui/react").SlotRecipeDefinition<"description" | "content" | "root" | "title" | "indicator", {
|
|
1591
1546
|
status: {
|
|
1592
1547
|
error: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/slotRecipes/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/slotRecipes/index.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;CAIrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"durations.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/durations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"durations.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/durations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;CAOpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sizes.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/sizes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"sizes.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/sizes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC"}
|
|
@@ -39,7 +39,6 @@ import '../../themes/shared/slotRecipes/input.js';
|
|
|
39
39
|
import '../../themes/shared/slotRecipes/galleryHeader.js';
|
|
40
40
|
import '../../themes/shared/slotRecipes/field.js';
|
|
41
41
|
import '../../themes/shared/slotRecipes/energyLabel.js';
|
|
42
|
-
import '../../themes/shared/slotRecipes/drawer.js';
|
|
43
42
|
import '../../themes/shared/slotRecipes/dialogFilter.js';
|
|
44
43
|
import '../../themes/shared/slotRecipes/dialog.js';
|
|
45
44
|
import '../../themes/shared/slotRecipes/checkbox.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../src/components/themeProvider/index.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../src/components/themeProvider/index.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,IAAM,MAAM,IAAA,EAAA,GAAA,EAAA;AACV,IAAA,EAAA,CAAC,KAAK,CAAC,WAAW,CAAA,GAAG,iBAAiB;AACtC,IAAA,EAAA,CAAC,KAAK,CAAC,WAAW,CAAA,GAAG,iBAAiB;OACvC;AAEM,IAAM,aAAa,GAA8C,UAAC,EAGxE,EAAA;QAFC,QAAQ,GAAA,EAAA,CAAA,QAAA,EACR,KAAK,GAAA,EAAA,CAAA,KAAA;AAEL,IAAA,OAAO,KAAA,CAAA,aAAA,CAAC,cAAc,EAAA,EAAC,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,EAAA,EAAG,QAAQ,CAAkB;AAC1E;;;;"}
|
package/dist/esm/index.js
CHANGED
|
@@ -38,7 +38,6 @@ import './themes/shared/slotRecipes/input.js';
|
|
|
38
38
|
import './themes/shared/slotRecipes/galleryHeader.js';
|
|
39
39
|
import './themes/shared/slotRecipes/field.js';
|
|
40
40
|
import './themes/shared/slotRecipes/energyLabel.js';
|
|
41
|
-
import './themes/shared/slotRecipes/drawer.js';
|
|
42
41
|
import './themes/shared/slotRecipes/dialogFilter.js';
|
|
43
42
|
import './themes/shared/slotRecipes/dialog.js';
|
|
44
43
|
import './themes/shared/slotRecipes/checkbox.js';
|
|
@@ -81,7 +80,6 @@ export { Count } from './components/count/index.js';
|
|
|
81
80
|
export { DatePicker } from './components/datePicker/index.js';
|
|
82
81
|
export { DevOverlay } from './components/devOverlay/index.js';
|
|
83
82
|
export { Dialog } from './components/dialog/index.js';
|
|
84
|
-
export { Drawer } from './components/drawer/index.js';
|
|
85
83
|
export { EnergyLabel } from './components/energyLabel/index.js';
|
|
86
84
|
export { ErrorPage } from './components/errorPage/index.js';
|
|
87
85
|
export { Flex } from './components/flex/index.js';
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1741,51 +1741,6 @@ export declare const getSharedConfig: () => {
|
|
|
1741
1741
|
};
|
|
1742
1742
|
}>;
|
|
1743
1743
|
dialogFilter: import("@chakra-ui/react").SlotRecipeDefinition<"content", import("@chakra-ui/react").SlotRecipeVariantRecord<"content">>;
|
|
1744
|
-
drawer: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "body" | "positioner" | "root" | "backdrop" | "closeTrigger", {
|
|
1745
|
-
placement: {
|
|
1746
|
-
top: {
|
|
1747
|
-
positioner: {
|
|
1748
|
-
alignItems: "flex-start";
|
|
1749
|
-
justifyContent: "stretch";
|
|
1750
|
-
};
|
|
1751
|
-
};
|
|
1752
|
-
bottom: {
|
|
1753
|
-
positioner: {
|
|
1754
|
-
alignItems: "flex-end";
|
|
1755
|
-
justifyContent: "stretch";
|
|
1756
|
-
};
|
|
1757
|
-
};
|
|
1758
|
-
left: {
|
|
1759
|
-
positioner: {
|
|
1760
|
-
alignItems: "stretch";
|
|
1761
|
-
justifyContent: "flex-start";
|
|
1762
|
-
};
|
|
1763
|
-
};
|
|
1764
|
-
right: {
|
|
1765
|
-
positioner: {
|
|
1766
|
-
alignItems: "stretch";
|
|
1767
|
-
justifyContent: "flex-end";
|
|
1768
|
-
};
|
|
1769
|
-
};
|
|
1770
|
-
};
|
|
1771
|
-
size: {
|
|
1772
|
-
xl: {
|
|
1773
|
-
content: {
|
|
1774
|
-
width: "4xl";
|
|
1775
|
-
};
|
|
1776
|
-
};
|
|
1777
|
-
half: {
|
|
1778
|
-
content: {
|
|
1779
|
-
width: "half";
|
|
1780
|
-
};
|
|
1781
|
-
};
|
|
1782
|
-
full: {
|
|
1783
|
-
content: {
|
|
1784
|
-
width: "full";
|
|
1785
|
-
};
|
|
1786
|
-
};
|
|
1787
|
-
};
|
|
1788
|
-
}>;
|
|
1789
1744
|
alert: import("@chakra-ui/react").SlotRecipeDefinition<"description" | "content" | "root" | "title" | "indicator", {
|
|
1790
1745
|
status: {
|
|
1791
1746
|
error: {
|
|
@@ -2110,9 +2065,6 @@ export declare const getSharedConfig: () => {
|
|
|
2110
2065
|
'8xl': {
|
|
2111
2066
|
value: string;
|
|
2112
2067
|
};
|
|
2113
|
-
half: {
|
|
2114
|
-
value: string;
|
|
2115
|
-
};
|
|
2116
2068
|
full: {
|
|
2117
2069
|
value: string;
|
|
2118
2070
|
};
|
|
@@ -2698,9 +2650,6 @@ export declare const getSharedConfig: () => {
|
|
|
2698
2650
|
'fade-in': {
|
|
2699
2651
|
value: string;
|
|
2700
2652
|
};
|
|
2701
|
-
'fade-out': {
|
|
2702
|
-
value: string;
|
|
2703
|
-
};
|
|
2704
2653
|
};
|
|
2705
2654
|
durations: {
|
|
2706
2655
|
fast: {
|
|
@@ -2709,9 +2658,6 @@ export declare const getSharedConfig: () => {
|
|
|
2709
2658
|
normal: {
|
|
2710
2659
|
value: string;
|
|
2711
2660
|
};
|
|
2712
|
-
slow: {
|
|
2713
|
-
value: string;
|
|
2714
|
-
};
|
|
2715
2661
|
};
|
|
2716
2662
|
};
|
|
2717
2663
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/themes/shared/index.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/themes/shared/index.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6B1B,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyframes.d.ts","sourceRoot":"","sources":["../../../../src/themes/shared/keyframes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"keyframes.d.ts","sourceRoot":"","sources":["../../../../src/themes/shared/keyframes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,yCA8CpB,CAAC"}
|
|
@@ -46,38 +46,6 @@ var keyframes = defineKeyframes({
|
|
|
46
46
|
scale: '0.95',
|
|
47
47
|
},
|
|
48
48
|
},
|
|
49
|
-
'slide-in-from-top': {
|
|
50
|
-
from: { transform: 'translateY(-100%)' },
|
|
51
|
-
to: { transform: 'translateY(0)' },
|
|
52
|
-
},
|
|
53
|
-
'slide-in-from-right': {
|
|
54
|
-
from: { transform: 'translateX(100%)' },
|
|
55
|
-
to: { transform: 'translateX(0)' },
|
|
56
|
-
},
|
|
57
|
-
'slide-in-from-bottom': {
|
|
58
|
-
from: { transform: 'translateY(100%)' },
|
|
59
|
-
to: { transform: 'translateY(0)' },
|
|
60
|
-
},
|
|
61
|
-
'slide-in-from-left': {
|
|
62
|
-
from: { transform: 'translateX(-100%)' },
|
|
63
|
-
to: { transform: 'translateX(0)' },
|
|
64
|
-
},
|
|
65
|
-
'slide-out-to-top': {
|
|
66
|
-
from: { transform: 'translateY(0)' },
|
|
67
|
-
to: { transform: 'translateY(-100%)' },
|
|
68
|
-
},
|
|
69
|
-
'slide-out-to-right': {
|
|
70
|
-
from: { transform: 'translateX(0)' },
|
|
71
|
-
to: { transform: 'translateX(100%)' },
|
|
72
|
-
},
|
|
73
|
-
'slide-out-to-bottom': {
|
|
74
|
-
from: { transform: 'translateY(0)' },
|
|
75
|
-
to: { transform: 'translateY(100%)' },
|
|
76
|
-
},
|
|
77
|
-
'slide-out-to-left': {
|
|
78
|
-
from: { transform: 'translateX(0)' },
|
|
79
|
-
to: { transform: 'translateX(-100%)' },
|
|
80
|
-
},
|
|
81
49
|
});
|
|
82
50
|
|
|
83
51
|
export { keyframes };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyframes.js","sources":["../../../../../src/themes/shared/keyframes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,SAAS,GAAG,eAAe,CAAC;AACvC,IAAA,eAAe,EAAE;AACf,QAAA,IAAI,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE;AACrB,QAAA,EAAE,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE;AAChC,KAAA;AACD,IAAA,iBAAiB,EAAE;AACjB,QAAA,IAAI,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE;AACjC,QAAA,EAAE,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE;AACpB,KAAA;AACD,IAAA,SAAS,EAAE;AACT,QAAA,IAAI,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;AACpB,QAAA,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;AACnB,KAAA;AACD,IAAA,UAAU,EAAE;AACV,QAAA,IAAI,EAAE;AACJ,YAAA,OAAO,EAAE,CAAC;AACX,SAAA;AACD,QAAA,EAAE,EAAE;AACF,YAAA,OAAO,EAAE,CAAC;AACX,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAA,IAAI,EAAE,EAAE,eAAe,EAAE,oBAAoB,EAAE;AAC/C,QAAA,KAAK,EAAE,EAAE,eAAe,EAAE,kBAAkB,EAAE;AAC9C,QAAA,MAAM,EAAE,EAAE,eAAe,EAAE,oBAAoB,EAAE;AAClD,KAAA;AACD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,EAAE,SAAS,EAAE,cAAc,EAAE;AACnC,QAAA,MAAM,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE;AACxC,KAAA;AACD,IAAA,UAAU,EAAE;AACV,QAAA,IAAI,EAAE;AACJ,YAAA,KAAK,EAAE,MAAM;AACd,SAAA;AACD,QAAA,EAAE,EAAE;AACF,YAAA,KAAK,EAAE,GAAG;AACX,SAAA;AACF,KAAA;AACD,IAAA,WAAW,EAAE;AACX,QAAA,IAAI,EAAE;AACJ,YAAA,KAAK,EAAE,GAAG;AACX,SAAA;AACD,QAAA,EAAE,EAAE;AACF,YAAA,KAAK,EAAE,MAAM;AACd,SAAA;AACF,KAAA;
|
|
1
|
+
{"version":3,"file":"keyframes.js","sources":["../../../../../src/themes/shared/keyframes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,SAAS,GAAG,eAAe,CAAC;AACvC,IAAA,eAAe,EAAE;AACf,QAAA,IAAI,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE;AACrB,QAAA,EAAE,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE;AAChC,KAAA;AACD,IAAA,iBAAiB,EAAE;AACjB,QAAA,IAAI,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE;AACjC,QAAA,EAAE,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE;AACpB,KAAA;AACD,IAAA,SAAS,EAAE;AACT,QAAA,IAAI,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;AACpB,QAAA,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;AACnB,KAAA;AACD,IAAA,UAAU,EAAE;AACV,QAAA,IAAI,EAAE;AACJ,YAAA,OAAO,EAAE,CAAC;AACX,SAAA;AACD,QAAA,EAAE,EAAE;AACF,YAAA,OAAO,EAAE,CAAC;AACX,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAA,IAAI,EAAE,EAAE,eAAe,EAAE,oBAAoB,EAAE;AAC/C,QAAA,KAAK,EAAE,EAAE,eAAe,EAAE,kBAAkB,EAAE;AAC9C,QAAA,MAAM,EAAE,EAAE,eAAe,EAAE,oBAAoB,EAAE;AAClD,KAAA;AACD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,EAAE,SAAS,EAAE,cAAc,EAAE;AACnC,QAAA,MAAM,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE;AACxC,KAAA;AACD,IAAA,UAAU,EAAE;AACV,QAAA,IAAI,EAAE;AACJ,YAAA,KAAK,EAAE,MAAM;AACd,SAAA;AACD,QAAA,EAAE,EAAE;AACF,YAAA,KAAK,EAAE,GAAG;AACX,SAAA;AACF,KAAA;AACD,IAAA,WAAW,EAAE;AACX,QAAA,IAAI,EAAE;AACJ,YAAA,KAAK,EAAE,GAAG;AACX,SAAA;AACD,QAAA,EAAE,EAAE;AACF,YAAA,KAAK,EAAE,MAAM;AACd,SAAA;AACF,KAAA;AACF,CAAA;;;;"}
|
|
@@ -1542,51 +1542,6 @@ export declare const slotRecipes: {
|
|
|
1542
1542
|
};
|
|
1543
1543
|
}>;
|
|
1544
1544
|
dialogFilter: import("@chakra-ui/react").SlotRecipeDefinition<"content", import("@chakra-ui/react").SlotRecipeVariantRecord<"content">>;
|
|
1545
|
-
drawer: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "body" | "positioner" | "root" | "backdrop" | "closeTrigger", {
|
|
1546
|
-
placement: {
|
|
1547
|
-
top: {
|
|
1548
|
-
positioner: {
|
|
1549
|
-
alignItems: "flex-start";
|
|
1550
|
-
justifyContent: "stretch";
|
|
1551
|
-
};
|
|
1552
|
-
};
|
|
1553
|
-
bottom: {
|
|
1554
|
-
positioner: {
|
|
1555
|
-
alignItems: "flex-end";
|
|
1556
|
-
justifyContent: "stretch";
|
|
1557
|
-
};
|
|
1558
|
-
};
|
|
1559
|
-
left: {
|
|
1560
|
-
positioner: {
|
|
1561
|
-
alignItems: "stretch";
|
|
1562
|
-
justifyContent: "flex-start";
|
|
1563
|
-
};
|
|
1564
|
-
};
|
|
1565
|
-
right: {
|
|
1566
|
-
positioner: {
|
|
1567
|
-
alignItems: "stretch";
|
|
1568
|
-
justifyContent: "flex-end";
|
|
1569
|
-
};
|
|
1570
|
-
};
|
|
1571
|
-
};
|
|
1572
|
-
size: {
|
|
1573
|
-
xl: {
|
|
1574
|
-
content: {
|
|
1575
|
-
width: "4xl";
|
|
1576
|
-
};
|
|
1577
|
-
};
|
|
1578
|
-
half: {
|
|
1579
|
-
content: {
|
|
1580
|
-
width: "half";
|
|
1581
|
-
};
|
|
1582
|
-
};
|
|
1583
|
-
full: {
|
|
1584
|
-
content: {
|
|
1585
|
-
width: "full";
|
|
1586
|
-
};
|
|
1587
|
-
};
|
|
1588
|
-
};
|
|
1589
|
-
}>;
|
|
1590
1545
|
alert: import("@chakra-ui/react").SlotRecipeDefinition<"description" | "content" | "root" | "title" | "indicator", {
|
|
1591
1546
|
status: {
|
|
1592
1547
|
error: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/slotRecipes/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/slotRecipes/index.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BvB,CAAC"}
|
|
@@ -17,7 +17,6 @@ import { inputSlotRecipe } from './input.js';
|
|
|
17
17
|
import { galleryHeaderRecipe } from './galleryHeader.js';
|
|
18
18
|
import { fieldSlotRecipe } from './field.js';
|
|
19
19
|
import { energyLabelRecipe } from './energyLabel.js';
|
|
20
|
-
import { drawerRecipe } from './drawer.js';
|
|
21
20
|
import { dialogFilterRecipe } from './dialogFilter.js';
|
|
22
21
|
import { dialogRecipe } from './dialog.js';
|
|
23
22
|
import { checkboxRecipe } from './checkbox.js';
|
|
@@ -48,7 +47,6 @@ var slotRecipes = {
|
|
|
48
47
|
input: inputSlotRecipe,
|
|
49
48
|
select: selectSlotRecipe,
|
|
50
49
|
dialogFilter: dialogFilterRecipe,
|
|
51
|
-
drawer: drawerRecipe,
|
|
52
50
|
alert: alertRecipe,
|
|
53
51
|
popoverFilter: popoverFilterRecipe,
|
|
54
52
|
numberInput: numberInputRecipe,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../src/themes/shared/slotRecipes/index.ts"],"sourcesContent":[null],"names":["articleTeaser","accordion","breadcrumbs","card","energyLabel","galleryHeader","list","markedText","dialog","simpleHeader","table","vehicleReference","tooltip","field","section","checkbox","input","select","dialogFilter","
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../src/themes/shared/slotRecipes/index.ts"],"sourcesContent":[null],"names":["articleTeaser","accordion","breadcrumbs","card","energyLabel","galleryHeader","list","markedText","dialog","simpleHeader","table","vehicleReference","tooltip","field","section","checkbox","input","select","dialogFilter","alert","popoverFilter","numberInput","radio","slider","pagination","menu"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BO,IAAM,WAAW,GAAG;AACzB,IAAA,aAAa,EAAAA,mBAAA;AACb,IAAA,SAAS,EAAAC,eAAA;AACT,IAAA,WAAW,EAAAC,iBAAA;AACX,IAAA,IAAI,EAAAC,UAAA;AACJ,IAAA,WAAW,EAAAC,iBAAA;AACX,IAAA,aAAa,EAAAC,mBAAA;AACb,IAAA,IAAI,EAAAC,UAAA;AACJ,IAAA,UAAU,EAAAC,gBAAA;AACV,IAAA,MAAM,EAAAC,YAAA;AACN,IAAA,YAAY,EAAAC,kBAAA;AACZ,IAAA,KAAK,EAAAC,WAAA;AACL,IAAA,gBAAgB,EAAAC,sBAAA;AAChB,IAAA,OAAO,EAAAC,iBAAA;AACP,IAAA,KAAK,EAAAC,eAAA;AACL,IAAA,OAAO,EAAAC,aAAA;AACP,IAAA,QAAQ,EAAAC,cAAA;AACR,IAAA,MAAM,EAAE,YAAY;AACpB,IAAA,KAAK,EAAAC,eAAA;AACL,IAAA,MAAM,EAAAC,gBAAA;AACN,IAAA,YAAY,EAAAC,kBAAA;AACZ,IAAA,KAAK,EAAAC,WAAA;AACL,IAAA,aAAa,EAAAC,mBAAA;AACb,IAAA,WAAW,EAAAC,iBAAA;AACX,IAAA,KAAK,EAAAC,WAAA;AACL,IAAA,MAAM,EAAAC,gBAAA;AACN,IAAA,UAAU,EAAAC,gBAAA;AACV,IAAA,IAAI,EAAAC,UAAA;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;CAIrB,CAAC"}
|
|
@@ -4,7 +4,6 @@ var animations = defineTokens.animations({
|
|
|
4
4
|
skeletonPulse: { value: 'skeletonPulse 1.6s linear infinite' },
|
|
5
5
|
spin: { value: 'spin 0.8s linear infinite' },
|
|
6
6
|
'fade-in': { value: 'fade-in var(--fade-in-duration, 0.1s) ease-out' },
|
|
7
|
-
'fade-out': { value: 'fade-out var(--fade-out-duration, 0.1s) ease-out' },
|
|
8
7
|
});
|
|
9
8
|
|
|
10
9
|
export { animations };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"animations.js","sources":["../../../../../../src/themes/shared/tokens/animations.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC;AAChD,IAAA,aAAa,EAAE,EAAE,KAAK,EAAE,oCAAoC,EAAE;AAC9D,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,2BAA2B,EAAE;AAC5C,IAAA,SAAS,EAAE,EAAE,KAAK,EAAE,gDAAgD,EAAE;
|
|
1
|
+
{"version":3,"file":"animations.js","sources":["../../../../../../src/themes/shared/tokens/animations.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC;AAChD,IAAA,aAAa,EAAE,EAAE,KAAK,EAAE,oCAAoC,EAAE;AAC9D,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,2BAA2B,EAAE;AAC5C,IAAA,SAAS,EAAE,EAAE,KAAK,EAAE,gDAAgD,EAAE;AACvE,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"durations.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/durations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"durations.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/durations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;CAOpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"durations.js","sources":["../../../../../../src/themes/shared/tokens/durations.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,SAAS,GAAG,YAAY,CAAC,SAAS,CAAC;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,KAAK,EAAE,OAAO;AACf,KAAA;AACD,IAAA,MAAM,EAAE;AACN,QAAA,KAAK,EAAE,OAAO;AACf,KAAA;
|
|
1
|
+
{"version":3,"file":"durations.js","sources":["../../../../../../src/themes/shared/tokens/durations.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,SAAS,GAAG,YAAY,CAAC,SAAS,CAAC;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,KAAK,EAAE,OAAO;AACf,KAAA;AACD,IAAA,MAAM,EAAE;AACN,QAAA,KAAK,EAAE,OAAO;AACf,KAAA;AACF,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sizes.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/sizes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"sizes.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/sizes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sizes.js","sources":["../../../../../../src/themes/shared/tokens/sizes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC;AACtC,IAAA,CAAC,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE;AACjB,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACvB,IAAA,GAAG,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACxB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE;AACxB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACxB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACxB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"sizes.js","sources":["../../../../../../src/themes/shared/tokens/sizes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC;AACtC,IAAA,CAAC,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE;AACjB,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACvB,IAAA,GAAG,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACxB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE;AACxB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACxB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACxB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACvB,IAAA,GAAG,EAAE,EAAE,KAAK,EAAE,aAAa,EAAE;AAC7B,IAAA,SAAS,EAAE;AACT,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACtB,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACtB,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,QAAA,KAAK,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AAC3B,KAAA;AACD,IAAA,aAAa,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACjC,IAAA,cAAc,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE;AACrC,IAAA,eAAe,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACpC,CAAA;;;;"}
|