@spectrum-web-components/button 0.20.1 → 0.20.2
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/README.md +12 -12
- package/custom-elements.json +91 -91
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -177,12 +177,12 @@ attribute defaults to `accent` but also accepts the following value: `accent`, `
|
|
|
177
177
|
|
|
178
178
|
```html demo
|
|
179
179
|
<sp-button-group style="min-width: max-content">
|
|
180
|
-
<sp-button
|
|
181
|
-
<sp-button
|
|
180
|
+
<sp-button static="black">Label only</sp-button>
|
|
181
|
+
<sp-button static="black">
|
|
182
182
|
<sp-icon-help slot="icon"></sp-icon-help>
|
|
183
183
|
Icon + Label
|
|
184
184
|
</sp-button>
|
|
185
|
-
<sp-button
|
|
185
|
+
<sp-button static="black" label="Icon only">
|
|
186
186
|
<sp-icon-help slot="icon"></sp-icon-help>
|
|
187
187
|
</sp-button>
|
|
188
188
|
</sp-button-group>
|
|
@@ -194,12 +194,12 @@ attribute defaults to `accent` but also accepts the following value: `accent`, `
|
|
|
194
194
|
|
|
195
195
|
```html demo
|
|
196
196
|
<sp-button-group style="min-width: max-content">
|
|
197
|
-
<sp-button
|
|
198
|
-
<sp-button
|
|
197
|
+
<sp-button static="white">Label only</sp-button>
|
|
198
|
+
<sp-button static="white">
|
|
199
199
|
<sp-icon-help slot="icon"></sp-icon-help>
|
|
200
200
|
Icon + Label
|
|
201
201
|
</sp-button>
|
|
202
|
-
<sp-button
|
|
202
|
+
<sp-button static="white" label="Icon only">
|
|
203
203
|
<sp-icon-help slot="icon"></sp-icon-help>
|
|
204
204
|
</sp-button>
|
|
205
205
|
</sp-button-group>
|
|
@@ -250,12 +250,12 @@ The `treatment` attribute accepts `fill` and `outline` as values, and defaults t
|
|
|
250
250
|
<sp-button-group
|
|
251
251
|
style="background: var(--spectrum-global-color-seafoam-600); padding: 0.5em; min-width: max-content"
|
|
252
252
|
>
|
|
253
|
-
<sp-button treatment="outline"
|
|
254
|
-
<sp-button treatment="outline"
|
|
253
|
+
<sp-button treatment="outline" static="black">Label only</sp-button>
|
|
254
|
+
<sp-button treatment="outline" static="black">
|
|
255
255
|
<sp-icon-help slot="icon"></sp-icon-help>
|
|
256
256
|
Icon + Label
|
|
257
257
|
</sp-button>
|
|
258
|
-
<sp-button treatment="outline"
|
|
258
|
+
<sp-button treatment="outline" static="black" label="Icon only">
|
|
259
259
|
<sp-icon-help slot="icon"></sp-icon-help>
|
|
260
260
|
</sp-button>
|
|
261
261
|
</sp-button-group>
|
|
@@ -269,12 +269,12 @@ The `treatment` attribute accepts `fill` and `outline` as values, and defaults t
|
|
|
269
269
|
<sp-button-group
|
|
270
270
|
style="background: var(--spectrum-global-color-seafoam-600); padding: 0.5em; min-width: max-content"
|
|
271
271
|
>
|
|
272
|
-
<sp-button treatment="outline"
|
|
273
|
-
<sp-button treatment="outline"
|
|
272
|
+
<sp-button treatment="outline" static="white">Label only</sp-button>
|
|
273
|
+
<sp-button treatment="outline" static="white">
|
|
274
274
|
<sp-icon-help slot="icon"></sp-icon-help>
|
|
275
275
|
Icon + Label
|
|
276
276
|
</sp-button>
|
|
277
|
-
<sp-button treatment="outline"
|
|
277
|
+
<sp-button treatment="outline" static="white" label="Icon only">
|
|
278
278
|
<sp-icon-help slot="icon"></sp-icon-help>
|
|
279
279
|
</sp-button>
|
|
280
280
|
</sp-button-group>
|
package/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-button.
|
|
7
|
+
"path": "sp-button.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
10
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"kind": "javascript-module",
|
|
22
|
-
"path": "sp-clear-button.
|
|
22
|
+
"path": "sp-clear-button.ts",
|
|
23
23
|
"declarations": [],
|
|
24
24
|
"exports": [
|
|
25
25
|
{
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"kind": "javascript-module",
|
|
37
|
-
"path": "sp-close-button.
|
|
37
|
+
"path": "sp-close-button.ts",
|
|
38
38
|
"declarations": [],
|
|
39
39
|
"exports": [
|
|
40
40
|
{
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"kind": "javascript-module",
|
|
52
|
-
"path": "src/Button.
|
|
52
|
+
"path": "src/Button.ts",
|
|
53
53
|
"declarations": [
|
|
54
54
|
{
|
|
55
55
|
"kind": "variable",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"privacy": "protected",
|
|
140
140
|
"inheritedFrom": {
|
|
141
141
|
"name": "ButtonBase",
|
|
142
|
-
"module": "src/ButtonBase.
|
|
142
|
+
"module": "src/ButtonBase.ts"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
{
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"reflects": true,
|
|
155
155
|
"inheritedFrom": {
|
|
156
156
|
"name": "ButtonBase",
|
|
157
|
-
"module": "src/ButtonBase.
|
|
157
|
+
"module": "src/ButtonBase.ts"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
{
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"attribute": "type",
|
|
169
169
|
"inheritedFrom": {
|
|
170
170
|
"name": "ButtonBase",
|
|
171
|
-
"module": "src/ButtonBase.
|
|
171
|
+
"module": "src/ButtonBase.ts"
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
174
|
{
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"privacy": "protected",
|
|
181
181
|
"inheritedFrom": {
|
|
182
182
|
"name": "ButtonBase",
|
|
183
|
-
"module": "src/ButtonBase.
|
|
183
|
+
"module": "src/ButtonBase.ts"
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
186
|
{
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"privacy": "private",
|
|
193
193
|
"inheritedFrom": {
|
|
194
194
|
"name": "ButtonBase",
|
|
195
|
-
"module": "src/ButtonBase.
|
|
195
|
+
"module": "src/ButtonBase.ts"
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
198
|
{
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"privacy": "public",
|
|
205
205
|
"inheritedFrom": {
|
|
206
206
|
"name": "ButtonBase",
|
|
207
|
-
"module": "src/ButtonBase.
|
|
207
|
+
"module": "src/ButtonBase.ts"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
{
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"privacy": "protected",
|
|
217
217
|
"inheritedFrom": {
|
|
218
218
|
"name": "ButtonBase",
|
|
219
|
-
"module": "src/ButtonBase.
|
|
219
|
+
"module": "src/ButtonBase.ts"
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
{
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
},
|
|
231
231
|
"inheritedFrom": {
|
|
232
232
|
"name": "ButtonBase",
|
|
233
|
-
"module": "src/ButtonBase.
|
|
233
|
+
"module": "src/ButtonBase.ts"
|
|
234
234
|
}
|
|
235
235
|
},
|
|
236
236
|
{
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
],
|
|
253
253
|
"inheritedFrom": {
|
|
254
254
|
"name": "ButtonBase",
|
|
255
|
-
"module": "src/ButtonBase.
|
|
255
|
+
"module": "src/ButtonBase.ts"
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
258
|
{
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
},
|
|
267
267
|
"inheritedFrom": {
|
|
268
268
|
"name": "ButtonBase",
|
|
269
|
-
"module": "src/ButtonBase.
|
|
269
|
+
"module": "src/ButtonBase.ts"
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
{
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
},
|
|
281
281
|
"inheritedFrom": {
|
|
282
282
|
"name": "ButtonBase",
|
|
283
|
-
"module": "src/ButtonBase.
|
|
283
|
+
"module": "src/ButtonBase.ts"
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
286
|
{
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
},
|
|
295
295
|
"inheritedFrom": {
|
|
296
296
|
"name": "ButtonBase",
|
|
297
|
-
"module": "src/ButtonBase.
|
|
297
|
+
"module": "src/ButtonBase.ts"
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
300
|
{
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
},
|
|
309
309
|
"inheritedFrom": {
|
|
310
310
|
"name": "ButtonBase",
|
|
311
|
-
"module": "src/ButtonBase.
|
|
311
|
+
"module": "src/ButtonBase.ts"
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
314
|
{
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
],
|
|
331
331
|
"inheritedFrom": {
|
|
332
332
|
"name": "ButtonBase",
|
|
333
|
-
"module": "src/ButtonBase.
|
|
333
|
+
"module": "src/ButtonBase.ts"
|
|
334
334
|
}
|
|
335
335
|
},
|
|
336
336
|
{
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
],
|
|
353
353
|
"inheritedFrom": {
|
|
354
354
|
"name": "ButtonBase",
|
|
355
|
-
"module": "src/ButtonBase.
|
|
355
|
+
"module": "src/ButtonBase.ts"
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
358
|
{
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
],
|
|
375
375
|
"inheritedFrom": {
|
|
376
376
|
"name": "ButtonBase",
|
|
377
|
-
"module": "src/ButtonBase.
|
|
377
|
+
"module": "src/ButtonBase.ts"
|
|
378
378
|
}
|
|
379
379
|
},
|
|
380
380
|
{
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
},
|
|
389
389
|
"inheritedFrom": {
|
|
390
390
|
"name": "ButtonBase",
|
|
391
|
-
"module": "src/ButtonBase.
|
|
391
|
+
"module": "src/ButtonBase.ts"
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
394
|
{
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
},
|
|
403
403
|
"inheritedFrom": {
|
|
404
404
|
"name": "ButtonBase",
|
|
405
|
-
"module": "src/ButtonBase.
|
|
405
|
+
"module": "src/ButtonBase.ts"
|
|
406
406
|
}
|
|
407
407
|
},
|
|
408
408
|
{
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
},
|
|
417
417
|
"inheritedFrom": {
|
|
418
418
|
"name": "ButtonBase",
|
|
419
|
-
"module": "src/ButtonBase.
|
|
419
|
+
"module": "src/ButtonBase.ts"
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
422
|
],
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"name": "VALID_VARIANTS",
|
|
496
496
|
"declaration": {
|
|
497
497
|
"name": "VALID_VARIANTS",
|
|
498
|
-
"module": "src/Button.
|
|
498
|
+
"module": "src/Button.ts"
|
|
499
499
|
}
|
|
500
500
|
},
|
|
501
501
|
{
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
"name": "VALID_STATICS",
|
|
504
504
|
"declaration": {
|
|
505
505
|
"name": "VALID_STATICS",
|
|
506
|
-
"module": "src/Button.
|
|
506
|
+
"module": "src/Button.ts"
|
|
507
507
|
}
|
|
508
508
|
},
|
|
509
509
|
{
|
|
@@ -511,14 +511,14 @@
|
|
|
511
511
|
"name": "Button",
|
|
512
512
|
"declaration": {
|
|
513
513
|
"name": "Button",
|
|
514
|
-
"module": "src/Button.
|
|
514
|
+
"module": "src/Button.ts"
|
|
515
515
|
}
|
|
516
516
|
}
|
|
517
517
|
]
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
520
|
"kind": "javascript-module",
|
|
521
|
-
"path": "src/ButtonBase.
|
|
521
|
+
"path": "src/ButtonBase.ts",
|
|
522
522
|
"declarations": [
|
|
523
523
|
{
|
|
524
524
|
"kind": "class",
|
|
@@ -793,14 +793,14 @@
|
|
|
793
793
|
"name": "ButtonBase",
|
|
794
794
|
"declaration": {
|
|
795
795
|
"name": "ButtonBase",
|
|
796
|
-
"module": "src/ButtonBase.
|
|
796
|
+
"module": "src/ButtonBase.ts"
|
|
797
797
|
}
|
|
798
798
|
}
|
|
799
799
|
]
|
|
800
800
|
},
|
|
801
801
|
{
|
|
802
802
|
"kind": "javascript-module",
|
|
803
|
-
"path": "src/ClearButton.
|
|
803
|
+
"path": "src/ClearButton.ts",
|
|
804
804
|
"declarations": [
|
|
805
805
|
{
|
|
806
806
|
"kind": "class",
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"privacy": "protected",
|
|
839
839
|
"inheritedFrom": {
|
|
840
840
|
"name": "ButtonBase",
|
|
841
|
-
"module": "src/ButtonBase.
|
|
841
|
+
"module": "src/ButtonBase.ts"
|
|
842
842
|
}
|
|
843
843
|
},
|
|
844
844
|
{
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
"privacy": "protected",
|
|
851
851
|
"inheritedFrom": {
|
|
852
852
|
"name": "ButtonBase",
|
|
853
|
-
"module": "src/ButtonBase.
|
|
853
|
+
"module": "src/ButtonBase.ts"
|
|
854
854
|
}
|
|
855
855
|
},
|
|
856
856
|
{
|
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
"reflects": true,
|
|
866
866
|
"inheritedFrom": {
|
|
867
867
|
"name": "ButtonBase",
|
|
868
|
-
"module": "src/ButtonBase.
|
|
868
|
+
"module": "src/ButtonBase.ts"
|
|
869
869
|
}
|
|
870
870
|
},
|
|
871
871
|
{
|
|
@@ -879,7 +879,7 @@
|
|
|
879
879
|
"attribute": "type",
|
|
880
880
|
"inheritedFrom": {
|
|
881
881
|
"name": "ButtonBase",
|
|
882
|
-
"module": "src/ButtonBase.
|
|
882
|
+
"module": "src/ButtonBase.ts"
|
|
883
883
|
}
|
|
884
884
|
},
|
|
885
885
|
{
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
"privacy": "protected",
|
|
892
892
|
"inheritedFrom": {
|
|
893
893
|
"name": "ButtonBase",
|
|
894
|
-
"module": "src/ButtonBase.
|
|
894
|
+
"module": "src/ButtonBase.ts"
|
|
895
895
|
}
|
|
896
896
|
},
|
|
897
897
|
{
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
"privacy": "private",
|
|
904
904
|
"inheritedFrom": {
|
|
905
905
|
"name": "ButtonBase",
|
|
906
|
-
"module": "src/ButtonBase.
|
|
906
|
+
"module": "src/ButtonBase.ts"
|
|
907
907
|
}
|
|
908
908
|
},
|
|
909
909
|
{
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
"privacy": "public",
|
|
916
916
|
"inheritedFrom": {
|
|
917
917
|
"name": "ButtonBase",
|
|
918
|
-
"module": "src/ButtonBase.
|
|
918
|
+
"module": "src/ButtonBase.ts"
|
|
919
919
|
}
|
|
920
920
|
},
|
|
921
921
|
{
|
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
},
|
|
930
930
|
"inheritedFrom": {
|
|
931
931
|
"name": "ButtonBase",
|
|
932
|
-
"module": "src/ButtonBase.
|
|
932
|
+
"module": "src/ButtonBase.ts"
|
|
933
933
|
}
|
|
934
934
|
},
|
|
935
935
|
{
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
],
|
|
952
952
|
"inheritedFrom": {
|
|
953
953
|
"name": "ButtonBase",
|
|
954
|
-
"module": "src/ButtonBase.
|
|
954
|
+
"module": "src/ButtonBase.ts"
|
|
955
955
|
}
|
|
956
956
|
},
|
|
957
957
|
{
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
},
|
|
966
966
|
"inheritedFrom": {
|
|
967
967
|
"name": "ButtonBase",
|
|
968
|
-
"module": "src/ButtonBase.
|
|
968
|
+
"module": "src/ButtonBase.ts"
|
|
969
969
|
}
|
|
970
970
|
},
|
|
971
971
|
{
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
},
|
|
980
980
|
"inheritedFrom": {
|
|
981
981
|
"name": "ButtonBase",
|
|
982
|
-
"module": "src/ButtonBase.
|
|
982
|
+
"module": "src/ButtonBase.ts"
|
|
983
983
|
}
|
|
984
984
|
},
|
|
985
985
|
{
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
},
|
|
994
994
|
"inheritedFrom": {
|
|
995
995
|
"name": "ButtonBase",
|
|
996
|
-
"module": "src/ButtonBase.
|
|
996
|
+
"module": "src/ButtonBase.ts"
|
|
997
997
|
}
|
|
998
998
|
},
|
|
999
999
|
{
|
|
@@ -1007,7 +1007,7 @@
|
|
|
1007
1007
|
},
|
|
1008
1008
|
"inheritedFrom": {
|
|
1009
1009
|
"name": "ButtonBase",
|
|
1010
|
-
"module": "src/ButtonBase.
|
|
1010
|
+
"module": "src/ButtonBase.ts"
|
|
1011
1011
|
}
|
|
1012
1012
|
},
|
|
1013
1013
|
{
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
],
|
|
1030
1030
|
"inheritedFrom": {
|
|
1031
1031
|
"name": "ButtonBase",
|
|
1032
|
-
"module": "src/ButtonBase.
|
|
1032
|
+
"module": "src/ButtonBase.ts"
|
|
1033
1033
|
}
|
|
1034
1034
|
},
|
|
1035
1035
|
{
|
|
@@ -1051,7 +1051,7 @@
|
|
|
1051
1051
|
],
|
|
1052
1052
|
"inheritedFrom": {
|
|
1053
1053
|
"name": "ButtonBase",
|
|
1054
|
-
"module": "src/ButtonBase.
|
|
1054
|
+
"module": "src/ButtonBase.ts"
|
|
1055
1055
|
}
|
|
1056
1056
|
},
|
|
1057
1057
|
{
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
],
|
|
1074
1074
|
"inheritedFrom": {
|
|
1075
1075
|
"name": "ButtonBase",
|
|
1076
|
-
"module": "src/ButtonBase.
|
|
1076
|
+
"module": "src/ButtonBase.ts"
|
|
1077
1077
|
}
|
|
1078
1078
|
},
|
|
1079
1079
|
{
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
},
|
|
1088
1088
|
"inheritedFrom": {
|
|
1089
1089
|
"name": "ButtonBase",
|
|
1090
|
-
"module": "src/ButtonBase.
|
|
1090
|
+
"module": "src/ButtonBase.ts"
|
|
1091
1091
|
}
|
|
1092
1092
|
},
|
|
1093
1093
|
{
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
},
|
|
1102
1102
|
"inheritedFrom": {
|
|
1103
1103
|
"name": "ButtonBase",
|
|
1104
|
-
"module": "src/ButtonBase.
|
|
1104
|
+
"module": "src/ButtonBase.ts"
|
|
1105
1105
|
}
|
|
1106
1106
|
},
|
|
1107
1107
|
{
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
},
|
|
1116
1116
|
"inheritedFrom": {
|
|
1117
1117
|
"name": "ButtonBase",
|
|
1118
|
-
"module": "src/ButtonBase.
|
|
1118
|
+
"module": "src/ButtonBase.ts"
|
|
1119
1119
|
}
|
|
1120
1120
|
}
|
|
1121
1121
|
],
|
|
@@ -1174,14 +1174,14 @@
|
|
|
1174
1174
|
"name": "ClearButton",
|
|
1175
1175
|
"declaration": {
|
|
1176
1176
|
"name": "ClearButton",
|
|
1177
|
-
"module": "src/ClearButton.
|
|
1177
|
+
"module": "src/ClearButton.ts"
|
|
1178
1178
|
}
|
|
1179
1179
|
}
|
|
1180
1180
|
]
|
|
1181
1181
|
},
|
|
1182
1182
|
{
|
|
1183
1183
|
"kind": "javascript-module",
|
|
1184
|
-
"path": "src/CloseButton.
|
|
1184
|
+
"path": "src/CloseButton.ts",
|
|
1185
1185
|
"declarations": [
|
|
1186
1186
|
{
|
|
1187
1187
|
"kind": "class",
|
|
@@ -1219,7 +1219,7 @@
|
|
|
1219
1219
|
"privacy": "protected",
|
|
1220
1220
|
"inheritedFrom": {
|
|
1221
1221
|
"name": "ButtonBase",
|
|
1222
|
-
"module": "src/ButtonBase.
|
|
1222
|
+
"module": "src/ButtonBase.ts"
|
|
1223
1223
|
}
|
|
1224
1224
|
},
|
|
1225
1225
|
{
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
"privacy": "protected",
|
|
1232
1232
|
"inheritedFrom": {
|
|
1233
1233
|
"name": "ButtonBase",
|
|
1234
|
-
"module": "src/ButtonBase.
|
|
1234
|
+
"module": "src/ButtonBase.ts"
|
|
1235
1235
|
}
|
|
1236
1236
|
},
|
|
1237
1237
|
{
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
"reflects": true,
|
|
1247
1247
|
"inheritedFrom": {
|
|
1248
1248
|
"name": "ButtonBase",
|
|
1249
|
-
"module": "src/ButtonBase.
|
|
1249
|
+
"module": "src/ButtonBase.ts"
|
|
1250
1250
|
}
|
|
1251
1251
|
},
|
|
1252
1252
|
{
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"attribute": "type",
|
|
1261
1261
|
"inheritedFrom": {
|
|
1262
1262
|
"name": "ButtonBase",
|
|
1263
|
-
"module": "src/ButtonBase.
|
|
1263
|
+
"module": "src/ButtonBase.ts"
|
|
1264
1264
|
}
|
|
1265
1265
|
},
|
|
1266
1266
|
{
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
"privacy": "protected",
|
|
1273
1273
|
"inheritedFrom": {
|
|
1274
1274
|
"name": "ButtonBase",
|
|
1275
|
-
"module": "src/ButtonBase.
|
|
1275
|
+
"module": "src/ButtonBase.ts"
|
|
1276
1276
|
}
|
|
1277
1277
|
},
|
|
1278
1278
|
{
|
|
@@ -1284,7 +1284,7 @@
|
|
|
1284
1284
|
"privacy": "private",
|
|
1285
1285
|
"inheritedFrom": {
|
|
1286
1286
|
"name": "ButtonBase",
|
|
1287
|
-
"module": "src/ButtonBase.
|
|
1287
|
+
"module": "src/ButtonBase.ts"
|
|
1288
1288
|
}
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
@@ -1296,7 +1296,7 @@
|
|
|
1296
1296
|
"privacy": "public",
|
|
1297
1297
|
"inheritedFrom": {
|
|
1298
1298
|
"name": "ButtonBase",
|
|
1299
|
-
"module": "src/ButtonBase.
|
|
1299
|
+
"module": "src/ButtonBase.ts"
|
|
1300
1300
|
}
|
|
1301
1301
|
},
|
|
1302
1302
|
{
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
},
|
|
1311
1311
|
"inheritedFrom": {
|
|
1312
1312
|
"name": "ButtonBase",
|
|
1313
|
-
"module": "src/ButtonBase.
|
|
1313
|
+
"module": "src/ButtonBase.ts"
|
|
1314
1314
|
}
|
|
1315
1315
|
},
|
|
1316
1316
|
{
|
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
],
|
|
1333
1333
|
"inheritedFrom": {
|
|
1334
1334
|
"name": "ButtonBase",
|
|
1335
|
-
"module": "src/ButtonBase.
|
|
1335
|
+
"module": "src/ButtonBase.ts"
|
|
1336
1336
|
}
|
|
1337
1337
|
},
|
|
1338
1338
|
{
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
},
|
|
1347
1347
|
"inheritedFrom": {
|
|
1348
1348
|
"name": "ButtonBase",
|
|
1349
|
-
"module": "src/ButtonBase.
|
|
1349
|
+
"module": "src/ButtonBase.ts"
|
|
1350
1350
|
}
|
|
1351
1351
|
},
|
|
1352
1352
|
{
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
},
|
|
1361
1361
|
"inheritedFrom": {
|
|
1362
1362
|
"name": "ButtonBase",
|
|
1363
|
-
"module": "src/ButtonBase.
|
|
1363
|
+
"module": "src/ButtonBase.ts"
|
|
1364
1364
|
}
|
|
1365
1365
|
},
|
|
1366
1366
|
{
|
|
@@ -1374,7 +1374,7 @@
|
|
|
1374
1374
|
},
|
|
1375
1375
|
"inheritedFrom": {
|
|
1376
1376
|
"name": "ButtonBase",
|
|
1377
|
-
"module": "src/ButtonBase.
|
|
1377
|
+
"module": "src/ButtonBase.ts"
|
|
1378
1378
|
}
|
|
1379
1379
|
},
|
|
1380
1380
|
{
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
},
|
|
1389
1389
|
"inheritedFrom": {
|
|
1390
1390
|
"name": "ButtonBase",
|
|
1391
|
-
"module": "src/ButtonBase.
|
|
1391
|
+
"module": "src/ButtonBase.ts"
|
|
1392
1392
|
}
|
|
1393
1393
|
},
|
|
1394
1394
|
{
|
|
@@ -1410,7 +1410,7 @@
|
|
|
1410
1410
|
],
|
|
1411
1411
|
"inheritedFrom": {
|
|
1412
1412
|
"name": "ButtonBase",
|
|
1413
|
-
"module": "src/ButtonBase.
|
|
1413
|
+
"module": "src/ButtonBase.ts"
|
|
1414
1414
|
}
|
|
1415
1415
|
},
|
|
1416
1416
|
{
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
],
|
|
1433
1433
|
"inheritedFrom": {
|
|
1434
1434
|
"name": "ButtonBase",
|
|
1435
|
-
"module": "src/ButtonBase.
|
|
1435
|
+
"module": "src/ButtonBase.ts"
|
|
1436
1436
|
}
|
|
1437
1437
|
},
|
|
1438
1438
|
{
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
],
|
|
1455
1455
|
"inheritedFrom": {
|
|
1456
1456
|
"name": "ButtonBase",
|
|
1457
|
-
"module": "src/ButtonBase.
|
|
1457
|
+
"module": "src/ButtonBase.ts"
|
|
1458
1458
|
}
|
|
1459
1459
|
},
|
|
1460
1460
|
{
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
},
|
|
1469
1469
|
"inheritedFrom": {
|
|
1470
1470
|
"name": "ButtonBase",
|
|
1471
|
-
"module": "src/ButtonBase.
|
|
1471
|
+
"module": "src/ButtonBase.ts"
|
|
1472
1472
|
}
|
|
1473
1473
|
},
|
|
1474
1474
|
{
|
|
@@ -1482,7 +1482,7 @@
|
|
|
1482
1482
|
},
|
|
1483
1483
|
"inheritedFrom": {
|
|
1484
1484
|
"name": "ButtonBase",
|
|
1485
|
-
"module": "src/ButtonBase.
|
|
1485
|
+
"module": "src/ButtonBase.ts"
|
|
1486
1486
|
}
|
|
1487
1487
|
},
|
|
1488
1488
|
{
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
},
|
|
1497
1497
|
"inheritedFrom": {
|
|
1498
1498
|
"name": "ButtonBase",
|
|
1499
|
-
"module": "src/ButtonBase.
|
|
1499
|
+
"module": "src/ButtonBase.ts"
|
|
1500
1500
|
}
|
|
1501
1501
|
}
|
|
1502
1502
|
],
|
|
@@ -1555,14 +1555,14 @@
|
|
|
1555
1555
|
"name": "CloseButton",
|
|
1556
1556
|
"declaration": {
|
|
1557
1557
|
"name": "CloseButton",
|
|
1558
|
-
"module": "src/CloseButton.
|
|
1558
|
+
"module": "src/CloseButton.ts"
|
|
1559
1559
|
}
|
|
1560
1560
|
}
|
|
1561
1561
|
]
|
|
1562
1562
|
},
|
|
1563
1563
|
{
|
|
1564
1564
|
"kind": "javascript-module",
|
|
1565
|
-
"path": "src/StyledButton.
|
|
1565
|
+
"path": "src/StyledButton.ts",
|
|
1566
1566
|
"declarations": [
|
|
1567
1567
|
{
|
|
1568
1568
|
"kind": "class",
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
"privacy": "protected",
|
|
1579
1579
|
"inheritedFrom": {
|
|
1580
1580
|
"name": "ButtonBase",
|
|
1581
|
-
"module": "src/ButtonBase.
|
|
1581
|
+
"module": "src/ButtonBase.ts"
|
|
1582
1582
|
}
|
|
1583
1583
|
},
|
|
1584
1584
|
{
|
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
"reflects": true,
|
|
1594
1594
|
"inheritedFrom": {
|
|
1595
1595
|
"name": "ButtonBase",
|
|
1596
|
-
"module": "src/ButtonBase.
|
|
1596
|
+
"module": "src/ButtonBase.ts"
|
|
1597
1597
|
}
|
|
1598
1598
|
},
|
|
1599
1599
|
{
|
|
@@ -1607,7 +1607,7 @@
|
|
|
1607
1607
|
"attribute": "type",
|
|
1608
1608
|
"inheritedFrom": {
|
|
1609
1609
|
"name": "ButtonBase",
|
|
1610
|
-
"module": "src/ButtonBase.
|
|
1610
|
+
"module": "src/ButtonBase.ts"
|
|
1611
1611
|
}
|
|
1612
1612
|
},
|
|
1613
1613
|
{
|
|
@@ -1619,7 +1619,7 @@
|
|
|
1619
1619
|
"privacy": "protected",
|
|
1620
1620
|
"inheritedFrom": {
|
|
1621
1621
|
"name": "ButtonBase",
|
|
1622
|
-
"module": "src/ButtonBase.
|
|
1622
|
+
"module": "src/ButtonBase.ts"
|
|
1623
1623
|
}
|
|
1624
1624
|
},
|
|
1625
1625
|
{
|
|
@@ -1631,7 +1631,7 @@
|
|
|
1631
1631
|
"privacy": "private",
|
|
1632
1632
|
"inheritedFrom": {
|
|
1633
1633
|
"name": "ButtonBase",
|
|
1634
|
-
"module": "src/ButtonBase.
|
|
1634
|
+
"module": "src/ButtonBase.ts"
|
|
1635
1635
|
}
|
|
1636
1636
|
},
|
|
1637
1637
|
{
|
|
@@ -1643,7 +1643,7 @@
|
|
|
1643
1643
|
"privacy": "public",
|
|
1644
1644
|
"inheritedFrom": {
|
|
1645
1645
|
"name": "ButtonBase",
|
|
1646
|
-
"module": "src/ButtonBase.
|
|
1646
|
+
"module": "src/ButtonBase.ts"
|
|
1647
1647
|
}
|
|
1648
1648
|
},
|
|
1649
1649
|
{
|
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
"privacy": "protected",
|
|
1656
1656
|
"inheritedFrom": {
|
|
1657
1657
|
"name": "ButtonBase",
|
|
1658
|
-
"module": "src/ButtonBase.
|
|
1658
|
+
"module": "src/ButtonBase.ts"
|
|
1659
1659
|
}
|
|
1660
1660
|
},
|
|
1661
1661
|
{
|
|
@@ -1669,7 +1669,7 @@
|
|
|
1669
1669
|
},
|
|
1670
1670
|
"inheritedFrom": {
|
|
1671
1671
|
"name": "ButtonBase",
|
|
1672
|
-
"module": "src/ButtonBase.
|
|
1672
|
+
"module": "src/ButtonBase.ts"
|
|
1673
1673
|
}
|
|
1674
1674
|
},
|
|
1675
1675
|
{
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
],
|
|
1692
1692
|
"inheritedFrom": {
|
|
1693
1693
|
"name": "ButtonBase",
|
|
1694
|
-
"module": "src/ButtonBase.
|
|
1694
|
+
"module": "src/ButtonBase.ts"
|
|
1695
1695
|
}
|
|
1696
1696
|
},
|
|
1697
1697
|
{
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
},
|
|
1706
1706
|
"inheritedFrom": {
|
|
1707
1707
|
"name": "ButtonBase",
|
|
1708
|
-
"module": "src/ButtonBase.
|
|
1708
|
+
"module": "src/ButtonBase.ts"
|
|
1709
1709
|
}
|
|
1710
1710
|
},
|
|
1711
1711
|
{
|
|
@@ -1719,7 +1719,7 @@
|
|
|
1719
1719
|
},
|
|
1720
1720
|
"inheritedFrom": {
|
|
1721
1721
|
"name": "ButtonBase",
|
|
1722
|
-
"module": "src/ButtonBase.
|
|
1722
|
+
"module": "src/ButtonBase.ts"
|
|
1723
1723
|
}
|
|
1724
1724
|
},
|
|
1725
1725
|
{
|
|
@@ -1733,7 +1733,7 @@
|
|
|
1733
1733
|
},
|
|
1734
1734
|
"inheritedFrom": {
|
|
1735
1735
|
"name": "ButtonBase",
|
|
1736
|
-
"module": "src/ButtonBase.
|
|
1736
|
+
"module": "src/ButtonBase.ts"
|
|
1737
1737
|
}
|
|
1738
1738
|
},
|
|
1739
1739
|
{
|
|
@@ -1747,7 +1747,7 @@
|
|
|
1747
1747
|
},
|
|
1748
1748
|
"inheritedFrom": {
|
|
1749
1749
|
"name": "ButtonBase",
|
|
1750
|
-
"module": "src/ButtonBase.
|
|
1750
|
+
"module": "src/ButtonBase.ts"
|
|
1751
1751
|
}
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|
|
@@ -1769,7 +1769,7 @@
|
|
|
1769
1769
|
],
|
|
1770
1770
|
"inheritedFrom": {
|
|
1771
1771
|
"name": "ButtonBase",
|
|
1772
|
-
"module": "src/ButtonBase.
|
|
1772
|
+
"module": "src/ButtonBase.ts"
|
|
1773
1773
|
}
|
|
1774
1774
|
},
|
|
1775
1775
|
{
|
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
],
|
|
1792
1792
|
"inheritedFrom": {
|
|
1793
1793
|
"name": "ButtonBase",
|
|
1794
|
-
"module": "src/ButtonBase.
|
|
1794
|
+
"module": "src/ButtonBase.ts"
|
|
1795
1795
|
}
|
|
1796
1796
|
},
|
|
1797
1797
|
{
|
|
@@ -1813,7 +1813,7 @@
|
|
|
1813
1813
|
],
|
|
1814
1814
|
"inheritedFrom": {
|
|
1815
1815
|
"name": "ButtonBase",
|
|
1816
|
-
"module": "src/ButtonBase.
|
|
1816
|
+
"module": "src/ButtonBase.ts"
|
|
1817
1817
|
}
|
|
1818
1818
|
},
|
|
1819
1819
|
{
|
|
@@ -1827,7 +1827,7 @@
|
|
|
1827
1827
|
},
|
|
1828
1828
|
"inheritedFrom": {
|
|
1829
1829
|
"name": "ButtonBase",
|
|
1830
|
-
"module": "src/ButtonBase.
|
|
1830
|
+
"module": "src/ButtonBase.ts"
|
|
1831
1831
|
}
|
|
1832
1832
|
},
|
|
1833
1833
|
{
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
},
|
|
1842
1842
|
"inheritedFrom": {
|
|
1843
1843
|
"name": "ButtonBase",
|
|
1844
|
-
"module": "src/ButtonBase.
|
|
1844
|
+
"module": "src/ButtonBase.ts"
|
|
1845
1845
|
}
|
|
1846
1846
|
},
|
|
1847
1847
|
{
|
|
@@ -1855,7 +1855,7 @@
|
|
|
1855
1855
|
},
|
|
1856
1856
|
"inheritedFrom": {
|
|
1857
1857
|
"name": "ButtonBase",
|
|
1858
|
-
"module": "src/ButtonBase.
|
|
1858
|
+
"module": "src/ButtonBase.ts"
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
|
1861
1861
|
],
|
|
@@ -1897,7 +1897,7 @@
|
|
|
1897
1897
|
"name": "StyledButton",
|
|
1898
1898
|
"declaration": {
|
|
1899
1899
|
"name": "StyledButton",
|
|
1900
|
-
"module": "src/StyledButton.
|
|
1900
|
+
"module": "src/StyledButton.ts"
|
|
1901
1901
|
}
|
|
1902
1902
|
}
|
|
1903
1903
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/button",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@spectrum-web-components/clear-button": "^0.2.6",
|
|
87
87
|
"@spectrum-web-components/close-button": "^0.3.9",
|
|
88
88
|
"@spectrum-web-components/icon": "^0.12.8",
|
|
89
|
-
"@spectrum-web-components/icons-ui": "^0.9.
|
|
89
|
+
"@spectrum-web-components/icons-ui": "^0.9.9",
|
|
90
90
|
"@spectrum-web-components/shared": "^0.15.5"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"./sp-*.js",
|
|
99
99
|
"./**/*.dev.js"
|
|
100
100
|
],
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "5e11d828243bb3ff572c25b33a8d58844a89f524"
|
|
102
102
|
}
|