@spectrum-web-components/table 1.5.0-beta.0 → 1.5.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.
- package/package.json +16 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/table",
|
|
3
|
-
"version": "1.5.0
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"url": "https://github.com/adobe/spectrum-web-components.git",
|
|
12
12
|
"directory": "packages/table"
|
|
13
13
|
},
|
|
14
|
-
"author": "",
|
|
14
|
+
"author": "Adobe",
|
|
15
15
|
"homepage": "https://opensource.adobe.com/spectrum-web-components/components/table",
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/adobe/spectrum-web-components/issues"
|
|
18
18
|
},
|
|
19
|
-
"main": "src/index.js",
|
|
20
|
-
"module": "src/index.js",
|
|
19
|
+
"main": "./src/index.js",
|
|
20
|
+
"module": "./src/index.js",
|
|
21
21
|
"type": "module",
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
@@ -115,18 +115,24 @@
|
|
|
115
115
|
"!test/"
|
|
116
116
|
],
|
|
117
117
|
"keywords": [
|
|
118
|
-
"
|
|
118
|
+
"design-system",
|
|
119
|
+
"spectrum",
|
|
120
|
+
"adobe",
|
|
121
|
+
"adobe-spectrum",
|
|
119
122
|
"web components",
|
|
123
|
+
"web-components",
|
|
120
124
|
"lit-element",
|
|
121
|
-
"lit-html"
|
|
125
|
+
"lit-html",
|
|
126
|
+
"component",
|
|
127
|
+
"css"
|
|
122
128
|
],
|
|
123
129
|
"dependencies": {
|
|
124
130
|
"@lit-labs/observers": "^2.0.2",
|
|
125
131
|
"@lit-labs/virtualizer": "^2.0.12",
|
|
126
|
-
"@spectrum-web-components/base": "1.5.0
|
|
127
|
-
"@spectrum-web-components/checkbox": "1.5.0
|
|
128
|
-
"@spectrum-web-components/icon": "1.5.0
|
|
129
|
-
"@spectrum-web-components/icons-ui": "1.5.0
|
|
132
|
+
"@spectrum-web-components/base": "1.5.0",
|
|
133
|
+
"@spectrum-web-components/checkbox": "1.5.0",
|
|
134
|
+
"@spectrum-web-components/icon": "1.5.0",
|
|
135
|
+
"@spectrum-web-components/icons-ui": "1.5.0"
|
|
130
136
|
},
|
|
131
137
|
"devDependencies": {
|
|
132
138
|
"@spectrum-css/table": "7.0.0-s2-foundations.17"
|