@genesislcap/foundation-zero 14.145.3 → 14.145.4-alpha-ea74180.0
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/custom-elements.json +204 -204
- package/package.json +7 -7
|
@@ -22228,210 +22228,6 @@
|
|
|
22228
22228
|
}
|
|
22229
22229
|
]
|
|
22230
22230
|
},
|
|
22231
|
-
{
|
|
22232
|
-
"kind": "javascript-module",
|
|
22233
|
-
"path": "src/progress/index.ts",
|
|
22234
|
-
"declarations": [],
|
|
22235
|
-
"exports": [
|
|
22236
|
-
{
|
|
22237
|
-
"kind": "js",
|
|
22238
|
-
"name": "*",
|
|
22239
|
-
"declaration": {
|
|
22240
|
-
"name": "*",
|
|
22241
|
-
"package": "./progress"
|
|
22242
|
-
}
|
|
22243
|
-
},
|
|
22244
|
-
{
|
|
22245
|
-
"kind": "js",
|
|
22246
|
-
"name": "*",
|
|
22247
|
-
"declaration": {
|
|
22248
|
-
"name": "*",
|
|
22249
|
-
"package": "./progress.styles"
|
|
22250
|
-
}
|
|
22251
|
-
},
|
|
22252
|
-
{
|
|
22253
|
-
"kind": "js",
|
|
22254
|
-
"name": "*",
|
|
22255
|
-
"declaration": {
|
|
22256
|
-
"name": "*",
|
|
22257
|
-
"package": "./progress.template"
|
|
22258
|
-
}
|
|
22259
|
-
}
|
|
22260
|
-
]
|
|
22261
|
-
},
|
|
22262
|
-
{
|
|
22263
|
-
"kind": "javascript-module",
|
|
22264
|
-
"path": "src/progress/progress.stories.ts",
|
|
22265
|
-
"declarations": [
|
|
22266
|
-
{
|
|
22267
|
-
"kind": "variable",
|
|
22268
|
-
"name": "meta",
|
|
22269
|
-
"type": {
|
|
22270
|
-
"text": "Meta"
|
|
22271
|
-
},
|
|
22272
|
-
"default": "{\n title: 'Progress',\n component: 'zero-progress',\n}"
|
|
22273
|
-
},
|
|
22274
|
-
{
|
|
22275
|
-
"kind": "variable",
|
|
22276
|
-
"name": "Multiple",
|
|
22277
|
-
"type": {
|
|
22278
|
-
"text": "StoryObj"
|
|
22279
|
-
},
|
|
22280
|
-
"default": "{\n render: () => html`\n <div style=\"width: 100%;\">\n <zero-progress></zero-progress>\n <zero-progress value=\"50\"></zero-progress>\n <zero-progress value=\"100\"></zero-progress>\n <zero-progress appearance=\"secondary-teal\"></zero-progress>\n <zero-progress appearance=\"secondary-teal\" value=\"50\"></zero-progress>\n <zero-progress appearance=\"secondary-teal\" value=\"100\"></zero-progress>\n <zero-progress appearance=\"secondary-orange\"></zero-progress>\n <zero-progress appearance=\"secondary-orange\" value=\"50\"></zero-progress>\n <zero-progress appearance=\"secondary-orange\" value=\"100\"></zero-progress>\n </div>\n `,\n}"
|
|
22281
|
-
},
|
|
22282
|
-
{
|
|
22283
|
-
"kind": "variable",
|
|
22284
|
-
"name": "Configurable",
|
|
22285
|
-
"type": {
|
|
22286
|
-
"text": "StoryObj"
|
|
22287
|
-
},
|
|
22288
|
-
"default": "{\n argTypes: {\n appearance: {\n control: 'select',\n options: ['accent', 'secondary-orange', 'secondary-teal'],\n },\n },\n args: {\n appearance: 'accent',\n value: '50',\n },\n render: ({ appearance, value }) => html`\n <div style=\"width: 100%;\">\n <zero-progress appearance=\"${appearance}\" value=\"${value}\"></zero-progress>\n </div>\n `,\n}"
|
|
22289
|
-
}
|
|
22290
|
-
],
|
|
22291
|
-
"exports": [
|
|
22292
|
-
{
|
|
22293
|
-
"kind": "js",
|
|
22294
|
-
"name": "default",
|
|
22295
|
-
"declaration": {
|
|
22296
|
-
"name": "meta",
|
|
22297
|
-
"module": "src/progress/progress.stories.ts"
|
|
22298
|
-
}
|
|
22299
|
-
},
|
|
22300
|
-
{
|
|
22301
|
-
"kind": "js",
|
|
22302
|
-
"name": "Multiple",
|
|
22303
|
-
"declaration": {
|
|
22304
|
-
"name": "Multiple",
|
|
22305
|
-
"module": "src/progress/progress.stories.ts"
|
|
22306
|
-
}
|
|
22307
|
-
},
|
|
22308
|
-
{
|
|
22309
|
-
"kind": "js",
|
|
22310
|
-
"name": "Configurable",
|
|
22311
|
-
"declaration": {
|
|
22312
|
-
"name": "Configurable",
|
|
22313
|
-
"module": "src/progress/progress.stories.ts"
|
|
22314
|
-
}
|
|
22315
|
-
}
|
|
22316
|
-
]
|
|
22317
|
-
},
|
|
22318
|
-
{
|
|
22319
|
-
"kind": "javascript-module",
|
|
22320
|
-
"path": "src/progress/progress.styles.ts",
|
|
22321
|
-
"declarations": [
|
|
22322
|
-
{
|
|
22323
|
-
"kind": "function",
|
|
22324
|
-
"name": "zeroProgressStyles",
|
|
22325
|
-
"return": {
|
|
22326
|
-
"type": {
|
|
22327
|
-
"text": "ElementStyles"
|
|
22328
|
-
}
|
|
22329
|
-
},
|
|
22330
|
-
"parameters": [
|
|
22331
|
-
{
|
|
22332
|
-
"name": "context",
|
|
22333
|
-
"type": {
|
|
22334
|
-
"text": "ElementDefinitionContext"
|
|
22335
|
-
}
|
|
22336
|
-
},
|
|
22337
|
-
{
|
|
22338
|
-
"name": "definition",
|
|
22339
|
-
"type": {
|
|
22340
|
-
"text": "ProgressOptions"
|
|
22341
|
-
}
|
|
22342
|
-
}
|
|
22343
|
-
]
|
|
22344
|
-
}
|
|
22345
|
-
],
|
|
22346
|
-
"exports": [
|
|
22347
|
-
{
|
|
22348
|
-
"kind": "js",
|
|
22349
|
-
"name": "zeroProgressStyles",
|
|
22350
|
-
"declaration": {
|
|
22351
|
-
"name": "zeroProgressStyles",
|
|
22352
|
-
"module": "src/progress/progress.styles.ts"
|
|
22353
|
-
}
|
|
22354
|
-
}
|
|
22355
|
-
]
|
|
22356
|
-
},
|
|
22357
|
-
{
|
|
22358
|
-
"kind": "javascript-module",
|
|
22359
|
-
"path": "src/progress/progress.template.ts",
|
|
22360
|
-
"declarations": [
|
|
22361
|
-
{
|
|
22362
|
-
"kind": "function",
|
|
22363
|
-
"name": "zeroProgressTemplate",
|
|
22364
|
-
"return": {
|
|
22365
|
-
"type": {
|
|
22366
|
-
"text": "ViewTemplate<Progress>"
|
|
22367
|
-
}
|
|
22368
|
-
},
|
|
22369
|
-
"parameters": [
|
|
22370
|
-
{
|
|
22371
|
-
"name": "context",
|
|
22372
|
-
"type": {
|
|
22373
|
-
"text": "ElementDefinitionContext"
|
|
22374
|
-
}
|
|
22375
|
-
},
|
|
22376
|
-
{
|
|
22377
|
-
"name": "definition",
|
|
22378
|
-
"type": {
|
|
22379
|
-
"text": "ProgressOptions"
|
|
22380
|
-
}
|
|
22381
|
-
}
|
|
22382
|
-
]
|
|
22383
|
-
}
|
|
22384
|
-
],
|
|
22385
|
-
"exports": [
|
|
22386
|
-
{
|
|
22387
|
-
"kind": "js",
|
|
22388
|
-
"name": "zeroProgressTemplate",
|
|
22389
|
-
"declaration": {
|
|
22390
|
-
"name": "zeroProgressTemplate",
|
|
22391
|
-
"module": "src/progress/progress.template.ts"
|
|
22392
|
-
}
|
|
22393
|
-
}
|
|
22394
|
-
]
|
|
22395
|
-
},
|
|
22396
|
-
{
|
|
22397
|
-
"kind": "javascript-module",
|
|
22398
|
-
"path": "src/progress/progress.ts",
|
|
22399
|
-
"declarations": [
|
|
22400
|
-
{
|
|
22401
|
-
"kind": "class",
|
|
22402
|
-
"description": "",
|
|
22403
|
-
"name": "Progress",
|
|
22404
|
-
"superclass": {
|
|
22405
|
-
"name": "FoundationProgress",
|
|
22406
|
-
"package": "@genesislcap/foundation-ui"
|
|
22407
|
-
},
|
|
22408
|
-
"tagName": "%%prefix%%-progress",
|
|
22409
|
-
"customElement": true
|
|
22410
|
-
},
|
|
22411
|
-
{
|
|
22412
|
-
"kind": "variable",
|
|
22413
|
-
"name": "zeroProgress"
|
|
22414
|
-
}
|
|
22415
|
-
],
|
|
22416
|
-
"exports": [
|
|
22417
|
-
{
|
|
22418
|
-
"kind": "js",
|
|
22419
|
-
"name": "Progress",
|
|
22420
|
-
"declaration": {
|
|
22421
|
-
"name": "Progress",
|
|
22422
|
-
"module": "src/progress/progress.ts"
|
|
22423
|
-
}
|
|
22424
|
-
},
|
|
22425
|
-
{
|
|
22426
|
-
"kind": "js",
|
|
22427
|
-
"name": "zeroProgress",
|
|
22428
|
-
"declaration": {
|
|
22429
|
-
"name": "zeroProgress",
|
|
22430
|
-
"module": "src/progress/progress.ts"
|
|
22431
|
-
}
|
|
22432
|
-
}
|
|
22433
|
-
]
|
|
22434
|
-
},
|
|
22435
22231
|
{
|
|
22436
22232
|
"kind": "javascript-module",
|
|
22437
22233
|
"path": "src/number-field/index.ts",
|
|
@@ -23292,6 +23088,210 @@
|
|
|
23292
23088
|
}
|
|
23293
23089
|
]
|
|
23294
23090
|
},
|
|
23091
|
+
{
|
|
23092
|
+
"kind": "javascript-module",
|
|
23093
|
+
"path": "src/progress/index.ts",
|
|
23094
|
+
"declarations": [],
|
|
23095
|
+
"exports": [
|
|
23096
|
+
{
|
|
23097
|
+
"kind": "js",
|
|
23098
|
+
"name": "*",
|
|
23099
|
+
"declaration": {
|
|
23100
|
+
"name": "*",
|
|
23101
|
+
"package": "./progress"
|
|
23102
|
+
}
|
|
23103
|
+
},
|
|
23104
|
+
{
|
|
23105
|
+
"kind": "js",
|
|
23106
|
+
"name": "*",
|
|
23107
|
+
"declaration": {
|
|
23108
|
+
"name": "*",
|
|
23109
|
+
"package": "./progress.styles"
|
|
23110
|
+
}
|
|
23111
|
+
},
|
|
23112
|
+
{
|
|
23113
|
+
"kind": "js",
|
|
23114
|
+
"name": "*",
|
|
23115
|
+
"declaration": {
|
|
23116
|
+
"name": "*",
|
|
23117
|
+
"package": "./progress.template"
|
|
23118
|
+
}
|
|
23119
|
+
}
|
|
23120
|
+
]
|
|
23121
|
+
},
|
|
23122
|
+
{
|
|
23123
|
+
"kind": "javascript-module",
|
|
23124
|
+
"path": "src/progress/progress.stories.ts",
|
|
23125
|
+
"declarations": [
|
|
23126
|
+
{
|
|
23127
|
+
"kind": "variable",
|
|
23128
|
+
"name": "meta",
|
|
23129
|
+
"type": {
|
|
23130
|
+
"text": "Meta"
|
|
23131
|
+
},
|
|
23132
|
+
"default": "{\n title: 'Progress',\n component: 'zero-progress',\n}"
|
|
23133
|
+
},
|
|
23134
|
+
{
|
|
23135
|
+
"kind": "variable",
|
|
23136
|
+
"name": "Multiple",
|
|
23137
|
+
"type": {
|
|
23138
|
+
"text": "StoryObj"
|
|
23139
|
+
},
|
|
23140
|
+
"default": "{\n render: () => html`\n <div style=\"width: 100%;\">\n <zero-progress></zero-progress>\n <zero-progress value=\"50\"></zero-progress>\n <zero-progress value=\"100\"></zero-progress>\n <zero-progress appearance=\"secondary-teal\"></zero-progress>\n <zero-progress appearance=\"secondary-teal\" value=\"50\"></zero-progress>\n <zero-progress appearance=\"secondary-teal\" value=\"100\"></zero-progress>\n <zero-progress appearance=\"secondary-orange\"></zero-progress>\n <zero-progress appearance=\"secondary-orange\" value=\"50\"></zero-progress>\n <zero-progress appearance=\"secondary-orange\" value=\"100\"></zero-progress>\n </div>\n `,\n}"
|
|
23141
|
+
},
|
|
23142
|
+
{
|
|
23143
|
+
"kind": "variable",
|
|
23144
|
+
"name": "Configurable",
|
|
23145
|
+
"type": {
|
|
23146
|
+
"text": "StoryObj"
|
|
23147
|
+
},
|
|
23148
|
+
"default": "{\n argTypes: {\n appearance: {\n control: 'select',\n options: ['accent', 'secondary-orange', 'secondary-teal'],\n },\n },\n args: {\n appearance: 'accent',\n value: '50',\n },\n render: ({ appearance, value }) => html`\n <div style=\"width: 100%;\">\n <zero-progress appearance=\"${appearance}\" value=\"${value}\"></zero-progress>\n </div>\n `,\n}"
|
|
23149
|
+
}
|
|
23150
|
+
],
|
|
23151
|
+
"exports": [
|
|
23152
|
+
{
|
|
23153
|
+
"kind": "js",
|
|
23154
|
+
"name": "default",
|
|
23155
|
+
"declaration": {
|
|
23156
|
+
"name": "meta",
|
|
23157
|
+
"module": "src/progress/progress.stories.ts"
|
|
23158
|
+
}
|
|
23159
|
+
},
|
|
23160
|
+
{
|
|
23161
|
+
"kind": "js",
|
|
23162
|
+
"name": "Multiple",
|
|
23163
|
+
"declaration": {
|
|
23164
|
+
"name": "Multiple",
|
|
23165
|
+
"module": "src/progress/progress.stories.ts"
|
|
23166
|
+
}
|
|
23167
|
+
},
|
|
23168
|
+
{
|
|
23169
|
+
"kind": "js",
|
|
23170
|
+
"name": "Configurable",
|
|
23171
|
+
"declaration": {
|
|
23172
|
+
"name": "Configurable",
|
|
23173
|
+
"module": "src/progress/progress.stories.ts"
|
|
23174
|
+
}
|
|
23175
|
+
}
|
|
23176
|
+
]
|
|
23177
|
+
},
|
|
23178
|
+
{
|
|
23179
|
+
"kind": "javascript-module",
|
|
23180
|
+
"path": "src/progress/progress.styles.ts",
|
|
23181
|
+
"declarations": [
|
|
23182
|
+
{
|
|
23183
|
+
"kind": "function",
|
|
23184
|
+
"name": "zeroProgressStyles",
|
|
23185
|
+
"return": {
|
|
23186
|
+
"type": {
|
|
23187
|
+
"text": "ElementStyles"
|
|
23188
|
+
}
|
|
23189
|
+
},
|
|
23190
|
+
"parameters": [
|
|
23191
|
+
{
|
|
23192
|
+
"name": "context",
|
|
23193
|
+
"type": {
|
|
23194
|
+
"text": "ElementDefinitionContext"
|
|
23195
|
+
}
|
|
23196
|
+
},
|
|
23197
|
+
{
|
|
23198
|
+
"name": "definition",
|
|
23199
|
+
"type": {
|
|
23200
|
+
"text": "ProgressOptions"
|
|
23201
|
+
}
|
|
23202
|
+
}
|
|
23203
|
+
]
|
|
23204
|
+
}
|
|
23205
|
+
],
|
|
23206
|
+
"exports": [
|
|
23207
|
+
{
|
|
23208
|
+
"kind": "js",
|
|
23209
|
+
"name": "zeroProgressStyles",
|
|
23210
|
+
"declaration": {
|
|
23211
|
+
"name": "zeroProgressStyles",
|
|
23212
|
+
"module": "src/progress/progress.styles.ts"
|
|
23213
|
+
}
|
|
23214
|
+
}
|
|
23215
|
+
]
|
|
23216
|
+
},
|
|
23217
|
+
{
|
|
23218
|
+
"kind": "javascript-module",
|
|
23219
|
+
"path": "src/progress/progress.template.ts",
|
|
23220
|
+
"declarations": [
|
|
23221
|
+
{
|
|
23222
|
+
"kind": "function",
|
|
23223
|
+
"name": "zeroProgressTemplate",
|
|
23224
|
+
"return": {
|
|
23225
|
+
"type": {
|
|
23226
|
+
"text": "ViewTemplate<Progress>"
|
|
23227
|
+
}
|
|
23228
|
+
},
|
|
23229
|
+
"parameters": [
|
|
23230
|
+
{
|
|
23231
|
+
"name": "context",
|
|
23232
|
+
"type": {
|
|
23233
|
+
"text": "ElementDefinitionContext"
|
|
23234
|
+
}
|
|
23235
|
+
},
|
|
23236
|
+
{
|
|
23237
|
+
"name": "definition",
|
|
23238
|
+
"type": {
|
|
23239
|
+
"text": "ProgressOptions"
|
|
23240
|
+
}
|
|
23241
|
+
}
|
|
23242
|
+
]
|
|
23243
|
+
}
|
|
23244
|
+
],
|
|
23245
|
+
"exports": [
|
|
23246
|
+
{
|
|
23247
|
+
"kind": "js",
|
|
23248
|
+
"name": "zeroProgressTemplate",
|
|
23249
|
+
"declaration": {
|
|
23250
|
+
"name": "zeroProgressTemplate",
|
|
23251
|
+
"module": "src/progress/progress.template.ts"
|
|
23252
|
+
}
|
|
23253
|
+
}
|
|
23254
|
+
]
|
|
23255
|
+
},
|
|
23256
|
+
{
|
|
23257
|
+
"kind": "javascript-module",
|
|
23258
|
+
"path": "src/progress/progress.ts",
|
|
23259
|
+
"declarations": [
|
|
23260
|
+
{
|
|
23261
|
+
"kind": "class",
|
|
23262
|
+
"description": "",
|
|
23263
|
+
"name": "Progress",
|
|
23264
|
+
"superclass": {
|
|
23265
|
+
"name": "FoundationProgress",
|
|
23266
|
+
"package": "@genesislcap/foundation-ui"
|
|
23267
|
+
},
|
|
23268
|
+
"tagName": "%%prefix%%-progress",
|
|
23269
|
+
"customElement": true
|
|
23270
|
+
},
|
|
23271
|
+
{
|
|
23272
|
+
"kind": "variable",
|
|
23273
|
+
"name": "zeroProgress"
|
|
23274
|
+
}
|
|
23275
|
+
],
|
|
23276
|
+
"exports": [
|
|
23277
|
+
{
|
|
23278
|
+
"kind": "js",
|
|
23279
|
+
"name": "Progress",
|
|
23280
|
+
"declaration": {
|
|
23281
|
+
"name": "Progress",
|
|
23282
|
+
"module": "src/progress/progress.ts"
|
|
23283
|
+
}
|
|
23284
|
+
},
|
|
23285
|
+
{
|
|
23286
|
+
"kind": "js",
|
|
23287
|
+
"name": "zeroProgress",
|
|
23288
|
+
"declaration": {
|
|
23289
|
+
"name": "zeroProgress",
|
|
23290
|
+
"module": "src/progress/progress.ts"
|
|
23291
|
+
}
|
|
23292
|
+
}
|
|
23293
|
+
]
|
|
23294
|
+
},
|
|
23295
23295
|
{
|
|
23296
23296
|
"kind": "javascript-module",
|
|
23297
23297
|
"path": "src/progress-ring/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.145.
|
|
4
|
+
"version": "14.145.4-alpha-ea74180.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
70
|
-
"@genesislcap/genx": "14.145.
|
|
70
|
+
"@genesislcap/genx": "14.145.4-alpha-ea74180.0",
|
|
71
71
|
"@storybook/addon-coverage": "^1.0.0",
|
|
72
72
|
"@storybook/addon-essentials": "^7.6.7",
|
|
73
73
|
"@storybook/addon-links": "^7.6.7",
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"storybook": "^7.6.7"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@genesislcap/foundation-comms": "14.145.
|
|
88
|
-
"@genesislcap/foundation-logger": "14.145.
|
|
89
|
-
"@genesislcap/foundation-ui": "14.145.
|
|
90
|
-
"@genesislcap/foundation-utils": "14.145.
|
|
87
|
+
"@genesislcap/foundation-comms": "14.145.4-alpha-ea74180.0",
|
|
88
|
+
"@genesislcap/foundation-logger": "14.145.4-alpha-ea74180.0",
|
|
89
|
+
"@genesislcap/foundation-ui": "14.145.4-alpha-ea74180.0",
|
|
90
|
+
"@genesislcap/foundation-utils": "14.145.4-alpha-ea74180.0",
|
|
91
91
|
"@microsoft/fast-colors": "^5.3.1",
|
|
92
92
|
"@microsoft/fast-components": "^2.30.6",
|
|
93
93
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"access": "public"
|
|
105
105
|
},
|
|
106
106
|
"customElements": "dist/custom-elements.json",
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "53ebf26d84c42a91ada2b12f5b70c1f20d5c0a3b"
|
|
108
108
|
}
|