@sps-woodland/tabs 7.10.7 → 8.0.0-rc1

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.
@@ -6,6 +6,6 @@ interface TabVariantDefinitions extends VariantDefinitions {
6
6
  disabled: BooleanRecipeVariant;
7
7
  }
8
8
  export declare const tab: import("@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<TabVariantDefinitions>;
9
- export type TabVariants = NonNullable<RecipeVariants<typeof tab>>;
9
+ export declare type TabVariants = NonNullable<RecipeVariants<typeof tab>>;
10
10
  export declare const tabTag: import("@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<TabVariantDefinitions>;
11
11
  export {};
@@ -17,4 +17,4 @@ export declare const tabs: import("@vanilla-extract/recipes/dist/declarations/sr
17
17
  };
18
18
  };
19
19
  }>;
20
- export type TabsVariants = RecipeVariants<typeof tabs>;
20
+ export declare type TabsVariants = RecipeVariants<typeof tabs>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sps-woodland/tabs",
3
3
  "description": "SPS Woodland Design System tabs component",
4
- "version": "7.10.7",
4
+ "version": "8.0.0-rc1",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/SPSCommerce/woodland/tree/main/packages/@sps-woodland/tabs",
@@ -27,18 +27,16 @@
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@react-stately/collections": "^3.6.0",
30
- "@sps-woodland/core": "7.10.7",
31
- "@sps-woodland/tokens": "7.10.7",
32
30
  "@spscommerce/utils": "^6.12.1",
33
31
  "react": "^16.14.0",
34
- "react-dom": "^16.14.0"
32
+ "react-dom": "^16.14.0",
33
+ "@sps-woodland/core": "8.0.0-rc1",
34
+ "@sps-woodland/tokens": "8.0.0-rc1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@react-stately/collections": "^3.6.0",
38
38
  "@react-types/shared": "^3.16.0",
39
39
  "@react-types/tabs": "^3.1.5",
40
- "@sps-woodland/core": "7.10.7",
41
- "@sps-woodland/tokens": "7.10.7",
42
40
  "@spscommerce/utils": "^6.12.1",
43
41
  "@types/react": "^16.14.35",
44
42
  "@vanilla-extract/css": "^1.9.3",
@@ -47,7 +45,9 @@
47
45
  "@vanilla-extract/vite-plugin": "^3.7.1",
48
46
  "react": "^16.14.0",
49
47
  "react-dom": "^16.14.0",
50
- "vite": "^3.2.5"
48
+ "vite": "^3.2.5",
49
+ "@sps-woodland/core": "8.0.0-rc1",
50
+ "@sps-woodland/tokens": "8.0.0-rc1"
51
51
  },
52
52
  "dependencies": {
53
53
  "@react-aria/tabs": "^3.3.4",