@spectrum-web-components/grid 0.31.0 → 0.31.1-react.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 +5 -5
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-grid.
|
|
7
|
+
"path": "sp-grid.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
10
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"kind": "javascript-module",
|
|
22
|
-
"path": "src/Grid.
|
|
22
|
+
"path": "src/Grid.ts",
|
|
23
23
|
"declarations": [
|
|
24
24
|
{
|
|
25
25
|
"kind": "class",
|
|
@@ -186,14 +186,14 @@
|
|
|
186
186
|
"name": "Grid",
|
|
187
187
|
"declaration": {
|
|
188
188
|
"name": "Grid",
|
|
189
|
-
"module": "src/Grid.
|
|
189
|
+
"module": "src/Grid.ts"
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
]
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"kind": "javascript-module",
|
|
196
|
-
"path": "src/GridController.
|
|
196
|
+
"path": "src/GridController.ts",
|
|
197
197
|
"declarations": [
|
|
198
198
|
{
|
|
199
199
|
"kind": "class",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"name": "GridController",
|
|
410
410
|
"declaration": {
|
|
411
411
|
"name": "GridController",
|
|
412
|
-
"module": "src/GridController.
|
|
412
|
+
"module": "src/GridController.ts"
|
|
413
413
|
}
|
|
414
414
|
}
|
|
415
415
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/grid",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1-react.1+86ddafa4c",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@lit-labs/observers": "^2.0.0",
|
|
66
66
|
"@lit-labs/virtualizer": "^1.0.1",
|
|
67
|
-
"@spectrum-web-components/base": "^0.31.
|
|
68
|
-
"@spectrum-web-components/reactive-controllers": "^0.31.
|
|
67
|
+
"@spectrum-web-components/base": "^0.31.1-react.1+86ddafa4c",
|
|
68
|
+
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.1+86ddafa4c"
|
|
69
69
|
},
|
|
70
70
|
"types": "./src/index.d.ts",
|
|
71
71
|
"customElements": "custom-elements.json",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"./sp-*.js",
|
|
74
74
|
"./**/*.dev.js"
|
|
75
75
|
],
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "86ddafa4c44636bbe277444050f67b549af35ad8"
|
|
77
77
|
}
|