@spectrum-web-components/checkbox 0.32.0 → 0.32.1-overlay.41
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 +10 -10
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-checkbox.
|
|
7
|
+
"path": "sp-checkbox.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/Checkbox.
|
|
22
|
+
"path": "src/Checkbox.ts",
|
|
23
23
|
"declarations": [
|
|
24
24
|
{
|
|
25
25
|
"kind": "class",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"reflects": true,
|
|
78
78
|
"inheritedFrom": {
|
|
79
79
|
"name": "CheckboxBase",
|
|
80
|
-
"module": "src/CheckboxBase.
|
|
80
|
+
"module": "src/CheckboxBase.ts"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
{
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"reflects": true,
|
|
93
93
|
"inheritedFrom": {
|
|
94
94
|
"name": "CheckboxBase",
|
|
95
|
-
"module": "src/CheckboxBase.
|
|
95
|
+
"module": "src/CheckboxBase.ts"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
{
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"privacy": "protected",
|
|
105
105
|
"inheritedFrom": {
|
|
106
106
|
"name": "CheckboxBase",
|
|
107
|
-
"module": "src/CheckboxBase.
|
|
107
|
+
"module": "src/CheckboxBase.ts"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
{
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"readonly": true,
|
|
118
118
|
"inheritedFrom": {
|
|
119
119
|
"name": "CheckboxBase",
|
|
120
|
-
"module": "src/CheckboxBase.
|
|
120
|
+
"module": "src/CheckboxBase.ts"
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
{
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
},
|
|
132
132
|
"inheritedFrom": {
|
|
133
133
|
"name": "CheckboxBase",
|
|
134
|
-
"module": "src/CheckboxBase.
|
|
134
|
+
"module": "src/CheckboxBase.ts"
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
],
|
|
@@ -211,14 +211,14 @@
|
|
|
211
211
|
"name": "Checkbox",
|
|
212
212
|
"declaration": {
|
|
213
213
|
"name": "Checkbox",
|
|
214
|
-
"module": "src/Checkbox.
|
|
214
|
+
"module": "src/Checkbox.ts"
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
]
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
220
|
"kind": "javascript-module",
|
|
221
|
-
"path": "src/CheckboxBase.
|
|
221
|
+
"path": "src/CheckboxBase.ts",
|
|
222
222
|
"declarations": [
|
|
223
223
|
{
|
|
224
224
|
"kind": "class",
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"name": "CheckboxBase",
|
|
306
306
|
"declaration": {
|
|
307
307
|
"name": "CheckboxBase",
|
|
308
|
-
"module": "src/CheckboxBase.
|
|
308
|
+
"module": "src/CheckboxBase.ts"
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
311
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/checkbox",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.1-overlay.41+ea2752a5d",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"lit-html"
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@spectrum-web-components/base": "^0.32.
|
|
65
|
-
"@spectrum-web-components/icon": "^0.32.
|
|
66
|
-
"@spectrum-web-components/icons-ui": "^0.32.
|
|
67
|
-
"@spectrum-web-components/shared": "^0.32.
|
|
64
|
+
"@spectrum-web-components/base": "^0.32.1-overlay.41+ea2752a5d",
|
|
65
|
+
"@spectrum-web-components/icon": "^0.32.1-overlay.41+ea2752a5d",
|
|
66
|
+
"@spectrum-web-components/icons-ui": "^0.32.1-overlay.41+ea2752a5d",
|
|
67
|
+
"@spectrum-web-components/shared": "^0.32.1-overlay.41+ea2752a5d"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@spectrum-css/checkbox": "^6.0.32"
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"./sp-*.js",
|
|
76
76
|
"./**/*.dev.js"
|
|
77
77
|
],
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "ea2752a5dab7c3fc9f9d68148e74af23c63e2cfd"
|
|
79
79
|
}
|