@spectrum-web-components/grid 0.31.1-react.3 → 0.32.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/custom-elements.json +11 -8
- package/package.json +5 -5
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.js",
|
|
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.js",
|
|
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.js"
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
]
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"kind": "javascript-module",
|
|
196
|
-
"path": "src/GridController.
|
|
196
|
+
"path": "src/GridController.js",
|
|
197
197
|
"declarations": [
|
|
198
198
|
{
|
|
199
199
|
"kind": "class",
|
|
@@ -229,7 +229,8 @@
|
|
|
229
229
|
"name": "itemSize",
|
|
230
230
|
"type": {
|
|
231
231
|
"text": "ItemSize"
|
|
232
|
-
}
|
|
232
|
+
},
|
|
233
|
+
"readonly": true
|
|
233
234
|
},
|
|
234
235
|
{
|
|
235
236
|
"kind": "method",
|
|
@@ -254,7 +255,8 @@
|
|
|
254
255
|
"name": "gap",
|
|
255
256
|
"type": {
|
|
256
257
|
"text": "string | undefined"
|
|
257
|
-
}
|
|
258
|
+
},
|
|
259
|
+
"readonly": true
|
|
258
260
|
},
|
|
259
261
|
{
|
|
260
262
|
"kind": "method",
|
|
@@ -271,7 +273,8 @@
|
|
|
271
273
|
"name": "padding",
|
|
272
274
|
"type": {
|
|
273
275
|
"text": "string | undefined"
|
|
274
|
-
}
|
|
276
|
+
},
|
|
277
|
+
"readonly": true
|
|
275
278
|
},
|
|
276
279
|
{
|
|
277
280
|
"kind": "method",
|
|
@@ -409,7 +412,7 @@
|
|
|
409
412
|
"name": "GridController",
|
|
410
413
|
"declaration": {
|
|
411
414
|
"name": "GridController",
|
|
412
|
-
"module": "src/GridController.
|
|
415
|
+
"module": "src/GridController.js"
|
|
413
416
|
}
|
|
414
417
|
}
|
|
415
418
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/grid",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
],
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@lit-labs/observers": "^2.0.0",
|
|
66
|
-
"@lit-labs/virtualizer": "^
|
|
67
|
-
"@spectrum-web-components/base": "^0.
|
|
68
|
-
"@spectrum-web-components/reactive-controllers": "^0.
|
|
66
|
+
"@lit-labs/virtualizer": "^2.0.2",
|
|
67
|
+
"@spectrum-web-components/base": "^0.32.0",
|
|
68
|
+
"@spectrum-web-components/reactive-controllers": "^0.32.0"
|
|
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": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
|
|
77
77
|
}
|