@genesislcap/foundation-zero 14.50.0 → 14.50.2-alpha-f13a8e3.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.
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n zeroActionsMenu,\n zeroAnchor,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCard,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroErrorBanner,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroIcon,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSnackbar,\n zeroSwitch,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n zeroActionsMenu,\n zeroAnchor,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCard,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroNotificationListener,\n zeroErrorBanner,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroIcon,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSnackbar,\n zeroSwitch,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -4214,6 +4214,7 @@
4214
4214
  "name": "FoundationErrorBoundary",
4215
4215
  "package": "@genesislcap/foundation-ui"
4216
4216
  },
4217
+ "deprecated": "true",
4217
4218
  "tagName": "%%prefix%%-error-boundary",
4218
4219
  "customElement": true
4219
4220
  },
@@ -6592,6 +6593,76 @@
6592
6593
  }
6593
6594
  ]
6594
6595
  },
6596
+ {
6597
+ "kind": "javascript-module",
6598
+ "path": "src/notification-listener/index.ts",
6599
+ "declarations": [],
6600
+ "exports": [
6601
+ {
6602
+ "kind": "js",
6603
+ "name": "*",
6604
+ "declaration": {
6605
+ "name": "*",
6606
+ "package": "./notification-listener"
6607
+ }
6608
+ }
6609
+ ]
6610
+ },
6611
+ {
6612
+ "kind": "javascript-module",
6613
+ "path": "src/notification-listener/notification-listener.ts",
6614
+ "declarations": [
6615
+ {
6616
+ "kind": "variable",
6617
+ "name": "zeroErrorBoundaryShadowOptions",
6618
+ "type": {
6619
+ "text": "ShadowRootInit"
6620
+ },
6621
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
6622
+ },
6623
+ {
6624
+ "kind": "class",
6625
+ "description": "",
6626
+ "name": "NotificationListener",
6627
+ "superclass": {
6628
+ "name": "FoundationNotificationListener",
6629
+ "package": "@genesislcap/foundation-ui"
6630
+ },
6631
+ "tagName": "%%prefix%%-notification-listener",
6632
+ "customElement": true
6633
+ },
6634
+ {
6635
+ "kind": "variable",
6636
+ "name": "zeroNotificationListener"
6637
+ }
6638
+ ],
6639
+ "exports": [
6640
+ {
6641
+ "kind": "js",
6642
+ "name": "zeroErrorBoundaryShadowOptions",
6643
+ "declaration": {
6644
+ "name": "zeroErrorBoundaryShadowOptions",
6645
+ "module": "src/notification-listener/notification-listener.ts"
6646
+ }
6647
+ },
6648
+ {
6649
+ "kind": "js",
6650
+ "name": "NotificationListener",
6651
+ "declaration": {
6652
+ "name": "NotificationListener",
6653
+ "module": "src/notification-listener/notification-listener.ts"
6654
+ }
6655
+ },
6656
+ {
6657
+ "kind": "js",
6658
+ "name": "zeroNotificationListener",
6659
+ "declaration": {
6660
+ "name": "zeroNotificationListener",
6661
+ "module": "src/notification-listener/notification-listener.ts"
6662
+ }
6663
+ }
6664
+ ]
6665
+ },
6595
6666
  {
6596
6667
  "kind": "javascript-module",
6597
6668
  "path": "src/number-field/index.ts",
@@ -11225,371 +11296,127 @@
11225
11296
  },
