@genesislcap/foundation-ui 14.236.0 → 14.236.1-alpha-ed0d291.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +477 -477
  2. package/package.json +16 -16
@@ -18161,83 +18161,194 @@
18161
18161
  },
18162
18162
  {
18163
18163
  "kind": "javascript-module",
18164
- "path": "src/flex-layout/flex-layout.styles.ts",
18164
+ "path": "src/flipper/flipper.styles.ts",
18165
18165
  "declarations": [
18166
18166
  {
18167
- "kind": "variable",
18168
- "name": "foundationFlexLayoutStyles",
18169
- "type": {
18170
- "text": "ElementStyles"
18167
+ "kind": "function",
18168
+ "name": "foundationFlipperStyles",
18169
+ "return": {
18170
+ "type": {
18171
+ "text": "ElementStyles"
18172
+ }
18171
18173
  },
18172
- "default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
18174
+ "parameters": [
18175
+ {
18176
+ "name": "context",
18177
+ "type": {
18178
+ "text": "ElementDefinitionContext"
18179
+ }
18180
+ },
18181
+ {
18182
+ "name": "definition",
18183
+ "type": {
18184
+ "text": "FlipperOptions"
18185
+ }
18186
+ }
18187
+ ]
18173
18188
  }
18174
18189
  ],
18175
18190
  "exports": [
18176
18191
  {
18177
18192
  "kind": "js",
18178
- "name": "foundationFlexLayoutStyles",
18193
+ "name": "foundationFlipperStyles",
18179
18194
  "declaration": {
18180
- "name": "foundationFlexLayoutStyles",
18181
- "module": "src/flex-layout/flex-layout.styles.ts"
18195
+ "name": "foundationFlipperStyles",
18196
+ "module": "src/flipper/flipper.styles.ts"
18182
18197
  }
18183
18198
  }
18184
18199
  ]
18185
18200
  },
18186
18201
  {
18187
18202
  "kind": "javascript-module",
18188
- "path": "src/flex-layout/flex-layout.template.ts",
18203
+ "path": "src/flipper/flipper.template.ts",
18189
18204
  "declarations": [
18190
18205
  {
18191
- "kind": "variable",
18192
- "name": "foundationFlexLayoutTemplate",
18193
- "type": {
18194
- "text": "ViewTemplate<FlexLayout>"
18206
+ "kind": "function",
18207
+ "name": "foundationFlipperTemplate",
18208
+ "return": {
18209
+ "type": {
18210
+ "text": "ViewTemplate<Flipper>"
18211
+ }
18195
18212
  },
18196
- "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
18213
+ "parameters": [
18214
+ {
18215
+ "name": "context",
18216
+ "type": {
18217
+ "text": "ElementDefinitionContext"
18218
+ }
18219
+ },
18220
+ {
18221
+ "name": "definition",
18222
+ "type": {
18223
+ "text": "FlipperOptions"
18224
+ }
18225
+ }
18226
+ ]
18197
18227
  }
18198
18228
  ],
18199
18229
  "exports": [
18200
18230
  {
18201
18231
  "kind": "js",
18202
- "name": "foundationFlexLayoutTemplate",
18232
+ "name": "foundationFlipperTemplate",
18203
18233
  "declaration": {
18204
- "name": "foundationFlexLayoutTemplate",
18205
- "module": "src/flex-layout/flex-layout.template.ts"
18234
+ "name": "foundationFlipperTemplate",
18235
+ "module": "src/flipper/flipper.template.ts"
18206
18236
  }
18207
18237
  }
18208
18238
  ]
18209
18239
  },
18210
18240
  {
18211
18241
  "kind": "javascript-module",
18212
- "path": "src/flex-layout/flex-layout.ts",
18242
+ "path": "src/flipper/flipper.ts",
18213
18243
  "declarations": [
18214
- {
18215
- "kind": "variable",
18216
- "name": "foundationFlexLayoutShadowOptions",
18217
- "type": {
18218
- "text": "ShadowRootInit"
18219
- },
18220
- "default": "undefined"
18221
- },
18222
- {
18223
- "kind": "variable",
18224
- "name": "defaultFlexLayoutConfig",
18225
- "type": {
18226
- "text": "object"
18227
- },
18228
- "default": "{}"
18229
- },
18230
18244
  {
18231
18245
  "kind": "class",
18232
18246
  "description": "",
18233
- "name": "FlexLayout",
18247
+ "name": "Flipper",
18234
18248
  "superclass": {
18235
- "name": "FoundationElement",
18236
- "package": "@microsoft/fast-foundation"
18249
+ "name": "FASTFlipper",
18250
+ "package": "@microsoft/fast-components"
18237
18251
  },
18238
- "tagName": "%%prefix%%-flex-layout",
18252
+ "tagName": "%%prefix%%-flipper",
18239
18253
  "customElement": true,
18254
+ "attributes": [
18255
+ {
18256
+ "type": {
18257
+ "text": "boolean"
18258
+ },
18259
+ "description": "The disabled state of the flipper.",
18260
+ "fieldName": "disabled",
18261
+ "inheritedFrom": {
18262
+ "name": "Flipper",
18263
+ "module": "src/flipper/flipper.ts"
18264
+ }
18265
+ },
18266
+ {
18267
+ "name": "aria-hidden",
18268
+ "type": {
18269
+ "text": "boolean"
18270
+ },
18271
+ "default": "true",
18272
+ "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18273
+ "fieldName": "hiddenFromAT",
18274
+ "inheritedFrom": {
18275
+ "name": "Flipper",
18276
+ "module": "src/flipper/flipper.ts"
18277
+ }
18278
+ },
18279
+ {
18280
+ "name": "direction",
18281
+ "type": {
18282
+ "text": "FlipperDirection"
18283
+ },
18284
+ "description": "The direction that the flipper implies navigating.",
18285
+ "fieldName": "direction",
18286
+ "inheritedFrom": {
18287
+ "name": "Flipper",
18288
+ "module": "src/flipper/flipper.ts"
18289
+ }
18290
+ }
18291
+ ],
18240
18292
  "members": [
18293
+ {
18294
+ "kind": "field",
18295
+ "name": "disabled",
18296
+ "type": {
18297
+ "text": "boolean"
18298
+ },
18299
+ "privacy": "public",
18300
+ "description": "The disabled state of the flipper.",
18301
+ "inheritedFrom": {
18302
+ "name": "Flipper",
18303
+ "module": "src/flipper/flipper.ts"
18304
+ }
18305
+ },
18306
+ {
18307
+ "kind": "field",
18308
+ "name": "hiddenFromAT",
18309
+ "type": {
18310
+ "text": "boolean"
18311
+ },
18312
+ "privacy": "public",
18313
+ "default": "true",
18314
+ "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18315
+ "inheritedFrom": {
18316
+ "name": "Flipper",
18317
+ "module": "src/flipper/flipper.ts"
18318
+ }
18319
+ },
18320
+ {
18321
+ "kind": "field",
18322
+ "name": "direction",
18323
+ "type": {
18324
+ "text": "FlipperDirection"
18325
+ },
18326
+ "privacy": "public",
18327
+ "description": "The direction that the flipper implies navigating.",
18328
+ "inheritedFrom": {
18329
+ "name": "Flipper",
18330
+ "module": "src/flipper/flipper.ts"
18331
+ }
18332
+ },
18333
+ {
18334
+ "kind": "method",
18335
+ "name": "keyupHandler",
18336
+ "privacy": "public",
18337
+ "parameters": [
18338
+ {
18339
+ "name": "e",
18340
+ "type": {
18341
+ "text": "Event & KeyboardEvent"
18342
+ },
18343
+ "description": "Keyboard event"
18344
+ }
18345
+ ],
18346
+ "description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
18347
+ "inheritedFrom": {
18348
+ "name": "Flipper",
18349
+ "module": "src/flipper/flipper.ts"
18350
+ }
18351
+ },
18241
18352
  {
18242
18353
  "kind": "field",
18243
18354
  "name": "_presentation",
@@ -18349,59 +18460,79 @@
18349
18460
  "module": "src/foundation-element/foundation-element.ts"
18350
18461
  }
18351
18462
  }
18463
+ ],
18464
+ "events": [
18465
+ {
18466
+ "description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
18467
+ "name": "click",
18468
+ "inheritedFrom": {
18469
+ "name": "Flipper",
18470
+ "module": "src/flipper/flipper.ts"
18471
+ }
18472
+ }
18352
18473
  ]
18353
18474
  },
18354
18475
  {
18355
18476
  "kind": "variable",
18356
- "name": "foundationFlexLayout",
18357
- "description": "The Foundation Flex Layout",
18477
+ "name": "foundationFlipperShadowOptions",
18478
+ "type": {
18479
+ "text": "ShadowRootInit"
18480
+ },
18481
+ "default": "undefined"
18482
+ },
18483
+ {
18484
+ "kind": "variable",
18485
+ "name": "defaultFlipperConfig",
18486
+ "type": {
18487
+ "text": "object"
18488
+ },
18489
+ "default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
18490
+ },
18491
+ {
18492
+ "kind": "variable",
18493
+ "name": "foundationFlipper",
18494
+ "description": "The Foundation Flipper",
18358
18495
  "privacy": "public"
18359
18496
  }
18360
18497
  ],
18361
18498
  "exports": [
18362
18499
  {
18363
18500
  "kind": "js",
18364
- "name": "foundationFlexLayoutShadowOptions",
18501
+ "name": "Flipper",
18365
18502
  "declaration": {
18366
- "name": "foundationFlexLayoutShadowOptions",
18367
- "module": "src/flex-layout/flex-layout.ts"
18503
+ "name": "Flipper",
18504
+ "module": "src/flipper/flipper.ts"
18368
18505
  }
18369
18506
  },
18370
18507
  {
18371
18508
  "kind": "js",
18372
- "name": "defaultFlexLayoutConfig",
18509
+ "name": "foundationFlipperShadowOptions",
18373
18510
  "declaration": {
18374
- "name": "defaultFlexLayoutConfig",
18375
- "module": "src/flex-layout/flex-layout.ts"
18511
+ "name": "foundationFlipperShadowOptions",
18512
+ "module": "src/flipper/flipper.ts"
18376
18513
  }
18377
18514
  },
18378
18515
  {
18379
18516
  "kind": "js",
18380
- "name": "FlexLayout",
18517
+ "name": "defaultFlipperConfig",
18381
18518
  "declaration": {
18382
- "name": "FlexLayout",
18383
- "module": "src/flex-layout/flex-layout.ts"
18519
+ "name": "defaultFlipperConfig",
18520
+ "module": "src/flipper/flipper.ts"
18384
18521
  }
18385
18522
  },
18386
18523
  {
18387
18524
  "kind": "js",
18388
- "name": "foundationFlexLayout",
18525
+ "name": "foundationFlipper",
18389
18526
  "declaration": {
18390
- "name": "foundationFlexLayout",
18391
- "module": "src/flex-layout/flex-layout.ts"
18527
+ "name": "foundationFlipper",
18528
+ "module": "src/flipper/flipper.ts"
18392
18529
  }
18393
18530
  }
18394
18531
  ]
18395
18532
  },
18396
18533
  {
18397
18534
  "kind": "javascript-module",
18398
- "path": "src/flex-layout/flex-layout.types.ts",
18399
- "declarations": [],
18400
- "exports": []
18401
- },
18402
- {
18403
- "kind": "javascript-module",
18404
- "path": "src/flex-layout/index.ts",
18535
+ "path": "src/flipper/index.ts",
18405
18536
  "declarations": [],
18406
18537
  "exports": [
18407
18538
  {
@@ -18409,15 +18540,7 @@
18409
18540
  "name": "*",
18410
18541
  "declaration": {
18411
18542
  "name": "*",
18412
- "package": "./flex-layout.template"
18413
- }
18414
- },
18415
- {
18416
- "kind": "js",
18417
- "name": "*",
18418
- "declaration": {
18419
- "name": "*",
18420
- "package": "./flex-layout.styles"
18543
+ "package": "./flipper.template"
18421
18544
  }
18422
18545
  },
18423
18546
  {
@@ -18425,7 +18548,7 @@
18425
18548
  "name": "*",
18426
18549
  "declaration": {
18427
18550
  "name": "*",
18428
- "package": "./flex-layout"
18551
+ "package": "./flipper.styles"
18429
18552
  }
18430
18553
  },
18431
18554
  {
@@ -18433,201 +18556,90 @@
18433
18556
  "name": "*",
18434
18557
  "declaration": {
18435
18558
  "name": "*",
18436
- "package": "./flex-layout.types"
18559
+ "package": "./flipper"
18437
18560
  }
18438
18561
  }
18439
18562
  ]
18440
18563
  },
18441
18564
  {
18442
18565
  "kind": "javascript-module",
18443
- "path": "src/flipper/flipper.styles.ts",
18566
+ "path": "src/flex-layout/flex-layout.styles.ts",
18444
18567
  "declarations": [
18445
18568
  {
18446
- "kind": "function",
18447
- "name": "foundationFlipperStyles",
18448
- "return": {
18449
- "type": {
18450
- "text": "ElementStyles"
18451
- }
18569
+ "kind": "variable",
18570
+ "name": "foundationFlexLayoutStyles",
18571
+ "type": {
18572
+ "text": "ElementStyles"
18452
18573
  },
18453
- "parameters": [
18454
- {
18455
- "name": "context",
18456
- "type": {
18457
- "text": "ElementDefinitionContext"
18458
- }
18459
- },
18460
- {
18461
- "name": "definition",
18462
- "type": {
18463
- "text": "FlipperOptions"
18464
- }
18465
- }
18466
- ]
18574
+ "default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
18467
18575
  }
18468
18576
  ],
18469
18577
  "exports": [
18470
18578
  {
18471
18579
  "kind": "js",
18472
- "name": "foundationFlipperStyles",
18580
+ "name": "foundationFlexLayoutStyles",
18473
18581
  "declaration": {
18474
- "name": "foundationFlipperStyles",
18475
- "module": "src/flipper/flipper.styles.ts"
18582
+ "name": "foundationFlexLayoutStyles",
18583
+ "module": "src/flex-layout/flex-layout.styles.ts"
18476
18584
  }
18477
18585
  }
18478
18586
  ]
18479
18587
  },
18480
18588
  {
18481
18589
  "kind": "javascript-module",
18482
- "path": "src/flipper/flipper.template.ts",
18590
+ "path": "src/flex-layout/flex-layout.template.ts",
18483
18591
  "declarations": [
18484
18592
  {
18485
- "kind": "function",
18486
- "name": "foundationFlipperTemplate",
18487
- "return": {
18488
- "type": {
18489
- "text": "ViewTemplate<Flipper>"
18490
- }
18593
+ "kind": "variable",
18594
+ "name": "foundationFlexLayoutTemplate",
18595
+ "type": {
18596
+ "text": "ViewTemplate<FlexLayout>"
18491
18597
  },
18492
- "parameters": [
18493
- {
18494
- "name": "context",
18495
- "type": {
18496
- "text": "ElementDefinitionContext"
18497
- }
18498
- },
18499
- {
18500
- "name": "definition",
18501
- "type": {
18502
- "text": "FlipperOptions"
18503
- }
18504
- }
18505
- ]
18598
+ "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
18506
18599
  }
18507
18600
  ],
18508
18601
  "exports": [
18509
18602
  {
18510
18603
  "kind": "js",
18511
- "name": "foundationFlipperTemplate",
18604
+ "name": "foundationFlexLayoutTemplate",
18512
18605
  "declaration": {
18513
- "name": "foundationFlipperTemplate",
18514
- "module": "src/flipper/flipper.template.ts"
18606
+ "name": "foundationFlexLayoutTemplate",
18607
+ "module": "src/flex-layout/flex-layout.template.ts"
18515
18608
  }
18516
18609
  }
18517
18610
  ]
18518
18611
  },
18519
18612
  {
18520
18613
  "kind": "javascript-module",
18521
- "path": "src/flipper/flipper.ts",
18614
+ "path": "src/flex-layout/flex-layout.ts",
18522
18615
  "declarations": [
18523
18616
  {
18524
- "kind": "class",
18525
- "description": "",
18526
- "name": "Flipper",
18527
- "superclass": {
18528
- "name": "FASTFlipper",
18529
- "package": "@microsoft/fast-components"
18530
- },
18531
- "tagName": "%%prefix%%-flipper",
18532
- "customElement": true,
18533
- "attributes": [
18534
- {
18535
- "type": {
18536
- "text": "boolean"
18537
- },
18538
- "description": "The disabled state of the flipper.",
18539
- "fieldName": "disabled",
18540
- "inheritedFrom": {
18541
- "name": "Flipper",
18542
- "module": "src/flipper/flipper.ts"
18543
- }
18544
- },
18545
- {
18546
- "name": "aria-hidden",
18547
- "type": {
18548
- "text": "boolean"
18549
- },
18550
- "default": "true",
18551
- "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18552
- "fieldName": "hiddenFromAT",
18553
- "inheritedFrom": {
18554
- "name": "Flipper",
18555
- "module": "src/flipper/flipper.ts"
18556
- }
18557
- },
18558
- {
18559
- "name": "direction",
18560
- "type": {
18561
- "text": "FlipperDirection"
18562
- },
18563
- "description": "The direction that the flipper implies navigating.",
18564
- "fieldName": "direction",
18565
- "inheritedFrom": {
18566
- "name": "Flipper",
18567
- "module": "src/flipper/flipper.ts"
18568
- }
18569
- }
18570
- ],
18571
- "members": [
18572
- {
18573
- "kind": "field",
18574
- "name": "disabled",
18575
- "type": {
18576
- "text": "boolean"
18577
- },
18578
- "privacy": "public",
18579
- "description": "The disabled state of the flipper.",
18580
- "inheritedFrom": {
18581
- "name": "Flipper",
18582
- "module": "src/flipper/flipper.ts"
18583
- }
18584
- },
18585
- {
18586
- "kind": "field",
18587
- "name": "hiddenFromAT",
18588
- "type": {
18589
- "text": "boolean"
18590
- },
18591
- "privacy": "public",
18592
- "default": "true",
18593
- "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18594
- "inheritedFrom": {
18595
- "name": "Flipper",
18596
- "module": "src/flipper/flipper.ts"
18597
- }
18598
- },
18599
- {
18600
- "kind": "field",
18601
- "name": "direction",
18602
- "type": {
18603
- "text": "FlipperDirection"
18604
- },
18605
- "privacy": "public",
18606
- "description": "The direction that the flipper implies navigating.",
18607
- "inheritedFrom": {
18608
- "name": "Flipper",
18609
- "module": "src/flipper/flipper.ts"
18610
- }
18611
- },
18612
- {
18613
- "kind": "method",
18614
- "name": "keyupHandler",
18615
- "privacy": "public",
18616
- "parameters": [
18617
- {
18618
- "name": "e",
18619
- "type": {
18620
- "text": "Event & KeyboardEvent"
18621
- },
18622
- "description": "Keyboard event"
18623
- }
18624
- ],
18625
- "description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
18626
- "inheritedFrom": {
18627
- "name": "Flipper",
18628
- "module": "src/flipper/flipper.ts"
18629
- }
18630
- },
18617
+ "kind": "variable",
18618
+ "name": "foundationFlexLayoutShadowOptions",
18619
+ "type": {
18620
+ "text": "ShadowRootInit"
18621
+ },
18622
+ "default": "undefined"
18623
+ },
18624
+ {
18625
+ "kind": "variable",
18626
+ "name": "defaultFlexLayoutConfig",
18627
+ "type": {
18628
+ "text": "object"
18629
+ },
18630
+ "default": "{}"
18631
+ },
18632
+ {
18633
+ "kind": "class",
18634
+ "description": "",
18635
+ "name": "FlexLayout",
18636
+ "superclass": {
18637
+ "name": "FoundationElement",
18638
+ "package": "@microsoft/fast-foundation"
18639
+ },
18640
+ "tagName": "%%prefix%%-flex-layout",
18641
+ "customElement": true,
18642
+ "members": [
18631
18643
  {
18632
18644
  "kind": "field",
18633
18645
  "name": "_presentation",
@@ -18739,79 +18751,59 @@
18739
18751
  "module": "src/foundation-element/foundation-element.ts"
18740
18752
  }
18741
18753
  }
18742
- ],
18743
- "events": [
18744
- {
18745
- "description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
18746
- "name": "click",
18747
- "inheritedFrom": {
18748
- "name": "Flipper",
18749
- "module": "src/flipper/flipper.ts"
18750
- }
18751
- }
18752
18754
  ]
18753
18755
  },
18754
18756
  {
18755
18757
  "kind": "variable",
18756
- "name": "foundationFlipperShadowOptions",
18757
- "type": {
18758
- "text": "ShadowRootInit"
18759
- },
18760
- "default": "undefined"
18761
- },
18762
- {
18763
- "kind": "variable",
18764
- "name": "defaultFlipperConfig",
18765
- "type": {
18766
- "text": "object"
18767
- },
18768
- "default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
18769
- },
18770
- {
18771
- "kind": "variable",
18772
- "name": "foundationFlipper",
18773
- "description": "The Foundation Flipper",
18758
+ "name": "foundationFlexLayout",
18759
+ "description": "The Foundation Flex Layout",
18774
18760
  "privacy": "public"
18775
18761
  }
18776
18762
  ],
18777
18763
  "exports": [
18778
18764
  {
18779
18765
  "kind": "js",
18780
- "name": "Flipper",
18766
+ "name": "foundationFlexLayoutShadowOptions",
18781
18767
  "declaration": {
18782
- "name": "Flipper",
18783
- "module": "src/flipper/flipper.ts"
18768
+ "name": "foundationFlexLayoutShadowOptions",
18769
+ "module": "src/flex-layout/flex-layout.ts"
18784
18770
  }
18785
18771
  },
18786
18772
  {
18787
18773
  "kind": "js",
18788
- "name": "foundationFlipperShadowOptions",
18774
+ "name": "defaultFlexLayoutConfig",
18789
18775
  "declaration": {
18790
- "name": "foundationFlipperShadowOptions",
18791
- "module": "src/flipper/flipper.ts"
18776
+ "name": "defaultFlexLayoutConfig",
18777
+ "module": "src/flex-layout/flex-layout.ts"
18792
18778
  }
18793
18779
  },
18794
18780
  {
18795
18781
  "kind": "js",
18796
- "name": "defaultFlipperConfig",
18782
+ "name": "FlexLayout",
18797
18783
  "declaration": {
18798
- "name": "defaultFlipperConfig",
18799
- "module": "src/flipper/flipper.ts"
18784
+ "name": "FlexLayout",
18785
+ "module": "src/flex-layout/flex-layout.ts"
18800
18786
  }
18801
18787
  },
18802
18788
  {
18803
18789
  "kind": "js",
18804
- "name": "foundationFlipper",
18790
+ "name": "foundationFlexLayout",
18805
18791
  "declaration": {
18806
- "name": "foundationFlipper",
18807
- "module": "src/flipper/flipper.ts"
18792
+ "name": "foundationFlexLayout",
18793
+ "module": "src/flex-layout/flex-layout.ts"
18808
18794
  }
18809
18795
  }
18810
18796
  ]
18811
18797
  },
18812
18798
  {
18813
18799
  "kind": "javascript-module",
18814
- "path": "src/flipper/index.ts",
18800
+ "path": "src/flex-layout/flex-layout.types.ts",
18801
+ "declarations": [],
18802
+ "exports": []
18803
+ },
18804
+ {
18805
+ "kind": "javascript-module",
18806
+ "path": "src/flex-layout/index.ts",
18815
18807
  "declarations": [],
18816
18808
  "exports": [
18817
18809
  {
@@ -18819,7 +18811,7 @@
18819
18811
  "name": "*",
18820
18812
  "declaration": {
18821
18813
  "name": "*",
18822
- "package": "./flipper.template"
18814
+ "package": "./flex-layout.template"
18823
18815
  }
18824
18816
  },
18825
18817
  {
@@ -18827,7 +18819,7 @@
18827
18819
  "name": "*",
18828
18820
  "declaration": {
18829
18821
  "name": "*",
18830
- "package": "./flipper.styles"
18822
+ "package": "./flex-layout.styles"
18831
18823
  }
18832
18824
  },
18833
18825
  {
@@ -18835,7 +18827,15 @@
18835
18827
  "name": "*",
18836
18828
  "declaration": {
18837
18829
  "name": "*",
18838
- "package": "./flipper"
18830
+ "package": "./flex-layout"
18831
+ }
18832
+ },
18833
+ {
18834
+ "kind": "js",
18835
+ "name": "*",
18836
+ "declaration": {
18837
+ "name": "*",
18838
+ "package": "./flex-layout.types"
18839
18839
  }
18840
18840
  }
18841
18841
  ]
@@ -41310,22 +41310,204 @@
41310
41310
  "name": "FoundationElement",
41311
41311
  "module": "src/foundation-element/foundation-element.ts"
41312
41312
  }
41313
- }
41314
- ],
41315
- "events": [
41313
+ }
41314
+ ],
41315
+ "events": [
41316
+ {
41317
+ "description": "Fires a custom 'dismiss' event when the tooltip is visible and escape key is pressed",
41318
+ "name": "dismiss",
41319
+ "inheritedFrom": {
41320
+ "name": "Tooltip",
41321
+ "module": "src/tooltip/tooltip.ts"
41322
+ }
41323
+ }
41324
+ ]
41325
+ },
41326
+ {
41327
+ "kind": "variable",
41328
+ "name": "foundationTooltipShadowOptions",
41329
+ "type": {
41330
+ "text": "ShadowRootInit"
41331
+ },
41332
+ "default": "undefined"
41333
+ },
41334
+ {
41335
+ "kind": "variable",
41336
+ "name": "defaultTooltipConfig",
41337
+ "type": {
41338
+ "text": "object"
41339
+ },
41340
+ "default": "{}"
41341
+ },
41342
+ {
41343
+ "kind": "variable",
41344
+ "name": "foundationTooltip",
41345
+ "description": "The Foundation Tooltip",
41346
+ "privacy": "public"
41347
+ }
41348
+ ],
41349
+ "exports": [
41350
+ {
41351
+ "kind": "js",
41352
+ "name": "Tooltip",
41353
+ "declaration": {
41354
+ "name": "Tooltip",
41355
+ "module": "src/tooltip/tooltip.ts"
41356
+ }
41357
+ },
41358
+ {
41359
+ "kind": "js",
41360
+ "name": "foundationTooltipShadowOptions",
41361
+ "declaration": {
41362
+ "name": "foundationTooltipShadowOptions",
41363
+ "module": "src/tooltip/tooltip.ts"
41364
+ }
41365
+ },
41366
+ {
41367
+ "kind": "js",
41368
+ "name": "defaultTooltipConfig",
41369
+ "declaration": {
41370
+ "name": "defaultTooltipConfig",
41371
+ "module": "src/tooltip/tooltip.ts"
41372
+ }
41373
+ },
41374
+ {
41375
+ "kind": "js",
41376
+ "name": "foundationTooltip",
41377
+ "declaration": {
41378
+ "name": "foundationTooltip",
41379
+ "module": "src/tooltip/tooltip.ts"
41380
+ }
41381
+ }
41382
+ ]
41383
+ },
41384
+ {
41385
+ "kind": "javascript-module",
41386
+ "path": "src/tree-view/index.ts",
41387
+ "declarations": [],
41388
+ "exports": [
41389
+ {
41390
+ "kind": "js",
41391
+ "name": "*",
41392
+ "declaration": {
41393
+ "name": "*",
41394
+ "package": "./tree-view.template"
41395
+ }
41396
+ },
41397
+ {
41398
+ "kind": "js",
41399
+ "name": "*",
41400
+ "declaration": {
41401
+ "name": "*",
41402
+ "package": "./tree-view.styles"
41403
+ }
41404
+ },
41405
+ {
41406
+ "kind": "js",
41407
+ "name": "*",
41408
+ "declaration": {
41409
+ "name": "*",
41410
+ "package": "./tree-view"
41411
+ }
41412
+ }
41413
+ ]
41414
+ },
41415
+ {
41416
+ "kind": "javascript-module",
41417
+ "path": "src/tree-view/tree-view.styles.ts",
41418
+ "declarations": [
41419
+ {
41420
+ "kind": "function",
41421
+ "name": "foundationTreeViewStyles",
41422
+ "return": {
41423
+ "type": {
41424
+ "text": "ElementStyles"
41425
+ }
41426
+ },
41427
+ "parameters": [
41428
+ {
41429
+ "name": "context",
41430
+ "type": {
41431
+ "text": "ElementDefinitionContext"
41432
+ }
41433
+ },
41434
+ {
41435
+ "name": "definition",
41436
+ "type": {
41437
+ "text": "FoundationElementDefinition"
41438
+ }
41439
+ }
41440
+ ]
41441
+ }
41442
+ ],
41443
+ "exports": [
41444
+ {
41445
+ "kind": "js",
41446
+ "name": "foundationTreeViewStyles",
41447
+ "declaration": {
41448
+ "name": "foundationTreeViewStyles",
41449
+ "module": "src/tree-view/tree-view.styles.ts"
41450
+ }
41451
+ }
41452
+ ]
41453
+ },
41454
+ {
41455
+ "kind": "javascript-module",
41456
+ "path": "src/tree-view/tree-view.template.ts",
41457
+ "declarations": [
41458
+ {
41459
+ "kind": "function",
41460
+ "name": "foundationTreeViewTemplate",
41461
+ "return": {
41462
+ "type": {
41463
+ "text": "ViewTemplate<TreeView>"
41464
+ }
41465
+ },
41466
+ "parameters": [
41467
+ {
41468
+ "name": "context",
41469
+ "type": {
41470
+ "text": "ElementDefinitionContext"
41471
+ }
41472
+ },
41316
41473
  {
41317
- "description": "Fires a custom 'dismiss' event when the tooltip is visible and escape key is pressed",
41318
- "name": "dismiss",
41319
- "inheritedFrom": {
41320
- "name": "Tooltip",
41321
- "module": "src/tooltip/tooltip.ts"
41474
+ "name": "definition",
41475
+ "type": {
41476
+ "text": "FoundationElementDefinition"
41322
41477
  }
41323
41478
  }
41324
41479
  ]
41480
+ }
41481
+ ],
41482
+ "exports": [
41483
+ {
41484
+ "kind": "js",
41485
+ "name": "foundationTreeViewTemplate",
41486
+ "declaration": {
41487
+ "name": "foundationTreeViewTemplate",
41488
+ "module": "src/tree-view/tree-view.template.ts"
41489
+ }
41490
+ }
41491
+ ]
41492
+ },
41493
+ {
41494
+ "kind": "javascript-module",
41495
+ "path": "src/tree-view/tree-view.ts",
41496
+ "declarations": [
41497
+ {
41498
+ "kind": "class",
41499
+ "description": "",
41500
+ "name": "TreeView",
41501
+ "superclass": {
41502
+ "name": "FASTTreeView",
41503
+ "package": "@microsoft/fast-foundation"
41504
+ },
41505
+ "tagName": "%%prefix%%-tree-view",
41506
+ "customElement": true
41325
41507
  },
41326
41508
  {
41327
41509
  "kind": "variable",
41328
- "name": "foundationTooltipShadowOptions",
41510
+ "name": "foundationTreeViewShadowOptions",
41329
41511
  "type": {
41330
41512
  "text": "ShadowRootInit"
41331
41513
  },
@@ -41333,7 +41515,7 @@
41333
41515
  },
41334
41516
  {
41335
41517
  "kind": "variable",
41336
- "name": "defaultTooltipConfig",
41518
+ "name": "defaultTreeViewConfig",
41337
41519
  "type": {
41338
41520
  "text": "object"
41339
41521
  },
@@ -41341,42 +41523,42 @@
41341
41523
  },
41342
41524
  {
41343
41525
  "kind": "variable",
41344
- "name": "foundationTooltip",
41345
- "description": "The Foundation Tooltip",
41526
+ "name": "foundationTreeView",
41527
+ "description": "The Foundation Tree View",
41346
41528
  "privacy": "public"
41347
41529
  }
41348
41530
  ],
41349
41531
  "exports": [
41350
41532
  {
41351
41533
  "kind": "js",
41352
- "name": "Tooltip",
41534
+ "name": "TreeView",
41353
41535
  "declaration": {
41354
- "name": "Tooltip",
41355
- "module": "src/tooltip/tooltip.ts"
41536
+ "name": "TreeView",
41537
+ "module": "src/tree-view/tree-view.ts"
41356
41538
  }
41357
41539
  },
41358
41540
  {
41359
41541
  "kind": "js",
41360
- "name": "foundationTooltipShadowOptions",
41542
+ "name": "foundationTreeViewShadowOptions",
41361
41543
  "declaration": {
41362
- "name": "foundationTooltipShadowOptions",
41363
- "module": "src/tooltip/tooltip.ts"
41544
+ "name": "foundationTreeViewShadowOptions",
41545
+ "module": "src/tree-view/tree-view.ts"
41364
41546
  }
41365
41547
  },
41366
41548
  {
41367
41549
  "kind": "js",
41368
- "name": "defaultTooltipConfig",
41550
+ "name": "defaultTreeViewConfig",
41369
41551
  "declaration": {
41370
- "name": "defaultTooltipConfig",
41371
- "module": "src/tooltip/tooltip.ts"
41552
+ "name": "defaultTreeViewConfig",
41553
+ "module": "src/tree-view/tree-view.ts"
41372
41554
  }
41373
41555
  },
41374
41556
  {
41375
41557
  "kind": "js",
41376
- "name": "foundationTooltip",
41558
+ "name": "foundationTreeView",
41377
41559
  "declaration": {
41378
- "name": "foundationTooltip",
41379
- "module": "src/tooltip/tooltip.ts"
41560
+ "name": "foundationTreeView",
41561
+ "module": "src/tree-view/tree-view.ts"
41380
41562
  }
41381
41563
  }
41382
41564
  ]
@@ -41832,188 +42014,6 @@
41832
42014
  }
41833
42015
  ]
