@shoplflow/base 0.46.2 → 0.46.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +126 -12
- package/dist/index.d.cts +94 -3
- package/dist/index.d.ts +94 -3
- package/dist/index.js +127 -13
- package/package.json +3 -1
package/dist/index.js
CHANGED
|
@@ -274,6 +274,9 @@ var AvatarSizeVariants = {
|
|
|
274
274
|
XL: "XL"
|
|
275
275
|
};
|
|
276
276
|
|
|
277
|
+
// src/components/Avatar/version.ts
|
|
278
|
+
var AVATAR_VERSION = "2.0.0";
|
|
279
|
+
|
|
277
280
|
// src/styles/tokens.ts
|
|
278
281
|
var fontWeightRegular = "var(--font-weight-regular)";
|
|
279
282
|
var fontWeightMedium = "var(--font-weight-medium)";
|
|
@@ -549,6 +552,9 @@ var MotionStack = motion(Stack);
|
|
|
549
552
|
MotionStack.Vertical = motion(Stack.Vertical);
|
|
550
553
|
MotionStack.Horizontal = motion(Stack.Horizontal);
|
|
551
554
|
var Stack_default = Stack;
|
|
555
|
+
|
|
556
|
+
// src/components/Stack/version.ts
|
|
557
|
+
var STACK_VERSION = "2.0.0";
|
|
552
558
|
var StyledStackContainer = styled6.div`
|
|
553
559
|
display: flex;
|
|
554
560
|
width: ${({ width }) => width};
|
|
@@ -629,6 +635,9 @@ var MotionStackContainer = motion(StackContainer);
|
|
|
629
635
|
MotionStackContainer.Vertical = motion(StackContainer.Vertical);
|
|
630
636
|
MotionStackContainer.Horizontal = motion(StackContainer.Horizontal);
|
|
631
637
|
var StackContainer_default = StackContainer;
|
|
638
|
+
|
|
639
|
+
// src/components/StackContainer/version.ts
|
|
640
|
+
var STACK_CONTAINER_VERSION = "2.0.0";
|
|
632
641
|
var setEllipsis = (maxLines) => {
|
|
633
642
|
return css`
|
|
634
643
|
display: -webkit-box;
|
|
@@ -700,6 +709,9 @@ var Text = forwardRef(
|
|
|
700
709
|
}
|
|
701
710
|
);
|
|
702
711
|
var Text_default = Text;
|
|
712
|
+
|
|
713
|
+
// src/components/Text/version.ts
|
|
714
|
+
var TEXT_VERSION = "2.0.1";
|
|
703
715
|
var MODAL_SIZE_XXS = 400;
|
|
704
716
|
var MODAL_SIZE_XS = 500;
|
|
705
717
|
var MODAL_SIZE_S = 560;
|
|
@@ -980,6 +992,9 @@ var ScrollArea = forwardRef((_a, ref) => {
|
|
|
980
992
|
) });
|
|
981
993
|
});
|
|
982
994
|
var ScrollArea_default = ScrollArea;
|
|
995
|
+
|
|
996
|
+
// src/components/ScrollArea/version.ts
|
|
997
|
+
var SCROLL_AREA_VERSION = "2.0.0";
|
|
983
998
|
var useModalOption = () => {
|
|
984
999
|
const context = useContext(ModalOptionContext);
|
|
985
1000
|
if (!context) {
|
|
@@ -1226,6 +1241,9 @@ var ModalProvider = ({ children }) => {
|
|
|
1226
1241
|
};
|
|
1227
1242
|
var ModalProvider_default = ModalProvider;
|
|
1228
1243
|
|
|
1244
|
+
// src/components/Modal/version.ts
|
|
1245
|
+
var MODAL_VERSION = "2.0.0";
|
|
1246
|
+
|
|
1229
1247
|
// src/components/Modal/index.ts
|
|
1230
1248
|
var Modal = {
|
|
1231
1249
|
Container: ModalContainer_default,
|
|
@@ -1235,6 +1253,9 @@ var Modal = {
|
|
|
1235
1253
|
Bottom: ModalBottom,
|
|
1236
1254
|
Footer: ModalFooter_default
|
|
1237
1255
|
};
|
|
1256
|
+
|
|
1257
|
+
// src/components/BackDrop/version.ts
|
|
1258
|
+
var BACK_DROP_VERSION = "2.0.0";
|
|
1238
1259
|
var getContainerStylesBySizeVar = (sizeVar) => {
|
|
1239
1260
|
switch (sizeVar) {
|
|
1240
1261
|
case "S":
|
|
@@ -1394,6 +1415,9 @@ var SwitchSizeVariants = {
|
|
|
1394
1415
|
M: "M"
|
|
1395
1416
|
};
|
|
1396
1417
|
|
|
1418
|
+
// src/components/Switch/version.ts
|
|
1419
|
+
var SWITCH_VERSION = "2.0.0";
|
|
1420
|
+
|
|
1397
1421
|
// src/components/Chips/ChipToggle/ChipToggle.types.ts
|
|
1398
1422
|
var ChipToggleStyleVariants = {
|
|
1399
1423
|
SOLID: "SOLID"
|
|
@@ -1638,6 +1662,9 @@ var ChipButton = (_a) => {
|
|
|
1638
1662
|
);
|
|
1639
1663
|
};
|
|
1640
1664
|
var ChipButton_default = ChipButton;
|
|
1665
|
+
|
|
1666
|
+
// src/components/Chips/version.ts
|
|
1667
|
+
var CHIPS_VERSION = "2.0.0";
|
|
1641
1668
|
var getStyleByStyleVar = (styleVar, color, disabled) => {
|
|
1642
1669
|
const domain = getDomain();
|
|
1643
1670
|
const secondaryBorderColor = domain === "hada" ? colorTokens.hada150 : colorTokens.neutral350;
|
|
@@ -2128,6 +2155,9 @@ var PopperPortal = forwardRef(
|
|
|
2128
2155
|
Popper.Trigger = PopperTrigger;
|
|
2129
2156
|
Popper.Portal = PopperPortal;
|
|
2130
2157
|
var Popper_default = Popper;
|
|
2158
|
+
|
|
2159
|
+
// src/components/Popper/version.ts
|
|
2160
|
+
var POPPER_VERSION = "2.0.0";
|
|
2131
2161
|
var Container2 = styled6.div`
|
|
2132
2162
|
display: flex;
|
|
2133
2163
|
align-items: center;
|
|
@@ -2443,6 +2473,9 @@ var Radio = (_a) => {
|
|
|
2443
2473
|
Radio[RADIO_SYMBOL_KEY] = true;
|
|
2444
2474
|
var Radio_default = Radio;
|
|
2445
2475
|
|
|
2476
|
+
// src/components/ControlButtons/version.ts
|
|
2477
|
+
var CONTROL_BUTTONS_VERSION = "2.0.0";
|
|
2478
|
+
|
|
2446
2479
|
// src/components/Menu/Menu.styled.ts
|
|
2447
2480
|
var getStylesBySizeVar = (sizeVar) => {
|
|
2448
2481
|
switch (sizeVar) {
|
|
@@ -2551,6 +2584,9 @@ var MenuSizeVariants = {
|
|
|
2551
2584
|
S: "S",
|
|
2552
2585
|
M: "M"
|
|
2553
2586
|
};
|
|
2587
|
+
|
|
2588
|
+
// src/components/Menu/version.ts
|
|
2589
|
+
var MENU_VERSION = "2.0.0";
|
|
2554
2590
|
var DropdownButtonContext = createContext(null);
|
|
2555
2591
|
var useDropdownButtonContext = () => {
|
|
2556
2592
|
const context = useContext(DropdownButtonContext);
|
|
@@ -2600,6 +2636,9 @@ var Icon = forwardRef((_a, ref) => {
|
|
|
2600
2636
|
return /* @__PURE__ */ jsx(StyledIcon, __spreadProps(__spreadValues({ as: iconSource, ref }, rest), { "data-shoplflow": "Icon" }));
|
|
2601
2637
|
});
|
|
2602
2638
|
var Icon_default = Icon;
|
|
2639
|
+
|
|
2640
|
+
// src/components/Icon/version.ts
|
|
2641
|
+
var ICON_VERSION = "2.0.0";
|
|
2603
2642
|
var DropdownButtonMenu = (_a) => {
|
|
2604
2643
|
var _b = _a, { onClick, children } = _b, rest = __objRest(_b, ["onClick", "children"]);
|
|
2605
2644
|
const { setIsOpen } = useDropdownButtonContext();
|
|
@@ -2917,11 +2956,11 @@ var SplitButtonStyleVariants = {
|
|
|
2917
2956
|
PRIMARY: "PRIMARY",
|
|
2918
2957
|
SECONDARY: "SECONDARY"
|
|
2919
2958
|
};
|
|
2959
|
+
|
|
2960
|
+
// src/components/Buttons/version.ts
|
|
2961
|
+
var BUTTONS_VERSION = "2.0.0";
|
|
2920
2962
|
var informationStyle = css`
|
|
2921
2963
|
background: ${colorTokens.neutral400_5};
|
|
2922
|
-
& > span {
|
|
2923
|
-
color: ${colorTokens.neutral600};
|
|
2924
|
-
}
|
|
2925
2964
|
& > svg > circle {
|
|
2926
2965
|
fill: ${colorTokens.neutral200};
|
|
2927
2966
|
}
|
|
@@ -2929,12 +2968,20 @@ var informationStyle = css`
|
|
|
2929
2968
|
fill: ${colorTokens.neutral400};
|
|
2930
2969
|
}
|
|
2931
2970
|
`;
|
|
2971
|
+
var cautionStyle = css`
|
|
2972
|
+
background: ${colorTokens.yellow100};
|
|
2973
|
+
& > svg > path {
|
|
2974
|
+
fill: ${colorTokens.yellow300};
|
|
2975
|
+
}
|
|
2976
|
+
& > svg > circle {
|
|
2977
|
+
fill: ${colorTokens.yellow300};
|
|
2978
|
+
}
|
|
2979
|
+
& > svg > path {
|
|
2980
|
+
fill: ${colorTokens.yellow300};
|
|
2981
|
+
}
|
|
2982
|
+
`;
|
|
2932
2983
|
var alertStyle = css`
|
|
2933
2984
|
background: ${colorTokens.red100};
|
|
2934
|
-
& > span {
|
|
2935
|
-
align-self: center;
|
|
2936
|
-
color: ${colorTokens.red300};
|
|
2937
|
-
}
|
|
2938
2985
|
& > svg > path {
|
|
2939
2986
|
fill: ${colorTokens.red300};
|
|
2940
2987
|
}
|
|
@@ -2943,10 +2990,11 @@ var StyledCallout = styled6.div`
|
|
|
2943
2990
|
display: flex;
|
|
2944
2991
|
justify-content: flex-start;
|
|
2945
2992
|
align-items: start;
|
|
2946
|
-
padding:
|
|
2993
|
+
padding: 12px;
|
|
2947
2994
|
gap: 4px;
|
|
2948
2995
|
border-radius: ${borderRadiusTokens.borderRadius08};
|
|
2949
2996
|
${({ styleVar }) => styleVar === "INFORMATION" && informationStyle}
|
|
2997
|
+
${({ styleVar }) => styleVar === "CAUTION" && cautionStyle}
|
|
2950
2998
|
${({ styleVar }) => styleVar === "ALERT" && alertStyle}
|
|
2951
2999
|
${({ fillWidth }) => fillWidth && css`
|
|
2952
3000
|
width: 100%;
|
|
@@ -2958,6 +3006,7 @@ var StyledCalloutIcon = styled6.svg`
|
|
|
2958
3006
|
min-height: 20px;
|
|
2959
3007
|
width: 20px;
|
|
2960
3008
|
min-width: 20px;
|
|
3009
|
+
flex-shrink: 0;
|
|
2961
3010
|
`;
|
|
2962
3011
|
styled6.div`
|
|
2963
3012
|
padding: 2px 0;
|
|
@@ -2970,18 +3019,41 @@ var CalloutText = (_a) => {
|
|
|
2970
3019
|
var _b = _a, { children } = _b, rest = __objRest(_b, ["children"]);
|
|
2971
3020
|
return /* @__PURE__ */ jsx(Text_default, __spreadProps(__spreadValues({}, rest), { typography: "paragraph2", children }));
|
|
2972
3021
|
};
|
|
2973
|
-
var
|
|
2974
|
-
return /* @__PURE__ */
|
|
3022
|
+
var CalloutBulletList = ({ children }) => {
|
|
3023
|
+
return /* @__PURE__ */ jsxs(StackContainer_default.Horizontal, { spacing: "spacing06", width: "100%", justify: "flex-start", minHeight: "20px", children: [
|
|
3024
|
+
/* @__PURE__ */ jsx(
|
|
3025
|
+
"div",
|
|
3026
|
+
{
|
|
3027
|
+
style: {
|
|
3028
|
+
marginTop: "8px",
|
|
3029
|
+
backgroundColor: colorTokens.neutral700,
|
|
3030
|
+
width: "3px",
|
|
3031
|
+
height: "3px",
|
|
3032
|
+
borderRadius: "50%",
|
|
3033
|
+
flexShrink: 0
|
|
3034
|
+
}
|
|
3035
|
+
}
|
|
3036
|
+
),
|
|
3037
|
+
children
|
|
3038
|
+
] });
|
|
3039
|
+
};
|
|
3040
|
+
var CalloutIcon = ({ iconSource, color }) => {
|
|
3041
|
+
return /* @__PURE__ */ jsx(StyledCalloutIcon, { as: iconSource, color });
|
|
2975
3042
|
};
|
|
2976
3043
|
Callout.Text = CalloutText;
|
|
2977
3044
|
Callout.Icon = CalloutIcon;
|
|
3045
|
+
Callout.BulletList = CalloutBulletList;
|
|
2978
3046
|
var Callout_default = Callout;
|
|
2979
3047
|
|
|
2980
3048
|
// src/components/Callout/Callout.types.ts
|
|
2981
3049
|
var CalloutTypes = {
|
|
2982
3050
|
INFORMATION: "INFORMATION",
|
|
3051
|
+
CAUTION: "CAUTION",
|
|
2983
3052
|
ALERT: "ALERT"
|
|
2984
3053
|
};
|
|
3054
|
+
|
|
3055
|
+
// src/components/Callout/version.ts
|
|
3056
|
+
var CALLOUT_VERSION = "2.1.2";
|
|
2985
3057
|
var StyledDropdown = styled6.div`
|
|
2986
3058
|
width: ${({ width }) => width};
|
|
2987
3059
|
`;
|
|
@@ -3314,6 +3386,9 @@ var DropdownOptionVariants = {
|
|
|
3314
3386
|
OUTSIDE_CLICK: "OUTSIDE_CLICK",
|
|
3315
3387
|
NONE: "NONE"
|
|
3316
3388
|
};
|
|
3389
|
+
|
|
3390
|
+
// src/components/Dropdown/version.ts
|
|
3391
|
+
var DROPDOWN_VERSION = "2.0.0";
|
|
3317
3392
|
var StyledList = styled6.li`
|
|
3318
3393
|
display: flex;
|
|
3319
3394
|
flex-direction: row;
|
|
@@ -3336,12 +3411,12 @@ var StyledText2Rows = styled6.div`
|
|
|
3336
3411
|
gap: 2px;
|
|
3337
3412
|
`;
|
|
3338
3413
|
var List = (_a) => {
|
|
3339
|
-
var _b = _a, { children, leftSource, rightSource } = _b, rest = __objRest(_b, ["children", "leftSource", "rightSource"]);
|
|
3414
|
+
var _b = _a, { children, leftSource, rightSource, style } = _b, rest = __objRest(_b, ["children", "leftSource", "rightSource", "style"]);
|
|
3340
3415
|
const LeftSourceClone = leftSource ? React3__default.cloneElement(leftSource, __spreadValues({}, rest)) : leftSource;
|
|
3341
3416
|
if (!children && rightSource) {
|
|
3342
3417
|
throw new Error("RightSource\uB294 children\uC774 \uD544\uC218\uB85C \uD3EC\uD568\uB418\uC5B4\uC57C\uD569\uB2C8\uB2E4.");
|
|
3343
3418
|
}
|
|
3344
|
-
return /* @__PURE__ */ jsxs(StyledList, __spreadProps(__spreadValues({ "data-shoplflow": "List" }, rest), { children: [
|
|
3419
|
+
return /* @__PURE__ */ jsxs(StyledList, __spreadProps(__spreadValues({ "data-shoplflow": "List", style }, rest), { children: [
|
|
3345
3420
|
LeftSourceClone && LeftSourceClone,
|
|
3346
3421
|
/* @__PURE__ */ jsx(Stack_default.Horizontal, { minHeight: "36px", width: "100%", spacing: "spacing08", align: "center", children }),
|
|
3347
3422
|
rightSource && rightSource
|
|
@@ -3355,6 +3430,9 @@ var Text2Rows = ({ title, subTitle }) => {
|
|
|
3355
3430
|
};
|
|
3356
3431
|
List.Text2Rows = Text2Rows;
|
|
3357
3432
|
var List_default = List;
|
|
3433
|
+
|
|
3434
|
+
// src/components/List/version.ts
|
|
3435
|
+
var LIST_VERSION = "2.0.1";
|
|
3358
3436
|
var getTypographyBySize = (size2) => {
|
|
3359
3437
|
switch (size2) {
|
|
3360
3438
|
case "XS":
|
|
@@ -3482,6 +3560,9 @@ var TagSizeVariants = {
|
|
|
3482
3560
|
S: "S",
|
|
3483
3561
|
M: "M"
|
|
3484
3562
|
};
|
|
3563
|
+
|
|
3564
|
+
// src/components/Tag/version.ts
|
|
3565
|
+
var TAG_VERSION = "2.0.0";
|
|
3485
3566
|
var StyledTree = styled6(motion.ul)`
|
|
3486
3567
|
display: flex;
|
|
3487
3568
|
flex-direction: column;
|
|
@@ -3639,6 +3720,9 @@ var TreeItem = (_a) => {
|
|
|
3639
3720
|
TreeItem[TREE_SYMBOL_KEY] = true;
|
|
3640
3721
|
Tree.Item = TreeItem;
|
|
3641
3722
|
var Tree_default = Tree;
|
|
3723
|
+
|
|
3724
|
+
// src/components/Tree/version.ts
|
|
3725
|
+
var TREE_VERSION = "2.0.0";
|
|
3642
3726
|
var StyledInput = styled6.input`
|
|
3643
3727
|
padding: ${({ sizeVar }) => sizeVar === "S" ? "0 8px" : "4px 12px"};
|
|
3644
3728
|
background-color: transparent;
|
|
@@ -4423,6 +4507,9 @@ var SelectInputButton = (_a) => {
|
|
|
4423
4507
|
);
|
|
4424
4508
|
};
|
|
4425
4509
|
var SelectInputButton_default = SelectInputButton;
|
|
4510
|
+
|
|
4511
|
+
// src/components/Inputs/version.ts
|
|
4512
|
+
var INPUTS_VERSION = "2.0.0";
|
|
4426
4513
|
var StyledTooltipContent = styled6.div`
|
|
4427
4514
|
background-color: ${colorTokens.neutral700};
|
|
4428
4515
|
padding: 4px 8px;
|
|
@@ -4498,6 +4585,9 @@ var Tooltip = (_a) => {
|
|
|
4498
4585
|
};
|
|
4499
4586
|
Tooltip.Content = TooltipContent;
|
|
4500
4587
|
var Tooltip_default = Tooltip;
|
|
4588
|
+
|
|
4589
|
+
// src/components/Tooltip/version.ts
|
|
4590
|
+
var TOOLTIP_VERSION = "2.0.0";
|
|
4501
4591
|
var TabsContext = createContext(null);
|
|
4502
4592
|
var useTabs = () => {
|
|
4503
4593
|
const context = useContext(TabsContext);
|
|
@@ -4762,6 +4852,9 @@ var TabSizeVariants = {
|
|
|
4762
4852
|
M: "M",
|
|
4763
4853
|
L: "L"
|
|
4764
4854
|
};
|
|
4855
|
+
|
|
4856
|
+
// src/components/Tabs/version.ts
|
|
4857
|
+
var TABS_VERSION = "2.0.0";
|
|
4765
4858
|
var PaginationWrapper = styled6.div`
|
|
4766
4859
|
display: flex;
|
|
4767
4860
|
align-items: center;
|
|
@@ -4919,6 +5012,9 @@ var Pagination = (_a) => {
|
|
|
4919
5012
|
};
|
|
4920
5013
|
Pagination.SizeSelector = PaginationSizeSelector_default;
|
|
4921
5014
|
var Pagination_default = Pagination;
|
|
5015
|
+
|
|
5016
|
+
// src/components/Pagination/version.ts
|
|
5017
|
+
var PAGINATION_VERSION = "2.0.0";
|
|
4922
5018
|
var getLabelStyleByStatus = (selected, disabled) => {
|
|
4923
5019
|
if (disabled && selected) {
|
|
4924
5020
|
return css`
|
|
@@ -5088,6 +5184,9 @@ var ToggleButtonSizeVariants = {
|
|
|
5088
5184
|
S: "S",
|
|
5089
5185
|
M: "M"
|
|
5090
5186
|
};
|
|
5187
|
+
|
|
5188
|
+
// src/components/ToggleButton/version.ts
|
|
5189
|
+
var TOGGLE_BUTTON_VERSION = "2.0.0";
|
|
5091
5190
|
var SmallStyledDayDatepickerWrapper = styled6.div`
|
|
5092
5191
|
display: flex;
|
|
5093
5192
|
width: 280px;
|
|
@@ -6641,6 +6740,9 @@ var WeekDatepicker = ({
|
|
|
6641
6740
|
] });
|
|
6642
6741
|
};
|
|
6643
6742
|
var WeekDatepicker_default = WeekDatepicker;
|
|
6743
|
+
|
|
6744
|
+
// src/components/Datepickers/version.ts
|
|
6745
|
+
var DATEPICKERS_VERSION = "2.0.0";
|
|
6644
6746
|
var StyledNumberCombobox = styled6.div``;
|
|
6645
6747
|
var IconWrapper2 = styled6(motion.div)`
|
|
6646
6748
|
display: flex;
|
|
@@ -6832,6 +6934,9 @@ var NumberComboboxSizeVariants = {
|
|
|
6832
6934
|
S: "S",
|
|
6833
6935
|
M: "M"
|
|
6834
6936
|
};
|
|
6937
|
+
|
|
6938
|
+
// src/components/Comboboxs/version.ts
|
|
6939
|
+
var COMBOBOXS_VERSION = "2.0.0";
|
|
6835
6940
|
var animation = keyframes`
|
|
6836
6941
|
0% {
|
|
6837
6942
|
transform: translateX(-100%);
|
|
@@ -6881,6 +6986,9 @@ var Skeleton = ({ styleVar = "rectangle", width = "50px", height = "20px" }) =>
|
|
|
6881
6986
|
};
|
|
6882
6987
|
var Skeleton_default = Skeleton;
|
|
6883
6988
|
|
|
6989
|
+
// src/components/Skeleton/version.ts
|
|
6990
|
+
var SKELETON_VERSION = "2.0.0";
|
|
6991
|
+
|
|
6884
6992
|
// src/components/Slider/Slider.types.ts
|
|
6885
6993
|
var SLIDER_Z_INDEX = {
|
|
6886
6994
|
THUMB_BUTTON: 10
|
|
@@ -7169,6 +7277,9 @@ var Slider = ({
|
|
|
7169
7277
|
] }) });
|
|
7170
7278
|
};
|
|
7171
7279
|
var Slider_default = Slider;
|
|
7280
|
+
|
|
7281
|
+
// src/components/Slider/version.ts
|
|
7282
|
+
var SLIDER_VERSION = "2.0.0";
|
|
7172
7283
|
var SearchBarContext = createContext({});
|
|
7173
7284
|
var useSearchBarContext = () => useContext(SearchBarContext);
|
|
7174
7285
|
var SearchBarProvider = ({
|
|
@@ -7393,6 +7504,9 @@ var SearchBar = (_a) => {
|
|
|
7393
7504
|
SearchBar.Category = SearchBarCategory;
|
|
7394
7505
|
SearchBar.Input = SearchBarInput;
|
|
7395
7506
|
|
|
7507
|
+
// src/components/SearchBar/version.ts
|
|
7508
|
+
var SEARCH_BAR_VERSION = "2.0.0";
|
|
7509
|
+
|
|
7396
7510
|
// src/components/SearchBar/index.ts
|
|
7397
7511
|
var SearchBar2 = SearchBar;
|
|
7398
7512
|
SearchBar2.Category = SearchBarCategory;
|
|
@@ -7451,4 +7565,4 @@ classnames/index.js:
|
|
|
7451
7565
|
*)
|
|
7452
7566
|
*/
|
|
7453
7567
|
|
|
7454
|
-
export { AnnualDatepicker_default as AnnualDatepicker, Avatar_default as Avatar, AvatarSizeVariants, Button_default as Button, ButtonSizeVariants, ButtonStyleVariants, CHECKBOX_SYMBOL_KEY, Callout_default as Callout, CalloutTypes, Checkbox_default as Checkbox, CheckboxStyleVariants, ChipButton_default as ChipButton, ChipButtonSizeVariants, ChipButtonStyleVariants, ChipToggle_default as ChipToggle, ChipToggleSizeVariants, ChipToggleStyleVariants, DayDatepicker_default as DayDatepicker, DayDatepickerSizeVariants, Dropdown_default as Dropdown, DropdownButton_default as DropdownButton, DropdownButtonContext, DropdownButtonSizeVariants, DropdownButtonStyleVariants, DropdownOptionVariants, Icon_default as Icon, IconButton_default as IconButton, IconButtonSizeVariants, IconButtonStyleVariants, IconSizeVariants, Input_default as Input, InputButton_default as InputButton, InputSizeVariants, List_default as List, MODAL_FOOTER_KEY, MODAL_HEADER_KEY, Menu_default as Menu, MenuSizeVariants, MinusButton_default as MinusButton, Modal, ModalContext, ModalHandlerContext, ModalPortal_default as ModalProvider, ModalSize, MonthDatepicker_default as MonthDatepicker, MotionStack, MotionStackContainer, NumberCombobox_default as NumberCombobox, NumberComboboxSizeVariants, Pagination_default as Pagination, Popper_default as Popper, PopperPortal, PopperTrigger, RADIO_SYMBOL_KEY, Radio_default as Radio, SLIDER_Z_INDEX, ScrollArea_default as ScrollArea, SearchBar2 as SearchBar, SelectInputButton_default as SelectInputButton, ShoplflowProvider_default as ShoplflowProvider, Skeleton_default as Skeleton, Slider_default as Slider, SplitButton_default as SplitButton, SplitButtonContext, SplitButtonSizeVariants, SplitButtonStyleVariants, Stack_default as Stack, StackContainer_default as StackContainer, StyledIcon, StyledStack, StyledStackContainer, Switch_default as Switch, SwitchSizeVariants, TREE_SYMBOL_KEY, TabSizeVariants, TabStyleVariants, Tabs_default as Tabs, TabsContext, Tag_default as Tag, TagSizeVariants, TagStyleVariants, Text_default as Text, Text2Rows, TextArea_default as TextArea, ToggleButton_default as ToggleButton, ToggleButtonSizeVariants, Tooltip_default as Tooltip, Tree_default as Tree, TreeItem, WeekDatepicker_default as WeekDatepicker, borderRadiusTokens, boxShadowTokens, colorTokens, fontWeightTokens, getDomain, spacingTokens, typographyTokens, useDomain, useDropdownButtonContext, useHandleModal, useModalValue, useSplitButtonContext, useTabs };
|
|
7568
|
+
export { AVATAR_VERSION, AnnualDatepicker_default as AnnualDatepicker, Avatar_default as Avatar, AvatarSizeVariants, BACK_DROP_VERSION, BUTTONS_VERSION, Button_default as Button, ButtonSizeVariants, ButtonStyleVariants, CALLOUT_VERSION, CHECKBOX_SYMBOL_KEY, CHIPS_VERSION, COMBOBOXS_VERSION, CONTROL_BUTTONS_VERSION, Callout_default as Callout, CalloutTypes, Checkbox_default as Checkbox, CheckboxStyleVariants, ChipButton_default as ChipButton, ChipButtonSizeVariants, ChipButtonStyleVariants, ChipToggle_default as ChipToggle, ChipToggleSizeVariants, ChipToggleStyleVariants, DATEPICKERS_VERSION, DROPDOWN_VERSION, DayDatepicker_default as DayDatepicker, DayDatepickerSizeVariants, Dropdown_default as Dropdown, DropdownButton_default as DropdownButton, DropdownButtonContext, DropdownButtonSizeVariants, DropdownButtonStyleVariants, DropdownOptionVariants, ICON_VERSION, INPUTS_VERSION, Icon_default as Icon, IconButton_default as IconButton, IconButtonSizeVariants, IconButtonStyleVariants, IconSizeVariants, Input_default as Input, InputButton_default as InputButton, InputSizeVariants, LIST_VERSION, List_default as List, MENU_VERSION, MODAL_FOOTER_KEY, MODAL_HEADER_KEY, MODAL_VERSION, Menu_default as Menu, MenuSizeVariants, MinusButton_default as MinusButton, Modal, ModalContext, ModalHandlerContext, ModalPortal_default as ModalProvider, ModalSize, MonthDatepicker_default as MonthDatepicker, MotionStack, MotionStackContainer, NumberCombobox_default as NumberCombobox, NumberComboboxSizeVariants, PAGINATION_VERSION, POPPER_VERSION, Pagination_default as Pagination, Popper_default as Popper, PopperPortal, PopperTrigger, RADIO_SYMBOL_KEY, Radio_default as Radio, SCROLL_AREA_VERSION, SEARCH_BAR_VERSION, SKELETON_VERSION, SLIDER_VERSION, SLIDER_Z_INDEX, STACK_CONTAINER_VERSION, STACK_VERSION, SWITCH_VERSION, ScrollArea_default as ScrollArea, SearchBar2 as SearchBar, SelectInputButton_default as SelectInputButton, ShoplflowProvider_default as ShoplflowProvider, Skeleton_default as Skeleton, Slider_default as Slider, SplitButton_default as SplitButton, SplitButtonContext, SplitButtonSizeVariants, SplitButtonStyleVariants, Stack_default as Stack, StackContainer_default as StackContainer, StyledIcon, StyledStack, StyledStackContainer, Switch_default as Switch, SwitchSizeVariants, TABS_VERSION, TAG_VERSION, TEXT_VERSION, TOGGLE_BUTTON_VERSION, TOOLTIP_VERSION, TREE_SYMBOL_KEY, TREE_VERSION, TabSizeVariants, TabStyleVariants, Tabs_default as Tabs, TabsContext, Tag_default as Tag, TagSizeVariants, TagStyleVariants, Text_default as Text, Text2Rows, TextArea_default as TextArea, ToggleButton_default as ToggleButton, ToggleButtonSizeVariants, Tooltip_default as Tooltip, Tree_default as Tree, TreeItem, WeekDatepicker_default as WeekDatepicker, borderRadiusTokens, boxShadowTokens, colorTokens, fontWeightTokens, getDomain, spacingTokens, typographyTokens, useDomain, useDropdownButtonContext, useHandleModal, useModalValue, useSplitButtonContext, useTabs };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/base",
|
|
3
|
-
"version": "0.46.
|
|
3
|
+
"version": "0.46.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -93,6 +93,8 @@
|
|
|
93
93
|
"homepage": "https://github.com/shopl/shoplflow#readme",
|
|
94
94
|
"scripts": {
|
|
95
95
|
"type-check": "tsc --noEmit",
|
|
96
|
+
"version:sync": "node scripts/component-version.mjs sync",
|
|
97
|
+
"version:bump": "node scripts/component-version.mjs bump",
|
|
96
98
|
"build:tokens": "node scripts/generate-tokens.cjs",
|
|
97
99
|
"build:package": "rm -rf dist/ && tsup",
|
|
98
100
|
"generate:component": "scripts/generate-component.sh",
|