@scouterna/ui-webc 0.2.3 → 0.2.7
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/dist/cjs/index-M8pbc2b8.js +1515 -0
- package/dist/cjs/index-M8pbc2b8.js.map +1 -0
- package/dist/cjs/index.cjs.js +8 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/scout-bottom-bar-item.cjs.entry.js +50 -0
- package/dist/cjs/scout-bottom-bar-item.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-bottom-bar.cjs.entry.js +18 -0
- package/dist/cjs/scout-bottom-bar.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-button.cjs.entry.js +29 -0
- package/dist/cjs/scout-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ui-webc.cjs.js +25 -0
- package/dist/cjs/ui-webc.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +14 -0
- package/dist/collection/components/bottom-bar/bottom-bar.css +11 -0
- package/dist/collection/components/bottom-bar/bottom-bar.js +23 -0
- package/dist/collection/components/bottom-bar/bottom-bar.js.map +1 -0
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.css +39 -0
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.js +177 -0
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.js.map +1 -0
- package/dist/collection/components/button/button.css +94 -0
- package/dist/collection/components/button/button.js +119 -0
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/index.js +11 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/utils/utils.js +4 -0
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +10 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/p-CMd0pUms.js +1306 -0
- package/dist/components/p-CMd0pUms.js.map +1 -0
- package/dist/components/scout-bottom-bar-item.d.ts +11 -0
- package/dist/components/scout-bottom-bar-item.js +76 -0
- package/dist/components/scout-bottom-bar-item.js.map +1 -0
- package/dist/components/scout-bottom-bar.d.ts +11 -0
- package/dist/components/scout-bottom-bar.js +38 -0
- package/dist/components/scout-bottom-bar.js.map +1 -0
- package/dist/components/scout-button.d.ts +11 -0
- package/dist/components/scout-button.js +53 -0
- package/dist/components/scout-button.js.map +1 -0
- package/dist/custom-elements.d.ts +443 -0
- package/dist/custom-elements.json +356 -0
- package/dist/esm/index-BKWL7m90.js +1507 -0
- package/dist/esm/index-BKWL7m90.js.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/scout-bottom-bar-item.entry.js +48 -0
- package/dist/esm/scout-bottom-bar-item.entry.js.map +1 -0
- package/dist/esm/scout-bottom-bar.entry.js +16 -0
- package/dist/esm/scout-bottom-bar.entry.js.map +1 -0
- package/dist/esm/scout-button.entry.js +27 -0
- package/dist/esm/scout-button.entry.js.map +1 -0
- package/dist/esm/ui-webc.js +21 -0
- package/dist/esm/ui-webc.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/bottom-bar/bottom-bar.d.ts +7 -0
- package/dist/types/components/bottom-bar-item/bottom-bar-item.d.ts +32 -0
- package/dist/types/components/button/button.d.ts +18 -0
- package/dist/types/components.d.ts +211 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/raw.d.ts +4 -0
- package/dist/types/stencil-public-runtime.d.ts +1747 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/dist/ui-webc/index.esm.js +2 -0
- package/dist/ui-webc/index.esm.js.map +1 -0
- package/dist/ui-webc/loader.esm.js.map +1 -0
- package/dist/ui-webc/p-2b13b5cd.entry.js +2 -0
- package/dist/ui-webc/p-2b13b5cd.entry.js.map +1 -0
- package/dist/ui-webc/p-5a234307.entry.js +2 -0
- package/dist/ui-webc/p-5a234307.entry.js.map +1 -0
- package/dist/ui-webc/p-BKWL7m90.js +3 -0
- package/dist/ui-webc/p-BKWL7m90.js.map +1 -0
- package/dist/ui-webc/p-d1aadf34.entry.js +2 -0
- package/dist/ui-webc/p-d1aadf34.entry.js.map +1 -0
- package/dist/ui-webc/scout-bottom-bar-item.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-bottom-bar.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-button.entry.esm.js.map +1 -0
- package/dist/ui-webc/ui-webc.css +1 -0
- package/dist/ui-webc/ui-webc.esm.js +2 -0
- package/dist/ui-webc/ui-webc.esm.js.map +1 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,356 @@
|
|
|
1
|
+
{
|
|
2
|
+
"timestamp": "2025-11-21T21:25:02",
|
|
3
|
+
"compiler": {
|
|
4
|
+
"name": "@stencil/core",
|
|
5
|
+
"version": "4.38.1",
|
|
6
|
+
"typescriptVersion": "5.9.3"
|
|
7
|
+
},
|
|
8
|
+
"components": [
|
|
9
|
+
{
|
|
10
|
+
"filePath": "src/components/bottom-bar/bottom-bar.tsx",
|
|
11
|
+
"encapsulation": "shadow",
|
|
12
|
+
"tag": "scout-bottom-bar",
|
|
13
|
+
"readme": "# scout-button\n\n\n",
|
|
14
|
+
"docs": "The bottom bar component is used in the Jamboree26 app to provide\nnavigation at the bottom of the screen.",
|
|
15
|
+
"docsTags": [],
|
|
16
|
+
"usage": {},
|
|
17
|
+
"props": [],
|
|
18
|
+
"methods": [],
|
|
19
|
+
"events": [],
|
|
20
|
+
"listeners": [],
|
|
21
|
+
"styles": [],
|
|
22
|
+
"slots": [],
|
|
23
|
+
"parts": [],
|
|
24
|
+
"dependents": [],
|
|
25
|
+
"dependencies": [],
|
|
26
|
+
"dependencyGraph": {}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"filePath": "src/components/bottom-bar-item/bottom-bar-item.tsx",
|
|
30
|
+
"encapsulation": "shadow",
|
|
31
|
+
"tag": "scout-bottom-bar-item",
|
|
32
|
+
"readme": "# scout-button\n\n\n",
|
|
33
|
+
"docs": "A bottom bar item used within the bottom bar for navigation. Should not be\nused outside of a bottom bar.",
|
|
34
|
+
"docsTags": [],
|
|
35
|
+
"usage": {},
|
|
36
|
+
"props": [
|
|
37
|
+
{
|
|
38
|
+
"name": "active",
|
|
39
|
+
"type": "boolean",
|
|
40
|
+
"complexType": {
|
|
41
|
+
"original": "boolean",
|
|
42
|
+
"resolved": "boolean",
|
|
43
|
+
"references": {}
|
|
44
|
+
},
|
|
45
|
+
"mutable": false,
|
|
46
|
+
"attr": "active",
|
|
47
|
+
"reflectToAttr": false,
|
|
48
|
+
"docs": "Whether the item is currently active. Should be set to true when the item\nrepresents the current page.",
|
|
49
|
+
"docsTags": [],
|
|
50
|
+
"values": [
|
|
51
|
+
{
|
|
52
|
+
"type": "boolean"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"optional": true,
|
|
56
|
+
"required": false,
|
|
57
|
+
"getter": false,
|
|
58
|
+
"setter": false
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "href",
|
|
62
|
+
"type": "string",
|
|
63
|
+
"complexType": {
|
|
64
|
+
"original": "string",
|
|
65
|
+
"resolved": "string",
|
|
66
|
+
"references": {}
|
|
67
|
+
},
|
|
68
|
+
"mutable": false,
|
|
69
|
+
"attr": "href",
|
|
70
|
+
"reflectToAttr": false,
|
|
71
|
+
"docs": "An optional link to navigate to when the item is clicked. Only used when\n`type` is set to \"link\".",
|
|
72
|
+
"docsTags": [],
|
|
73
|
+
"values": [
|
|
74
|
+
{
|
|
75
|
+
"type": "string"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"optional": true,
|
|
79
|
+
"required": false,
|
|
80
|
+
"getter": false,
|
|
81
|
+
"setter": false
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "icon",
|
|
85
|
+
"type": "string",
|
|
86
|
+
"complexType": {
|
|
87
|
+
"original": "string",
|
|
88
|
+
"resolved": "string",
|
|
89
|
+
"references": {}
|
|
90
|
+
},
|
|
91
|
+
"mutable": false,
|
|
92
|
+
"attr": "icon",
|
|
93
|
+
"reflectToAttr": false,
|
|
94
|
+
"docs": "An icon to display above the label. Must be an SVG string.",
|
|
95
|
+
"docsTags": [],
|
|
96
|
+
"values": [
|
|
97
|
+
{
|
|
98
|
+
"type": "string"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"optional": false,
|
|
102
|
+
"required": true,
|
|
103
|
+
"getter": false,
|
|
104
|
+
"setter": false
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "label",
|
|
108
|
+
"type": "string",
|
|
109
|
+
"complexType": {
|
|
110
|
+
"original": "string",
|
|
111
|
+
"resolved": "string",
|
|
112
|
+
"references": {}
|
|
113
|
+
},
|
|
114
|
+
"mutable": false,
|
|
115
|
+
"attr": "label",
|
|
116
|
+
"reflectToAttr": false,
|
|
117
|
+
"docs": "The label to display below the icon.",
|
|
118
|
+
"docsTags": [],
|
|
119
|
+
"values": [
|
|
120
|
+
{
|
|
121
|
+
"type": "string"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"optional": false,
|
|
125
|
+
"required": true,
|
|
126
|
+
"getter": false,
|
|
127
|
+
"setter": false
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "type",
|
|
131
|
+
"type": "\"button\" | \"link\"",
|
|
132
|
+
"complexType": {
|
|
133
|
+
"original": "ItemType",
|
|
134
|
+
"resolved": "\"button\" | \"link\"",
|
|
135
|
+
"references": {
|
|
136
|
+
"ItemType": {
|
|
137
|
+
"location": "local",
|
|
138
|
+
"path": "/home/runner/work/j26-web-components/j26-web-components/packages/ui-webc/src/components/bottom-bar-item/bottom-bar-item.tsx",
|
|
139
|
+
"id": "src/components/bottom-bar-item/bottom-bar-item.tsx::ItemType"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"mutable": false,
|
|
144
|
+
"attr": "type",
|
|
145
|
+
"reflectToAttr": false,
|
|
146
|
+
"docs": "The type of the bottom bar item, either a button or a link.",
|
|
147
|
+
"docsTags": [
|
|
148
|
+
{
|
|
149
|
+
"name": "default",
|
|
150
|
+
"text": "\"button\""
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"default": "\"button\"",
|
|
154
|
+
"values": [
|
|
155
|
+
{
|
|
156
|
+
"value": "button",
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"value": "link",
|
|
161
|
+
"type": "string"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"optional": false,
|
|
165
|
+
"required": false,
|
|
166
|
+
"getter": false,
|
|
167
|
+
"setter": false
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"methods": [],
|
|
171
|
+
"events": [
|
|
172
|
+
{
|
|
173
|
+
"event": "scoutClick",
|
|
174
|
+
"detail": "void",
|
|
175
|
+
"bubbles": true,
|
|
176
|
+
"complexType": {
|
|
177
|
+
"original": "void",
|
|
178
|
+
"resolved": "void",
|
|
179
|
+
"references": {}
|
|
180
|
+
},
|
|
181
|
+
"cancelable": true,
|
|
182
|
+
"composed": true,
|
|
183
|
+
"docs": "",
|
|
184
|
+
"docsTags": []
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"listeners": [],
|
|
188
|
+
"styles": [],
|
|
189
|
+
"slots": [],
|
|
190
|
+
"parts": [],
|
|
191
|
+
"dependents": [],
|
|
192
|
+
"dependencies": [],
|
|
193
|
+
"dependencyGraph": {}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"filePath": "src/components/button/button.tsx",
|
|
197
|
+
"encapsulation": "shadow",
|
|
198
|
+
"tag": "scout-button",
|
|
199
|
+
"readme": "# scout-button\n\n\n",
|
|
200
|
+
"docs": "A simple button component.",
|
|
201
|
+
"docsTags": [],
|
|
202
|
+
"usage": {},
|
|
203
|
+
"props": [
|
|
204
|
+
{
|
|
205
|
+
"name": "icon",
|
|
206
|
+
"type": "string",
|
|
207
|
+
"complexType": {
|
|
208
|
+
"original": "string",
|
|
209
|
+
"resolved": "string",
|
|
210
|
+
"references": {}
|
|
211
|
+
},
|
|
212
|
+
"mutable": false,
|
|
213
|
+
"attr": "icon",
|
|
214
|
+
"reflectToAttr": false,
|
|
215
|
+
"docs": "An optional icon to display alongside the button text. Must be an SVG string.",
|
|
216
|
+
"docsTags": [],
|
|
217
|
+
"values": [
|
|
218
|
+
{
|
|
219
|
+
"type": "string"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"optional": true,
|
|
223
|
+
"required": false,
|
|
224
|
+
"getter": false,
|
|
225
|
+
"setter": false
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "type",
|
|
229
|
+
"type": "\"button\" | \"reset\" | \"submit\"",
|
|
230
|
+
"complexType": {
|
|
231
|
+
"original": "\"button\" | \"submit\" | \"reset\"",
|
|
232
|
+
"resolved": "\"button\" | \"reset\" | \"submit\"",
|
|
233
|
+
"references": {}
|
|
234
|
+
},
|
|
235
|
+
"mutable": false,
|
|
236
|
+
"attr": "type",
|
|
237
|
+
"reflectToAttr": false,
|
|
238
|
+
"docs": "",
|
|
239
|
+
"docsTags": [
|
|
240
|
+
{
|
|
241
|
+
"name": "default",
|
|
242
|
+
"text": "\"button\""
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"default": "\"button\"",
|
|
246
|
+
"values": [
|
|
247
|
+
{
|
|
248
|
+
"value": "button",
|
|
249
|
+
"type": "string"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"value": "reset",
|
|
253
|
+
"type": "string"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"value": "submit",
|
|
257
|
+
"type": "string"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"optional": false,
|
|
261
|
+
"required": false,
|
|
262
|
+
"getter": false,
|
|
263
|
+
"setter": false
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "variant",
|
|
267
|
+
"type": "\"caution\" | \"danger\" | \"outlined\" | \"primary\" | \"text\"",
|
|
268
|
+
"complexType": {
|
|
269
|
+
"original": "Variant",
|
|
270
|
+
"resolved": "\"caution\" | \"danger\" | \"outlined\" | \"primary\" | \"text\"",
|
|
271
|
+
"references": {
|
|
272
|
+
"Variant": {
|
|
273
|
+
"location": "local",
|
|
274
|
+
"path": "/home/runner/work/j26-web-components/j26-web-components/packages/ui-webc/src/components/button/button.tsx",
|
|
275
|
+
"id": "src/components/button/button.tsx::Variant"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"mutable": false,
|
|
280
|
+
"attr": "variant",
|
|
281
|
+
"reflectToAttr": false,
|
|
282
|
+
"docs": "The variant primarily affects the color of the button.",
|
|
283
|
+
"docsTags": [
|
|
284
|
+
{
|
|
285
|
+
"name": "default",
|
|
286
|
+
"text": "\"outlined\""
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"default": "\"outlined\"",
|
|
290
|
+
"values": [
|
|
291
|
+
{
|
|
292
|
+
"value": "caution",
|
|
293
|
+
"type": "string"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"value": "danger",
|
|
297
|
+
"type": "string"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"value": "outlined",
|
|
301
|
+
"type": "string"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"value": "primary",
|
|
305
|
+
"type": "string"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"value": "text",
|
|
309
|
+
"type": "string"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"optional": false,
|
|
313
|
+
"required": false,
|
|
314
|
+
"getter": false,
|
|
315
|
+
"setter": false
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"methods": [],
|
|
319
|
+
"events": [
|
|
320
|
+
{
|
|
321
|
+
"event": "scoutClick",
|
|
322
|
+
"detail": "void",
|
|
323
|
+
"bubbles": true,
|
|
324
|
+
"complexType": {
|
|
325
|
+
"original": "void",
|
|
326
|
+
"resolved": "void",
|
|
327
|
+
"references": {}
|
|
328
|
+
},
|
|
329
|
+
"cancelable": true,
|
|
330
|
+
"composed": true,
|
|
331
|
+
"docs": "",
|
|
332
|
+
"docsTags": []
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"listeners": [],
|
|
336
|
+
"styles": [],
|
|
337
|
+
"slots": [],
|
|
338
|
+
"parts": [],
|
|
339
|
+
"dependents": [],
|
|
340
|
+
"dependencies": [],
|
|
341
|
+
"dependencyGraph": {}
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"typeLibrary": {
|
|
345
|
+
"src/components/bottom-bar-item/bottom-bar-item.tsx::ItemType": {
|
|
346
|
+
"declaration": "export type ItemType = \"button\" | \"link\";",
|
|
347
|
+
"docstring": "",
|
|
348
|
+
"path": "src/components/bottom-bar-item/bottom-bar-item.tsx"
|
|
349
|
+
},
|
|
350
|
+
"src/components/button/button.tsx::Variant": {
|
|
351
|
+
"declaration": "export type Variant = \"primary\" | \"outlined\" | \"text\" | \"caution\" | \"danger\";",
|
|
352
|
+
"docstring": "",
|
|
353
|
+
"path": "src/components/button/button.tsx"
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|