@genesislcap/rapid-design-system 14.194.4 → 14.194.5
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 +229 -229
- package/package.json +10 -10
|
@@ -10519,194 +10519,6 @@
|
|
|
10519
10519
|
}
|
|
10520
10520
|
]
|
|
10521
10521
|
},
|
|
10522
|
-
{
|
|
10523
|
-
"kind": "javascript-module",
|
|
10524
|
-
"path": "src/disclosure/disclosure.stories.ts",
|
|
10525
|
-
"declarations": [
|
|
10526
|
-
{
|
|
10527
|
-
"kind": "variable",
|
|
10528
|
-
"name": "meta",
|
|
10529
|
-
"type": {
|
|
10530
|
-
"text": "Meta"
|
|
10531
|
-
},
|
|
10532
|
-
"default": "{\n title: 'Disclosure',\n component: 'rapid-disclosure',\n}"
|
|
10533
|
-
},
|
|
10534
|
-
{
|
|
10535
|
-
"kind": "variable",
|
|
10536
|
-
"name": "Primary",
|
|
10537
|
-
"type": {
|
|
10538
|
-
"text": "StoryObj"
|
|
10539
|
-
},
|
|
10540
|
-
"default": "{\n argTypes: {\n fastAppearance: {\n control: 'select',\n options: ['lightweight', 'accent'],\n },\n },\n args: {\n disclosureTitle: 'Open Disclosure',\n disclosureText: `Created by writer Gardner Fox and artist Harry Lampert, the original Flashfirst appeared\n in Flash Comics #1 (cover date January 1940/release monthNovember 1939). Nicknamed the\n \"Scarlet Speedster\", all incarnations of theFlash possess \"super speed\", which includes\n the ability to run, move, andthink extremely fast, use superhuman reflexes, and seemingly\n violatecertain laws of physics.`,\n disclosureEndSlot: '⚡️',\n fastAppearance: 'lightweight',\n },\n render: ({ fastAppearance, disclosureTitle, disclosureText, disclosureEndSlot }) => html`\n <rapid-disclosure appearance=\"${fastAppearance}\" title=\"${disclosureTitle}\">\n <span slot=\"end\">${disclosureEndSlot}</span>\n <div>${disclosureText}</div>\n </rapid-disclosure>\n `,\n}"
|
|
10541
|
-
}
|
|
10542
|
-
],
|
|
10543
|
-
"exports": [
|
|
10544
|
-
{
|
|
10545
|
-
"kind": "js",
|
|
10546
|
-
"name": "default",
|
|
10547
|
-
"declaration": {
|
|
10548
|
-
"name": "meta",
|
|
10549
|
-
"module": "src/disclosure/disclosure.stories.ts"
|
|
10550
|
-
}
|
|
10551
|
-
},
|
|
10552
|
-
{
|
|
10553
|
-
"kind": "js",
|
|
10554
|
-
"name": "Primary",
|
|
10555
|
-
"declaration": {
|
|
10556
|
-
"name": "Primary",
|
|
10557
|
-
"module": "src/disclosure/disclosure.stories.ts"
|
|
10558
|
-
}
|
|
10559
|
-
}
|
|
10560
|
-
]
|
|
10561
|
-
},
|
|
10562
|
-
{
|
|
10563
|
-
"kind": "javascript-module",
|
|
10564
|
-
"path": "src/disclosure/disclosure.styles.ts",
|
|
10565
|
-
"declarations": [
|
|
10566
|
-
{
|
|
10567
|
-
"kind": "function",
|
|
10568
|
-
"name": "rapidDisclosureStyles",
|
|
10569
|
-
"return": {
|
|
10570
|
-
"type": {
|
|
10571
|
-
"text": "ElementStyles"
|
|
10572
|
-
}
|
|
10573
|
-
},
|
|
10574
|
-
"parameters": [
|
|
10575
|
-
{
|
|
10576
|
-
"name": "context",
|
|
10577
|
-
"type": {
|
|
10578
|
-
"text": "ElementDefinitionContext"
|
|
10579
|
-
}
|
|
10580
|
-
},
|
|
10581
|
-
{
|
|
10582
|
-
"name": "definition",
|
|
10583
|
-
"type": {
|
|
10584
|
-
"text": "FoundationElementDefinition"
|
|
10585
|
-
}
|
|
10586
|
-
}
|
|
10587
|
-
]
|
|
10588
|
-
}
|
|
10589
|
-
],
|
|
10590
|
-
"exports": [
|
|
10591
|
-
{
|
|
10592
|
-
"kind": "js",
|
|
10593
|
-
"name": "rapidDisclosureStyles",
|
|
10594
|
-
"declaration": {
|
|
10595
|
-
"name": "rapidDisclosureStyles",
|
|
10596
|
-
"module": "src/disclosure/disclosure.styles.ts"
|
|
10597
|
-
}
|
|
10598
|
-
}
|
|
10599
|
-
]
|
|
10600
|
-
},
|
|
10601
|
-
{
|
|
10602
|
-
"kind": "javascript-module",
|
|
10603
|
-
"path": "src/disclosure/disclosure.template.ts",
|
|
10604
|
-
"declarations": [
|
|
10605
|
-
{
|
|
10606
|
-
"kind": "function",
|
|
10607
|
-
"name": "rapidDisclosureTemplate",
|
|
10608
|
-
"return": {
|
|
10609
|
-
"type": {
|
|
10610
|
-
"text": "ViewTemplate<Disclosure>"
|
|
10611
|
-
}
|
|
10612
|
-
},
|
|
10613
|
-
"parameters": [
|
|
10614
|
-
{
|
|
10615
|
-
"name": "context",
|
|
10616
|
-
"type": {
|
|
10617
|
-
"text": "ElementDefinitionContext"
|
|
10618
|
-
}
|
|
10619
|
-
},
|
|
10620
|
-
{
|
|
10621
|
-
"name": "definition",
|
|
10622
|
-
"type": {
|
|
10623
|
-
"text": "FoundationElementDefinition"
|
|
10624
|
-
}
|
|
10625
|
-
}
|
|
10626
|
-
]
|
|
10627
|
-
}
|
|
10628
|
-
],
|
|
10629
|
-
"exports": [
|
|
10630
|
-
{
|
|
10631
|
-
"kind": "js",
|
|
10632
|
-
"name": "rapidDisclosureTemplate",
|
|
10633
|
-
"declaration": {
|
|
10634
|
-
"name": "rapidDisclosureTemplate",
|
|
10635
|
-
"module": "src/disclosure/disclosure.template.ts"
|
|
10636
|
-
}
|
|
10637
|
-
}
|
|
10638
|
-
]
|
|
10639
|
-
},
|
|
10640
|
-
{
|
|
10641
|
-
"kind": "javascript-module",
|
|
10642
|
-
"path": "src/disclosure/disclosure.ts",
|
|
10643
|
-
"declarations": [
|
|
10644
|
-
{
|
|
10645
|
-
"kind": "class",
|
|
10646
|
-
"description": "",
|
|
10647
|
-
"name": "Disclosure",
|
|
10648
|
-
"superclass": {
|
|
10649
|
-
"name": "FoundationDisclosure",
|
|
10650
|
-
"package": "@genesislcap/foundation-ui"
|
|
10651
|
-
},
|
|
10652
|
-
"tagName": "%%prefix%%-disclosure",
|
|
10653
|
-
"customElement": true
|
|
10654
|
-
},
|
|
10655
|
-
{
|
|
10656
|
-
"kind": "variable",
|
|
10657
|
-
"name": "rapidDisclosure"
|
|
10658
|
-
}
|
|
10659
|
-
],
|
|
10660
|
-
"exports": [
|
|
10661
|
-
{
|
|
10662
|
-
"kind": "js",
|
|
10663
|
-
"name": "Disclosure",
|
|
10664
|
-
"declaration": {
|
|
10665
|
-
"name": "Disclosure",
|
|
10666
|
-
"module": "src/disclosure/disclosure.ts"
|
|
10667
|
-
}
|
|
10668
|
-
},
|
|
10669
|
-
{
|
|
10670
|
-
"kind": "js",
|
|
10671
|
-
"name": "rapidDisclosure",
|
|
10672
|
-
"declaration": {
|
|
10673
|
-
"name": "rapidDisclosure",
|
|
10674
|
-
"module": "src/disclosure/disclosure.ts"
|
|
10675
|
-
}
|
|
10676
|
-
}
|
|
10677
|
-
]
|
|
10678
|
-
},
|
|
10679
|
-
{
|
|
10680
|
-
"kind": "javascript-module",
|
|
10681
|
-
"path": "src/disclosure/index.ts",
|
|
10682
|
-
"declarations": [],
|
|
10683
|
-
"exports": [
|
|
10684
|
-
{
|
|
10685
|
-
"kind": "js",
|
|
10686
|
-
"name": "*",
|
|
10687
|
-
"declaration": {
|
|
10688
|
-
"name": "*",
|
|
10689
|
-
"package": "./disclosure"
|
|
10690
|
-
}
|
|
10691
|
-
},
|
|
10692
|
-
{
|
|
10693
|
-
"kind": "js",
|
|
10694
|
-
"name": "*",
|
|
10695
|
-
"declaration": {
|
|
10696
|
-
"name": "*",
|
|
10697
|
-
"package": "./disclosure.styles"
|
|
10698
|
-
}
|
|
10699
|
-
},
|
|
10700
|
-
{
|
|
10701
|
-
"kind": "js",
|
|
10702
|
-
"name": "*",
|
|
10703
|
-
"declaration": {
|
|
10704
|
-
"name": "*",
|
|
10705
|
-
"package": "./disclosure.template"
|
|
10706
|
-
}
|
|
10707
|
-
}
|
|
10708
|
-
]
|
|
10709
|
-
},
|
|
10710
10522
|
{
|
|
10711
10523
|
"kind": "javascript-module",
|
|
10712
10524
|
"path": "src/divider/divider.stories.ts",
|
|
@@ -11401,87 +11213,164 @@
|
|
|
11401
11213
|
},
|
|
11402
11214
|
{
|
|
11403
11215
|
"kind": "javascript-module",
|
|
11404
|
-
"path": "src/
|
|
11216
|
+
"path": "src/disclosure/disclosure.stories.ts",
|
|
11405
11217
|
"declarations": [
|
|
11406
|
-
{
|
|
11407
|
-
"kind": "function",
|
|
11408
|
-
"name": "rapidErrorBoundary"
|
|
11409
|
-
},
|
|
11410
11218
|
{
|
|
11411
11219
|
"kind": "variable",
|
|
11412
|
-
"name": "
|
|
11413
|
-
"
|
|
11414
|
-
|
|
11415
|
-
|
|
11416
|
-
"
|
|
11417
|
-
"name": "rapidErrorBoundaryTemplate",
|
|
11418
|
-
"default": "template"
|
|
11419
|
-
},
|
|
11420
|
-
{
|
|
11421
|
-
"kind": "variable",
|
|
11422
|
-
"name": "rapidErrorBoundaryStyles",
|
|
11423
|
-
"default": "styles"
|
|
11220
|
+
"name": "meta",
|
|
11221
|
+
"type": {
|
|
11222
|
+
"text": "Meta"
|
|
11223
|
+
},
|
|
11224
|
+
"default": "{\n title: 'Disclosure',\n component: 'rapid-disclosure',\n}"
|
|
11424
11225
|
},
|
|
11425
11226
|
{
|
|
11426
11227
|
"kind": "variable",
|
|
11427
|
-
"name": "
|
|
11428
|
-
"
|
|
11228
|
+
"name": "Primary",
|
|
11229
|
+
"type": {
|
|
11230
|
+
"text": "StoryObj"
|
|
11231
|
+
},
|
|
11232
|
+
"default": "{\n argTypes: {\n fastAppearance: {\n control: 'select',\n options: ['lightweight', 'accent'],\n },\n },\n args: {\n disclosureTitle: 'Open Disclosure',\n disclosureText: `Created by writer Gardner Fox and artist Harry Lampert, the original Flashfirst appeared\n in Flash Comics #1 (cover date January 1940/release monthNovember 1939). Nicknamed the\n \"Scarlet Speedster\", all incarnations of theFlash possess \"super speed\", which includes\n the ability to run, move, andthink extremely fast, use superhuman reflexes, and seemingly\n violatecertain laws of physics.`,\n disclosureEndSlot: '⚡️',\n fastAppearance: 'lightweight',\n },\n render: ({ fastAppearance, disclosureTitle, disclosureText, disclosureEndSlot }) => html`\n <rapid-disclosure appearance=\"${fastAppearance}\" title=\"${disclosureTitle}\">\n <span slot=\"end\">${disclosureEndSlot}</span>\n <div>${disclosureText}</div>\n </rapid-disclosure>\n `,\n}"
|
|
11429
11233
|
}
|
|
11430
11234
|
],
|
|
11431
11235
|
"exports": [
|
|
11432
11236
|
{
|
|
11433
11237
|
"kind": "js",
|
|
11434
|
-
"name": "
|
|
11238
|
+
"name": "default",
|
|
11435
11239
|
"declaration": {
|
|
11436
|
-
"name": "
|
|
11437
|
-
"module": "src/
|
|
11240
|
+
"name": "meta",
|
|
11241
|
+
"module": "src/disclosure/disclosure.stories.ts"
|
|
11438
11242
|
}
|
|
11439
11243
|
},
|
|
11440
11244
|
{
|
|
11441
11245
|
"kind": "js",
|
|
11442
|
-
"name": "
|
|
11246
|
+
"name": "Primary",
|
|
11443
11247
|
"declaration": {
|
|
11444
|
-
"name": "
|
|
11445
|
-
"
|
|
11248
|
+
"name": "Primary",
|
|
11249
|
+
"module": "src/disclosure/disclosure.stories.ts"
|
|
11446
11250
|
}
|
|
11447
|
-
}
|
|
11251
|
+
}
|
|
11252
|
+
]
|
|
11253
|
+
},
|
|
11254
|
+
{
|
|
11255
|
+
"kind": "javascript-module",
|
|
11256
|
+
"path": "src/disclosure/disclosure.styles.ts",
|
|
11257
|
+
"declarations": [
|
|
11258
|
+
{
|
|
11259
|
+
"kind": "function",
|
|
11260
|
+
"name": "rapidDisclosureStyles",
|
|
11261
|
+
"return": {
|
|
11262
|
+
"type": {
|
|
11263
|
+
"text": "ElementStyles"
|
|
11264
|
+
}
|
|
11265
|
+
},
|
|
11266
|
+
"parameters": [
|
|
11267
|
+
{
|
|
11268
|
+
"name": "context",
|
|
11269
|
+
"type": {
|
|
11270
|
+
"text": "ElementDefinitionContext"
|
|
11271
|
+
}
|
|
11272
|
+
},
|
|
11273
|
+
{
|
|
11274
|
+
"name": "definition",
|
|
11275
|
+
"type": {
|
|
11276
|
+
"text": "FoundationElementDefinition"
|
|
11277
|
+
}
|
|
11278
|
+
}
|
|
11279
|
+
]
|
|
11280
|
+
}
|
|
11281
|
+
],
|
|
11282
|
+
"exports": [
|
|
11448
11283
|
{
|
|
11449
11284
|
"kind": "js",
|
|
11450
|
-
"name": "
|
|
11285
|
+
"name": "rapidDisclosureStyles",
|
|
11451
11286
|
"declaration": {
|
|
11452
|
-
"name": "
|
|
11453
|
-
"module": "src/
|
|
11287
|
+
"name": "rapidDisclosureStyles",
|
|
11288
|
+
"module": "src/disclosure/disclosure.styles.ts"
|
|
11454
11289
|
}
|
|
11455
|
-
}
|
|
11290
|
+
}
|
|
11291
|
+
]
|
|
11292
|
+
},
|
|
11293
|
+
{
|
|
11294
|
+
"kind": "javascript-module",
|
|
11295
|
+
"path": "src/disclosure/disclosure.template.ts",
|
|
11296
|
+
"declarations": [
|
|
11297
|
+
{
|
|
11298
|
+
"kind": "function",
|
|
11299
|
+
"name": "rapidDisclosureTemplate",
|
|
11300
|
+
"return": {
|
|
11301
|
+
"type": {
|
|
11302
|
+
"text": "ViewTemplate<Disclosure>"
|
|
11303
|
+
}
|
|
11304
|
+
},
|
|
11305
|
+
"parameters": [
|
|
11306
|
+
{
|
|
11307
|
+
"name": "context",
|
|
11308
|
+
"type": {
|
|
11309
|
+
"text": "ElementDefinitionContext"
|
|
11310
|
+
}
|
|
11311
|
+
},
|
|
11312
|
+
{
|
|
11313
|
+
"name": "definition",
|
|
11314
|
+
"type": {
|
|
11315
|
+
"text": "FoundationElementDefinition"
|
|
11316
|
+
}
|
|
11317
|
+
}
|
|
11318
|
+
]
|
|
11319
|
+
}
|
|
11320
|
+
],
|
|
11321
|
+
"exports": [
|
|
11456
11322
|
{
|
|
11457
11323
|
"kind": "js",
|
|
11458
|
-
"name": "
|
|
11324
|
+
"name": "rapidDisclosureTemplate",
|
|
11459
11325
|
"declaration": {
|
|
11460
|
-
"name": "
|
|
11461
|
-
"module": "src/
|
|
11326
|
+
"name": "rapidDisclosureTemplate",
|
|
11327
|
+
"module": "src/disclosure/disclosure.template.ts"
|
|
11462
11328
|
}
|
|
11329
|
+
}
|
|
11330
|
+
]
|
|
11331
|
+
},
|
|
11332
|
+
{
|
|
11333
|
+
"kind": "javascript-module",
|
|
11334
|
+
"path": "src/disclosure/disclosure.ts",
|
|
11335
|
+
"declarations": [
|
|
11336
|
+
{
|
|
11337
|
+
"kind": "class",
|
|
11338
|
+
"description": "",
|
|
11339
|
+
"name": "Disclosure",
|
|
11340
|
+
"superclass": {
|
|
11341
|
+
"name": "FoundationDisclosure",
|
|
11342
|
+
"package": "@genesislcap/foundation-ui"
|
|
11343
|
+
},
|
|
11344
|
+
"tagName": "%%prefix%%-disclosure",
|
|
11345
|
+
"customElement": true
|
|
11463
11346
|
},
|
|
11347
|
+
{
|
|
11348
|
+
"kind": "variable",
|
|
11349
|
+
"name": "rapidDisclosure"
|
|
11350
|
+
}
|
|
11351
|
+
],
|
|
11352
|
+
"exports": [
|
|
11464
11353
|
{
|
|
11465
11354
|
"kind": "js",
|
|
11466
|
-
"name": "
|
|
11355
|
+
"name": "Disclosure",
|
|
11467
11356
|
"declaration": {
|
|
11468
|
-
"name": "
|
|
11469
|
-
"module": "src/
|
|
11357
|
+
"name": "Disclosure",
|
|
11358
|
+
"module": "src/disclosure/disclosure.ts"
|
|
11470
11359
|
}
|
|
11471
11360
|
},
|
|
11472
11361
|
{
|
|
11473
11362
|
"kind": "js",
|
|
11474
|
-
"name": "
|
|
11363
|
+
"name": "rapidDisclosure",
|
|
11475
11364
|
"declaration": {
|
|
11476
|
-
"name": "
|
|
11477
|
-
"module": "src/
|
|
11365
|
+
"name": "rapidDisclosure",
|
|
11366
|
+
"module": "src/disclosure/disclosure.ts"
|
|
11478
11367
|
}
|
|
11479
11368
|
}
|
|
11480
11369
|
]
|
|
11481
11370
|
},
|
|
11482
11371
|
{
|
|
11483
11372
|
"kind": "javascript-module",
|
|
11484
|
-
"path": "src/
|
|
11373
|
+
"path": "src/disclosure/index.ts",
|
|
11485
11374
|
"declarations": [],
|
|
11486
11375
|
"exports": [
|
|
11487
11376
|
{
|
|
@@ -11489,7 +11378,23 @@
|
|
|
11489
11378
|
"name": "*",
|
|
11490
11379
|
"declaration": {
|
|
11491
11380
|
"name": "*",
|
|
11492
|
-
"package": "./
|
|
11381
|
+
"package": "./disclosure"
|
|
11382
|
+
}
|
|
11383
|
+
},
|
|
11384
|
+
{
|
|
11385
|
+
"kind": "js",
|
|
11386
|
+
"name": "*",
|
|
11387
|
+
"declaration": {
|
|
11388
|
+
"name": "*",
|
|
11389
|
+
"package": "./disclosure.styles"
|
|
11390
|
+
}
|
|
11391
|
+
},
|
|
11392
|
+
{
|
|
11393
|
+
"kind": "js",
|
|
11394
|
+
"name": "*",
|
|
11395
|
+
"declaration": {
|
|
11396
|
+
"name": "*",
|
|
11397
|
+
"package": "./disclosure.template"
|
|
11493
11398
|
}
|
|
11494
11399
|
}
|
|
11495
11400
|
]
|
|
@@ -12278,6 +12183,101 @@
|
|
|
12278
12183
|
}
|
|
12279
12184
|
]
|
|
12280
12185
|
},
|
|
12186
|
+
{
|
|
12187
|
+
"kind": "javascript-module",
|
|
12188
|
+
"path": "src/error-boundary/error-boundary.ts",
|
|
12189
|
+
"declarations": [
|
|
12190
|
+
{
|
|
12191
|
+
"kind": "function",
|
|
12192
|
+
"name": "rapidErrorBoundary"
|
|
12193
|
+
},
|
|
12194
|
+
{
|
|
12195
|
+
"kind": "variable",
|
|
12196
|
+
"name": "defaultErrorBoundaryConfig",
|
|
12197
|
+
"default": "defaultConfig"
|
|
12198
|
+
},
|
|
12199
|
+
{
|
|
12200
|
+
"kind": "variable",
|
|
12201
|
+
"name": "rapidErrorBoundaryTemplate",
|
|
12202
|
+
"default": "template"
|
|
12203
|
+
},
|
|
12204
|
+
{
|
|
12205
|
+
"kind": "variable",
|
|
12206
|
+
"name": "rapidErrorBoundaryStyles",
|
|
12207
|
+
"default": "styles"
|
|
12208
|
+
},
|
|
12209
|
+
{
|
|
12210
|
+
"kind": "variable",
|
|
12211
|
+
"name": "rapidErrorBoundaryShadowOptions",
|
|
12212
|
+
"default": "shadowOptions"
|
|
12213
|
+
}
|
|
12214
|
+
],
|
|
12215
|
+
"exports": [
|
|
12216
|
+
{
|
|
12217
|
+
"kind": "js",
|
|
12218
|
+
"name": "rapidErrorBoundary",
|
|
12219
|
+
"declaration": {
|
|
12220
|
+
"name": "rapidErrorBoundary",
|
|
12221
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
12222
|
+
}
|
|
12223
|
+
},
|
|
12224
|
+
{
|
|
12225
|
+
"kind": "js",
|
|
12226
|
+
"name": "ErrorBoundary",
|
|
12227
|
+
"declaration": {
|
|
12228
|
+
"name": "ErrorBoundary",
|
|
12229
|
+
"package": "@genesislcap/foundation-ui"
|
|
12230
|
+
}
|
|
12231
|
+
},
|
|
12232
|
+
{
|
|
12233
|
+
"kind": "js",
|
|
12234
|
+
"name": "defaultErrorBoundaryConfig",
|
|
12235
|
+
"declaration": {
|
|
12236
|
+
"name": "defaultErrorBoundaryConfig",
|
|
12237
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
12238
|
+
}
|
|
12239
|
+
},
|
|
12240
|
+
{
|
|
12241
|
+
"kind": "js",
|
|
12242
|
+
"name": "rapidErrorBoundaryTemplate",
|
|
12243
|
+
"declaration": {
|
|
12244
|
+
"name": "rapidErrorBoundaryTemplate",
|
|
12245
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
12246
|
+
}
|
|
12247
|
+
},
|
|
12248
|
+
{
|
|
12249
|
+
"kind": "js",
|
|
12250
|
+
"name": "rapidErrorBoundaryStyles",
|
|
12251
|
+
"declaration": {
|
|
12252
|
+
"name": "rapidErrorBoundaryStyles",
|
|
12253
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
12254
|
+
}
|
|
12255
|
+
},
|
|
12256
|
+
{
|
|
12257
|
+
"kind": "js",
|
|
12258
|
+
"name": "rapidErrorBoundaryShadowOptions",
|
|
12259
|
+
"declaration": {
|
|
12260
|
+
"name": "rapidErrorBoundaryShadowOptions",
|
|
12261
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
12262
|
+
}
|
|
12263
|
+
}
|
|
12264
|
+
]
|
|
12265
|
+
},
|
|
12266
|
+
{
|
|
12267
|
+
"kind": "javascript-module",
|
|
12268
|
+
"path": "src/error-boundary/index.ts",
|
|
12269
|
+
"declarations": [],
|
|
12270
|
+
"exports": [
|
|
12271
|
+
{
|
|
12272
|
+
"kind": "js",
|
|
12273
|
+
"name": "*",
|
|
12274
|
+
"declaration": {
|
|
12275
|
+
"name": "*",
|
|
12276
|
+
"package": "./error-boundary"
|
|
12277
|
+
}
|
|
12278
|
+
}
|
|
12279
|
+
]
|
|
12280
|
+
},
|
|
12281
12281
|
{
|
|
12282
12282
|
"kind": "javascript-module",
|
|
12283
12283
|
"path": "src/filter/filter.stories.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.194.
|
|
4
|
+
"version": "14.194.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
40
|
-
"@genesislcap/genx": "14.194.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.194.
|
|
42
|
-
"@genesislcap/ts-builder": "14.194.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.194.
|
|
44
|
-
"@genesislcap/vite-builder": "14.194.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.194.
|
|
40
|
+
"@genesislcap/genx": "14.194.5",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.194.5",
|
|
42
|
+
"@genesislcap/ts-builder": "14.194.5",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.194.5",
|
|
44
|
+
"@genesislcap/vite-builder": "14.194.5",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.194.5",
|
|
46
46
|
"@storybook/addon-coverage": "^1.0.1",
|
|
47
47
|
"@storybook/addon-essentials": "^8.0.0",
|
|
48
48
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"storybook": "^8.0.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@genesislcap/foundation-logger": "14.194.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.194.
|
|
63
|
+
"@genesislcap/foundation-logger": "14.194.5",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.194.5",
|
|
65
65
|
"@microsoft/fast-colors": "^5.3.1",
|
|
66
66
|
"@microsoft/fast-components": "^2.30.6",
|
|
67
67
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"access": "public"
|
|
80
80
|
},
|
|
81
81
|
"customElements": "dist/custom-elements.json",
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "8aea4a0c66bba7965936dc85a795b08dbfdabf1d"
|
|
83
83
|
}
|