@genesislcap/foundation-zero 14.450.0 → 14.450.1-alpha-ace6276.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 +243 -243
- package/package.json +12 -12
|
@@ -16542,249 +16542,6 @@
|
|
|
16542
16542
|
}
|
|
16543
16543
|
]
|
|
16544
16544
|
},
|
|
16545
|
-
{
|
|
16546
|
-
"kind": "javascript-module",
|
|
16547
|
-
"path": "src/error-dialog/error-dialog.ts",
|
|
16548
|
-
"declarations": [
|
|
16549
|
-
{
|
|
16550
|
-
"kind": "class",
|
|
16551
|
-
"description": "",
|
|
16552
|
-
"name": "ErrorDialog",
|
|
16553
|
-
"superclass": {
|
|
16554
|
-
"name": "FoundationErrorDialog",
|
|
16555
|
-
"package": "@genesislcap/foundation-ui"
|
|
16556
|
-
},
|
|
16557
|
-
"tagName": "%%prefix%%-error-dialog",
|
|
16558
|
-
"customElement": true,
|
|
16559
|
-
"members": [
|
|
16560
|
-
{
|
|
16561
|
-
"kind": "field",
|
|
16562
|
-
"name": "dialog",
|
|
16563
|
-
"type": {
|
|
16564
|
-
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
16565
|
-
},
|
|
16566
|
-
"privacy": "public",
|
|
16567
|
-
"inheritedFrom": {
|
|
16568
|
-
"name": "ErrorDialog",
|
|
16569
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16570
|
-
}
|
|
16571
|
-
},
|
|
16572
|
-
{
|
|
16573
|
-
"kind": "field",
|
|
16574
|
-
"name": "error",
|
|
16575
|
-
"type": {
|
|
16576
|
-
"text": "ErrorStructure"
|
|
16577
|
-
},
|
|
16578
|
-
"inheritedFrom": {
|
|
16579
|
-
"name": "ErrorDialog",
|
|
16580
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16581
|
-
}
|
|
16582
|
-
},
|
|
16583
|
-
{
|
|
16584
|
-
"kind": "field",
|
|
16585
|
-
"name": "notification",
|
|
16586
|
-
"type": {
|
|
16587
|
-
"text": "NotificationStructure"
|
|
16588
|
-
},
|
|
16589
|
-
"inheritedFrom": {
|
|
16590
|
-
"name": "ErrorDialog",
|
|
16591
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16592
|
-
}
|
|
16593
|
-
},
|
|
16594
|
-
{
|
|
16595
|
-
"kind": "method",
|
|
16596
|
-
"name": "show",
|
|
16597
|
-
"privacy": "public",
|
|
16598
|
-
"return": {
|
|
16599
|
-
"type": {
|
|
16600
|
-
"text": "void"
|
|
16601
|
-
}
|
|
16602
|
-
},
|
|
16603
|
-
"description": "Show the Error Dialog.",
|
|
16604
|
-
"inheritedFrom": {
|
|
16605
|
-
"name": "ErrorDialog",
|
|
16606
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16607
|
-
}
|
|
16608
|
-
},
|
|
16609
|
-
{
|
|
16610
|
-
"kind": "method",
|
|
16611
|
-
"name": "dismiss",
|
|
16612
|
-
"privacy": "public",
|
|
16613
|
-
"description": "Dismiss the Error Dialog from display and calls the dismissing action.",
|
|
16614
|
-
"inheritedFrom": {
|
|
16615
|
-
"name": "ErrorDialog",
|
|
16616
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16617
|
-
}
|
|
16618
|
-
},
|
|
16619
|
-
{
|
|
16620
|
-
"kind": "method",
|
|
16621
|
-
"name": "closeDialog",
|
|
16622
|
-
"privacy": "public",
|
|
16623
|
-
"return": {
|
|
16624
|
-
"type": {
|
|
16625
|
-
"text": "void"
|
|
16626
|
-
}
|
|
16627
|
-
},
|
|
16628
|
-
"description": "Dismiss the Error Dialog from display.",
|
|
16629
|
-
"inheritedFrom": {
|
|
16630
|
-
"name": "ErrorDialog",
|
|
16631
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16632
|
-
}
|
|
16633
|
-
},
|
|
16634
|
-
{
|
|
16635
|
-
"kind": "field",
|
|
16636
|
-
"name": "_presentation",
|
|
16637
|
-
"type": {
|
|
16638
|
-
"text": "ComponentPresentation | null | undefined"
|
|
16639
|
-
},
|
|
16640
|
-
"privacy": "private",
|
|
16641
|
-
"default": "void 0",
|
|
16642
|
-
"inheritedFrom": {
|
|
16643
|
-
"name": "FoundationElement",
|
|
16644
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16645
|
-
}
|
|
16646
|
-
},
|
|
16647
|
-
{
|
|
16648
|
-
"kind": "field",
|
|
16649
|
-
"name": "$presentation",
|
|
16650
|
-
"type": {
|
|
16651
|
-
"text": "ComponentPresentation | null"
|
|
16652
|
-
},
|
|
16653
|
-
"privacy": "public",
|
|
16654
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16655
|
-
"inheritedFrom": {
|
|
16656
|
-
"name": "FoundationElement",
|
|
16657
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16658
|
-
}
|
|
16659
|
-
},
|
|
16660
|
-
{
|
|
16661
|
-
"kind": "field",
|
|
16662
|
-
"name": "template",
|
|
16663
|
-
"type": {
|
|
16664
|
-
"text": "ElementViewTemplate | void | null"
|
|
16665
|
-
},
|
|
16666
|
-
"privacy": "public",
|
|
16667
|
-
"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.",
|
|
16668
|
-
"inheritedFrom": {
|
|
16669
|
-
"name": "FoundationElement",
|
|
16670
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16671
|
-
}
|
|
16672
|
-
},
|
|
16673
|
-
{
|
|
16674
|
-
"kind": "method",
|
|
16675
|
-
"name": "templateChanged",
|
|
16676
|
-
"privacy": "protected",
|
|
16677
|
-
"return": {
|
|
16678
|
-
"type": {
|
|
16679
|
-
"text": "void"
|
|
16680
|
-
}
|
|
16681
|
-
},
|
|
16682
|
-
"inheritedFrom": {
|
|
16683
|
-
"name": "FoundationElement",
|
|
16684
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16685
|
-
}
|
|
16686
|
-
},
|
|
16687
|
-
{
|
|
16688
|
-
"kind": "field",
|
|
16689
|
-
"name": "styles",
|
|
16690
|
-
"type": {
|
|
16691
|
-
"text": "ElementStyles | void | null"
|
|
16692
|
-
},
|
|
16693
|
-
"privacy": "public",
|
|
16694
|
-
"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.",
|
|
16695
|
-
"inheritedFrom": {
|
|
16696
|
-
"name": "FoundationElement",
|
|
16697
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16698
|
-
}
|
|
16699
|
-
},
|
|
16700
|
-
{
|
|
16701
|
-
"kind": "method",
|
|
16702
|
-
"name": "stylesChanged",
|
|
16703
|
-
"privacy": "protected",
|
|
16704
|
-
"return": {
|
|
16705
|
-
"type": {
|
|
16706
|
-
"text": "void"
|
|
16707
|
-
}
|
|
16708
|
-
},
|
|
16709
|
-
"inheritedFrom": {
|
|
16710
|
-
"name": "FoundationElement",
|
|
16711
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16712
|
-
}
|
|
16713
|
-
},
|
|
16714
|
-
{
|
|
16715
|
-
"kind": "method",
|
|
16716
|
-
"name": "compose",
|
|
16717
|
-
"privacy": "public",
|
|
16718
|
-
"static": true,
|
|
16719
|
-
"return": {
|
|
16720
|
-
"type": {
|
|
16721
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16722
|
-
}
|
|
16723
|
-
},
|
|
16724
|
-
"parameters": [
|
|
16725
|
-
{
|
|
16726
|
-
"name": "this",
|
|
16727
|
-
"type": {
|
|
16728
|
-
"text": "K"
|
|
16729
|
-
}
|
|
16730
|
-
},
|
|
16731
|
-
{
|
|
16732
|
-
"name": "elementDefinition",
|
|
16733
|
-
"type": {
|
|
16734
|
-
"text": "T"
|
|
16735
|
-
},
|
|
16736
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
16737
|
-
}
|
|
16738
|
-
],
|
|
16739
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16740
|
-
"inheritedFrom": {
|
|
16741
|
-
"name": "FoundationElement",
|
|
16742
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16743
|
-
}
|
|
16744
|
-
}
|
|
16745
|
-
]
|
|
16746
|
-
},
|
|
16747
|
-
{
|
|
16748
|
-
"kind": "variable",
|
|
16749
|
-
"name": "zeroErrorDialog",
|
|
16750
|
-
"description": "The zero ErrorDialog",
|
|
16751
|
-
"privacy": "public"
|
|
16752
|
-
}
|
|
16753
|
-
],
|
|
16754
|
-
"exports": [
|
|
16755
|
-
{
|
|
16756
|
-
"kind": "js",
|
|
16757
|
-
"name": "ErrorDialog",
|
|
16758
|
-
"declaration": {
|
|
16759
|
-
"name": "ErrorDialog",
|
|
16760
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16761
|
-
}
|
|
16762
|
-
},
|
|
16763
|
-
{
|
|
16764
|
-
"kind": "js",
|
|
16765
|
-
"name": "zeroErrorDialog",
|
|
16766
|
-
"declaration": {
|
|
16767
|
-
"name": "zeroErrorDialog",
|
|
16768
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16769
|
-
}
|
|
16770
|
-
}
|
|
16771
|
-
]
|
|
16772
|
-
},
|
|
16773
|
-
{
|
|
16774
|
-
"kind": "javascript-module",
|
|
16775
|
-
"path": "src/error-dialog/index.ts",
|
|
16776
|
-
"declarations": [],
|
|
16777
|
-
"exports": [
|
|
16778
|
-
{
|
|
16779
|
-
"kind": "js",
|
|
16780
|
-
"name": "*",
|
|
16781
|
-
"declaration": {
|
|
16782
|
-
"name": "*",
|
|
16783
|
-
"package": "./error-dialog"
|
|
16784
|
-
}
|
|
16785
|
-
}
|
|
16786
|
-
]
|
|
16787
|
-
},
|
|
16788
16545
|
{
|
|
16789
16546
|
"kind": "javascript-module",
|
|
16790
16547
|
"path": "src/expression-builder/expression-builder.styles.ts",
|
|
@@ -17353,6 +17110,249 @@
|
|
|
17353
17110
|
}
|
|
17354
17111
|
]
|
|
17355
17112
|
},
|
|
17113
|
+
{
|
|
17114
|
+
"kind": "javascript-module",
|
|
17115
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
17116
|
+
"declarations": [
|
|
17117
|
+
{
|
|
17118
|
+
"kind": "class",
|
|
17119
|
+
"description": "",
|
|
17120
|
+
"name": "ErrorDialog",
|
|
17121
|
+
"superclass": {
|
|
17122
|
+
"name": "FoundationErrorDialog",
|
|
17123
|
+
"package": "@genesislcap/foundation-ui"
|
|
17124
|
+
},
|
|
17125
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
17126
|
+
"customElement": true,
|
|
17127
|
+
"members": [
|
|
17128
|
+
{
|
|
17129
|
+
"kind": "field",
|
|
17130
|
+
"name": "dialog",
|
|
17131
|
+
"type": {
|
|
17132
|
+
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
17133
|
+
},
|
|
17134
|
+
"privacy": "public",
|
|
17135
|
+
"inheritedFrom": {
|
|
17136
|
+
"name": "ErrorDialog",
|
|
17137
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
17138
|
+
}
|
|
17139
|
+
},
|
|
17140
|
+
{
|
|
17141
|
+
"kind": "field",
|
|
17142
|
+
"name": "error",
|
|
17143
|
+
"type": {
|
|
17144
|
+
"text": "ErrorStructure"
|
|
17145
|
+
},
|
|
17146
|
+
"inheritedFrom": {
|
|
17147
|
+
"name": "ErrorDialog",
|
|
17148
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
17149
|
+
}
|
|
17150
|
+
},
|
|
17151
|
+
{
|
|
17152
|
+
"kind": "field",
|
|
17153
|
+
"name": "notification",
|
|
17154
|
+
"type": {
|
|
17155
|
+
"text": "NotificationStructure"
|
|
17156
|
+
},
|
|
17157
|
+
"inheritedFrom": {
|
|
17158
|
+
"name": "ErrorDialog",
|
|
17159
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
17160
|
+
}
|
|
17161
|
+
},
|
|
17162
|
+
{
|
|
17163
|
+
"kind": "method",
|
|
17164
|
+
"name": "show",
|
|
17165
|
+
"privacy": "public",
|
|
17166
|
+
"return": {
|
|
17167
|
+
"type": {
|
|
17168
|
+
"text": "void"
|
|
17169
|
+
}
|
|
17170
|
+
},
|
|
17171
|
+
"description": "Show the Error Dialog.",
|
|
17172
|
+
"inheritedFrom": {
|
|
17173
|
+
"name": "ErrorDialog",
|
|
17174
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
17175
|
+
}
|
|
17176
|
+
},
|
|
17177
|
+
{
|
|
17178
|
+
"kind": "method",
|
|
17179
|
+
"name": "dismiss",
|
|
17180
|
+
"privacy": "public",
|
|
17181
|
+
"description": "Dismiss the Error Dialog from display and calls the dismissing action.",
|
|
17182
|
+
"inheritedFrom": {
|
|
17183
|
+
"name": "ErrorDialog",
|
|
17184
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
17185
|
+
}
|
|
17186
|
+
},
|
|
17187
|
+
{
|
|
17188
|
+
"kind": "method",
|
|
17189
|
+
"name": "closeDialog",
|
|
17190
|
+
"privacy": "public",
|
|
17191
|
+
"return": {
|
|
17192
|
+
"type": {
|
|
17193
|
+
"text": "void"
|
|
17194
|
+
}
|
|
17195
|
+
},
|
|
17196
|
+
"description": "Dismiss the Error Dialog from display.",
|
|
17197
|
+
"inheritedFrom": {
|
|
17198
|
+
"name": "ErrorDialog",
|
|
17199
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
17200
|
+
}
|
|
17201
|
+
},
|
|
17202
|
+
{
|
|
17203
|
+
"kind": "field",
|
|
17204
|
+
"name": "_presentation",
|
|
17205
|
+
"type": {
|
|
17206
|
+
"text": "ComponentPresentation | null | undefined"
|
|
17207
|
+
},
|
|
17208
|
+
"privacy": "private",
|
|
17209
|
+
"default": "void 0",
|
|
17210
|
+
"inheritedFrom": {
|
|
17211
|
+
"name": "FoundationElement",
|
|
17212
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17213
|
+
}
|
|
17214
|
+
},
|
|
17215
|
+
{
|
|
17216
|
+
"kind": "field",
|
|
17217
|
+
"name": "$presentation",
|
|
17218
|
+
"type": {
|
|
17219
|
+
"text": "ComponentPresentation | null"
|
|
17220
|
+
},
|
|
17221
|
+
"privacy": "public",
|
|
17222
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
17223
|
+
"inheritedFrom": {
|
|
17224
|
+
"name": "FoundationElement",
|
|
17225
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17226
|
+
}
|
|
17227
|
+
},
|
|
17228
|
+
{
|
|
17229
|
+
"kind": "field",
|
|
17230
|
+
"name": "template",
|
|
17231
|
+
"type": {
|
|
17232
|
+
"text": "ElementViewTemplate | void | null"
|
|
17233
|
+
},
|
|
17234
|
+
"privacy": "public",
|
|
17235
|
+
"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.",
|
|
17236
|
+
"inheritedFrom": {
|
|
17237
|
+
"name": "FoundationElement",
|
|
17238
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17239
|
+
}
|
|
17240
|
+
},
|
|
17241
|
+
{
|
|
17242
|
+
"kind": "method",
|
|
17243
|
+
"name": "templateChanged",
|
|
17244
|
+
"privacy": "protected",
|
|
17245
|
+
"return": {
|
|
17246
|
+
"type": {
|
|
17247
|
+
"text": "void"
|
|
17248
|
+
}
|
|
17249
|
+
},
|
|
17250
|
+
"inheritedFrom": {
|
|
17251
|
+
"name": "FoundationElement",
|
|
17252
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17253
|
+
}
|
|
17254
|
+
},
|
|
17255
|
+
{
|
|
17256
|
+
"kind": "field",
|
|
17257
|
+
"name": "styles",
|
|
17258
|
+
"type": {
|
|
17259
|
+
"text": "ElementStyles | void | null"
|
|
17260
|
+
},
|
|
17261
|
+
"privacy": "public",
|
|
17262
|
+
"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.",
|
|
17263
|
+
"inheritedFrom": {
|
|
17264
|
+
"name": "FoundationElement",
|
|
17265
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17266
|
+
}
|
|
17267
|
+
},
|
|
17268
|
+
{
|
|
17269
|
+
"kind": "method",
|
|
17270
|
+
"name": "stylesChanged",
|
|
17271
|
+
"privacy": "protected",
|
|
17272
|
+
"return": {
|
|
17273
|
+
"type": {
|
|
17274
|
+
"text": "void"
|
|
17275
|
+
}
|
|
17276
|
+
},
|
|
17277
|
+
"inheritedFrom": {
|
|
17278
|
+
"name": "FoundationElement",
|
|
17279
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17280
|
+
}
|
|
17281
|
+
},
|
|
17282
|
+
{
|
|
17283
|
+
"kind": "method",
|
|
17284
|
+
"name": "compose",
|
|
17285
|
+
"privacy": "public",
|
|
17286
|
+
"static": true,
|
|
17287
|
+
"return": {
|
|
17288
|
+
"type": {
|
|
17289
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
17290
|
+
}
|
|
17291
|
+
},
|
|
17292
|
+
"parameters": [
|
|
17293
|
+
{
|
|
17294
|
+
"name": "this",
|
|
17295
|
+
"type": {
|
|
17296
|
+
"text": "K"
|
|
17297
|
+
}
|
|
17298
|
+
},
|
|
17299
|
+
{
|
|
17300
|
+
"name": "elementDefinition",
|
|
17301
|
+
"type": {
|
|
17302
|
+
"text": "T"
|
|
17303
|
+
},
|
|
17304
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
17305
|
+
}
|
|
17306
|
+
],
|
|
17307
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
17308
|
+
"inheritedFrom": {
|
|
17309
|
+
"name": "FoundationElement",
|
|
17310
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17311
|
+
}
|
|
17312
|
+
}
|
|
17313
|
+
]
|
|
17314
|
+
},
|
|
17315
|
+
{
|
|
17316
|
+
"kind": "variable",
|
|
17317
|
+
"name": "zeroErrorDialog",
|
|
17318
|
+
"description": "The zero ErrorDialog",
|
|
17319
|
+
"privacy": "public"
|
|
17320
|
+
}
|
|
17321
|
+
],
|
|
17322
|
+
"exports": [
|
|
17323
|
+
{
|
|
17324
|
+
"kind": "js",
|
|
17325
|
+
"name": "ErrorDialog",
|
|
17326
|
+
"declaration": {
|
|
17327
|
+
"name": "ErrorDialog",
|
|
17328
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
17329
|
+
}
|
|
17330
|
+
},
|
|
17331
|
+
{
|
|
17332
|
+
"kind": "js",
|
|
17333
|
+
"name": "zeroErrorDialog",
|
|
17334
|
+
"declaration": {
|
|
17335
|
+
"name": "zeroErrorDialog",
|
|
17336
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
17337
|
+
}
|
|
17338
|
+
}
|
|
17339
|
+
]
|
|
17340
|
+
},
|
|
17341
|
+
{
|
|
17342
|
+
"kind": "javascript-module",
|
|
17343
|
+
"path": "src/error-dialog/index.ts",
|
|
17344
|
+
"declarations": [],
|
|
17345
|
+
"exports": [
|
|
17346
|
+
{
|
|
17347
|
+
"kind": "js",
|
|
17348
|
+
"name": "*",
|
|
17349
|
+
"declaration": {
|
|
17350
|
+
"name": "*",
|
|
17351
|
+
"package": "./error-dialog"
|
|
17352
|
+
}
|
|
17353
|
+
}
|
|
17354
|
+
]
|
|
17355
|
+
},
|
|
17356
17356
|
{
|
|
17357
17357
|
"kind": "javascript-module",
|
|
17358
17358
|
"path": "src/file-reader/file-reader.styles.ts",
|
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.450.0",
|
|
4
|
+
"version": "14.450.1-alpha-ace6276.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "14.450.0",
|
|
77
|
-
"@genesislcap/rollup-builder": "14.450.0",
|
|
78
|
-
"@genesislcap/ts-builder": "14.450.0",
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.450.0",
|
|
80
|
-
"@genesislcap/vite-builder": "14.450.0",
|
|
81
|
-
"@genesislcap/webpack-builder": "14.450.0"
|
|
76
|
+
"@genesislcap/genx": "14.450.1-alpha-ace6276.0",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.450.1-alpha-ace6276.0",
|
|
78
|
+
"@genesislcap/ts-builder": "14.450.1-alpha-ace6276.0",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.450.1-alpha-ace6276.0",
|
|
80
|
+
"@genesislcap/vite-builder": "14.450.1-alpha-ace6276.0",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.450.1-alpha-ace6276.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.450.0",
|
|
85
|
-
"@genesislcap/foundation-logger": "14.450.0",
|
|
86
|
-
"@genesislcap/foundation-ui": "14.450.0",
|
|
87
|
-
"@genesislcap/foundation-utils": "14.450.0",
|
|
84
|
+
"@genesislcap/foundation-comms": "14.450.1-alpha-ace6276.0",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.450.1-alpha-ace6276.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.450.1-alpha-ace6276.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.450.1-alpha-ace6276.0",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"require": "./dist/react.cjs"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "1c55c97513d5a023c1071ac5d35f3ac08848e6f9"
|
|
115
115
|
}
|