@ceed/ads 0.0.80 → 0.0.82
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.js +8 -11
- package/framer/index.js +17 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1748,7 +1748,7 @@ var StyledPopper = styled5(Popper, {
|
|
|
1748
1748
|
name: "DatePicker",
|
|
1749
1749
|
slot: "popper"
|
|
1750
1750
|
})(({ theme }) => ({
|
|
1751
|
-
zIndex: theme.zIndex.
|
|
1751
|
+
zIndex: theme.zIndex.tooltip
|
|
1752
1752
|
}));
|
|
1753
1753
|
var CalendarSheet = styled5(Sheet_default, {
|
|
1754
1754
|
name: "DatePicker",
|
|
@@ -1876,8 +1876,7 @@ var DatePicker = forwardRef4(
|
|
|
1876
1876
|
offset: [4, 4]
|
|
1877
1877
|
}
|
|
1878
1878
|
}
|
|
1879
|
-
]
|
|
1880
|
-
disablePortal: true
|
|
1879
|
+
]
|
|
1881
1880
|
},
|
|
1882
1881
|
/* @__PURE__ */ React15.createElement(FocusTrap, { open: true }, /* @__PURE__ */ React15.createElement(CalendarSheet, { tabIndex: -1, role: "presentation" }, /* @__PURE__ */ React15.createElement(
|
|
1883
1882
|
Calendar_default,
|
|
@@ -1943,14 +1942,14 @@ var StyledPopper2 = styled6(Popper2, {
|
|
|
1943
1942
|
name: "DateRangePicker",
|
|
1944
1943
|
slot: "popper"
|
|
1945
1944
|
})(({ theme }) => ({
|
|
1946
|
-
zIndex: theme.zIndex.
|
|
1945
|
+
zIndex: theme.zIndex.tooltip
|
|
1947
1946
|
}));
|
|
1948
1947
|
var CalendarSheet2 = styled6(Sheet_default, {
|
|
1949
1948
|
name: "DateRangePicker",
|
|
1950
1949
|
slot: "sheet",
|
|
1951
1950
|
overridesResolver: (props, styles) => styles.root
|
|
1952
1951
|
})(({ theme }) => ({
|
|
1953
|
-
zIndex: theme.zIndex.
|
|
1952
|
+
zIndex: theme.zIndex.tooltip,
|
|
1954
1953
|
width: "264px",
|
|
1955
1954
|
boxShadow: theme.shadow.md,
|
|
1956
1955
|
borderRadius: theme.radius.md
|
|
@@ -2099,8 +2098,7 @@ var DateRangePicker = forwardRef5(
|
|
|
2099
2098
|
offset: [4, 4]
|
|
2100
2099
|
}
|
|
2101
2100
|
}
|
|
2102
|
-
]
|
|
2103
|
-
disablePortal: true
|
|
2101
|
+
]
|
|
2104
2102
|
},
|
|
2105
2103
|
/* @__PURE__ */ React16.createElement(FocusTrap2, { open: true }, /* @__PURE__ */ React16.createElement(CalendarSheet2, { tabIndex: -1, role: "presentation" }, /* @__PURE__ */ React16.createElement(
|
|
2106
2104
|
Calendar_default,
|
|
@@ -2269,14 +2267,14 @@ var StyledPopper3 = styled11(Popper3, {
|
|
|
2269
2267
|
name: "MonthRangePicker",
|
|
2270
2268
|
slot: "popper"
|
|
2271
2269
|
})(({ theme }) => ({
|
|
2272
|
-
zIndex: theme.zIndex.
|
|
2270
|
+
zIndex: theme.zIndex.tooltip
|
|
2273
2271
|
}));
|
|
2274
2272
|
var CalendarSheet3 = styled11(Sheet_default, {
|
|
2275
2273
|
name: "MonthRangePicker",
|
|
2276
2274
|
slot: "sheet",
|
|
2277
2275
|
overridesResolver: (props, styles) => styles.root
|
|
2278
2276
|
})(({ theme }) => ({
|
|
2279
|
-
zIndex: theme.zIndex.
|
|
2277
|
+
zIndex: theme.zIndex.tooltip,
|
|
2280
2278
|
width: "264px",
|
|
2281
2279
|
boxShadow: theme.shadow.md,
|
|
2282
2280
|
borderRadius: theme.radius.md
|
|
@@ -2408,8 +2406,7 @@ var MonthRangePicker = forwardRef6(
|
|
|
2408
2406
|
offset: [4, 4]
|
|
2409
2407
|
}
|
|
2410
2408
|
}
|
|
2411
|
-
]
|
|
2412
|
-
disablePortal: true
|
|
2409
|
+
]
|
|
2413
2410
|
},
|
|
2414
2411
|
/* @__PURE__ */ React21.createElement(FocusTrap3, { open: true }, /* @__PURE__ */ React21.createElement(CalendarSheet3, { tabIndex: -1, role: "presentation" }, /* @__PURE__ */ React21.createElement(
|
|
2415
2412
|
Calendar_default,
|
package/framer/index.js
CHANGED
|
@@ -40878,7 +40878,7 @@ var StyledPopper = styled_default2(Popper, {
|
|
|
40878
40878
|
name: "DatePicker",
|
|
40879
40879
|
slot: "popper"
|
|
40880
40880
|
})(({ theme }) => ({
|
|
40881
|
-
zIndex: theme.zIndex.
|
|
40881
|
+
zIndex: theme.zIndex.tooltip
|
|
40882
40882
|
}));
|
|
40883
40883
|
var CalendarSheet = styled_default2(Sheet_default2, {
|
|
40884
40884
|
name: "DatePicker",
|
|
@@ -41008,7 +41008,6 @@ var DatePicker = forwardRef84(
|
|
|
41008
41008
|
}
|
|
41009
41009
|
}
|
|
41010
41010
|
],
|
|
41011
|
-
disablePortal: true,
|
|
41012
41011
|
children: /* @__PURE__ */ jsx2(FocusTrap, { open: true, children: /* @__PURE__ */ jsxs2(CalendarSheet, { tabIndex: -1, role: "presentation", children: [
|
|
41013
41012
|
/* @__PURE__ */ jsx2(
|
|
41014
41013
|
Calendar_default,
|
|
@@ -41076,14 +41075,14 @@ var StyledPopper2 = styled_default2(Popper, {
|
|
|
41076
41075
|
name: "DateRangePicker",
|
|
41077
41076
|
slot: "popper"
|
|
41078
41077
|
})(({ theme }) => ({
|
|
41079
|
-
zIndex: theme.zIndex.
|
|
41078
|
+
zIndex: theme.zIndex.tooltip
|
|
41080
41079
|
}));
|
|
41081
41080
|
var CalendarSheet2 = styled_default2(Sheet_default2, {
|
|
41082
41081
|
name: "DateRangePicker",
|
|
41083
41082
|
slot: "sheet",
|
|
41084
41083
|
overridesResolver: (props, styles2) => styles2.root
|
|
41085
41084
|
})(({ theme }) => ({
|
|
41086
|
-
zIndex: theme.zIndex.
|
|
41085
|
+
zIndex: theme.zIndex.tooltip,
|
|
41087
41086
|
width: "264px",
|
|
41088
41087
|
boxShadow: theme.shadow.md,
|
|
41089
41088
|
borderRadius: theme.radius.md
|
|
@@ -41234,7 +41233,6 @@ var DateRangePicker = forwardRef85(
|
|
|
41234
41233
|
}
|
|
41235
41234
|
}
|
|
41236
41235
|
],
|
|
41237
|
-
disablePortal: true,
|
|
41238
41236
|
children: /* @__PURE__ */ jsx2(FocusTrap, { open: true, children: /* @__PURE__ */ jsxs2(CalendarSheet2, { tabIndex: -1, role: "presentation", children: [
|
|
41239
41237
|
/* @__PURE__ */ jsx2(
|
|
41240
41238
|
Calendar_default,
|
|
@@ -41394,14 +41392,14 @@ var StyledPopper3 = styled_default2(Popper, {
|
|
|
41394
41392
|
name: "MonthRangePicker",
|
|
41395
41393
|
slot: "popper"
|
|
41396
41394
|
})(({ theme }) => ({
|
|
41397
|
-
zIndex: theme.zIndex.
|
|
41395
|
+
zIndex: theme.zIndex.tooltip
|
|
41398
41396
|
}));
|
|
41399
41397
|
var CalendarSheet3 = styled_default2(Sheet_default2, {
|
|
41400
41398
|
name: "MonthRangePicker",
|
|
41401
41399
|
slot: "sheet",
|
|
41402
41400
|
overridesResolver: (props, styles2) => styles2.root
|
|
41403
41401
|
})(({ theme }) => ({
|
|
41404
|
-
zIndex: theme.zIndex.
|
|
41402
|
+
zIndex: theme.zIndex.tooltip,
|
|
41405
41403
|
width: "264px",
|
|
41406
41404
|
boxShadow: theme.shadow.md,
|
|
41407
41405
|
borderRadius: theme.radius.md
|
|
@@ -41535,7 +41533,6 @@ var MonthRangePicker = forwardRef86(
|
|
|
41535
41533
|
}
|
|
41536
41534
|
}
|
|
41537
41535
|
],
|
|
41538
|
-
disablePortal: true,
|
|
41539
41536
|
children: /* @__PURE__ */ jsx2(FocusTrap, { open: true, children: /* @__PURE__ */ jsxs2(CalendarSheet3, { tabIndex: -1, role: "presentation", children: [
|
|
41540
41537
|
/* @__PURE__ */ jsx2(
|
|
41541
41538
|
Calendar_default,
|
|
@@ -41987,8 +41984,8 @@ var breadcrumbsPropertyControls = {
|
|
|
41987
41984
|
// NOTE: 일단 framer에서는 string만 받는다
|
|
41988
41985
|
type: ControlType5.Object,
|
|
41989
41986
|
controls: {
|
|
41990
|
-
|
|
41991
|
-
title: "
|
|
41987
|
+
label: {
|
|
41988
|
+
title: "Label",
|
|
41992
41989
|
type: ControlType5.String,
|
|
41993
41990
|
defaultValue: "Home"
|
|
41994
41991
|
},
|
|
@@ -42005,6 +42002,16 @@ var breadcrumbsPropertyControls = {
|
|
|
42005
42002
|
title: "Separator",
|
|
42006
42003
|
type: ControlType5.ComponentInstance
|
|
42007
42004
|
},
|
|
42005
|
+
frontCrumbCounts: {
|
|
42006
|
+
title: "Front Crumb Counts",
|
|
42007
|
+
type: ControlType5.Number,
|
|
42008
|
+
defaultValue: 1
|
|
42009
|
+
},
|
|
42010
|
+
backCrumbCounts: {
|
|
42011
|
+
title: "Back Crumb Counts",
|
|
42012
|
+
type: ControlType5.Number,
|
|
42013
|
+
defaultValue: 3
|
|
42014
|
+
},
|
|
42008
42015
|
size: {
|
|
42009
42016
|
title: "Size",
|
|
42010
42017
|
type: ControlType5.Enum,
|