@genesislcap/foundation-zero 14.189.1-alpha-971cf4f.0 → 14.190.0-FUI-2012.1
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.
|
@@ -11809,6 +11809,194 @@
|
|
|
11809
11809
|
}
|
|
11810
11810
|
]
|
|
11811
11811
|
},
|
|
11812
|
+
{
|
|
11813
|
+
"kind": "javascript-module",
|
|
11814
|
+
"path": "src/disclosure/disclosure.stories.ts",
|
|
11815
|
+
"declarations": [
|
|
11816
|
+
{
|
|
11817
|
+
"kind": "variable",
|
|
11818
|
+
"name": "meta",
|
|
11819
|
+
"type": {
|
|
11820
|
+
"text": "Meta"
|
|
11821
|
+
},
|
|
11822
|
+
"default": "{\n title: 'Disclosure',\n component: 'zero-disclosure',\n}"
|
|
11823
|
+
},
|
|
11824
|
+
{
|
|
11825
|
+
"kind": "variable",
|
|
11826
|
+
"name": "Primary",
|
|
11827
|
+
"type": {
|
|
11828
|
+
"text": "StoryObj"
|
|
11829
|
+
},
|
|
11830
|
+
"default": "{\n argTypes: {\n fastAppearance: {\n control: 'select',\n options: FastAppearanceValues,\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 <zero-disclosure appearance=\"${fastAppearance}\" title=\"${disclosureTitle}\">\n <span slot=\"end\">${disclosureEndSlot}</span>\n <div>${disclosureText}</div>\n </zero-disclosure>\n `,\n}"
|
|
11831
|
+
}
|
|
11832
|
+
],
|
|
11833
|
+
"exports": [
|
|
11834
|
+
{
|
|
11835
|
+
"kind": "js",
|
|
11836
|
+
"name": "default",
|
|
11837
|
+
"declaration": {
|
|
11838
|
+
"name": "meta",
|
|
11839
|
+
"module": "src/disclosure/disclosure.stories.ts"
|
|
11840
|
+
}
|
|
11841
|
+
},
|
|
11842
|
+
{
|
|
11843
|
+
"kind": "js",
|
|
11844
|
+
"name": "Primary",
|
|
11845
|
+
"declaration": {
|
|
11846
|
+
"name": "Primary",
|
|
11847
|
+
"module": "src/disclosure/disclosure.stories.ts"
|
|
11848
|
+
}
|
|
11849
|
+
}
|
|
11850
|
+
]
|
|
11851
|
+
},
|
|
11852
|
+
{
|
|
11853
|
+
"kind": "javascript-module",
|
|
11854
|
+
"path": "src/disclosure/disclosure.styles.ts",
|
|
11855
|
+
"declarations": [
|
|
11856
|
+
{
|
|
11857
|
+
"kind": "function",
|
|
11858
|
+
"name": "zeroDisclosureStyles",
|
|
11859
|
+
"return": {
|
|
11860
|
+
"type": {
|
|
11861
|
+
"text": "ElementStyles"
|
|
11862
|
+
}
|
|
11863
|
+
},
|
|
11864
|
+
"parameters": [
|
|
11865
|
+
{
|
|
11866
|
+
"name": "context",
|
|
11867
|
+
"type": {
|
|
11868
|
+
"text": "ElementDefinitionContext"
|
|
11869
|
+
}
|
|
11870
|
+
},
|
|
11871
|
+
{
|
|
11872
|
+
"name": "definition",
|
|
11873
|
+
"type": {
|
|
11874
|
+
"text": "FoundationElementDefinition"
|
|
11875
|
+
}
|
|
11876
|
+
}
|
|
11877
|
+
]
|
|
11878
|
+
}
|
|
11879
|
+
],
|
|
11880
|
+
"exports": [
|
|
11881
|
+
{
|
|
11882
|
+
"kind": "js",
|
|
11883
|
+
"name": "zeroDisclosureStyles",
|
|
11884
|
+
"declaration": {
|
|
11885
|
+
"name": "zeroDisclosureStyles",
|
|
11886
|
+
"module": "src/disclosure/disclosure.styles.ts"
|
|
11887
|
+
}
|
|
11888
|
+
}
|
|
11889
|
+
]
|
|
11890
|
+
},
|
|
11891
|
+
{
|
|
11892
|
+
"kind": "javascript-module",
|
|
11893
|
+
"path": "src/disclosure/disclosure.template.ts",
|
|
11894
|
+
"declarations": [
|
|
11895
|
+
{
|
|
11896
|
+
"kind": "function",
|
|
11897
|
+
"name": "zeroDisclosureTemplate",
|
|
11898
|
+
"return": {
|
|
11899
|
+
"type": {
|
|
11900
|
+
"text": "ViewTemplate<Disclosure>"
|
|
11901
|
+
}
|
|
11902
|
+
},
|
|
11903
|
+
"parameters": [
|
|
11904
|
+
{
|
|
11905
|
+
"name": "context",
|
|
11906
|
+
"type": {
|
|
11907
|
+
"text": "ElementDefinitionContext"
|
|
11908
|
+
}
|
|
11909
|
+
},
|
|
11910
|
+
{
|
|
11911
|
+
"name": "definition",
|
|
11912
|
+
"type": {
|
|
11913
|
+
"text": "FoundationElementDefinition"
|
|
11914
|
+
}
|
|
11915
|
+
}
|
|
11916
|
+
]
|
|
11917
|
+
}
|
|
11918
|
+
],
|
|
11919
|
+
"exports": [
|
|
11920
|
+
{
|
|
11921
|
+
"kind": "js",
|
|
11922
|
+
"name": "zeroDisclosureTemplate",
|
|
11923
|
+
"declaration": {
|
|
11924
|
+
"name": "zeroDisclosureTemplate",
|
|
11925
|
+
"module": "src/disclosure/disclosure.template.ts"
|
|
11926
|
+
}
|
|
11927
|
+
}
|
|
11928
|
+
]
|
|
11929
|
+
},
|
|
11930
|
+
{
|
|
11931
|
+
"kind": "javascript-module",
|
|
11932
|
+
"path": "src/disclosure/disclosure.ts",
|
|
11933
|
+
"declarations": [
|
|
11934
|
+
{
|
|
11935
|
+
"kind": "class",
|
|
11936
|
+
"description": "",
|
|
11937
|
+
"name": "Disclosure",
|
|
11938
|
+
"superclass": {
|
|
11939
|
+
"name": "FoundationDisclosure",
|
|
11940
|
+
"package": "@genesislcap/foundation-ui"
|
|
11941
|
+
},
|
|
11942
|
+
"tagName": "%%prefix%%-disclosure",
|
|
11943
|
+
"customElement": true
|
|
11944
|
+
},
|
|
11945
|
+
{
|
|
11946
|
+
"kind": "variable",
|
|
11947
|
+
"name": "zeroDisclosure"
|
|
11948
|
+
}
|
|
11949
|
+
],
|
|
11950
|
+
"exports": [
|
|
11951
|
+
{
|
|
11952
|
+
"kind": "js",
|
|
11953
|
+
"name": "Disclosure",
|
|
11954
|
+
"declaration": {
|
|
11955
|
+
"name": "Disclosure",
|
|
11956
|
+
"module": "src/disclosure/disclosure.ts"
|
|
11957
|
+
}
|
|
11958
|
+
},
|
|
11959
|
+
{
|
|
11960
|
+
"kind": "js",
|
|
11961
|
+
"name": "zeroDisclosure",
|
|
11962
|
+
"declaration": {
|
|
11963
|
+
"name": "zeroDisclosure",
|
|
11964
|
+
"module": "src/disclosure/disclosure.ts"
|
|
11965
|
+
}
|
|
11966
|
+
}
|
|
11967
|
+
]
|
|
11968
|
+
},
|
|
11969
|
+
{
|
|
11970
|
+
"kind": "javascript-module",
|
|
11971
|
+
"path": "src/disclosure/index.ts",
|
|
11972
|
+
"declarations": [],
|
|
11973
|
+
"exports": [
|
|
11974
|
+
{
|
|
11975
|
+
"kind": "js",
|
|
11976
|
+
"name": "*",
|
|
11977
|
+
"declaration": {
|
|
11978
|
+
"name": "*",
|
|
11979
|
+
"package": "./disclosure"
|
|
11980
|
+
}
|
|
11981
|
+
},
|
|
11982
|
+
{
|
|
11983
|
+
"kind": "js",
|
|
11984
|
+
"name": "*",
|
|
11985
|
+
"declaration": {
|
|
11986
|
+
"name": "*",
|
|
11987
|
+
"package": "./disclosure.styles"
|
|
11988
|
+
}
|
|
11989
|
+
},
|
|
11990
|
+
{
|
|
11991
|
+
"kind": "js",
|
|
11992
|
+
"name": "*",
|
|
11993
|
+
"declaration": {
|
|
11994
|
+
"name": "*",
|
|
11995
|
+
"package": "./disclosure.template"
|
|
11996
|
+
}
|
|
11997
|
+
}
|
|
11998
|
+
]
|
|
11999
|
+
},
|
|
11812
12000
|
{
|
|
11813
12001
|
"kind": "javascript-module",
|
|
11814
12002
|
"path": "src/dialog/dialog.stories.ts",
|
|
@@ -12291,194 +12479,6 @@
|
|
|
12291
12479
|
}
|
|
12292
12480
|
]
|
|
12293
12481
|
},
|
|
12294
|
-
{
|
|
12295
|
-
"kind": "javascript-module",
|
|
12296
|
-
"path": "src/disclosure/disclosure.stories.ts",
|
|
12297
|
-
"declarations": [
|
|
12298
|
-
{
|
|
12299
|
-
"kind": "variable",
|
|
12300
|
-
"name": "meta",
|
|
12301
|
-
"type": {
|
|
12302
|
-
"text": "Meta"
|
|
12303
|
-
},
|
|
12304
|
-
"default": "{\n title: 'Disclosure',\n component: 'zero-disclosure',\n}"
|
|
12305
|
-
},
|
|
12306
|
-
{
|
|
12307
|
-
"kind": "variable",
|
|
12308
|
-
"name": "Primary",
|
|
12309
|
-
"type": {
|
|
12310
|
-
"text": "StoryObj"
|
|
12311
|
-
},
|
|
12312
|
-
"default": "{\n argTypes: {\n fastAppearance: {\n control: 'select',\n options: FastAppearanceValues,\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 <zero-disclosure appearance=\"${fastAppearance}\" title=\"${disclosureTitle}\">\n <span slot=\"end\">${disclosureEndSlot}</span>\n <div>${disclosureText}</div>\n </zero-disclosure>\n `,\n}"
|
|
12313
|
-
}
|
|
12314
|
-
],
|
|
12315
|
-
"exports": [
|
|
12316
|
-
{
|
|
12317
|
-
"kind": "js",
|
|
12318
|
-
"name": "default",
|
|
12319
|
-
"declaration": {
|
|
12320
|
-
"name": "meta",
|
|
12321
|
-
"module": "src/disclosure/disclosure.stories.ts"
|
|
12322
|
-
}
|
|
12323
|
-
},
|
|
12324
|
-
{
|
|
12325
|
-
"kind": "js",
|
|
12326
|
-
"name": "Primary",
|
|
12327
|
-
"declaration": {
|
|
12328
|
-
"name": "Primary",
|
|
12329
|
-
"module": "src/disclosure/disclosure.stories.ts"
|
|
12330
|
-
}
|
|
12331
|
-
}
|
|
12332
|
-
]
|
|
12333
|
-
},
|
|
12334
|
-
{
|
|
12335
|
-
"kind": "javascript-module",
|
|
12336
|
-
"path": "src/disclosure/disclosure.styles.ts",
|
|
12337
|
-
"declarations": [
|
|
12338
|
-
{
|
|
12339
|
-
"kind": "function",
|
|
12340
|
-
"name": "zeroDisclosureStyles",
|
|
12341
|
-
"return": {
|
|
12342
|
-
"type": {
|
|
12343
|
-
"text": "ElementStyles"
|
|
12344
|
-
}
|
|
12345
|
-
},
|
|
12346
|
-
"parameters": [
|
|
12347
|
-
{
|
|
12348
|
-
"name": "context",
|
|
12349
|
-
"type": {
|
|
12350
|
-
"text": "ElementDefinitionContext"
|
|
12351
|
-
}
|
|
12352
|
-
},
|
|
12353
|
-
{
|
|
12354
|
-
"name": "definition",
|
|
12355
|
-
"type": {
|
|
12356
|
-
"text": "FoundationElementDefinition"
|
|
12357
|
-
}
|
|
12358
|
-
}
|
|
12359
|
-
]
|
|
12360
|
-
}
|
|
12361
|
-
],
|
|
12362
|
-
"exports": [
|
|
12363
|
-
{
|
|
12364
|
-
"kind": "js",
|
|
12365
|
-
"name": "zeroDisclosureStyles",
|
|
12366
|
-
"declaration": {
|
|
12367
|
-
"name": "zeroDisclosureStyles",
|
|
12368
|
-
"module": "src/disclosure/disclosure.styles.ts"
|
|
12369
|
-
}
|
|
12370
|
-
}
|
|
12371
|
-
]
|
|
12372
|
-
},
|
|
12373
|
-
{
|
|
12374
|
-
"kind": "javascript-module",
|
|
12375
|
-
"path": "src/disclosure/disclosure.template.ts",
|
|
12376
|
-
"declarations": [
|
|
12377
|
-
{
|
|
12378
|
-
"kind": "function",
|
|
12379
|
-
"name": "zeroDisclosureTemplate",
|
|
12380
|
-
"return": {
|
|
12381
|
-
"type": {
|
|
12382
|
-
"text": "ViewTemplate<Disclosure>"
|
|
12383
|
-
}
|
|
12384
|
-
},
|
|
12385
|
-
"parameters": [
|
|
12386
|
-
{
|
|
12387
|
-
"name": "context",
|
|
12388
|
-
"type": {
|
|
12389
|
-
"text": "ElementDefinitionContext"
|
|
12390
|
-
}
|
|
12391
|
-
},
|
|
12392
|
-
{
|
|
12393
|
-
"name": "definition",
|
|
12394
|
-
"type": {
|
|
12395
|
-
"text": "FoundationElementDefinition"
|
|
12396
|
-
}
|
|
12397
|
-
}
|
|
12398
|
-
]
|
|
12399
|
-
}
|
|
12400
|
-
],
|
|
12401
|
-
"exports": [
|
|
12402
|
-
{
|
|
12403
|
-
"kind": "js",
|
|
12404
|
-
"name": "zeroDisclosureTemplate",
|
|
12405
|
-
"declaration": {
|
|
12406
|
-
"name": "zeroDisclosureTemplate",
|
|
12407
|
-
"module": "src/disclosure/disclosure.template.ts"
|
|
12408
|
-
}
|
|
12409
|
-
}
|
|
12410
|
-
]
|
|
12411
|
-
},
|
|
12412
|
-
{
|
|
12413
|
-
"kind": "javascript-module",
|
|
12414
|
-
"path": "src/disclosure/disclosure.ts",
|
|
12415
|
-
"declarations": [
|
|
12416
|
-
{
|
|
12417
|
-
"kind": "class",
|
|
12418
|
-
"description": "",
|
|
12419
|
-
"name": "Disclosure",
|
|
12420
|
-
"superclass": {
|
|
12421
|
-
"name": "FoundationDisclosure",
|
|
12422
|
-
"package": "@genesislcap/foundation-ui"
|
|
12423
|
-
},
|
|
12424
|
-
"tagName": "%%prefix%%-disclosure",
|
|
12425
|
-
"customElement": true
|
|
12426
|
-
},
|
|
12427
|
-
{
|
|
12428
|
-
"kind": "variable",
|
|
12429
|
-
"name": "zeroDisclosure"
|
|
12430
|
-
}
|
|
12431
|
-
],
|
|
12432
|
-
"exports": [
|
|
12433
|
-
{
|
|
12434
|
-
"kind": "js",
|
|
12435
|
-
"name": "Disclosure",
|
|
12436
|
-
"declaration": {
|
|
12437
|
-
"name": "Disclosure",
|
|
12438
|
-
"module": "src/disclosure/disclosure.ts"
|
|
12439
|
-
}
|
|
12440
|
-
},
|
|
12441
|
-
{
|
|
12442
|
-
"kind": "js",
|
|
12443
|
-
"name": "zeroDisclosure",
|
|
12444
|
-
"declaration": {
|
|
12445
|
-
"name": "zeroDisclosure",
|
|
12446
|
-
"module": "src/disclosure/disclosure.ts"
|
|
12447
|
-
}
|
|
12448
|
-
}
|
|
12449
|
-
]
|
|
12450
|
-
},
|
|
12451
|
-
{
|
|
12452
|
-
"kind": "javascript-module",
|
|
12453
|
-
"path": "src/disclosure/index.ts",
|
|
12454
|
-
"declarations": [],
|
|
12455
|
-
"exports": [
|
|
12456
|
-
{
|
|
12457
|
-
"kind": "js",
|
|
12458
|
-
"name": "*",
|
|
12459
|
-
"declaration": {
|
|
12460
|
-
"name": "*",
|
|
12461
|
-
"package": "./disclosure"
|
|
12462
|
-
}
|
|
12463
|
-
},
|
|
12464
|
-
{
|
|
12465
|
-
"kind": "js",
|
|
12466
|
-
"name": "*",
|
|
12467
|
-
"declaration": {
|
|
12468
|
-
"name": "*",
|
|
12469
|
-
"package": "./disclosure.styles"
|
|
12470
|
-
}
|
|
12471
|
-
},
|
|
12472
|
-
{
|
|
12473
|
-
"kind": "js",
|
|
12474
|
-
"name": "*",
|
|
12475
|
-
"declaration": {
|
|
12476
|
-
"name": "*",
|
|
12477
|
-
"package": "./disclosure.template"
|
|
12478
|
-
}
|
|
12479
|
-
}
|
|
12480
|
-
]
|
|
12481
|
-
},
|
|
12482
12482
|
{
|
|
12483
12483
|
"kind": "javascript-module",
|
|
12484
12484
|
"path": "src/divider/divider.stories.ts",
|
|
@@ -22077,18 +22077,6 @@
|
|
|
22077
22077
|
"name": "Multiselect",
|
|
22078
22078
|
"module": "src/multiselect/multiselect.ts"
|
|
22079
22079
|
}
|
|
22080
|
-
},
|
|
22081
|
-
{
|
|
22082
|
-
"name": "position",
|
|
22083
|
-
"type": {
|
|
22084
|
-
"text": "Position"
|
|
22085
|
-
},
|
|
22086
|
-
"description": "Controls the positioning of the multiselect dropdown. Accepts the following values:\n- Position.ABOVE: Forces the dropdown to always open above the input field.\n- Position.BELOW: Forces the dropdown to always open below the input field.",
|
|
22087
|
-
"fieldName": "position",
|
|
22088
|
-
"inheritedFrom": {
|
|
22089
|
-
"name": "Multiselect",
|
|
22090
|
-
"module": "src/multiselect/multiselect.ts"
|
|
22091
|
-
}
|
|
22092
22080
|
}
|
|
22093
22081
|
],
|
|
22094
22082
|
"members": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiselect.stories.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAGhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"multiselect.stories.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAGhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;AA0IpB,eAAO,MAAM,OAAO,EAAE,QAA6C,CAAC;AACpE,eAAO,MAAM,QAAQ,EAAE,QAA0D,CAAC;AAElF,eAAO,MAAM,eAAe,EAAE,QAG5B,CAAC;AAEH,eAAO,MAAM,YAAY,EAAE,QAIzB,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,QAKtB,CAAC;AAEH,eAAO,MAAM,cAAc,EAAE,QAG3B,CAAC"}
|
|
@@ -102,13 +102,12 @@ const disabledCountriesExample = [
|
|
|
102
102
|
},
|
|
103
103
|
];
|
|
104
104
|
const makeStory = (args) => ({
|
|
105
|
-
render: ({ name, text, countries, search, disabled, creatable, autoPosition,
|
|
105
|
+
render: ({ name, text, countries, search, disabled, creatable, autoPosition, filterByContains, }) => html `
|
|
106
106
|
<div style="min-height: 400px;">
|
|
107
107
|
<zero-multiselect
|
|
108
108
|
name="${name}"
|
|
109
109
|
.options="${countries}"
|
|
110
110
|
auto-position="${autoPosition}"
|
|
111
|
-
position="${position}"
|
|
112
111
|
search="${search}"
|
|
113
112
|
disabled="${disabled}"
|
|
114
113
|
creatable="${creatable}"
|
|
@@ -118,7 +117,7 @@ const makeStory = (args) => ({
|
|
|
118
117
|
</zero-multiselect>
|
|
119
118
|
</div>
|
|
120
119
|
`,
|
|
121
|
-
args: Object.assign({ name: 'Countries', search: true, disabled: false, countries: countriesList, autoPosition: true,
|
|
120
|
+
args: Object.assign({ name: 'Countries', search: true, disabled: false, countries: countriesList, autoPosition: true, creatable: false, filterByContains: false }, args),
|
|
122
121
|
});
|
|
123
122
|
export const Primary = makeStory({ text: 'MultiSelect' });
|
|
124
123
|
export const Disabled = makeStory({ text: 'Disabled', disabled: true });
|
|
@@ -130,13 +129,11 @@ export const AutoPosition = makeStory({
|
|
|
130
129
|
text: 'Disabled Auto Position',
|
|
131
130
|
countries: disabledCountriesExample,
|
|
132
131
|
autoPosition: false,
|
|
133
|
-
position: 'above',
|
|
134
132
|
});
|
|
135
133
|
export const Creatable = makeStory({
|
|
136
134
|
text: 'Creatable',
|
|
137
135
|
countries: disabledCountriesExample,
|
|
138
136
|
autoPosition: false,
|
|
139
|
-
position: 'above',
|
|
140
137
|
creatable: true,
|
|
141
138
|
});
|
|
142
139
|
export const ContainsSearch = makeStory({
|
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.190.0-FUI-2012.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
78
|
-
"@genesislcap/genx": "14.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.
|
|
80
|
-
"@genesislcap/ts-builder": "14.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
82
|
-
"@genesislcap/vite-builder": "14.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.
|
|
78
|
+
"@genesislcap/genx": "14.190.0-FUI-2012.1",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.190.0-FUI-2012.1",
|
|
80
|
+
"@genesislcap/ts-builder": "14.190.0-FUI-2012.1",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.190.0-FUI-2012.1",
|
|
82
|
+
"@genesislcap/vite-builder": "14.190.0-FUI-2012.1",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.190.0-FUI-2012.1",
|
|
84
84
|
"@storybook/addon-coverage": "^1.0.1",
|
|
85
85
|
"@storybook/addon-essentials": "^8.0.0",
|
|
86
86
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
"storybook": "^8.0.0"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@genesislcap/foundation-comms": "14.
|
|
102
|
-
"@genesislcap/foundation-logger": "14.
|
|
103
|
-
"@genesislcap/foundation-ui": "14.
|
|
104
|
-
"@genesislcap/foundation-utils": "14.
|
|
101
|
+
"@genesislcap/foundation-comms": "14.190.0-FUI-2012.1",
|
|
102
|
+
"@genesislcap/foundation-logger": "14.190.0-FUI-2012.1",
|
|
103
|
+
"@genesislcap/foundation-ui": "14.190.0-FUI-2012.1",
|
|
104
|
+
"@genesislcap/foundation-utils": "14.190.0-FUI-2012.1",
|
|
105
105
|
"@microsoft/fast-colors": "^5.3.1",
|
|
106
106
|
"@microsoft/fast-components": "^2.30.6",
|
|
107
107
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
120
|
"customElements": "dist/custom-elements.json",
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "ffd0efac1935ea5f61c325c98416802cb037a5ec"
|
|
122
122
|
}
|