@spectrum-web-components/sidenav 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.
- package/custom-elements.json +40 -8
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -6,19 +6,46 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "sp-sidenav-heading.ts",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-sidenav-heading",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "SideNavHeading",
|
|
15
|
+
"module": "/src/SidenavHeading.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
13
22
|
"path": "sp-sidenav-item.ts",
|
|
14
23
|
"declarations": [],
|
|
15
|
-
"exports": [
|
|
24
|
+
"exports": [
|
|
25
|
+
{
|
|
26
|
+
"kind": "custom-element-definition",
|
|
27
|
+
"name": "sp-sidenav-item",
|
|
28
|
+
"declaration": {
|
|
29
|
+
"name": "SideNavItem",
|
|
30
|
+
"module": "/src/SidenavItem.js"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
]
|
|
16
34
|
},
|
|
17
35
|
{
|
|
18
36
|
"kind": "javascript-module",
|
|
19
37
|
"path": "sp-sidenav.ts",
|
|
20
38
|
"declarations": [],
|
|
21
|
-
"exports": [
|
|
39
|
+
"exports": [
|
|
40
|
+
{
|
|
41
|
+
"kind": "custom-element-definition",
|
|
42
|
+
"name": "sp-sidenav",
|
|
43
|
+
"declaration": {
|
|
44
|
+
"name": "SideNav",
|
|
45
|
+
"module": "/src/Sidenav.js"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
]
|
|
22
49
|
},
|
|
23
50
|
{
|
|
24
51
|
"kind": "javascript-module",
|
|
@@ -170,7 +197,8 @@
|
|
|
170
197
|
"type": {
|
|
171
198
|
"text": "SideNavItem | SideNav"
|
|
172
199
|
},
|
|
173
|
-
"privacy": "public"
|
|
200
|
+
"privacy": "public",
|
|
201
|
+
"readonly": true
|
|
174
202
|
},
|
|
175
203
|
{
|
|
176
204
|
"kind": "method",
|
|
@@ -371,7 +399,8 @@
|
|
|
371
399
|
"type": {
|
|
372
400
|
"text": "SideNav | undefined"
|
|
373
401
|
},
|
|
374
|
-
"privacy": "protected"
|
|
402
|
+
"privacy": "protected",
|
|
403
|
+
"readonly": true
|
|
375
404
|
},
|
|
376
405
|
{
|
|
377
406
|
"kind": "field",
|
|
@@ -387,7 +416,8 @@
|
|
|
387
416
|
"type": {
|
|
388
417
|
"text": "boolean"
|
|
389
418
|
},
|
|
390
|
-
"privacy": "protected"
|
|
419
|
+
"privacy": "protected",
|
|
420
|
+
"readonly": true
|
|
391
421
|
},
|
|
392
422
|
{
|
|
393
423
|
"kind": "field",
|
|
@@ -395,7 +425,8 @@
|
|
|
395
425
|
"type": {
|
|
396
426
|
"text": "number"
|
|
397
427
|
},
|
|
398
|
-
"privacy": "protected"
|
|
428
|
+
"privacy": "protected",
|
|
429
|
+
"readonly": true
|
|
399
430
|
},
|
|
400
431
|
{
|
|
401
432
|
"kind": "method",
|
|
@@ -468,7 +499,8 @@
|
|
|
468
499
|
"type": {
|
|
469
500
|
"text": "HTMLElement"
|
|
470
501
|
},
|
|
471
|
-
"privacy": "public"
|
|
502
|
+
"privacy": "public",
|
|
503
|
+
"readonly": true
|
|
472
504
|
},
|
|
473
505
|
{
|
|
474
506
|
"kind": "method",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/sidenav",
|
|
3
|
-
"version": "0.31.1-react.
|
|
3
|
+
"version": "0.31.1-react.21+44f0b1df9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"lit-html"
|
|
76
76
|
],
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@spectrum-web-components/base": "^0.31.1-react.
|
|
79
|
-
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.
|
|
80
|
-
"@spectrum-web-components/shared": "^0.31.1-react.
|
|
78
|
+
"@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9",
|
|
79
|
+
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.21+44f0b1df9",
|
|
80
|
+
"@spectrum-web-components/shared": "^0.31.1-react.21+44f0b1df9"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@spectrum-css/sidenav": "^3.0.
|
|
83
|
+
"@spectrum-css/sidenav": "^3.0.44"
|
|
84
84
|
},
|
|
85
85
|
"types": "./src/index.d.ts",
|
|
86
86
|
"customElements": "custom-elements.json",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"./sp-*.js",
|
|
89
89
|
"./**/*.dev.js"
|
|
90
90
|
],
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
|
|
92
92
|
}
|