@apipass/design-system 1.2.1 → 1.2.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.
@@ -0,0 +1,2 @@
1
+ import { IconProps } from "primitives";
2
+ export declare const IconTrashOutline: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -245,6 +245,7 @@ export { IconToggleRight } from "./IconToggleRight";
245
245
  export { IconTool } from "./IconTool";
246
246
  export { IconTrash } from "./IconTrash";
247
247
  export { IconTrash2 } from "./IconTrash2";
248
+ export { IconTrashOutline } from "./IconTrashOutline";
248
249
  export { IconTrello } from "./IconTrello";
249
250
  export { IconTrendingDown } from "./IconTrendingDown";
250
251
  export { IconTrendingUp } from "./IconTrendingUp";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apipass/design-system",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "description": "APIPass React Design System",
6
6
  "sideEffects": [