@overmap-ai/blocks 0.0.1-alpha.45 → 0.0.1-alpha.46

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.
@@ -14,7 +14,7 @@ export interface ButtonGroupProps extends Omit<ComponentProps<typeof Flex>, keyo
14
14
  /** The variant of the ButtonGroup, will be applied to all Buttons contained within the ButtonGroup
15
15
  * @default "solid"
16
16
  * */
17
- variant?: Exclude<Variant, "surface">;
17
+ variant?: Variant;
18
18
  /** The severity of the ButtonGroup, will be applied to all Buttons contained within the ButtonGroup
19
19
  * @default "primary"
20
20
  * */
@@ -8,7 +8,7 @@ export interface ButtonProps extends Omit<RadixButtonProps, "size" | "color" | "
8
8
  /** @default false */
9
9
  fluid?: boolean;
10
10
  /** @default solid */
11
- variant?: Exclude<Variant, "surface">;
11
+ variant?: Variant;
12
12
  /** @default primary */
13
13
  severity?: Severity;
14
14
  size?: Responsive<Size>;
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@overmap-ai/blocks",
3
- "private": false,
4
- "version": "0.0.1-alpha.45",
3
+ "author": "Wôrdn Inc.",
4
+ "license": "UNLICENSED",
5
+ "version": "0.0.1-alpha.46",
5
6
  "type": "module",
6
7
  "main": "dist/blocks.umd.cjs",
7
8
  "module": "dist/blocks.js",