@app-studio/web 0.8.97 → 0.9.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/Icon/Icon.d.ts +1 -0
- package/dist/web.cjs.development.js +6 -3
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +6 -4
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +6 -3
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -73,6 +73,7 @@ export declare const DragHandleLinesIcon: React.FC<IconProps>;
|
|
|
73
73
|
export declare const ChevronDownIcon: React.FC<IconProps>;
|
|
74
74
|
export declare const ChevronRightIcon: React.FC<IconProps>;
|
|
75
75
|
export declare const CloseEyeIcon: React.FC<IconProps>;
|
|
76
|
+
export declare const TrashIcon: React.FC<IconProps>;
|
|
76
77
|
export declare const ExternalLinkIcon: React.FC<IconProps>;
|
|
77
78
|
export declare const PlusIcon: React.FC<IconProps>;
|
|
78
79
|
export declare const TickIcon: React.FC<IconProps>;
|
|
@@ -2568,6 +2568,7 @@ var CloseEyeIcon = _ref68 => {
|
|
|
2568
2568
|
fill: "currentColor"
|
|
2569
2569
|
})));
|
|
2570
2570
|
};
|
|
2571
|
+
var TrashIcon = DeleteIcon;
|
|
2571
2572
|
var ExternalLinkIcon = _ref69 => {
|
|
2572
2573
|
var {
|
|
2573
2574
|
widthHeight = 24,
|
|
@@ -3234,6 +3235,7 @@ var Icon = {
|
|
|
3234
3235
|
ChevronDownIcon: ChevronDownIcon,
|
|
3235
3236
|
ChevronRightIcon: ChevronRightIcon,
|
|
3236
3237
|
CloseEyeIcon: CloseEyeIcon,
|
|
3238
|
+
TrashIcon: TrashIcon,
|
|
3237
3239
|
ExternalLinkIcon: ExternalLinkIcon,
|
|
3238
3240
|
PlusIcon: PlusIcon,
|
|
3239
3241
|
TickIcon: TickIcon,
|
|
@@ -21531,8 +21533,8 @@ var AttachmentGroup = _ref => {
|
|
|
21531
21533
|
transition: "all 0.2s ease",
|
|
21532
21534
|
onClick: () => onRemove(index),
|
|
21533
21535
|
_hover: {
|
|
21534
|
-
backgroundColor:
|
|
21535
|
-
color:
|
|
21536
|
+
backgroundColor: 'color.gray.200',
|
|
21537
|
+
color: 'color.gray.700'
|
|
21536
21538
|
}
|
|
21537
21539
|
}, views == null ? void 0 : views.removeButton), /*#__PURE__*/React__default.createElement("svg", {
|
|
21538
21540
|
width: "10",
|
|
@@ -21780,7 +21782,7 @@ var PromptExamples = _ref => {
|
|
|
21780
21782
|
transition: "all 0.2s ease",
|
|
21781
21783
|
onClick: () => onSelect(example),
|
|
21782
21784
|
_hover: {
|
|
21783
|
-
backgroundColor:
|
|
21785
|
+
backgroundColor: 'color.gray.200'
|
|
21784
21786
|
}
|
|
21785
21787
|
}, views == null ? void 0 : views.item), /*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
|
|
21786
21788
|
fontSize: "14px",
|
|
@@ -22267,6 +22269,7 @@ exports.Toast = Toast;
|
|
|
22267
22269
|
exports.Toggle = Toggle;
|
|
22268
22270
|
exports.ToggleGroup = ToggleGroup;
|
|
22269
22271
|
exports.Tooltip = Tooltip;
|
|
22272
|
+
exports.TrashIcon = TrashIcon;
|
|
22270
22273
|
exports.Tree = Tree;
|
|
22271
22274
|
exports.TwitchIcon = TwitchIcon;
|
|
22272
22275
|
exports.TwitterIcon = TwitterIcon;
|