11226
11297
  {
11227
11298
  "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
- ],
11299
+ "path": "src/_config/tokens/default.ts",
11300
+ "declarations": [],
11243
11301
  "exports": [
11244
11302
  {
11245
11303
  "kind": "js",
11246
- "name": "accentPaletteValue",
11304
+ "name": "accentFillActive",
11247
11305
  "declaration": {
11248
- "name": "accentPaletteValue",
11249
- "module": "src/_config/values/color.ts"
11306
+ "name": "accentFillActive",
11307
+ "package": "@microsoft/fast-components"
11250
11308
  }
11251
11309
  },
11252
11310
  {
11253
11311
  "kind": "js",
11254
- "name": "neutralPaletteValue",
11312
+ "name": "accentFillActiveDelta",
11255
11313
  "declaration": {
11256
- "name": "neutralPaletteValue",
11257
- "module": "src/_config/values/color.ts"
11314
+ "name": "accentFillActiveDelta",
11315
+ "package": "@microsoft/fast-components"
11258
11316
  }
11259
11317
  },
11260
11318
  {
11261
11319
  "kind": "js",
11262
- "name": "baseLayerLuminanceValue",
11320
+ "name": "accentFillFocus",
11263
11321
  "declaration": {
11264
- "name": "baseLayerLuminanceValue",
11265
- "module": "src/_config/values/color.ts"
11322
+ "name": "accentFillFocus",
11323
+ "package": "@microsoft/fast-components"
11266
11324
  }
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": [
11325
+ },
11284
11326
  {
11285
11327
  "kind": "js",
11286
- "name": "designTokens",
11328
+ "name": "accentFillFocusDelta",
11287
11329
  "declaration": {
11288
- "name": "designTokens",
11289
- "module": "src/_config/values/defaults.ts"
11330
+ "name": "accentFillFocusDelta",
11331
+ "package": "@microsoft/fast-components"
11290
11332
  }
11291
- }
11292
- ]
11293
- },
11294
- {
11295
- "kind": "javascript-module",
11296
- "path": "src/_config/values/index.ts",
11297
- "declarations": [],
11298
- "exports": [
11333
+ },
11299
11334
  {
11300
11335
  "kind": "js",
11301
- "name": "*",
11336
+ "name": "accentFillHover",
11302
11337
  "declaration": {
11303
- "name": "*",
11304
- "package": "./color"
11338
+ "name": "accentFillHover",
11339
+ "package": "@microsoft/fast-components"
11305
11340
  }
11306
11341
  },
11307
11342
  {
11308
11343
  "kind": "js",
11309
- "name": "*",
11344
+ "name": "accentFillHoverDelta",
11310
11345
  "declaration": {
11311
- "name": "*",
11312
- "package": "./misc"
11346
+ "name": "accentFillHoverDelta",
11347
+ "package": "@microsoft/fast-components"
11313
11348
  }
11314
11349
  },
11315
11350
  {
11316
11351
  "kind": "js",
11317
- "name": "*",
11352
+ "name": "accentFillRest",
11318
11353
  "declaration": {
11319
- "name": "*",
11320
- "package": "./sizing"
11354
+ "name": "accentFillRest",
11355
+ "package": "@microsoft/fast-components"
11321
11356
  }
11322
11357
  },
11323
11358
  {
11324
11359
  "kind": "js",
11325
- "name": "*",
11360
+ "name": "accentFillRestDelta",
11326
11361
  "declaration": {
11327
- "name": "*",
11328
- "package": "./typography"
11362
+ "name": "accentFillRestDelta",
11363
+ "package": "@microsoft/fast-components"
11329
11364
  }
11330
11365
  },
11331
11366
  {
11332
11367
  "kind": "js",
11333
- "name": "*",
11368
+ "name": "accentForegroundActive",
11334
11369
  "declaration": {
11335
- "name": "*",
11336
- "package": "./defaults"
11370
+ "name": "accentForegroundActive",
11371
+ "package": "@microsoft/fast-components"
11337
11372
  }
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
11373
  },
11349
- {
11350
- "kind": "variable",
11351
- "name": "strokeWidthValue"
11352
- }
11353
- ],
11354
- "exports": [
11355
11374
  {
11356
11375
  "kind": "js",
11357
- "name": "directionValue",
11376
+ "name": "accentForegroundActiveDelta",
11358
11377
  "declaration": {
11359
- "name": "directionValue",
11360
- "module": "src/_config/values/misc.ts"
11378
+ "name": "accentForegroundActiveDelta",
11379
+ "package": "@microsoft/fast-components"
11361
11380
  }
11362
11381
  },
11363
11382
  {
11364
11383
  "kind": "js",
11365
- "name": "strokeWidthValue",
11384
+ "name": "accentForegroundFocus",
11366
11385
  "declaration": {
11367
- "name": "strokeWidthValue",
11368
- "module": "src/_config/values/misc.ts"
11386
+ "name": "accentForegroundFocus",
11387
+ "package": "@microsoft/fast-components"
11369
11388
  }
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
  },
11389
- {
11390
- "kind": "variable",
11391
- "name": "designUnitValue",
11392
- "type": {
11393
- "text": "number"
11394
- },
11395
- "default": "4"
11396
- }
11397
- ],
11398
- "exports": [
11399
11390
  {
11400
11391
  "kind": "js",
11401
- "name": "controlCornerRadiusValue",
11392
+ "name": "accentForegroundFocusDelta",
11402
11393
  "declaration": {
11403
- "name": "controlCornerRadiusValue",
11404
- "module": "src/_config/values/sizing.ts"
11394
+ "name": "accentForegroundFocusDelta",
11395
+ "package": "@microsoft/fast-components"
11405
11396
  }
11406
11397
  },
11407
11398
  {
11408
11399
  "kind": "js",
11409
- "name": "densityValue",
11400
+ "name": "accentForegroundHover",
11410
11401
  "declaration": {
11411
- "name": "densityValue",
11412
- "module": "src/_config/values/sizing.ts"
11402
+ "name": "accentForegroundHover",
11403
+ "package": "@microsoft/fast-components"
11413
11404
  }
11414
11405
  },
11415
11406
  {
11416
11407
  "kind": "js",
11417
- "name": "designUnitValue",
11408
+ "name": "accentForegroundHoverDelta",
11418
11409
  "declaration": {
11419
- "name": "designUnitValue",
11420
- "module": "src/_config/values/sizing.ts"
11410
+ "name": "accentForegroundHoverDelta",
11411
+ "package": "@microsoft/fast-components"
11421
11412
  }
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
11413
  },
11438
- {
11439
- "kind": "variable",
11440
- "name": "typeRampBaseLineHeightValue"
11441
- }
11442
- ],
11443
- "exports": [
11444
11414
  {
11445
11415
  "kind": "js",
11446
- "name": "bodyFontValue",
11416
+ "name": "accentForegroundRest",
11447
11417
  "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
- },
11470
- {
11471
- "kind": "javascript-module",
11472
- "path": "src/_config/tokens/default.ts",
11473
- "declarations": [],
11474
- "exports": [
11475
- {
11476
- "kind": "js",
11477
- "name": "accentFillActive",
11478
- "declaration": {
11479
- "name": "accentFillActive",
11480
- "package": "@microsoft/fast-components"
11481
- }
11482
- },
11483
- {
11484
- "kind": "js",
11485
- "name": "accentFillActiveDelta",
11486
- "declaration": {
11487
- "name": "accentFillActiveDelta",
11488
- "package": "@microsoft/fast-components"
11489
- }
11490
- },
11491
- {
11492
- "kind": "js",
11493
- "name": "accentFillFocus",
11494
- "declaration": {
11495
- "name": "accentFillFocus",
11496
- "package": "@microsoft/fast-components"
11497
- }
11498
- },
11499
- {
11500
- "kind": "js",
11501
- "name": "accentFillFocusDelta",
11502
- "declaration": {
11503
- "name": "accentFillFocusDelta",
11504
- "package": "@microsoft/fast-components"
11505
- }
11506
- },
11507
- {
11508
- "kind": "js",
11509
- "name": "accentFillHover",
11510
- "declaration": {
11511
- "name": "accentFillHover",
11512
- "package": "@microsoft/fast-components"
11513
- }
11514
- },
11515
- {
11516
- "kind": "js",
11517
- "name": "accentFillHoverDelta",
11518
- "declaration": {
11519
- "name": "accentFillHoverDelta",
11520
- "package": "@microsoft/fast-components"
11521
- }
11522
- },
11523
- {
11524
- "kind": "js",
11525
- "name": "accentFillRest",
11526
- "declaration": {
11527
- "name": "accentFillRest",
11528
- "package": "@microsoft/fast-components"
11529
- }
11530
- },
11531
- {
11532
- "kind": "js",
11533
- "name": "accentFillRestDelta",
11534
- "declaration": {
11535
- "name": "accentFillRestDelta",
11536
- "package": "@microsoft/fast-components"
11537
- }
11538
- },
11539
- {
11540
- "kind": "js",
11541
- "name": "accentForegroundActive",
11542
- "declaration": {
11543
- "name": "accentForegroundActive",
11544
- "package": "@microsoft/fast-components"
11545
- }
11546
- },
11547
- {
11548
- "kind": "js",
11549
- "name": "accentForegroundActiveDelta",
11550
- "declaration": {
11551
- "name": "accentForegroundActiveDelta",
11552
- "package": "@microsoft/fast-components"
11553
- }
11554
- },
11555
- {
11556
- "kind": "js",
11557
- "name": "accentForegroundFocus",
11558
- "declaration": {
11559
- "name": "accentForegroundFocus",
11560
- "package": "@microsoft/fast-components"
11561
- }
11562
- },
11563
- {
11564
- "kind": "js",
11565
- "name": "accentForegroundFocusDelta",
11566
- "declaration": {
11567
- "name": "accentForegroundFocusDelta",
11568
- "package": "@microsoft/fast-components"
11569
- }
11570
- },
11571
- {
11572
- "kind": "js",
11573
- "name": "accentForegroundHover",
11574
- "declaration": {
11575
- "name": "accentForegroundHover",
11576
- "package": "@microsoft/fast-components"
11577
- }
11578
- },
11579
- {
11580
- "kind": "js",
11581
- "name": "accentForegroundHoverDelta",
11582
- "declaration": {
11583
- "name": "accentForegroundHoverDelta",
11584
- "package": "@microsoft/fast-components"
11585
- }
11586
- },
11587
- {
11588
- "kind": "js",
11589
- "name": "accentForegroundRest",
11590
- "declaration": {
11591
- "name": "accentForegroundRest",
11592
- "package": "@microsoft/fast-components"
11418
+ "name": "accentForegroundRest",
11419
+ "package": "@microsoft/fast-components"
11593
11420
  }
11594
11421
  },
11595
11422
  {
@@ -12361,6 +12188,250 @@
12361
12188
  }
12362
12189
  ]
12363
12190
  },
12191
+ {
12192
+ "kind": "javascript-module",
12193
+ "path": "src/_config/values/color.ts",
12194
+ "declarations": [
12195
+ {
12196
+ "kind": "variable",
12197
+ "name": "accentPaletteValue"
12198
+ },
12199
+ {
12200
+ "kind": "variable",
12201
+ "name": "neutralPaletteValue"
12202
+ },
12203
+ {
12204
+ "kind": "variable",
12205
+ "name": "baseLayerLuminanceValue"
12206
+ }
12207
+ ],
12208
+ "exports": [
12209
+ {
12210
+ "kind": "js",
12211
+ "name": "accentPaletteValue",
12212
+ "declaration": {
12213
+ "name": "accentPaletteValue",
12214
+ "module": "src/_config/values/color.ts"
12215
+ }
12216
+ },
12217
+ {
12218
+ "kind": "js",
12219
+ "name": "neutralPaletteValue",
12220
+ "declaration": {
12221
+ "name": "neutralPaletteValue",
12222
+ "module": "src/_config/values/color.ts"
12223
+ }
12224
+ },
12225
+ {
12226
+ "kind": "js",
12227
+ "name": "baseLayerLuminanceValue",
12228
+ "declaration": {
12229
+ "name": "baseLayerLuminanceValue",
12230
+ "module": "src/_config/values/color.ts"
12231
+ }
12232
+ }
12233
+ ]
12234
+ },
12235
+ {
12236
+ "kind": "javascript-module",
12237
+ "path": "src/_config/values/defaults.ts",
12238
+ "declarations": [
12239
+ {
12240
+ "kind": "variable",
12241
+ "name": "designTokens",
12242
+ "type": {
12243
+ "text": "DesignTokensConfig"
12244
+ },
12245
+ "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}"
12246
+ }
12247
+ ],
12248
+ "exports": [
12249
+ {
12250
+ "kind": "js",
12251
+ "name": "designTokens",
12252
+ "declaration": {
12253
+ "name": "designTokens",
12254
+ "module": "src/_config/values/defaults.ts"
12255
+ }
12256
+ }
12257
+ ]
12258
+ },
12259
+ {
12260
+ "kind": "javascript-module",
12261
+ "path": "src/_config/values/index.ts",
12262
+ "declarations": [],
12263
+ "exports": [
12264
+ {
12265
+ "kind": "js",
12266
+ "name": "*",
12267
+ "declaration": {
12268
+ "name": "*",
12269
+ "package": "./color"
12270
+ }
12271
+ },
12272
+ {
12273
+ "kind": "js",
12274
+ "name": "*",
12275
+ "declaration": {
12276
+ "name": "*",
12277
+ "package": "./misc"
12278
+ }
12279
+ },
12280
+ {
12281
+ "kind": "js",
12282
+ "name": "*",
12283
+ "declaration": {
12284
+ "name": "*",
12285
+ "package": "./sizing"
12286
+ }
12287
+ },
12288
+ {
12289
+ "kind": "js",
12290
+ "name": "*",
12291
+ "declaration": {
12292
+ "name": "*",
12293
+ "package": "./typography"
12294
+ }
12295
+ },
12296
+ {
12297
+ "kind": "js",
12298
+ "name": "*",
12299
+ "declaration": {
12300
+ "name": "*",
12301
+ "package": "./defaults"
12302
+ }
12303
+ }
12304
+ ]
12305
+ },
12306
+ {
12307
+ "kind": "javascript-module",
12308
+ "path": "src/_config/values/misc.ts",
12309
+ "declarations": [
12310
+ {
12311
+ "kind": "variable",
12312
+ "name": "directionValue"
12313
+ },
12314
+ {
12315
+ "kind": "variable",
12316
+ "name": "strokeWidthValue"
12317
+ }
12318
+ ],
12319
+ "exports": [
12320
+ {
12321
+ "kind": "js",
12322
+ "name": "directionValue",
12323
+ "declaration": {
12324
+ "name": "directionValue",
12325
+ "module": "src/_config/values/misc.ts"
12326
+ }
12327
+ },
12328
+ {
12329
+ "kind": "js",
12330
+ "name": "strokeWidthValue",
12331
+ "declaration": {
12332
+ "name": "strokeWidthValue",
12333
+ "module": "src/_config/values/misc.ts"
12334
+ }
12335
+ }
12336
+ ]
12337
+ },
12338
+ {
12339
+ "kind": "javascript-module",
12340
+ "path": "src/_config/values/sizing.ts",
12341
+ "declarations": [
12342
+ {
12343
+ "kind": "variable",
12344
+ "name": "controlCornerRadiusValue",
12345
+ "type": {
12346
+ "text": "number"
12347
+ },
12348
+ "default": "4"
12349
+ },
12350
+ {
12351
+ "kind": "variable",
12352
+ "name": "densityValue"
12353
+ },
12354
+ {
12355
+ "kind": "variable",
12356
+ "name": "designUnitValue",
12357
+ "type": {
12358
+ "text": "number"
12359
+ },
12360
+ "default": "4"
12361
+ }
12362
+ ],
12363
+ "exports": [
12364
+ {
12365
+ "kind": "js",
12366
+ "name": "controlCornerRadiusValue",
12367
+ "declaration": {
12368
+ "name": "controlCornerRadiusValue",
12369
+ "module": "src/_config/values/sizing.ts"
12370
+ }
12371
+ },
12372
+ {
12373
+ "kind": "js",
12374
+ "name": "densityValue",
12375
+ "declaration": {
12376
+ "name": "densityValue",
12377
+ "module": "src/_config/values/sizing.ts"
12378
+ }
12379
+ },
12380
+ {
12381
+ "kind": "js",
12382
+ "name": "designUnitValue",
12383
+ "declaration": {
12384
+ "name": "designUnitValue",
12385
+ "module": "src/_config/values/sizing.ts"
12386
+ }
12387
+ }
12388
+ ]
12389
+ },
12390
+ {
12391
+ "kind": "javascript-module",
12392
+ "path": "src/_config/values/typography.ts",
12393
+ "declarations": [
12394
+ {
12395
+ "kind": "variable",
12396
+ "name": "bodyFontValue",
12397
+ "default": "robotoFontFamily"
12398
+ },
12399
+ {
12400
+ "kind": "variable",
12401
+ "name": "typeRampBaseFontSizeValue"
12402
+ },
12403
+ {
12404
+ "kind": "variable",
12405
+ "name": "typeRampBaseLineHeightValue"
12406
+ }
12407
+ ],
12408
+ "exports": [
12409
+ {
12410
+ "kind": "js",
12411
+ "name": "bodyFontValue",
12412
+ "declaration": {
12413
+ "name": "bodyFontValue",
12414
+ "module": "src/_config/values/typography.ts"
12415
+ }
12416
+ },
12417
+ {
12418
+ "kind": "js",
12419
+ "name": "typeRampBaseFontSizeValue",
12420
+ "declaration": {
12421
+ "name": "typeRampBaseFontSizeValue",
12422
+ "module": "src/_config/values/typography.ts"
12423
+ }
12424
+ },
12425
+ {
12426
+ "kind": "js",
12427
+ "name": "typeRampBaseLineHeightValue",
12428
+ "declaration": {
12429
+ "name": "typeRampBaseLineHeightValue",
12430
+ "module": "src/_config/values/typography.ts"
12431
+ }
12432
+ }
12433
+ ]
12434
+ },
12364
12435
  {
12365
12436
  "kind": "javascript-module",
12366
12437
  "path": "src/dialog/styles/colors.ts",
@@ -65,6 +65,15 @@ export declare const baseComponents: {
65
65
  template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").ErrorBoundary, any>;
66
66
  shadowOptions: ShadowRootInit;
67
67
  }, typeof import("./error-boundary").ErrorBoundary>;
68
+ zeroNotificationListener: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
69
+ baseName: string;
70
+ template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
71
+ shadowOptions: ShadowRootInit;
72
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
73
+ baseName: string;
74
+ template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
75
+ shadowOptions: ShadowRootInit;
76
+ }, typeof import("./notification-listener").NotificationListener>;
68
77
  zeroErrorBanner: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
69
78
  baseName: string;
70
79
  template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA4D5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA2DJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
1
+ {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA6D5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4DJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { ErrorBoundary as FoundationErrorBoundary } from '@genesislcap/foundation-ui';
2
2
  export declare const zeroErrorBoundaryShadowOptions: ShadowRootInit;
3
3
  /**
4
+ * @deprecated
4
5
  * @tagname %%prefix%%-error-boundary
5
6
  */
6
7
  export declare class ErrorBoundary extends FoundationErrorBoundary {
@@ -1 +1 @@
1
- {"version":3,"file":"error-boundary.d.ts","sourceRoot":"","sources":["../../../src/error-boundary/error-boundary.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,IAAI,uBAAuB,EAEzC,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,8BAA8B,EAAE,cAG5C,CAAC;AACF;;GAEG;AACH,qBAAa,aAAc,SAAQ,uBAAuB;CAAG;AAE7D,eAAO,MAAM,iBAAiB;;;;;;;;wBAI5B,CAAC"}
1
+ {"version":3,"file":"error-boundary.d.ts","sourceRoot":"","sources":["../../../src/error-boundary/error-boundary.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,IAAI,uBAAuB,EAEzC,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,8BAA8B,EAAE,cAG5C,CAAC;AACF;;;GAGG;AACH,qBAAa,aAAc,SAAQ,uBAAuB;CAAG;AAE7D,eAAO,MAAM,iBAAiB;;;;;;;;wBAI5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './notification-listener';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notification-listener/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { NotificationListener as FoundationNotificationListener } from '@genesislcap/foundation-ui';
2
+ export declare const zeroErrorBoundaryShadowOptions: ShadowRootInit;
3
+ /**
4
+ * @tagname %%prefix%%-notification-listener
5
+ */
6
+ export declare class NotificationListener extends FoundationNotificationListener {
7
+ }
8
+ export declare const zeroNotificationListener: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
9
+ baseName: string;
10
+ template: import("@microsoft/fast-element").ViewTemplate<FoundationNotificationListener, any>;
11
+ shadowOptions: ShadowRootInit;
12
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
13
+ baseName: string;
14
+ template: import("@microsoft/fast-element").ViewTemplate<FoundationNotificationListener, any>;
15
+ shadowOptions: ShadowRootInit;
16
+ }, typeof NotificationListener>;
17
+ //# sourceMappingURL=notification-listener.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-listener.d.ts","sourceRoot":"","sources":["../../../src/notification-listener/notification-listener.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,IAAI,8BAA8B,EAEvD,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,8BAA8B,EAAE,cAG5C,CAAC;AACF;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,8BAA8B;CAAG;AAE3E,eAAO,MAAM,wBAAwB;;;;;;;;+BAInC,CAAC"}
@@ -34,6 +34,7 @@ import { zeroMenu } from './menu';
34
34
  import { zeroMenuItem } from './menu-item';
35
35
  import { zeroModal } from './modal';
36
36
  import { zeroMultiselect } from './multiselect';
37
+ import { zeroNotificationListener } from './notification-listener';
37
38
  import { zeroNumberField } from './number-field';
38
39
  import { zeroProgress } from './progress';
39
40
  import { zeroProgressRing } from './progress-ring';
@@ -77,6 +78,7 @@ export const baseComponents = {
77
78
  zeroDivider,
78
79
  zeroDropdownMenu,
79
80
  zeroErrorBoundary,
81
+ zeroNotificationListener,
80
82
  zeroErrorBanner,
81
83
  zeroErrorDialog,
82
84
  zeroFileUpload,
@@ -4,6 +4,7 @@ export const zeroErrorBoundaryShadowOptions = {
4
4
  delegatesFocus: true,
5
5
  };
6
6
  /**
7
+ * @deprecated
7
8
  * @tagname %%prefix%%-error-boundary
8
9
  */
9
10
  export class ErrorBoundary extends FoundationErrorBoundary {
@@ -0,0 +1 @@
1
+ export * from './notification-listener';
@@ -0,0 +1,15 @@
1
+ import { NotificationListener as FoundationNotificationListener, foundationNotificationListenerTemplate as template, } from '@genesislcap/foundation-ui';
2
+ export const zeroErrorBoundaryShadowOptions = {
3
+ mode: 'open',
4
+ delegatesFocus: true,
5
+ };
6
+ /**
7
+ * @tagname %%prefix%%-notification-listener
8
+ */
9
+ export class NotificationListener extends FoundationNotificationListener {
10
+ }
11
+ export const zeroNotificationListener = NotificationListener.compose({
12
+ baseName: 'notification-listener',
13
+ template,
14
+ shadowOptions: zeroErrorBoundaryShadowOptions,
15
+ });
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.50.0",
4
+ "version": "14.50.2-alpha-f13a8e3.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.50.0",
65
+ "@genesislcap/genx": "14.50.2-alpha-f13a8e3.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.50.0",
79
- "@genesislcap/foundation-ui": "^14.50.0",
80
- "@genesislcap/foundation-utils": "^14.50.0",
78
+ "@genesislcap/foundation-comms": "14.50.2-alpha-f13a8e3.0",
79
+ "@genesislcap/foundation-ui": "14.50.2-alpha-f13a8e3.0",
80
+ "@genesislcap/foundation-utils": "14.50.2-alpha-f13a8e3.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": "c19d65aecc40c8063f5d90dfd993e4fb00d8b8a7"
97
+ "gitHead": "f6e7f337d935339f691195e97356cb5198659c58"
98
98
  }