@sps-woodland/tags 8.13.1 → 8.14.1
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/index.cjs.js +2 -2
- package/lib/index.es.js +2 -2
- package/package.json +5 -5
package/lib/index.cjs.js
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
66
|
`}}}}},B={components:[f],examples:{basic:{label:"Basic Tag",examples:{basic:{react:c.code`
|
|
67
|
-
import { Tag } from "@sps-woodland/
|
|
67
|
+
import { Tag } from "@sps-woodland/tags";
|
|
68
68
|
|
|
69
69
|
function Component() {
|
|
70
70
|
return (
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
)
|
|
81
81
|
}
|
|
82
82
|
`}}},withIcon:{label:"Tag with icon",examples:{basic:{react:c.code`
|
|
83
|
-
import { Tag } from "@sps-woodland/
|
|
83
|
+
import { Tag } from "@sps-woodland/tags";
|
|
84
84
|
|
|
85
85
|
function Component() {
|
|
86
86
|
return (
|
package/lib/index.es.js
CHANGED
|
@@ -275,7 +275,7 @@ const A = {
|
|
|
275
275
|
examples: {
|
|
276
276
|
basic: {
|
|
277
277
|
react: i`
|
|
278
|
-
import { Tag } from "@sps-woodland/
|
|
278
|
+
import { Tag } from "@sps-woodland/tags";
|
|
279
279
|
|
|
280
280
|
function Component() {
|
|
281
281
|
return (
|
|
@@ -299,7 +299,7 @@ const A = {
|
|
|
299
299
|
examples: {
|
|
300
300
|
basic: {
|
|
301
301
|
react: i`
|
|
302
|
-
import { Tag } from "@sps-woodland/
|
|
302
|
+
import { Tag } from "@sps-woodland/tags";
|
|
303
303
|
|
|
304
304
|
function Component() {
|
|
305
305
|
return (
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sps-woodland/tags",
|
|
3
3
|
"description": "SPS Woodland Design System tag components",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.14.1",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/SPSCommerce/woodland/tree/main/packages/@sps-woodland/cards",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@spscommerce/utils": "^7.0.0",
|
|
30
30
|
"react": "^16.14.0",
|
|
31
31
|
"react-dom": "^16.14.0",
|
|
32
|
-
"@sps-woodland/core": "8.
|
|
33
|
-
"@sps-woodland/tokens": "8.
|
|
32
|
+
"@sps-woodland/core": "8.14.1",
|
|
33
|
+
"@sps-woodland/tokens": "8.14.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@spscommerce/utils": "^7.0.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@vanilla-extract/recipes": "^0.2.5",
|
|
39
39
|
"react": "^16.14.0",
|
|
40
40
|
"react-dom": "^16.14.0",
|
|
41
|
-
"@sps-woodland/core": "8.
|
|
42
|
-
"@sps-woodland/tokens": "8.
|
|
41
|
+
"@sps-woodland/core": "8.14.1",
|
|
42
|
+
"@sps-woodland/tokens": "8.14.1"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "pnpm run build:js && pnpm run build:types",
|