@versini/ui-types 8.3.0 → 8.4.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -42,6 +42,12 @@ type CommonButtonProps = {
42
42
  * The rounded style of the Button.
43
43
  */
44
44
  radius?: "small" | "medium" | "large";
45
+ /**
46
+ * Whether or not to render the Button with an Aqua-style
47
+ * split background (lighter top half, darker-to-light bottom half).
48
+ * @default false
49
+ */
50
+ splitBackground?: boolean;
45
51
  };
46
52
 
47
53
  declare namespace ButtonTypes {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-types",
3
- "version": "8.3.0",
3
+ "version": "8.4.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -32,5 +32,5 @@
32
32
  "test:watch": "vitest",
33
33
  "test": "vitest run"
34
34
  },
35
- "gitHead": "fae53f4bd56440f7a72ed63b1a2a02b0c3b5a7e6"
35
+ "gitHead": "08f46d8b356d5cfbb4e58dca300428ed6bb03789"
36
36
  }