@spectrum-web-components/grid 0.31.1-react.3 → 0.32.1-overlay.33

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.
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/grid",
3
- "version": "0.31.1-react.3+886f51591",
3
+ "version": "0.32.1-overlay.33+8b9227d00",
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": "^1.0.1",
67
- "@spectrum-web-components/base": "^0.31.1-react.3+886f51591",
68
- "@spectrum-web-components/reactive-controllers": "^0.31.1-react.3+886f51591"
66
+ "@lit-labs/virtualizer": "^2.0.2",
67
+ "@spectrum-web-components/base": "^0.32.1-overlay.33+8b9227d00",
68
+ "@spectrum-web-components/reactive-controllers": "^0.32.1-overlay.33+8b9227d00"
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": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
76
+ "gitHead": "8b9227d00900eacee1c6d194064f10062f27ab3e"
77
77
  }