41834
42016
  },
41835
- {
41836
- "kind": "javascript-module",
41837
- "path": "src/tree-view/index.ts",
41838
- "declarations": [],
41839
- "exports": [
41840
- {
41841
- "kind": "js",
41842
- "name": "*",
41843
- "declaration": {
41844
- "name": "*",
41845
- "package": "./tree-view.template"
41846
- }
41847
- },
41848
- {
41849
- "kind": "js",
41850
- "name": "*",
41851
- "declaration": {
41852
- "name": "*",
41853
- "package": "./tree-view.styles"
41854
- }
41855
- },
41856
- {
41857
- "kind": "js",
41858
- "name": "*",
41859
- "declaration": {
41860
- "name": "*",
41861
- "package": "./tree-view"
41862
- }
41863
- }
41864
- ]
41865
- },
41866
- {
41867
- "kind": "javascript-module",
41868
- "path": "src/tree-view/tree-view.styles.ts",
41869
- "declarations": [
41870
- {
41871
- "kind": "function",
41872
- "name": "foundationTreeViewStyles",
41873
- "return": {
41874
- "type": {
41875
- "text": "ElementStyles"
41876
- }
41877
- },
41878
- "parameters": [
41879
- {
41880
- "name": "context",
41881
- "type": {
41882
- "text": "ElementDefinitionContext"
41883
- }
41884
- },
41885
- {
41886
- "name": "definition",
41887
- "type": {
41888
- "text": "FoundationElementDefinition"
41889
- }
41890
- }
41891
- ]
41892
- }
41893
- ],
41894
- "exports": [
41895
- {
41896
- "kind": "js",
41897
- "name": "foundationTreeViewStyles",
41898
- "declaration": {
41899
- "name": "foundationTreeViewStyles",
41900
- "module": "src/tree-view/tree-view.styles.ts"
41901
- }
41902
- }
41903
- ]
41904
- },
41905
- {
41906
- "kind": "javascript-module",
41907
- "path": "src/tree-view/tree-view.template.ts",
41908
- "declarations": [
41909
- {
41910
- "kind": "function",
41911
- "name": "foundationTreeViewTemplate",
41912
- "return": {
41913
- "type": {
41914
- "text": "ViewTemplate<TreeView>"
41915
- }
41916
- },
41917
- "parameters": [
41918
- {
41919
- "name": "context",
41920
- "type": {
41921
- "text": "ElementDefinitionContext"
41922
- }
41923
- },
41924
- {
41925
- "name": "definition",
41926
- "type": {
41927
- "text": "FoundationElementDefinition"
41928
- }
41929
- }
41930
- ]
41931
- }
41932
- ],
41933
- "exports": [
41934
- {
41935
- "kind": "js",
41936
- "name": "foundationTreeViewTemplate",
41937
- "declaration": {
41938
- "name": "foundationTreeViewTemplate",
41939
- "module": "src/tree-view/tree-view.template.ts"
41940
- }
41941
- }
41942
- ]
41943
- },
41944
- {
41945
- "kind": "javascript-module",
41946
- "path": "src/tree-view/tree-view.ts",
41947
- "declarations": [
41948
- {
41949
- "kind": "class",
41950
- "description": "",
41951
- "name": "TreeView",
41952
- "superclass": {
41953
- "name": "FASTTreeView",
41954
- "package": "@microsoft/fast-foundation"
41955
- },
41956
- "tagName": "%%prefix%%-tree-view",
41957
- "customElement": true
41958
- },
41959
- {
41960
- "kind": "variable",
41961
- "name": "foundationTreeViewShadowOptions",
41962
- "type": {
41963
- "text": "ShadowRootInit"
41964
- },
41965
- "default": "undefined"
41966
- },
41967
- {
41968
- "kind": "variable",
41969
- "name": "defaultTreeViewConfig",
41970
- "type": {
41971
- "text": "object"
41972
- },
41973
- "default": "{}"
41974
- },
41975
- {
41976
- "kind": "variable",
41977
- "name": "foundationTreeView",
41978
- "description": "The Foundation Tree View",
41979
- "privacy": "public"
41980
- }
41981
- ],
41982
- "exports": [
41983
- {
41984
- "kind": "js",
41985
- "name": "TreeView",
41986
- "declaration": {
41987
- "name": "TreeView",
41988
- "module": "src/tree-view/tree-view.ts"
41989
- }
41990
- },
41991
- {
41992
- "kind": "js",
41993
- "name": "foundationTreeViewShadowOptions",
41994
- "declaration": {
41995
- "name": "foundationTreeViewShadowOptions",
41996
- "module": "src/tree-view/tree-view.ts"
41997
- }
41998
- },
41999
- {
42000
- "kind": "js",
42001
- "name": "defaultTreeViewConfig",
42002
- "declaration": {
42003
- "name": "defaultTreeViewConfig",
42004
- "module": "src/tree-view/tree-view.ts"
42005
- }
42006
- },
42007
- {
42008
- "kind": "js",
42009
- "name": "foundationTreeView",
42010
- "declaration": {
42011
- "name": "foundationTreeView",
42012
- "module": "src/tree-view/tree-view.ts"
42013
- }
42014
- }
42015
- ]
42016
- },
42017
42017
  {
42018
42018
  "kind": "javascript-module",
42019
42019
  "path": "src/url-input/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.236.0",
4
+ "version": "14.236.1-alpha-ed0d291.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.236.0",
87
- "@genesislcap/genx": "14.236.0",
88
- "@genesislcap/rollup-builder": "14.236.0",
89
- "@genesislcap/ts-builder": "14.236.0",
90
- "@genesislcap/uvu-playwright-builder": "14.236.0",
91
- "@genesislcap/vite-builder": "14.236.0",
92
- "@genesislcap/webpack-builder": "14.236.0",
86
+ "@genesislcap/foundation-testing": "14.236.1-alpha-ed0d291.0",
87
+ "@genesislcap/genx": "14.236.1-alpha-ed0d291.0",
88
+ "@genesislcap/rollup-builder": "14.236.1-alpha-ed0d291.0",
89
+ "@genesislcap/ts-builder": "14.236.1-alpha-ed0d291.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.236.1-alpha-ed0d291.0",
91
+ "@genesislcap/vite-builder": "14.236.1-alpha-ed0d291.0",
92
+ "@genesislcap/webpack-builder": "14.236.1-alpha-ed0d291.0",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,13 +100,13 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/foundation-comms": "14.236.0",
104
- "@genesislcap/foundation-criteria": "14.236.0",
105
- "@genesislcap/foundation-errors": "14.236.0",
106
- "@genesislcap/foundation-logger": "14.236.0",
107
- "@genesislcap/foundation-notifications": "14.236.0",
108
- "@genesislcap/foundation-user": "14.236.0",
109
- "@genesislcap/foundation-utils": "14.236.0",
103
+ "@genesislcap/foundation-comms": "14.236.1-alpha-ed0d291.0",
104
+ "@genesislcap/foundation-criteria": "14.236.1-alpha-ed0d291.0",
105
+ "@genesislcap/foundation-errors": "14.236.1-alpha-ed0d291.0",
106
+ "@genesislcap/foundation-logger": "14.236.1-alpha-ed0d291.0",
107
+ "@genesislcap/foundation-notifications": "14.236.1-alpha-ed0d291.0",
108
+ "@genesislcap/foundation-user": "14.236.1-alpha-ed0d291.0",
109
+ "@genesislcap/foundation-utils": "14.236.1-alpha-ed0d291.0",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "5ae20a202835fc0b53c9f34ba17cd692ba27880a"
131
+ "gitHead": "56cfffe113d26fcbbad5d901393695501b81688a"
132
132
  }