@genesislcap/rapid-design-system 14.194.5 → 14.194.6
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/dist/dts/number-field/number-field.styles.d.ts.map +1 -1
- package/dist/dts/text-area/text-area.styles.d.ts.map +1 -1
- package/dist/dts/text-field/text-field.styles.d.ts.map +1 -1
- package/dist/esm/number-field/number-field.styles.js +2 -0
- package/dist/esm/text-area/text-area.styles.js +6 -0
- package/dist/esm/text-field/text-field.styles.js +3 -0
- package/package.json +10 -10
|
@@ -10519,6 +10519,194 @@
|
|
|
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
|
+
},
|
|
10522
10710
|
{
|
|
10523
10711
|
"kind": "javascript-module",
|
|
10524
10712
|
"path": "src/divider/divider.stories.ts",
|
|
@@ -11213,164 +11401,87 @@
|
|
|
11213
11401
|
},
|
|
11214
11402
|
{
|
|
11215
11403
|
"kind": "javascript-module",
|
|
11216
|
-
"path": "src/
|
|
11404
|
+
"path": "src/error-boundary/error-boundary.ts",
|
|
11217
11405
|
"declarations": [
|
|
11406
|
+
{
|
|
11407
|
+
"kind": "function",
|
|
11408
|
+
"name": "rapidErrorBoundary"
|
|
11409
|
+
},
|
|
11218
11410
|
{
|
|
11219
11411
|
"kind": "variable",
|
|
11220
|
-
"name": "
|
|
11221
|
-
"
|
|
11222
|
-
"text": "Meta"
|
|
11223
|
-
},
|
|
11224
|
-
"default": "{\n title: 'Disclosure',\n component: 'rapid-disclosure',\n}"
|
|
11412
|
+
"name": "defaultErrorBoundaryConfig",
|
|
11413
|
+
"default": "defaultConfig"
|
|
11225
11414
|
},
|
|
11226
11415
|
{
|
|
11227
11416
|
"kind": "variable",
|
|
11228
|
-
"name": "
|
|
11229
|
-
"
|
|
11230
|
-
|
|
11231
|
-
|
|
11232
|
-
"
|
|
11417
|
+
"name": "rapidErrorBoundaryTemplate",
|
|
11418
|
+
"default": "template"
|
|
11419
|
+
},
|
|
11420
|
+
{
|
|
11421
|
+
"kind": "variable",
|
|
11422
|
+
"name": "rapidErrorBoundaryStyles",
|
|
11423
|
+
"default": "styles"
|
|
11424
|
+
},
|
|
11425
|
+
{
|
|
11426
|
+
"kind": "variable",
|
|
11427
|
+
"name": "rapidErrorBoundaryShadowOptions",
|
|
11428
|
+
"default": "shadowOptions"
|
|
11233
11429
|
}
|
|
11234
11430
|
],
|
|
11235
11431
|
"exports": [
|
|
11236
11432
|
{
|
|
11237
11433
|
"kind": "js",
|
|
11238
|
-
"name": "
|
|
11434
|
+
"name": "rapidErrorBoundary",
|
|
11239
11435
|
"declaration": {
|
|
11240
|
-
"name": "
|
|
11241
|
-
"module": "src/
|
|
11436
|
+
"name": "rapidErrorBoundary",
|
|
11437
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
11242
11438
|
}
|
|
11243
11439
|
},
|
|
11244
11440
|
{
|
|
11245
11441
|
"kind": "js",
|
|
11246
|
-
"name": "
|
|
11442
|
+
"name": "ErrorBoundary",
|
|
11247
11443
|
"declaration": {
|
|
11248
|
-
"name": "
|
|
11249
|
-
"
|
|
11444
|
+
"name": "ErrorBoundary",
|
|
11445
|
+
"package": "@genesislcap/foundation-ui"
|
|
11250
11446
|
}
|
|
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": [
|
|
11447
|
+
},
|
|
11283
11448
|
{
|
|
11284
11449
|
"kind": "js",
|
|
11285
|
-
"name": "
|
|
11450
|
+
"name": "defaultErrorBoundaryConfig",
|
|
11286
11451
|
"declaration": {
|
|
11287
|
-
"name": "
|
|
11288
|
-
"module": "src/
|
|
11452
|
+
"name": "defaultErrorBoundaryConfig",
|
|
11453
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
11289
11454
|
}
|
|
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": [
|
|
11455
|
+
},
|
|
11322
11456
|
{
|
|
11323
11457
|
"kind": "js",
|
|
11324
|
-
"name": "
|
|
11458
|
+
"name": "rapidErrorBoundaryTemplate",
|
|
11325
11459
|
"declaration": {
|
|
11326
|
-
"name": "
|
|
11327
|
-
"module": "src/
|
|
11460
|
+
"name": "rapidErrorBoundaryTemplate",
|
|
11461
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
11328
11462
|
}
|
|
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
|
|
11346
11463
|
},
|
|
11347
|
-
{
|
|
11348
|
-
"kind": "variable",
|
|
11349
|
-
"name": "rapidDisclosure"
|
|
11350
|
-
}
|
|
11351
|
-
],
|
|
11352
|
-
"exports": [
|
|
11353
11464
|
{
|
|
11354
11465
|
"kind": "js",
|
|
11355
|
-
"name": "
|
|
11466
|
+
"name": "rapidErrorBoundaryStyles",
|
|
11356
11467
|
"declaration": {
|
|
11357
|
-
"name": "
|
|
11358
|
-
"module": "src/
|
|
11468
|
+
"name": "rapidErrorBoundaryStyles",
|
|
11469
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
11359
11470
|
}
|
|
11360
11471
|
},
|
|
11361
11472
|
{
|
|
11362
11473
|
"kind": "js",
|
|
11363
|
-
"name": "
|
|
11474
|
+
"name": "rapidErrorBoundaryShadowOptions",
|
|
11364
11475
|
"declaration": {
|
|
11365
|
-
"name": "
|
|
11366
|
-
"module": "src/
|
|
11476
|
+
"name": "rapidErrorBoundaryShadowOptions",
|
|
11477
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
11367
11478
|
}
|
|
11368
11479
|
}
|
|
11369
11480
|
]
|
|
11370
11481
|
},
|
|
11371
11482
|
{
|
|
11372
11483
|
"kind": "javascript-module",
|
|
11373
|
-
"path": "src/
|
|
11484
|
+
"path": "src/error-boundary/index.ts",
|
|
11374
11485
|
"declarations": [],
|
|
11375
11486
|
"exports": [
|
|
11376
11487
|
{
|
|
@@ -11378,23 +11489,7 @@
|
|
|
11378
11489
|
"name": "*",
|
|
11379
11490
|
"declaration": {
|
|
11380
11491
|
"name": "*",
|
|
11381
|
-
"package": "./
|
|
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"
|
|
11492
|
+
"package": "./error-boundary"
|
|
11398
11493
|
}
|
|
11399
11494
|
}
|
|
11400
11495
|
]
|
|
@@ -12183,101 +12278,6 @@
|
|
|
12183
12278
|
}
|
|
12184
12279
|
]
|
|
12185
12280
|
},
|
|
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",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-field.styles.d.ts","sourceRoot":"","sources":["../../../src/number-field/number-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,sBAAsB,YACxB,wBAAwB,cACrB,2BAA2B,KACtC,
|
|
1
|
+
{"version":3,"file":"number-field.styles.d.ts","sourceRoot":"","sources":["../../../src/number-field/number-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,sBAAsB,YACxB,wBAAwB,cACrB,2BAA2B,KACtC,aAuFF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-area.styles.d.ts","sourceRoot":"","sources":["../../../src/text-area/text-area.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,mBAAmB,YACrB,wBAAwB,cACrB,2BAA2B,KACtC,
|
|
1
|
+
{"version":3,"file":"text-area.styles.d.ts","sourceRoot":"","sources":["../../../src/text-area/text-area.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,mBAAmB,YACrB,wBAAwB,cACrB,2BAA2B,KACtC,aAgCF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-field.styles.d.ts","sourceRoot":"","sources":["../../../src/text-field/text-field.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,oBAAoB,YACtB,wBAAwB,cACrB,2BAA2B,KACtC,
|
|
1
|
+
{"version":3,"file":"text-field.styles.d.ts","sourceRoot":"","sources":["../../../src/text-field/text-field.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,oBAAoB,YACtB,wBAAwB,cACrB,2BAA2B,KACtC,aAwCF,CAAC"}
|
|
@@ -3,6 +3,12 @@ import { css } from '@microsoft/fast-element';
|
|
|
3
3
|
export const rapidTextAreaStyles = (context, definition) => css `
|
|
4
4
|
${foundationTextAreaStyles(context, definition)}
|
|
5
5
|
|
|
6
|
+
:host {
|
|
7
|
+
display: block;
|
|
8
|
+
flex: 1 1 auto;
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
}
|
|
11
|
+
|
|
6
12
|
:host .control {
|
|
7
13
|
height: 100%;
|
|
8
14
|
border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
|
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.6",
|
|
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.6",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.194.6",
|
|
42
|
+
"@genesislcap/ts-builder": "14.194.6",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.194.6",
|
|
44
|
+
"@genesislcap/vite-builder": "14.194.6",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.194.6",
|
|
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.6",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.194.6",
|
|
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": "0b3c1bca850d1c06169e8184619724394b8a73ca"
|
|
83
83
|
}
|