@sps-woodland/filter-tiles 7.17.9 → 8.0.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Tokens } from "@sps-woodland/tokens";
|
|
2
|
-
export type FilterTileKind = keyof typeof Tokens.component["filter-tile"]["kind"];
|
|
2
|
+
export declare type FilterTileKind = keyof typeof Tokens.component["filter-tile"]["kind"];
|
|
3
3
|
export declare const tile: string;
|
|
4
4
|
export declare const tileBody: import("@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{
|
|
5
5
|
kind: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sps-woodland/filter-tiles",
|
|
3
3
|
"description": "SPS Woodland Design System filter tile component",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "8.0.0",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/SPSCommerce/woodland/tree/main/packages/@sps-woodland/filter-tiles",
|
|
@@ -25,12 +25,13 @@
|
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
28
|
+
"dependencies": {},
|
|
28
29
|
"peerDependencies": {
|
|
29
30
|
"@spscommerce/utils": "^6.12.1",
|
|
30
31
|
"react": "^16.14.0",
|
|
31
32
|
"react-dom": "^16.14.0",
|
|
32
|
-
"@sps-woodland/core": "
|
|
33
|
-
"@sps-woodland/tokens": "
|
|
33
|
+
"@sps-woodland/core": "8.0.0",
|
|
34
|
+
"@sps-woodland/tokens": "8.0.0"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
37
|
"@spscommerce/utils": "^6.12.1",
|
|
@@ -38,8 +39,8 @@
|
|
|
38
39
|
"@vanilla-extract/recipes": "^0.2.5",
|
|
39
40
|
"react": "^16.14.0",
|
|
40
41
|
"react-dom": "^16.14.0",
|
|
41
|
-
"@sps-woodland/core": "
|
|
42
|
-
"@sps-woodland/tokens": "
|
|
42
|
+
"@sps-woodland/core": "8.0.0",
|
|
43
|
+
"@sps-woodland/tokens": "8.0.0"
|
|
43
44
|
},
|
|
44
45
|
"scripts": {
|
|
45
46
|
"build": "pnpm run build:js && pnpm run build:types",
|