@spectrum-web-components/tags 0.9.8-react.54 → 0.10.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/custom-elements.json +6 -6
- package/package.json +9 -9
- package/src/spectrum-config.js +2 -6
- package/src/spectrum-tag.css.dev.js +528 -266
- package/src/spectrum-tag.css.dev.js.map +2 -2
- package/src/spectrum-tag.css.js +530 -268
- package/src/spectrum-tag.css.js.map +2 -2
- package/src/spectrum-tags.css.dev.js.map +1 -1
- package/src/spectrum-tags.css.js.map +1 -1
- package/src/tag.css.dev.js +528 -266
- package/src/tag.css.dev.js.map +2 -2
- package/src/tag.css.js +530 -268
- package/src/tag.css.js.map +2 -2
- package/src/tags.css.dev.js.map +1 -1
- package/src/tags.css.js.map +1 -1
package/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-tag.
|
|
7
|
+
"path": "sp-tag.js",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
10
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"kind": "javascript-module",
|
|
22
|
-
"path": "sp-tags.
|
|
22
|
+
"path": "sp-tags.js",
|
|
23
23
|
"declarations": [],
|
|
24
24
|
"exports": [
|
|
25
25
|
{
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"kind": "javascript-module",
|
|
37
|
-
"path": "src/Tag.
|
|
37
|
+
"path": "src/Tag.js",
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
40
|
"kind": "class",
|
|
@@ -184,14 +184,14 @@
|
|
|
184
184
|
"name": "Tag",
|
|
185
185
|
"declaration": {
|
|
186
186
|
"name": "Tag",
|
|
187
|
-
"module": "src/Tag.
|
|
187
|
+
"module": "src/Tag.js"
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
]
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"kind": "javascript-module",
|
|
194
|
-
"path": "src/Tags.
|
|
194
|
+
"path": "src/Tags.js",
|
|
195
195
|
"declarations": [
|
|
196
196
|
{
|
|
197
197
|
"kind": "class",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"name": "Tags",
|
|
282
282
|
"declaration": {
|
|
283
283
|
"name": "Tags",
|
|
284
|
-
"module": "src/Tags.
|
|
284
|
+
"module": "src/Tags.js"
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
]
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/tags",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"description": "",
|
|
7
|
+
"description": "Web component implementation of a Spectrum design Tags",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"directory": "packages/tags"
|
|
13
13
|
},
|
|
14
14
|
"author": "",
|
|
15
|
-
"homepage": "https://adobe.
|
|
15
|
+
"homepage": "https://opensource.adobe.com/spectrum-web-components/components/tags",
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/adobe/spectrum-web-components/issues"
|
|
18
18
|
},
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"lit-html"
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@spectrum-web-components/base": "^0.7.3
|
|
70
|
-
"@spectrum-web-components/button": "^0.19.
|
|
71
|
-
"@spectrum-web-components/reactive-controllers": "^0.3.5
|
|
72
|
-
"@spectrum-web-components/shared": "^0.15.4
|
|
69
|
+
"@spectrum-web-components/base": "^0.7.3",
|
|
70
|
+
"@spectrum-web-components/button": "^0.19.9",
|
|
71
|
+
"@spectrum-web-components/reactive-controllers": "^0.3.5",
|
|
72
|
+
"@spectrum-web-components/shared": "^0.15.4"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@spectrum-css/tag": "^
|
|
75
|
+
"@spectrum-css/tag": "^4.0.0",
|
|
76
76
|
"@spectrum-css/taggroup": "^3.3.15"
|
|
77
77
|
},
|
|
78
78
|
"types": "./src/index.d.ts",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"./sp-*.js",
|
|
82
82
|
"./**/*.dev.js"
|
|
83
83
|
],
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "02534b6685ff89a21dba86c09b2169f5b30a46f2"
|
|
85
85
|
}
|
package/src/spectrum-config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Copyright
|
|
2
|
+
Copyright 2022 Adobe. All rights reserved.
|
|
3
3
|
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
5
|
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
@@ -71,10 +71,6 @@ const config = {
|
|
|
71
71
|
selector: '.spectrum-Tags-itemLabel',
|
|
72
72
|
name: 'label',
|
|
73
73
|
},
|
|
74
|
-
{
|
|
75
|
-
selector: '.spectrum-Tags-itemIcon',
|
|
76
|
-
name: 'itemIcon',
|
|
77
|
-
},
|
|
78
74
|
],
|
|
79
75
|
slots: [
|
|
80
76
|
{
|
|
@@ -82,7 +78,7 @@ const config = {
|
|
|
82
78
|
name: 'avatar',
|
|
83
79
|
},
|
|
84
80
|
{
|
|
85
|
-
selector: '.spectrum-
|
|
81
|
+
selector: '.spectrum-Tags-itemIcon',
|
|
86
82
|
name: 'icon',
|
|
87
83
|
},
|
|
88
84
|
],
|