@app-studio/web 0.8.97 → 0.9.1

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.
@@ -2535,6 +2535,7 @@
2535
2535
  fill: "currentColor"
2536
2536
  })));
2537
2537
  };
2538
+ var TrashIcon = DeleteIcon;
2538
2539
  var ExternalLinkIcon = _ref69 => {
2539
2540
  var {
2540
2541
  widthHeight = 24,
@@ -3201,6 +3202,7 @@
3201
3202
  ChevronDownIcon: ChevronDownIcon,
3202
3203
  ChevronRightIcon: ChevronRightIcon,
3203
3204
  CloseEyeIcon: CloseEyeIcon,
3205
+ TrashIcon: TrashIcon,
3204
3206
  ExternalLinkIcon: ExternalLinkIcon,
3205
3207
  PlusIcon: PlusIcon,
3206
3208
  TickIcon: TickIcon,
@@ -21498,8 +21500,8 @@
21498
21500
  transition: "all 0.2s ease",
21499
21501
  onClick: () => onRemove(index),
21500
21502
  _hover: {
21501
- backgroundColor: "color.gray.200",
21502
- color: "color.gray.700"
21503
+ backgroundColor: 'color.gray.200',
21504
+ color: 'color.gray.700'
21503
21505
  }
21504
21506
  }, views == null ? void 0 : views.removeButton), /*#__PURE__*/React__default.createElement("svg", {
21505
21507
  width: "10",
@@ -21747,7 +21749,7 @@
21747
21749
  transition: "all 0.2s ease",
21748
21750
  onClick: () => onSelect(example),
21749
21751
  _hover: {
21750
- backgroundColor: "color.gray.200"
21752
+ backgroundColor: 'color.gray.200'
21751
21753
  }
21752
21754
  }, views == null ? void 0 : views.item), /*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
21753
21755
  fontSize: "14px",
@@ -22234,6 +22236,7 @@
22234
22236
  exports.Toggle = Toggle;
22235
22237
  exports.ToggleGroup = ToggleGroup;
22236
22238
  exports.Tooltip = Tooltip;
22239
+ exports.TrashIcon = TrashIcon;
22237
22240
  exports.Tree = Tree;
22238
22241
  exports.TwitchIcon = TwitchIcon;
22239
22242
  exports.TwitterIcon = TwitterIcon;