@spectrum-web-components/story-decorator 0.31.1-react.2 → 0.31.1-react.21

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.
Files changed (2) hide show
  1. package/custom-elements.json +12 -6
  2. package/package.json +10 -10
@@ -226,7 +226,8 @@
226
226
  "type": {
227
227
  "text": "TemplateResult"
228
228
  },
229
- "privacy": "private"
229
+ "privacy": "private",
230
+ "readonly": true
230
231
  },
231
232
  {
232
233
  "kind": "field",
@@ -234,7 +235,8 @@
234
235
  "type": {
235
236
  "text": "TemplateResult"
236
237
  },
237
- "privacy": "private"
238
+ "privacy": "private",
239
+ "readonly": true
238
240
  },
239
241
  {
240
242
  "kind": "field",
@@ -242,7 +244,8 @@
242
244
  "type": {
243
245
  "text": "TemplateResult"
244
246
  },
245
- "privacy": "private"
247
+ "privacy": "private",
248
+ "readonly": true
246
249
  },
247
250
  {
248
251
  "kind": "field",
@@ -250,7 +253,8 @@
250
253
  "type": {
251
254
  "text": "TemplateResult"
252
255
  },
253
- "privacy": "private"
256
+ "privacy": "private",
257
+ "readonly": true
254
258
  },
255
259
  {
256
260
  "kind": "field",
@@ -258,7 +262,8 @@
258
262
  "type": {
259
263
  "text": "TemplateResult"
260
264
  },
261
- "privacy": "private"
265
+ "privacy": "private",
266
+ "readonly": true
262
267
  },
263
268
  {
264
269
  "kind": "field",
@@ -266,7 +271,8 @@
266
271
  "type": {
267
272
  "text": "TemplateResult"
268
273
  },
269
- "privacy": "private"
274
+ "privacy": "private",
275
+ "readonly": true
270
276
  }
271
277
  ],
272
278
  "attributes": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/story-decorator",
3
- "version": "0.31.1-react.2+971de948d",
3
+ "version": "0.31.1-react.21+44f0b1df9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -65,14 +65,14 @@
65
65
  "lit-html"
66
66
  ],
67
67
  "dependencies": {
68
- "@spectrum-web-components/base": "^0.31.1-react.2+971de948d",
69
- "@spectrum-web-components/field-label": "^0.31.1-react.2+971de948d",
70
- "@spectrum-web-components/menu": "^0.31.1-react.2+971de948d",
71
- "@spectrum-web-components/overlay": "^0.31.1-react.2+971de948d",
72
- "@spectrum-web-components/picker": "^0.31.1-react.2+971de948d",
73
- "@spectrum-web-components/reactive-controllers": "^0.31.1-react.2+971de948d",
74
- "@spectrum-web-components/switch": "^0.31.1-react.2+971de948d",
75
- "@spectrum-web-components/theme": "^0.31.1-react.2+971de948d"
68
+ "@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9",
69
+ "@spectrum-web-components/field-label": "^0.31.1-react.21+44f0b1df9",
70
+ "@spectrum-web-components/menu": "^0.31.1-react.21+44f0b1df9",
71
+ "@spectrum-web-components/overlay": "^0.31.1-react.21+44f0b1df9",
72
+ "@spectrum-web-components/picker": "^0.31.1-react.21+44f0b1df9",
73
+ "@spectrum-web-components/reactive-controllers": "^0.31.1-react.21+44f0b1df9",
74
+ "@spectrum-web-components/switch": "^0.31.1-react.21+44f0b1df9",
75
+ "@spectrum-web-components/theme": "^0.31.1-react.21+44f0b1df9"
76
76
  },
77
77
  "types": "./src/index.d.ts",
78
78
  "customElements": "custom-elements.json",
@@ -81,5 +81,5 @@
81
81
  "./**/*.dev.js",
82
82
  "./sp-*.ts"
83
83
  ],
84
- "gitHead": "971de948df12f7082f13ab5dd5e638d456ebbb94"
84
+ "gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
85
85
  }