@genesislcap/foundation-zero 14.129.0 → 14.131.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 +106 -106
- package/package.json +8 -8
|
@@ -29216,7 +29216,7 @@
|
|
|
29216
29216
|
},
|
|
29217
29217
|
{
|
|
29218
29218
|
"kind": "javascript-module",
|
|
29219
|
-
"path": "src/tab/index.ts",
|
|
29219
|
+
"path": "src/tab-panel/index.ts",
|
|
29220
29220
|
"declarations": [],
|
|
29221
29221
|
"exports": [
|
|
29222
29222
|
{
|
|
@@ -29224,7 +29224,7 @@
|
|
|
29224
29224
|
"name": "*",
|
|
29225
29225
|
"declaration": {
|
|
29226
29226
|
"name": "*",
|
|
29227
|
-
"package": "./tab"
|
|
29227
|
+
"package": "./tab-panel"
|
|
29228
29228
|
}
|
|
29229
29229
|
},
|
|
29230
29230
|
{
|
|
@@ -29232,7 +29232,7 @@
|
|
|
29232
29232
|
"name": "*",
|
|
29233
29233
|
"declaration": {
|
|
29234
29234
|
"name": "*",
|
|
29235
|
-
"package": "./tab.styles"
|
|
29235
|
+
"package": "./tab-panel.styles"
|
|
29236
29236
|
}
|
|
29237
29237
|
},
|
|
29238
29238
|
{
|
|
@@ -29240,18 +29240,18 @@
|
|
|
29240
29240
|
"name": "*",
|
|
29241
29241
|
"declaration": {
|
|
29242
29242
|
"name": "*",
|
|
29243
|
-
"package": "./tab.template"
|
|
29243
|
+
"package": "./tab-panel.template"
|
|
29244
29244
|
}
|
|
29245
29245
|
}
|
|
29246
29246
|
]
|
|
29247
29247
|
},
|
|
29248
29248
|
{
|
|
29249
29249
|
"kind": "javascript-module",
|
|
29250
|
-
"path": "src/tab/tab.styles.ts",
|
|
29250
|
+
"path": "src/tab-panel/tab-panel.styles.ts",
|
|
29251
29251
|
"declarations": [
|
|
29252
29252
|
{
|
|
29253
29253
|
"kind": "function",
|
|
29254
|
-
"name": "
|
|
29254
|
+
"name": "zeroTabPanelStyles",
|
|
29255
29255
|
"return": {
|
|
29256
29256
|
"type": {
|
|
29257
29257
|
"text": "ElementStyles"
|
|
@@ -29276,24 +29276,24 @@
|
|
|
29276
29276
|
"exports": [
|
|
29277
29277
|
{
|
|
29278
29278
|
"kind": "js",
|
|
29279
|
-
"name": "
|
|
29279
|
+
"name": "zeroTabPanelStyles",
|
|
29280
29280
|
"declaration": {
|
|
29281
|
-
"name": "
|
|
29282
|
-
"module": "src/tab/tab.styles.ts"
|
|
29281
|
+
"name": "zeroTabPanelStyles",
|
|
29282
|
+
"module": "src/tab-panel/tab-panel.styles.ts"
|
|
29283
29283
|
}
|
|
29284
29284
|
}
|
|
29285
29285
|
]
|
|
29286
29286
|
},
|
|
29287
29287
|
{
|
|
29288
29288
|
"kind": "javascript-module",
|
|
29289
|
-
"path": "src/tab/tab.template.ts",
|
|
29289
|
+
"path": "src/tab-panel/tab-panel.template.ts",
|
|
29290
29290
|
"declarations": [
|
|
29291
29291
|
{
|
|
29292
29292
|
"kind": "function",
|
|
29293
|
-
"name": "
|
|
29293
|
+
"name": "zeroTabPanelTemplate",
|
|
29294
29294
|
"return": {
|
|
29295
29295
|
"type": {
|
|
29296
|
-
"text": "ViewTemplate<
|
|
29296
|
+
"text": "ViewTemplate<TabPanel>"
|
|
29297
29297
|
}
|
|
29298
29298
|
},
|
|
29299
29299
|
"parameters": [
|
|
@@ -29315,55 +29315,29 @@
|
|
|
29315
29315
|
"exports": [
|
|
29316
29316
|
{
|
|
29317
29317
|
"kind": "js",
|
|
29318
|
-
"name": "
|
|
29318
|
+
"name": "zeroTabPanelTemplate",
|
|
29319
29319
|
"declaration": {
|
|
29320
|
-
"name": "
|
|
29321
|
-
"module": "src/tab/tab.template.ts"
|
|
29320
|
+
"name": "zeroTabPanelTemplate",
|
|
29321
|
+
"module": "src/tab-panel/tab-panel.template.ts"
|
|
29322
29322
|
}
|
|
29323
29323
|
}
|
|
29324
29324
|
]
|
|
29325
29325
|
},
|
|
29326
29326
|
{
|
|
29327
29327
|
"kind": "javascript-module",
|
|
29328
|
-
"path": "src/tab/tab.ts",
|
|
29328
|
+
"path": "src/tab-panel/tab-panel.ts",
|
|
29329
29329
|
"declarations": [
|
|
29330
29330
|
{
|
|
29331
29331
|
"kind": "class",
|
|
29332
29332
|
"description": "",
|
|
29333
|
-
"name": "
|
|
29333
|
+
"name": "TabPanel",
|
|
29334
29334
|
"superclass": {
|
|
29335
|
-
"name": "
|
|
29335
|
+
"name": "FoundationTabPanel",
|
|
29336
29336
|
"package": "@genesislcap/foundation-ui"
|
|
29337
29337
|
},
|
|
29338
|
-
"tagName": "%%prefix%%-tab",
|
|
29338
|
+
"tagName": "%%prefix%%-tab-panel",
|
|
29339
29339
|
"customElement": true,
|
|
29340
|
-
"attributes": [
|
|
29341
|
-
{
|
|
29342
|
-
"type": {
|
|
29343
|
-
"text": "boolean"
|
|
29344
|
-
},
|
|
29345
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
29346
|
-
"fieldName": "disabled",
|
|
29347
|
-
"inheritedFrom": {
|
|
29348
|
-
"name": "Tab",
|
|
29349
|
-
"module": "src/tab/tab.ts"
|
|
29350
|
-
}
|
|
29351
|
-
}
|
|
29352
|
-
],
|
|
29353
29340
|
"members": [
|
|
29354
|
-
{
|
|
29355
|
-
"kind": "field",
|
|
29356
|
-
"name": "disabled",
|
|
29357
|
-
"type": {
|
|
29358
|
-
"text": "boolean"
|
|
29359
|
-
},
|
|
29360
|
-
"privacy": "public",
|
|
29361
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
29362
|
-
"inheritedFrom": {
|
|
29363
|
-
"name": "Tab",
|
|
29364
|
-
"module": "src/tab/tab.ts"
|
|
29365
|
-
}
|
|
29366
|
-
},
|
|
29367
29341
|
{
|
|
29368
29342
|
"kind": "field",
|
|
29369
29343
|
"name": "_presentation",
|
|
@@ -29373,8 +29347,8 @@
|
|
|
29373
29347
|
"privacy": "private",
|
|
29374
29348
|
"default": "void 0",
|
|
29375
29349
|
"inheritedFrom": {
|
|
29376
|
-
"name": "
|
|
29377
|
-
"module": "src/tab/tab.ts"
|
|
29350
|
+
"name": "TabPanel",
|
|
29351
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29378
29352
|
}
|
|
29379
29353
|
},
|
|
29380
29354
|
{
|
|
@@ -29386,8 +29360,8 @@
|
|
|
29386
29360
|
"privacy": "public",
|
|
29387
29361
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29388
29362
|
"inheritedFrom": {
|
|
29389
|
-
"name": "
|
|
29390
|
-
"module": "src/tab/tab.ts"
|
|
29363
|
+
"name": "TabPanel",
|
|
29364
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29391
29365
|
}
|
|
29392
29366
|
},
|
|
29393
29367
|
{
|
|
@@ -29399,8 +29373,8 @@
|
|
|
29399
29373
|
"privacy": "public",
|
|
29400
29374
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
29401
29375
|
"inheritedFrom": {
|
|
29402
|
-
"name": "
|
|
29403
|
-
"module": "src/tab/tab.ts"
|
|
29376
|
+
"name": "TabPanel",
|
|
29377
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29404
29378
|
}
|
|
29405
29379
|
},
|
|
29406
29380
|
{
|
|
@@ -29413,8 +29387,8 @@
|
|
|
29413
29387
|
}
|
|
29414
29388
|
},
|
|
29415
29389
|
"inheritedFrom": {
|
|
29416
|
-
"name": "
|
|
29417
|
-
"module": "src/tab/tab.ts"
|
|
29390
|
+
"name": "TabPanel",
|
|
29391
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29418
29392
|
}
|
|
29419
29393
|
},
|
|
29420
29394
|
{
|
|
@@ -29426,8 +29400,8 @@
|
|
|
29426
29400
|
"privacy": "public",
|
|
29427
29401
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
29428
29402
|
"inheritedFrom": {
|
|
29429
|
-
"name": "
|
|
29430
|
-
"module": "src/tab/tab.ts"
|
|
29403
|
+
"name": "TabPanel",
|
|
29404
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29431
29405
|
}
|
|
29432
29406
|
},
|
|
29433
29407
|
{
|
|
@@ -29440,8 +29414,8 @@
|
|
|
29440
29414
|
}
|
|
29441
29415
|
},
|
|
29442
29416
|
"inheritedFrom": {
|
|
29443
|
-
"name": "
|
|
29444
|
-
"module": "src/tab/tab.ts"
|
|
29417
|
+
"name": "TabPanel",
|
|
29418
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29445
29419
|
}
|
|
29446
29420
|
},
|
|
29447
29421
|
{
|
|
@@ -29471,39 +29445,39 @@
|
|
|
29471
29445
|
],
|
|
29472
29446
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29473
29447
|
"inheritedFrom": {
|
|
29474
|
-
"name": "
|
|
29475
|
-
"module": "src/tab/tab.ts"
|
|
29448
|
+
"name": "TabPanel",
|
|
29449
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29476
29450
|
}
|
|
29477
29451
|
}
|
|
29478
29452
|
]
|
|
29479
29453
|
},
|
|
29480
29454
|
{
|
|
29481
29455
|
"kind": "variable",
|
|
29482
|
-
"name": "
|
|
29456
|
+
"name": "zeroTabPanel"
|
|
29483
29457
|
}
|
|
29484
29458
|
],
|
|
29485
29459
|
"exports": [
|
|
29486
29460
|
{
|
|
29487
29461
|
"kind": "js",
|
|
29488
|
-
"name": "
|
|
29462
|
+
"name": "TabPanel",
|
|
29489
29463
|
"declaration": {
|
|
29490
|
-
"name": "
|
|
29491
|
-
"module": "src/tab/tab.ts"
|
|
29464
|
+
"name": "TabPanel",
|
|
29465
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29492
29466
|
}
|
|
29493
29467
|
},
|
|
29494
29468
|
{
|
|
29495
29469
|
"kind": "js",
|
|
29496
|
-
"name": "
|
|
29470
|
+
"name": "zeroTabPanel",
|
|
29497
29471
|
"declaration": {
|
|
29498
|
-
"name": "
|
|
29499
|
-
"module": "src/tab/tab.ts"
|
|
29472
|
+
"name": "zeroTabPanel",
|
|
29473
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
29500
29474
|
}
|
|
29501
29475
|
}
|
|
29502
29476
|
]
|
|
29503
29477
|
},
|
|
29504
29478
|
{
|
|
29505
29479
|
"kind": "javascript-module",
|
|
29506
|
-
"path": "src/tab
|
|
29480
|
+
"path": "src/tab/index.ts",
|
|
29507
29481
|
"declarations": [],
|
|
29508
29482
|
"exports": [
|
|
29509
29483
|
{
|
|
@@ -29511,7 +29485,7 @@
|
|
|
29511
29485
|
"name": "*",
|
|
29512
29486
|
"declaration": {
|
|
29513
29487
|
"name": "*",
|
|
29514
|
-
"package": "./tab
|
|
29488
|
+
"package": "./tab"
|
|
29515
29489
|
}
|
|
29516
29490
|
},
|
|
29517
29491
|
{
|
|
@@ -29519,7 +29493,7 @@
|
|
|
29519
29493
|
"name": "*",
|
|
29520
29494
|
"declaration": {
|
|
29521
29495
|
"name": "*",
|
|
29522
|
-
"package": "./tab
|
|
29496
|
+
"package": "./tab.styles"
|
|
29523
29497
|
}
|
|
29524
29498
|
},
|
|
29525
29499
|
{
|
|
@@ -29527,18 +29501,18 @@
|
|
|
29527
29501
|
"name": "*",
|
|
29528
29502
|
"declaration": {
|
|
29529
29503
|
"name": "*",
|
|
29530
|
-
"package": "./tab
|
|
29504
|
+
"package": "./tab.template"
|
|
29531
29505
|
}
|
|
29532
29506
|
}
|
|
29533
29507
|
]
|
|
29534
29508
|
},
|
|
29535
29509
|
{
|
|
29536
29510
|
"kind": "javascript-module",
|
|
29537
|
-
"path": "src/tab
|
|
29511
|
+
"path": "src/tab/tab.styles.ts",
|
|
29538
29512
|
"declarations": [
|
|
29539
29513
|
{
|
|
29540
29514
|
"kind": "function",
|
|
29541
|
-
"name": "
|
|
29515
|
+
"name": "zeroTabStyles",
|
|
29542
29516
|
"return": {
|
|
29543
29517
|
"type": {
|
|
29544
29518
|
"text": "ElementStyles"
|
|
@@ -29563,24 +29537,24 @@
|
|
|
29563
29537
|
"exports": [
|
|
29564
29538
|
{
|
|
29565
29539
|
"kind": "js",
|
|
29566
|
-
"name": "
|
|
29540
|
+
"name": "zeroTabStyles",
|
|
29567
29541
|
"declaration": {
|
|
29568
|
-
"name": "
|
|
29569
|
-
"module": "src/tab
|
|
29542
|
+
"name": "zeroTabStyles",
|
|
29543
|
+
"module": "src/tab/tab.styles.ts"
|
|
29570
29544
|
}
|
|
29571
29545
|
}
|
|
29572
29546
|
]
|
|
29573
29547
|
},
|
|
29574
29548
|
{
|
|
29575
29549
|
"kind": "javascript-module",
|
|
29576
|
-
"path": "src/tab
|
|
29550
|
+
"path": "src/tab/tab.template.ts",
|
|
29577
29551
|
"declarations": [
|
|
29578
29552
|
{
|
|
29579
29553
|
"kind": "function",
|
|
29580
|
-
"name": "
|
|
29554
|
+
"name": "zeroTabTemplate",
|
|
29581
29555
|
"return": {
|
|
29582
29556
|
"type": {
|
|
29583
|
-
"text": "ViewTemplate<
|
|
29557
|
+
"text": "ViewTemplate<Tab>"
|
|
29584
29558
|
}
|
|
29585
29559
|
},
|
|
29586
29560
|
"parameters": [
|
|
@@ -29602,29 +29576,55 @@
|
|
|
29602
29576
|
"exports": [
|
|
29603
29577
|
{
|
|
29604
29578
|
"kind": "js",
|
|
29605
|
-
"name": "
|
|
29579
|
+
"name": "zeroTabTemplate",
|
|
29606
29580
|
"declaration": {
|
|
29607
|
-
"name": "
|
|
29608
|
-
"module": "src/tab
|
|
29581
|
+
"name": "zeroTabTemplate",
|
|
29582
|
+
"module": "src/tab/tab.template.ts"
|
|
29609
29583
|
}
|
|
29610
29584
|
}
|
|
29611
29585
|
]
|
|
29612
29586
|
},
|
|
29613
29587
|
{
|
|
29614
29588
|
"kind": "javascript-module",
|
|
29615
|
-
"path": "src/tab
|
|
29589
|
+
"path": "src/tab/tab.ts",
|
|
29616
29590
|
"declarations": [
|
|
29617
29591
|
{
|
|
29618
29592
|
"kind": "class",
|
|
29619
29593
|
"description": "",
|
|
29620
|
-
"name": "
|
|
29594
|
+
"name": "Tab",
|
|
29621
29595
|
"superclass": {
|
|
29622
|
-
"name": "
|
|
29596
|
+
"name": "FoundationTab",
|
|
29623
29597
|
"package": "@genesislcap/foundation-ui"
|
|
29624
29598
|
},
|
|
29625
|
-
"tagName": "%%prefix%%-tab
|
|
29599
|
+
"tagName": "%%prefix%%-tab",
|
|
29626
29600
|
"customElement": true,
|
|
29601
|
+
"attributes": [
|
|
29602
|
+
{
|
|
29603
|
+
"type": {
|
|
29604
|
+
"text": "boolean"
|
|
29605
|
+
},
|
|
29606
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
29607
|
+
"fieldName": "disabled",
|
|
29608
|
+
"inheritedFrom": {
|
|
29609
|
+
"name": "Tab",
|
|
29610
|
+
"module": "src/tab/tab.ts"
|
|
29611
|
+
}
|
|
29612
|
+
}
|
|
29613
|
+
],
|
|
29627
29614
|
"members": [
|
|
29615
|
+
{
|
|
29616
|
+
"kind": "field",
|
|
29617
|
+
"name": "disabled",
|
|
29618
|
+
"type": {
|
|
29619
|
+
"text": "boolean"
|
|
29620
|
+
},
|
|
29621
|
+
"privacy": "public",
|
|
29622
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
29623
|
+
"inheritedFrom": {
|
|
29624
|
+
"name": "Tab",
|
|
29625
|
+
"module": "src/tab/tab.ts"
|
|
29626
|
+
}
|
|
29627
|
+
},
|
|
29628
29628
|
{
|
|
29629
29629
|
"kind": "field",
|
|
29630
29630
|
"name": "_presentation",
|
|
@@ -29634,8 +29634,8 @@
|
|
|
29634
29634
|
"privacy": "private",
|
|
29635
29635
|
"default": "void 0",
|
|
29636
29636
|
"inheritedFrom": {
|
|
29637
|
-
"name": "
|
|
29638
|
-
"module": "src/tab
|
|
29637
|
+
"name": "Tab",
|
|
29638
|
+
"module": "src/tab/tab.ts"
|
|
29639
29639
|
}
|
|
29640
29640
|
},
|
|
29641
29641
|
{
|
|
@@ -29647,8 +29647,8 @@
|
|
|
29647
29647
|
"privacy": "public",
|
|
29648
29648
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29649
29649
|
"inheritedFrom": {
|
|
29650
|
-
"name": "
|
|
29651
|
-
"module": "src/tab
|
|
29650
|
+
"name": "Tab",
|
|
29651
|
+
"module": "src/tab/tab.ts"
|
|
29652
29652
|
}
|
|
29653
29653
|
},
|
|
29654
29654
|
{
|
|
@@ -29660,8 +29660,8 @@
|
|
|
29660
29660
|
"privacy": "public",
|
|
29661
29661
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
29662
29662
|
"inheritedFrom": {
|
|
29663
|
-
"name": "
|
|
29664
|
-
"module": "src/tab
|
|
29663
|
+
"name": "Tab",
|
|
29664
|
+
"module": "src/tab/tab.ts"
|
|
29665
29665
|
}
|
|
29666
29666
|
},
|
|
29667
29667
|
{
|
|
@@ -29674,8 +29674,8 @@
|
|
|
29674
29674
|
}
|
|
29675
29675
|
},
|
|
29676
29676
|
"inheritedFrom": {
|
|
29677
|
-
"name": "
|
|
29678
|
-
"module": "src/tab
|
|
29677
|
+
"name": "Tab",
|
|
29678
|
+
"module": "src/tab/tab.ts"
|
|
29679
29679
|
}
|
|
29680
29680
|
},
|
|
29681
29681
|
{
|
|
@@ -29687,8 +29687,8 @@
|
|
|
29687
29687
|
"privacy": "public",
|
|
29688
29688
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
29689
29689
|
"inheritedFrom": {
|
|
29690
|
-
"name": "
|
|
29691
|
-
"module": "src/tab
|
|
29690
|
+
"name": "Tab",
|
|
29691
|
+
"module": "src/tab/tab.ts"
|
|
29692
29692
|
}
|
|
29693
29693
|
},
|
|
29694
29694
|
{
|
|
@@ -29701,8 +29701,8 @@
|
|
|
29701
29701
|
}
|
|
29702
29702
|
},
|
|
29703
29703
|
"inheritedFrom": {
|
|
29704
|
-
"name": "
|
|
29705
|
-
"module": "src/tab
|
|
29704
|
+
"name": "Tab",
|
|
29705
|
+
"module": "src/tab/tab.ts"
|
|
29706
29706
|
}
|
|
29707
29707
|
},
|
|
29708
29708
|
{
|
|
@@ -29732,32 +29732,32 @@
|
|
|
29732
29732
|
],
|
|
29733
29733
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29734
29734
|
"inheritedFrom": {
|
|
29735
|
-
"name": "
|
|
29736
|
-
"module": "src/tab
|
|
29735
|
+
"name": "Tab",
|
|
29736
|
+
"module": "src/tab/tab.ts"
|
|
29737
29737
|
}
|
|
29738
29738
|
}
|
|
29739
29739
|
]
|
|
29740
29740
|
},
|
|
29741
29741
|
{
|
|
29742
29742
|
"kind": "variable",
|
|
29743
|
-
"name": "
|
|
29743
|
+
"name": "zeroTab"
|
|
29744
29744
|
}
|
|
29745
29745
|
],
|
|
29746
29746
|
"exports": [
|
|
29747
29747
|
{
|
|
29748
29748
|
"kind": "js",
|
|
29749
|
-
"name": "
|
|
29749
|
+
"name": "Tab",
|
|
29750
29750
|
"declaration": {
|
|
29751
|
-
"name": "
|
|
29752
|
-
"module": "src/tab
|
|
29751
|
+
"name": "Tab",
|
|
29752
|
+
"module": "src/tab/tab.ts"
|
|
29753
29753
|
}
|
|
29754
29754
|
},
|
|
29755
29755
|
{
|
|
29756
29756
|
"kind": "js",
|
|
29757
|
-
"name": "
|
|
29757
|
+
"name": "zeroTab",
|
|
29758
29758
|
"declaration": {
|
|
29759
|
-
"name": "
|
|
29760
|
-
"module": "src/tab
|
|
29759
|
+
"name": "zeroTab",
|
|
29760
|
+
"module": "src/tab/tab.ts"
|
|
29761
29761
|
}
|
|
29762
29762
|
}
|
|
29763
29763
|
]
|
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.131.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"serve": "genx serve",
|
|
64
64
|
"start": "npm run storybook",
|
|
65
65
|
"storybook": "storybook dev -p 6006",
|
|
66
|
-
"test-storybook": "test-storybook -- --coverage --testTimeout=30000"
|
|
66
|
+
"test-storybook": "test-storybook -- --coverage --passWithNoTests --testTimeout=30000"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
70
|
-
"@genesislcap/genx": "14.
|
|
70
|
+
"@genesislcap/genx": "14.131.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.
|
|
88
|
-
"@genesislcap/foundation-logger": "14.
|
|
89
|
-
"@genesislcap/foundation-ui": "14.
|
|
90
|
-
"@genesislcap/foundation-utils": "14.
|
|
87
|
+
"@genesislcap/foundation-comms": "14.131.0",
|
|
88
|
+
"@genesislcap/foundation-logger": "14.131.0",
|
|
89
|
+
"@genesislcap/foundation-ui": "14.131.0",
|
|
90
|
+
"@genesislcap/foundation-utils": "14.131.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": "9700c4db04186e6579ff05be972fbab156dd0272"
|
|
108
108
|
}
|