@sps-woodland/tabs 7.10.6 → 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.
- package/lib/tab/Tab.css.d.ts +1 -1
- package/lib/tabs/Tabs.css.d.ts +1 -1
- package/package.json +7 -7
package/lib/tab/Tab.css.d.ts
CHANGED
@@ -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 {};
|
package/lib/tabs/Tabs.css.d.ts
CHANGED
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": "
|
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.6",
|
31
|
-
"@sps-woodland/tokens": "7.10.6",
|
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.6",
|
41
|
-
"@sps-woodland/tokens": "7.10.6",
|
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",
|