@versini/ui-types 3.0.1 → 3.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -7
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -148,13 +148,7 @@ declare namespace ButtonCopyTypes {
148
148
  copyToClipboard: string | (() => string);
149
149
  } & Omit<
150
150
  ButtonIconTypes.Props,
151
- | "children"
152
- | "align"
153
- | "label"
154
- | "labelLeft"
155
- | "labelRight"
156
- | "fullWidth"
157
- | "size"
151
+ "children" | "align" | "label" | "fullWidth" | "size"
158
152
  >;
159
153
  }
160
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-types",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -32,5 +32,5 @@
32
32
  "react": "^18.3.1 || ^19.0.0",
33
33
  "react-dom": "^18.3.1 || ^19.0.0"
34
34
  },
35
- "gitHead": "c83e1c1ff281bb8d84e899777a6d055c74451090"
35
+ "gitHead": "e9e5493a53a6925c3afb446b3d96f041ca7aabae"
36
36
  }