@genesislcap/foundation-zero 14.49.1 → 14.50.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 +244 -244
- package/package.json +6 -6
|
@@ -11223,6 +11223,250 @@
|
|
|
11223
11223
|
}
|
|
11224
11224
|
]
|
|
11225
11225
|
},
|
|
11226
|
+
{
|
|
11227
|
+
"kind": "javascript-module",
|
|
11228
|
+
"path": "src/_config/values/color.ts",
|
|
11229
|
+
"declarations": [
|
|
11230
|
+
{
|
|
11231
|
+
"kind": "variable",
|
|
11232
|
+
"name": "accentPaletteValue"
|
|
11233
|
+
},
|
|
11234
|
+
{
|
|
11235
|
+
"kind": "variable",
|
|
11236
|
+
"name": "neutralPaletteValue"
|
|
11237
|
+
},
|
|
11238
|
+
{
|
|
11239
|
+
"kind": "variable",
|
|
11240
|
+
"name": "baseLayerLuminanceValue"
|
|
11241
|
+
}
|
|
11242
|
+
],
|
|
11243
|
+
"exports": [
|
|
11244
|
+
{
|
|
11245
|
+
"kind": "js",
|
|
11246
|
+
"name": "accentPaletteValue",
|
|
11247
|
+
"declaration": {
|
|
11248
|
+
"name": "accentPaletteValue",
|
|
11249
|
+
"module": "src/_config/values/color.ts"
|
|
11250
|
+
}
|
|
11251
|
+
},
|
|
11252
|
+
{
|
|
11253
|
+
"kind": "js",
|
|
11254
|
+
"name": "neutralPaletteValue",
|
|
11255
|
+
"declaration": {
|
|
11256
|
+
"name": "neutralPaletteValue",
|
|
11257
|
+
"module": "src/_config/values/color.ts"
|
|
11258
|
+
}
|
|
11259
|
+
},
|
|
11260
|
+
{
|
|
11261
|
+
"kind": "js",
|
|
11262
|
+
"name": "baseLayerLuminanceValue",
|
|
11263
|
+
"declaration": {
|
|
11264
|
+
"name": "baseLayerLuminanceValue",
|
|
11265
|
+
"module": "src/_config/values/color.ts"
|
|
11266
|
+
}
|
|
11267
|
+
}
|
|
11268
|
+
]
|
|
11269
|
+
},
|
|
11270
|
+
{
|
|
11271
|
+
"kind": "javascript-module",
|
|
11272
|
+
"path": "src/_config/values/defaults.ts",
|
|
11273
|
+
"declarations": [
|
|
11274
|
+
{
|
|
11275
|
+
"kind": "variable",
|
|
11276
|
+
"name": "designTokens",
|
|
11277
|
+
"type": {
|
|
11278
|
+
"text": "DesignTokensConfig"
|
|
11279
|
+
},
|
|
11280
|
+
"default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
|
|
11281
|
+
}
|
|
11282
|
+
],
|
|
11283
|
+
"exports": [
|
|
11284
|
+
{
|
|
11285
|
+
"kind": "js",
|
|
11286
|
+
"name": "designTokens",
|
|
11287
|
+
"declaration": {
|
|
11288
|
+
"name": "designTokens",
|
|
11289
|
+
"module": "src/_config/values/defaults.ts"
|
|
11290
|
+
}
|
|
11291
|
+
}
|
|
11292
|
+
]
|
|
11293
|
+
},
|
|
11294
|
+
{
|
|
11295
|
+
"kind": "javascript-module",
|
|
11296
|
+
"path": "src/_config/values/index.ts",
|
|
11297
|
+
"declarations": [],
|
|
11298
|
+
"exports": [
|
|
11299
|
+
{
|
|
11300
|
+
"kind": "js",
|
|
11301
|
+
"name": "*",
|
|
11302
|
+
"declaration": {
|
|
11303
|
+
"name": "*",
|
|
11304
|
+
"package": "./color"
|
|
11305
|
+
}
|
|
11306
|
+
},
|
|
11307
|
+
{
|
|
11308
|
+
"kind": "js",
|
|
11309
|
+
"name": "*",
|
|
11310
|
+
"declaration": {
|
|
11311
|
+
"name": "*",
|
|
11312
|
+
"package": "./misc"
|
|
11313
|
+
}
|
|
11314
|
+
},
|
|
11315
|
+
{
|
|
11316
|
+
"kind": "js",
|
|
11317
|
+
"name": "*",
|
|
11318
|
+
"declaration": {
|
|
11319
|
+
"name": "*",
|
|
11320
|
+
"package": "./sizing"
|
|
11321
|
+
}
|
|
11322
|
+
},
|
|
11323
|
+
{
|
|
11324
|
+
"kind": "js",
|
|
11325
|
+
"name": "*",
|
|
11326
|
+
"declaration": {
|
|
11327
|
+
"name": "*",
|
|
11328
|
+
"package": "./typography"
|
|
11329
|
+
}
|
|
11330
|
+
},
|
|
11331
|
+
{
|
|
11332
|
+
"kind": "js",
|
|
11333
|
+
"name": "*",
|
|
11334
|
+
"declaration": {
|
|
11335
|
+
"name": "*",
|
|
11336
|
+
"package": "./defaults"
|
|
11337
|
+
}
|
|
11338
|
+
}
|
|
11339
|
+
]
|
|
11340
|
+
},
|
|
11341
|
+
{
|
|
11342
|
+
"kind": "javascript-module",
|
|
11343
|
+
"path": "src/_config/values/misc.ts",
|
|
11344
|
+
"declarations": [
|
|
11345
|
+
{
|
|
11346
|
+
"kind": "variable",
|
|
11347
|
+
"name": "directionValue"
|
|
11348
|
+
},
|
|
11349
|
+
{
|
|
11350
|
+
"kind": "variable",
|
|
11351
|
+
"name": "strokeWidthValue"
|
|
11352
|
+
}
|
|
11353
|
+
],
|
|
11354
|
+
"exports": [
|
|
11355
|
+
{
|
|
11356
|
+
"kind": "js",
|
|
11357
|
+
"name": "directionValue",
|
|
11358
|
+
"declaration": {
|
|
11359
|
+
"name": "directionValue",
|
|
11360
|
+
"module": "src/_config/values/misc.ts"
|
|
11361
|
+
}
|
|
11362
|
+
},
|
|
11363
|
+
{
|
|
11364
|
+
"kind": "js",
|
|
11365
|
+
"name": "strokeWidthValue",
|
|
11366
|
+
"declaration": {
|
|
11367
|
+
"name": "strokeWidthValue",
|
|
11368
|
+
"module": "src/_config/values/misc.ts"
|
|
11369
|
+
}
|
|
11370
|
+
}
|
|
11371
|
+
]
|
|
11372
|
+
},
|
|
11373
|
+
{
|
|
11374
|
+
"kind": "javascript-module",
|
|
11375
|
+
"path": "src/_config/values/sizing.ts",
|
|
11376
|
+
"declarations": [
|
|
11377
|
+
{
|
|
11378
|
+
"kind": "variable",
|
|
11379
|
+
"name": "controlCornerRadiusValue",
|
|
11380
|
+
"type": {
|
|
11381
|
+
"text": "number"
|
|
11382
|
+
},
|
|
11383
|
+
"default": "4"
|
|
11384
|
+
},
|
|
11385
|
+
{
|
|
11386
|
+
"kind": "variable",
|
|
11387
|
+
"name": "densityValue"
|
|
11388
|
+
},
|
|
11389
|
+
{
|
|
11390
|
+
"kind": "variable",
|
|
11391
|
+
"name": "designUnitValue",
|
|
11392
|
+
"type": {
|
|
11393
|
+
"text": "number"
|
|
11394
|
+
},
|
|
11395
|
+
"default": "4"
|
|
11396
|
+
}
|
|
11397
|
+
],
|
|
11398
|
+
"exports": [
|
|
11399
|
+
{
|
|
11400
|
+
"kind": "js",
|
|
11401
|
+
"name": "controlCornerRadiusValue",
|
|
11402
|
+
"declaration": {
|
|
11403
|
+
"name": "controlCornerRadiusValue",
|
|
11404
|
+
"module": "src/_config/values/sizing.ts"
|
|
11405
|
+
}
|
|
11406
|
+
},
|
|
11407
|
+
{
|
|
11408
|
+
"kind": "js",
|
|
11409
|
+
"name": "densityValue",
|
|
11410
|
+
"declaration": {
|
|
11411
|
+
"name": "densityValue",
|
|
11412
|
+
"module": "src/_config/values/sizing.ts"
|
|
11413
|
+
}
|
|
11414
|
+
},
|
|
11415
|
+
{
|
|
11416
|
+
"kind": "js",
|
|
11417
|
+
"name": "designUnitValue",
|
|
11418
|
+
"declaration": {
|
|
11419
|
+
"name": "designUnitValue",
|
|
11420
|
+
"module": "src/_config/values/sizing.ts"
|
|
11421
|
+
}
|
|
11422
|
+
}
|
|
11423
|
+
]
|
|
11424
|
+
},
|
|
11425
|
+
{
|
|
11426
|
+
"kind": "javascript-module",
|
|
11427
|
+
"path": "src/_config/values/typography.ts",
|
|
11428
|
+
"declarations": [
|
|
11429
|
+
{
|
|
11430
|
+
"kind": "variable",
|
|
11431
|
+
"name": "bodyFontValue",
|
|
11432
|
+
"default": "robotoFontFamily"
|
|
11433
|
+
},
|
|
11434
|
+
{
|
|
11435
|
+
"kind": "variable",
|
|
11436
|
+
"name": "typeRampBaseFontSizeValue"
|
|
11437
|
+
},
|
|
11438
|
+
{
|
|
11439
|
+
"kind": "variable",
|
|
11440
|
+
"name": "typeRampBaseLineHeightValue"
|
|
11441
|
+
}
|
|
11442
|
+
],
|
|
11443
|
+
"exports": [
|
|
11444
|
+
{
|
|
11445
|
+
"kind": "js",
|
|
11446
|
+
"name": "bodyFontValue",
|
|
11447
|
+
"declaration": {
|
|
11448
|
+
"name": "bodyFontValue",
|
|
11449
|
+
"module": "src/_config/values/typography.ts"
|
|
11450
|
+
}
|
|
11451
|
+
},
|
|
11452
|
+
{
|
|
11453
|
+
"kind": "js",
|
|
11454
|
+
"name": "typeRampBaseFontSizeValue",
|
|
11455
|
+
"declaration": {
|
|
11456
|
+
"name": "typeRampBaseFontSizeValue",
|
|
11457
|
+
"module": "src/_config/values/typography.ts"
|
|
11458
|
+
}
|
|
11459
|
+
},
|
|
11460
|
+
{
|
|
11461
|
+
"kind": "js",
|
|
11462
|
+
"name": "typeRampBaseLineHeightValue",
|
|
11463
|
+
"declaration": {
|
|
11464
|
+
"name": "typeRampBaseLineHeightValue",
|
|
11465
|
+
"module": "src/_config/values/typography.ts"
|
|
11466
|
+
}
|
|
11467
|
+
}
|
|
11468
|
+
]
|
|
11469
|
+
},
|
|
11226
11470
|
{
|
|
11227
11471
|
"kind": "javascript-module",
|
|
11228
11472
|
"path": "src/_config/tokens/default.ts",
|
|
@@ -12117,250 +12361,6 @@
|
|
|
12117
12361
|
}
|
|
12118
12362
|
]
|
|
12119
12363
|
},
|
|
12120
|
-
{
|
|
12121
|
-
"kind": "javascript-module",
|
|
12122
|
-
"path": "src/_config/values/color.ts",
|
|
12123
|
-
"declarations": [
|
|
12124
|
-
{
|
|
12125
|
-
"kind": "variable",
|
|
12126
|
-
"name": "accentPaletteValue"
|
|
12127
|
-
},
|
|
12128
|
-
{
|
|
12129
|
-
"kind": "variable",
|
|
12130
|
-
"name": "neutralPaletteValue"
|
|
12131
|
-
},
|
|
12132
|
-
{
|
|
12133
|
-
"kind": "variable",
|
|
12134
|
-
"name": "baseLayerLuminanceValue"
|
|
12135
|
-
}
|
|
12136
|
-
],
|
|
12137
|
-
"exports": [
|
|
12138
|
-
{
|
|
12139
|
-
"kind": "js",
|
|
12140
|
-
"name": "accentPaletteValue",
|
|
12141
|
-
"declaration": {
|
|
12142
|
-
"name": "accentPaletteValue",
|
|
12143
|
-
"module": "src/_config/values/color.ts"
|
|
12144
|
-
}
|
|
12145
|
-
},
|
|
12146
|
-
{
|
|
12147
|
-
"kind": "js",
|
|
12148
|
-
"name": "neutralPaletteValue",
|
|
12149
|
-
"declaration": {
|
|
12150
|
-
"name": "neutralPaletteValue",
|
|
12151
|
-
"module": "src/_config/values/color.ts"
|
|
12152
|
-
}
|
|
12153
|
-
},
|
|
12154
|
-
{
|
|
12155
|
-
"kind": "js",
|
|
12156
|
-
"name": "baseLayerLuminanceValue",
|
|
12157
|
-
"declaration": {
|
|
12158
|
-
"name": "baseLayerLuminanceValue",
|
|
12159
|
-
"module": "src/_config/values/color.ts"
|
|
12160
|
-
}
|
|
12161
|
-
}
|
|
12162
|
-
]
|
|
12163
|
-
},
|
|
12164
|
-
{
|
|
12165
|
-
"kind": "javascript-module",
|
|
12166
|
-
"path": "src/_config/values/defaults.ts",
|
|
12167
|
-
"declarations": [
|
|
12168
|
-
{
|
|
12169
|
-
"kind": "variable",
|
|
12170
|
-
"name": "designTokens",
|
|
12171
|
-
"type": {
|
|
12172
|
-
"text": "DesignTokensConfig"
|
|
12173
|
-
},
|
|
12174
|
-
"default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
|
|
12175
|
-
}
|
|
12176
|
-
],
|
|
12177
|
-
"exports": [
|
|
12178
|
-
{
|
|
12179
|
-
"kind": "js",
|
|
12180
|
-
"name": "designTokens",
|
|
12181
|
-
"declaration": {
|
|
12182
|
-
"name": "designTokens",
|
|
12183
|
-
"module": "src/_config/values/defaults.ts"
|
|
12184
|
-
}
|
|
12185
|
-
}
|
|
12186
|
-
]
|
|
12187
|
-
},
|
|
12188
|
-
{
|
|
12189
|
-
"kind": "javascript-module",
|
|
12190
|
-
"path": "src/_config/values/index.ts",
|
|
12191
|
-
"declarations": [],
|
|
12192
|
-
"exports": [
|
|
12193
|
-
{
|
|
12194
|
-
"kind": "js",
|
|
12195
|
-
"name": "*",
|
|
12196
|
-
"declaration": {
|
|
12197
|
-
"name": "*",
|
|
12198
|
-
"package": "./color"
|
|
12199
|
-
}
|
|
12200
|
-
},
|
|
12201
|
-
{
|
|
12202
|
-
"kind": "js",
|
|
12203
|
-
"name": "*",
|
|
12204
|
-
"declaration": {
|
|
12205
|
-
"name": "*",
|
|
12206
|
-
"package": "./misc"
|
|
12207
|
-
}
|
|
12208
|
-
},
|
|
12209
|
-
{
|
|
12210
|
-
"kind": "js",
|
|
12211
|
-
"name": "*",
|
|
12212
|
-
"declaration": {
|
|
12213
|
-
"name": "*",
|
|
12214
|
-
"package": "./sizing"
|
|
12215
|
-
}
|
|
12216
|
-
},
|
|
12217
|
-
{
|
|
12218
|
-
"kind": "js",
|
|
12219
|
-
"name": "*",
|
|
12220
|
-
"declaration": {
|
|
12221
|
-
"name": "*",
|
|
12222
|
-
"package": "./typography"
|
|
12223
|
-
}
|
|
12224
|
-
},
|
|
12225
|
-
{
|
|
12226
|
-
"kind": "js",
|
|
12227
|
-
"name": "*",
|
|
12228
|
-
"declaration": {
|
|
12229
|
-
"name": "*",
|
|
12230
|
-
"package": "./defaults"
|
|
12231
|
-
}
|
|
12232
|
-
}
|
|
12233
|
-
]
|
|
12234
|
-
},
|
|
12235
|
-
{
|
|
12236
|
-
"kind": "javascript-module",
|
|
12237
|
-
"path": "src/_config/values/misc.ts",
|
|
12238
|
-
"declarations": [
|
|
12239
|
-
{
|
|
12240
|
-
"kind": "variable",
|
|
12241
|
-
"name": "directionValue"
|
|
12242
|
-
},
|
|
12243
|
-
{
|
|
12244
|
-
"kind": "variable",
|
|
12245
|
-
"name": "strokeWidthValue"
|
|
12246
|
-
}
|
|
12247
|
-
],
|
|
12248
|
-
"exports": [
|
|
12249
|
-
{
|
|
12250
|
-
"kind": "js",
|
|
12251
|
-
"name": "directionValue",
|
|
12252
|
-
"declaration": {
|
|
12253
|
-
"name": "directionValue",
|
|
12254
|
-
"module": "src/_config/values/misc.ts"
|
|
12255
|
-
}
|
|
12256
|
-
},
|
|
12257
|
-
{
|
|
12258
|
-
"kind": "js",
|
|
12259
|
-
"name": "strokeWidthValue",
|
|
12260
|
-
"declaration": {
|
|
12261
|
-
"name": "strokeWidthValue",
|
|
12262
|
-
"module": "src/_config/values/misc.ts"
|
|
12263
|
-
}
|
|
12264
|
-
}
|
|
12265
|
-
]
|
|
12266
|
-
},
|
|
12267
|
-
{
|
|
12268
|
-
"kind": "javascript-module",
|
|
12269
|
-
"path": "src/_config/values/sizing.ts",
|
|
12270
|
-
"declarations": [
|
|
12271
|
-
{
|
|
12272
|
-
"kind": "variable",
|
|
12273
|
-
"name": "controlCornerRadiusValue",
|
|
12274
|
-
"type": {
|
|
12275
|
-
"text": "number"
|
|
12276
|
-
},
|
|
12277
|
-
"default": "4"
|
|
12278
|
-
},
|
|
12279
|
-
{
|
|
12280
|
-
"kind": "variable",
|
|
12281
|
-
"name": "densityValue"
|
|
12282
|
-
},
|
|
12283
|
-
{
|
|
12284
|
-
"kind": "variable",
|
|
12285
|
-
"name": "designUnitValue",
|
|
12286
|
-
"type": {
|
|
12287
|
-
"text": "number"
|
|
12288
|
-
},
|
|
12289
|
-
"default": "4"
|
|
12290
|
-
}
|
|
12291
|
-
],
|
|
12292
|
-
"exports": [
|
|
12293
|
-
{
|
|
12294
|
-
"kind": "js",
|
|
12295
|
-
"name": "controlCornerRadiusValue",
|
|
12296
|
-
"declaration": {
|
|
12297
|
-
"name": "controlCornerRadiusValue",
|
|
12298
|
-
"module": "src/_config/values/sizing.ts"
|
|
12299
|
-
}
|
|
12300
|
-
},
|
|
12301
|
-
{
|
|
12302
|
-
"kind": "js",
|
|
12303
|
-
"name": "densityValue",
|
|
12304
|
-
"declaration": {
|
|
12305
|
-
"name": "densityValue",
|
|
12306
|
-
"module": "src/_config/values/sizing.ts"
|
|
12307
|
-
}
|
|
12308
|
-
},
|
|
12309
|
-
{
|
|
12310
|
-
"kind": "js",
|
|
12311
|
-
"name": "designUnitValue",
|
|
12312
|
-
"declaration": {
|
|
12313
|
-
"name": "designUnitValue",
|
|
12314
|
-
"module": "src/_config/values/sizing.ts"
|
|
12315
|
-
}
|
|
12316
|
-
}
|
|
12317
|
-
]
|
|
12318
|
-
},
|
|
12319
|
-
{
|
|
12320
|
-
"kind": "javascript-module",
|
|
12321
|
-
"path": "src/_config/values/typography.ts",
|
|
12322
|
-
"declarations": [
|
|
12323
|
-
{
|
|
12324
|
-
"kind": "variable",
|
|
12325
|
-
"name": "bodyFontValue",
|
|
12326
|
-
"default": "robotoFontFamily"
|
|
12327
|
-
},
|
|
12328
|
-
{
|
|
12329
|
-
"kind": "variable",
|
|
12330
|
-
"name": "typeRampBaseFontSizeValue"
|
|
12331
|
-
},
|
|
12332
|
-
{
|
|
12333
|
-
"kind": "variable",
|
|
12334
|
-
"name": "typeRampBaseLineHeightValue"
|
|
12335
|
-
}
|
|
12336
|
-
],
|
|
12337
|
-
"exports": [
|
|
12338
|
-
{
|
|
12339
|
-
"kind": "js",
|
|
12340
|
-
"name": "bodyFontValue",
|
|
12341
|
-
"declaration": {
|
|
12342
|
-
"name": "bodyFontValue",
|
|
12343
|
-
"module": "src/_config/values/typography.ts"
|
|
12344
|
-
}
|
|
12345
|
-
},
|
|
12346
|
-
{
|
|
12347
|
-
"kind": "js",
|
|
12348
|
-
"name": "typeRampBaseFontSizeValue",
|
|
12349
|
-
"declaration": {
|
|
12350
|
-
"name": "typeRampBaseFontSizeValue",
|
|
12351
|
-
"module": "src/_config/values/typography.ts"
|
|
12352
|
-
}
|
|
12353
|
-
},
|
|
12354
|
-
{
|
|
12355
|
-
"kind": "js",
|
|
12356
|
-
"name": "typeRampBaseLineHeightValue",
|
|
12357
|
-
"declaration": {
|
|
12358
|
-
"name": "typeRampBaseLineHeightValue",
|
|
12359
|
-
"module": "src/_config/values/typography.ts"
|
|
12360
|
-
}
|
|
12361
|
-
}
|
|
12362
|
-
]
|
|
12363
|
-
},
|
|
12364
12364
|
{
|
|
12365
12365
|
"kind": "javascript-module",
|
|
12366
12366
|
"path": "src/dialog/styles/colors.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.
|
|
4
|
+
"version": "14.50.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"storybook": "storybook dev -p 6006"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@genesislcap/genx": "^14.
|
|
65
|
+
"@genesislcap/genx": "^14.50.0",
|
|
66
66
|
"@storybook/addon-essentials": "^7.0.0",
|
|
67
67
|
"@storybook/addon-links": "^7.0.0",
|
|
68
68
|
"@storybook/addons": "^7.0.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"storybook": "^7.0.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@genesislcap/foundation-comms": "^14.
|
|
79
|
-
"@genesislcap/foundation-ui": "^14.
|
|
80
|
-
"@genesislcap/foundation-utils": "^14.
|
|
78
|
+
"@genesislcap/foundation-comms": "^14.50.0",
|
|
79
|
+
"@genesislcap/foundation-ui": "^14.50.0",
|
|
80
|
+
"@genesislcap/foundation-utils": "^14.50.0",
|
|
81
81
|
"@microsoft/fast-colors": "^5.1.4",
|
|
82
82
|
"@microsoft/fast-components": "^2.21.3",
|
|
83
83
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
96
|
"customElements": "dist/custom-elements.json",
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "c19d65aecc40c8063f5d90dfd993e4fb00d8b8a7"
|
|
98
98
|
}
|