@genesislcap/foundation-header 14.192.2 → 14.192.3-alpha-c1861f7.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 +197 -197
- package/package.json +17 -17
|
@@ -54,120 +54,217 @@
|
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"kind": "javascript-module",
|
|
57
|
-
"path": "src/
|
|
57
|
+
"path": "src/styles/colors.ts",
|
|
58
58
|
"declarations": [
|
|
59
|
+
{
|
|
60
|
+
"kind": "function",
|
|
61
|
+
"name": "getWebRGBA",
|
|
62
|
+
"parameters": [
|
|
63
|
+
{
|
|
64
|
+
"name": "rgb",
|
|
65
|
+
"type": {
|
|
66
|
+
"text": "ColorRGBA64"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "alpha",
|
|
71
|
+
"default": "1.0",
|
|
72
|
+
"type": {
|
|
73
|
+
"text": "number"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
59
78
|
{
|
|
60
79
|
"kind": "variable",
|
|
61
|
-
"name": "
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
80
|
+
"name": "defaultBackgroundHover"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"kind": "variable",
|
|
84
|
+
"name": "defaultBackgroundItem"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"kind": "variable",
|
|
88
|
+
"name": "backgroundNavOption"
|
|
68
89
|
}
|
|
69
90
|
],
|
|
70
91
|
"exports": [
|
|
71
92
|
{
|
|
72
93
|
"kind": "js",
|
|
73
|
-
"name": "
|
|
94
|
+
"name": "getWebRGBA",
|
|
74
95
|
"declaration": {
|
|
75
|
-
"name": "
|
|
76
|
-
"module": "src/
|
|
96
|
+
"name": "getWebRGBA",
|
|
97
|
+
"module": "src/styles/colors.ts"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"kind": "js",
|
|
102
|
+
"name": "defaultBackgroundHover",
|
|
103
|
+
"declaration": {
|
|
104
|
+
"name": "defaultBackgroundHover",
|
|
105
|
+
"module": "src/styles/colors.ts"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"kind": "js",
|
|
110
|
+
"name": "defaultBackgroundItem",
|
|
111
|
+
"declaration": {
|
|
112
|
+
"name": "defaultBackgroundItem",
|
|
113
|
+
"module": "src/styles/colors.ts"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"kind": "js",
|
|
118
|
+
"name": "backgroundNavOption",
|
|
119
|
+
"declaration": {
|
|
120
|
+
"name": "backgroundNavOption",
|
|
121
|
+
"module": "src/styles/colors.ts"
|
|
77
122
|
}
|
|
78
123
|
}
|
|
79
124
|
]
|
|
80
125
|
},
|
|
81
126
|
{
|
|
82
127
|
"kind": "javascript-module",
|
|
83
|
-
"path": "src/
|
|
128
|
+
"path": "src/styles/index.ts",
|
|
129
|
+
"declarations": [],
|
|
130
|
+
"exports": [
|
|
131
|
+
{
|
|
132
|
+
"kind": "js",
|
|
133
|
+
"name": "*",
|
|
134
|
+
"declaration": {
|
|
135
|
+
"name": "*",
|
|
136
|
+
"package": "./colors"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"kind": "js",
|
|
141
|
+
"name": "*",
|
|
142
|
+
"declaration": {
|
|
143
|
+
"name": "*",
|
|
144
|
+
"package": "./styles"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"kind": "javascript-module",
|
|
151
|
+
"path": "src/styles/styles.ts",
|
|
84
152
|
"declarations": [
|
|
85
153
|
{
|
|
86
154
|
"kind": "function",
|
|
87
|
-
"name": "
|
|
155
|
+
"name": "mixinScreen",
|
|
88
156
|
"parameters": [
|
|
89
157
|
{
|
|
90
|
-
"name": "
|
|
158
|
+
"name": "display",
|
|
159
|
+
"default": "'block'",
|
|
91
160
|
"type": {
|
|
92
|
-
"text": "
|
|
93
|
-
}
|
|
94
|
-
"description": "A partial HeaderConfig."
|
|
161
|
+
"text": "string"
|
|
162
|
+
}
|
|
95
163
|
}
|
|
96
164
|
],
|
|
97
|
-
"description": "
|
|
98
|
-
|
|
165
|
+
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"kind": "function",
|
|
169
|
+
"name": "genesisLogo",
|
|
170
|
+
"parameters": [
|
|
171
|
+
{
|
|
172
|
+
"name": "slot",
|
|
173
|
+
"default": "'start'"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"description": "TODO"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"kind": "function",
|
|
180
|
+
"name": "settingsIcon",
|
|
181
|
+
"parameters": [
|
|
182
|
+
{
|
|
183
|
+
"name": "slot",
|
|
184
|
+
"default": "'start'"
|
|
185
|
+
}
|
|
186
|
+
]
|
|
99
187
|
}
|
|
100
188
|
],
|
|
101
189
|
"exports": [
|
|
102
190
|
{
|
|
103
191
|
"kind": "js",
|
|
104
|
-
"name": "
|
|
192
|
+
"name": "mixinScreen",
|
|
105
193
|
"declaration": {
|
|
106
|
-
"name": "
|
|
107
|
-
"module": "src/
|
|
194
|
+
"name": "mixinScreen",
|
|
195
|
+
"module": "src/styles/styles.ts"
|
|
108
196
|
}
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"kind": "javascript-module",
|
|
114
|
-
"path": "src/config/index.ts",
|
|
115
|
-
"declarations": [],
|
|
116
|
-
"exports": [
|
|
197
|
+
},
|
|
117
198
|
{
|
|
118
199
|
"kind": "js",
|
|
119
|
-
"name": "
|
|
200
|
+
"name": "genesisLogo",
|
|
120
201
|
"declaration": {
|
|
121
|
-
"name": "
|
|
122
|
-
"
|
|
202
|
+
"name": "genesisLogo",
|
|
203
|
+
"module": "src/styles/styles.ts"
|
|
123
204
|
}
|
|
124
205
|
},
|
|
125
206
|
{
|
|
126
207
|
"kind": "js",
|
|
127
|
-
"name": "
|
|
208
|
+
"name": "settingsIcon",
|
|
128
209
|
"declaration": {
|
|
129
|
-
"name": "
|
|
130
|
-
"
|
|
210
|
+
"name": "settingsIcon",
|
|
211
|
+
"module": "src/styles/styles.ts"
|
|
131
212
|
}
|
|
132
|
-
}
|
|
213
|
+
}
|
|
214
|
+
]
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"kind": "javascript-module",
|
|
218
|
+
"path": "src/tags/index.ts",
|
|
219
|
+
"declarations": [],
|
|
220
|
+
"exports": [
|
|
133
221
|
{
|
|
134
222
|
"kind": "js",
|
|
135
223
|
"name": "*",
|
|
136
224
|
"declaration": {
|
|
137
225
|
"name": "*",
|
|
138
|
-
"package": "./
|
|
226
|
+
"package": "./tags"
|
|
139
227
|
}
|
|
140
228
|
}
|
|
141
229
|
]
|
|
142
230
|
},
|
|
143
231
|
{
|
|
144
232
|
"kind": "javascript-module",
|
|
145
|
-
"path": "src/
|
|
233
|
+
"path": "src/tags/tags.ts",
|
|
146
234
|
"declarations": [],
|
|
147
235
|
"exports": []
|
|
148
236
|
},
|
|
149
237
|
{
|
|
150
238
|
"kind": "javascript-module",
|
|
151
|
-
"path": "src/
|
|
239
|
+
"path": "src/utils/index.ts",
|
|
240
|
+
"declarations": [],
|
|
241
|
+
"exports": [
|
|
242
|
+
{
|
|
243
|
+
"kind": "js",
|
|
244
|
+
"name": "*",
|
|
245
|
+
"declaration": {
|
|
246
|
+
"name": "*",
|
|
247
|
+
"package": "./logger"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
]
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"kind": "javascript-module",
|
|
254
|
+
"path": "src/utils/logger.ts",
|
|
152
255
|
"declarations": [
|
|
153
256
|
{
|
|
154
257
|
"kind": "variable",
|
|
155
|
-
"name": "
|
|
156
|
-
"type": {
|
|
157
|
-
"text": "TemplateOptions"
|
|
158
|
-
},
|
|
159
|
-
"default": "{\n icon: 'zero-icon',\n button: 'zero-button',\n connectionIndicator: 'zero-connection-indicator',\n select: 'zero-select',\n option: 'zero-option',\n flyout: 'zero-flyout',\n provider: 'zero-design-system-provider',\n}",
|
|
160
|
-
"description": "defaultTemplateOptions.",
|
|
161
|
-
"privacy": "public"
|
|
258
|
+
"name": "logger"
|
|
162
259
|
}
|
|
163
260
|
],
|
|
164
261
|
"exports": [
|
|
165
262
|
{
|
|
166
263
|
"kind": "js",
|
|
167
|
-
"name": "
|
|
264
|
+
"name": "logger",
|
|
168
265
|
"declaration": {
|
|
169
|
-
"name": "
|
|
170
|
-
"module": "src/
|
|
266
|
+
"name": "logger",
|
|
267
|
+
"module": "src/utils/logger.ts"
|
|
171
268
|
}
|
|
172
269
|
}
|
|
173
270
|
]
|
|
@@ -1450,217 +1547,120 @@
|
|
|
1450
1547
|
},
|
|
1451
1548
|
{
|
|
1452
1549
|
"kind": "javascript-module",
|
|
1453
|
-
"path": "src/
|
|
1550
|
+
"path": "src/config/config.ts",
|
|
1454
1551
|
"declarations": [
|
|
1455
|
-
{
|
|
1456
|
-
"kind": "function",
|
|
1457
|
-
"name": "getWebRGBA",
|
|
1458
|
-
"parameters": [
|
|
1459
|
-
{
|
|
1460
|
-
"name": "rgb",
|
|
1461
|
-
"type": {
|
|
1462
|
-
"text": "ColorRGBA64"
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"name": "alpha",
|
|
1467
|
-
"default": "1.0",
|
|
1468
|
-
"type": {
|
|
1469
|
-
"text": "number"
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
]
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"kind": "variable",
|
|
1476
|
-
"name": "defaultBackgroundHover"
|
|
1477
|
-
},
|
|
1478
1552
|
{
|
|
1479
1553
|
"kind": "variable",
|
|
1480
|
-
"name": "
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
"
|
|
1554
|
+
"name": "defaultHeaderConfig",
|
|
1555
|
+
"type": {
|
|
1556
|
+
"text": "HeaderConfig"
|
|
1557
|
+
},
|
|
1558
|
+
"default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
|
|
1559
|
+
"description": "Default HeaderConfig DI implementation.",
|
|
1560
|
+
"privacy": "public"
|
|
1485
1561
|
}
|
|
1486
1562
|
],
|
|
1487
1563
|
"exports": [
|
|
1488
1564
|
{
|
|
1489
1565
|
"kind": "js",
|
|
1490
|
-
"name": "
|
|
1491
|
-
"declaration": {
|
|
1492
|
-
"name": "getWebRGBA",
|
|
1493
|
-
"module": "src/styles/colors.ts"
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"kind": "js",
|
|
1498
|
-
"name": "defaultBackgroundHover",
|
|
1499
|
-
"declaration": {
|
|
1500
|
-
"name": "defaultBackgroundHover",
|
|
1501
|
-
"module": "src/styles/colors.ts"
|
|
1502
|
-
}
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"kind": "js",
|
|
1506
|
-
"name": "defaultBackgroundItem",
|
|
1507
|
-
"declaration": {
|
|
1508
|
-
"name": "defaultBackgroundItem",
|
|
1509
|
-
"module": "src/styles/colors.ts"
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"kind": "js",
|
|
1514
|
-
"name": "backgroundNavOption",
|
|
1515
|
-
"declaration": {
|
|
1516
|
-
"name": "backgroundNavOption",
|
|
1517
|
-
"module": "src/styles/colors.ts"
|
|
1518
|
-
}
|
|
1519
|
-
}
|
|
1520
|
-
]
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"kind": "javascript-module",
|
|
1524
|
-
"path": "src/styles/index.ts",
|
|
1525
|
-
"declarations": [],
|
|
1526
|
-
"exports": [
|
|
1527
|
-
{
|
|
1528
|
-
"kind": "js",
|
|
1529
|
-
"name": "*",
|
|
1530
|
-
"declaration": {
|
|
1531
|
-
"name": "*",
|
|
1532
|
-
"package": "./colors"
|
|
1533
|
-
}
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"kind": "js",
|
|
1537
|
-
"name": "*",
|
|
1566
|
+
"name": "defaultHeaderConfig",
|
|
1538
1567
|
"declaration": {
|
|
1539
|
-
"name": "
|
|
1540
|
-
"
|
|
1568
|
+
"name": "defaultHeaderConfig",
|
|
1569
|
+
"module": "src/config/config.ts"
|
|
1541
1570
|
}
|
|
1542
1571
|
}
|
|
1543
1572
|
]
|
|
1544
1573
|
},
|
|
1545
1574
|
{
|
|
1546
1575
|
"kind": "javascript-module",
|
|
1547
|
-
"path": "src/
|
|
1576
|
+
"path": "src/config/configure.ts",
|
|
1548
1577
|
"declarations": [
|
|
1549
1578
|
{
|
|
1550
1579
|
"kind": "function",
|
|
1551
|
-
"name": "
|
|
1580
|
+
"name": "configure",
|
|
1552
1581
|
"parameters": [
|
|
1553
1582
|
{
|
|
1554
|
-
"name": "
|
|
1555
|
-
"default": "'block'",
|
|
1583
|
+
"name": "config",
|
|
1556
1584
|
"type": {
|
|
1557
|
-
"text": "
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
],
|
|
1561
|
-
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
1562
|
-
},
|
|
1563
|
-
{
|
|
1564
|
-
"kind": "function",
|
|
1565
|
-
"name": "genesisLogo",
|
|
1566
|
-
"parameters": [
|
|
1567
|
-
{
|
|
1568
|
-
"name": "slot",
|
|
1569
|
-
"default": "'start'"
|
|
1585
|
+
"text": "Partial<HeaderConfig>"
|
|
1586
|
+
},
|
|
1587
|
+
"description": "A partial HeaderConfig."
|
|
1570
1588
|
}
|
|
1571
1589
|
],
|
|
1572
|
-
"description": "
|
|
1573
|
-
|
|
1574
|
-
{
|
|
1575
|
-
"kind": "function",
|
|
1576
|
-
"name": "settingsIcon",
|
|
1577
|
-
"parameters": [
|
|
1578
|
-
{
|
|
1579
|
-
"name": "slot",
|
|
1580
|
-
"default": "'start'"
|
|
1581
|
-
}
|
|
1582
|
-
]
|
|
1590
|
+
"description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
|
|
1591
|
+
"privacy": "public"
|
|
1583
1592
|
}
|
|
1584
1593
|
],
|
|
1585
1594
|
"exports": [
|
|
1586
1595
|
{
|
|
1587
1596
|
"kind": "js",
|
|
1588
|
-
"name": "
|
|
1597
|
+
"name": "configure",
|
|
1589
1598
|
"declaration": {
|
|
1590
|
-
"name": "
|
|
1591
|
-
"module": "src/
|
|
1599
|
+
"name": "configure",
|
|
1600
|
+
"module": "src/config/configure.ts"
|
|
1592
1601
|
}
|
|
1593
|
-
}
|
|
1602
|
+
}
|
|
1603
|
+
]
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"kind": "javascript-module",
|
|
1607
|
+
"path": "src/config/index.ts",
|
|
1608
|
+
"declarations": [],
|
|
1609
|
+
"exports": [
|
|
1594
1610
|
{
|
|
1595
1611
|
"kind": "js",
|
|
1596
|
-
"name": "
|
|
1612
|
+
"name": "*",
|
|
1597
1613
|
"declaration": {
|
|
1598
|
-
"name": "
|
|
1599
|
-
"
|
|
1614
|
+
"name": "*",
|
|
1615
|
+
"package": "./config"
|
|
1600
1616
|
}
|
|
1601
1617
|
},
|
|
1602
1618
|
{
|
|
1603
1619
|
"kind": "js",
|
|
1604
|
-
"name": "
|
|
1620
|
+
"name": "*",
|
|
1605
1621
|
"declaration": {
|
|
1606
|
-
"name": "
|
|
1607
|
-
"
|
|
1622
|
+
"name": "*",
|
|
1623
|
+
"package": "./configure"
|
|
1608
1624
|
}
|
|
1609
|
-
}
|
|
1610
|
-
]
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"kind": "javascript-module",
|
|
1614
|
-
"path": "src/tags/index.ts",
|
|
1615
|
-
"declarations": [],
|
|
1616
|
-
"exports": [
|
|
1625
|
+
},
|
|
1617
1626
|
{
|
|
1618
1627
|
"kind": "js",
|
|
1619
1628
|
"name": "*",
|
|
1620
1629
|
"declaration": {
|
|
1621
1630
|
"name": "*",
|
|
1622
|
-
"package": "./
|
|
1631
|
+
"package": "./targetId"
|
|
1623
1632
|
}
|
|
1624
1633
|
}
|
|
1625
1634
|
]
|
|
1626
1635
|
},
|
|
1627
1636
|
{
|
|
1628
1637
|
"kind": "javascript-module",
|
|
1629
|
-
"path": "src/
|
|
1638
|
+
"path": "src/config/targetId.ts",
|
|
1630
1639
|
"declarations": [],
|
|
1631
1640
|
"exports": []
|
|
1632
1641
|
},
|
|
1633
1642
|
{
|
|
1634
1643
|
"kind": "javascript-module",
|
|
1635
|
-
"path": "src/
|
|
1636
|
-
"declarations": [],
|
|
1637
|
-
"exports": [
|
|
1638
|
-
{
|
|
1639
|
-
"kind": "js",
|
|
1640
|
-
"name": "*",
|
|
1641
|
-
"declaration": {
|
|
1642
|
-
"name": "*",
|
|
1643
|
-
"package": "./logger"
|
|
1644
|
-
}
|
|
1645
|
-
}
|
|
1646
|
-
]
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"kind": "javascript-module",
|
|
1650
|
-
"path": "src/utils/logger.ts",
|
|
1644
|
+
"path": "src/config/templates.ts",
|
|
1651
1645
|
"declarations": [
|
|
1652
1646
|
{
|
|
1653
1647
|
"kind": "variable",
|
|
1654
|
-
"name": "
|
|
1648
|
+
"name": "defaultTemplateOptions",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "TemplateOptions"
|
|
1651
|
+
},
|
|
1652
|
+
"default": "{\n icon: 'zero-icon',\n button: 'zero-button',\n connectionIndicator: 'zero-connection-indicator',\n select: 'zero-select',\n option: 'zero-option',\n flyout: 'zero-flyout',\n provider: 'zero-design-system-provider',\n}",
|
|
1653
|
+
"description": "defaultTemplateOptions.",
|
|
1654
|
+
"privacy": "public"
|
|
1655
1655
|
}
|
|
1656
1656
|
],
|
|
1657
1657
|
"exports": [
|
|
1658
1658
|
{
|
|
1659
1659
|
"kind": "js",
|
|
1660
|
-
"name": "
|
|
1660
|
+
"name": "defaultTemplateOptions",
|
|
1661
1661
|
"declaration": {
|
|
1662
|
-
"name": "
|
|
1663
|
-
"module": "src/
|
|
1662
|
+
"name": "defaultTemplateOptions",
|
|
1663
|
+
"module": "src/config/templates.ts"
|
|
1664
1664
|
}
|
|
1665
1665
|
}
|
|
1666
1666
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "14.192.
|
|
4
|
+
"version": "14.192.3-alpha-c1861f7.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -76,24 +76,24 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@genesislcap/foundation-testing": "14.192.
|
|
80
|
-
"@genesislcap/genx": "14.192.
|
|
81
|
-
"@genesislcap/rollup-builder": "14.192.
|
|
82
|
-
"@genesislcap/ts-builder": "14.192.
|
|
83
|
-
"@genesislcap/uvu-playwright-builder": "14.192.
|
|
84
|
-
"@genesislcap/vite-builder": "14.192.
|
|
85
|
-
"@genesislcap/webpack-builder": "14.192.
|
|
79
|
+
"@genesislcap/foundation-testing": "14.192.3-alpha-c1861f7.0",
|
|
80
|
+
"@genesislcap/genx": "14.192.3-alpha-c1861f7.0",
|
|
81
|
+
"@genesislcap/rollup-builder": "14.192.3-alpha-c1861f7.0",
|
|
82
|
+
"@genesislcap/ts-builder": "14.192.3-alpha-c1861f7.0",
|
|
83
|
+
"@genesislcap/uvu-playwright-builder": "14.192.3-alpha-c1861f7.0",
|
|
84
|
+
"@genesislcap/vite-builder": "14.192.3-alpha-c1861f7.0",
|
|
85
|
+
"@genesislcap/webpack-builder": "14.192.3-alpha-c1861f7.0",
|
|
86
86
|
"rimraf": "^5.0.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-comms": "14.192.
|
|
90
|
-
"@genesislcap/foundation-events": "14.192.
|
|
91
|
-
"@genesislcap/foundation-i18n": "14.192.
|
|
92
|
-
"@genesislcap/foundation-logger": "14.192.
|
|
93
|
-
"@genesislcap/foundation-shell": "14.192.
|
|
94
|
-
"@genesislcap/foundation-ui": "14.192.
|
|
95
|
-
"@genesislcap/foundation-utils": "14.192.
|
|
96
|
-
"@genesislcap/foundation-zero": "14.192.
|
|
89
|
+
"@genesislcap/foundation-comms": "14.192.3-alpha-c1861f7.0",
|
|
90
|
+
"@genesislcap/foundation-events": "14.192.3-alpha-c1861f7.0",
|
|
91
|
+
"@genesislcap/foundation-i18n": "14.192.3-alpha-c1861f7.0",
|
|
92
|
+
"@genesislcap/foundation-logger": "14.192.3-alpha-c1861f7.0",
|
|
93
|
+
"@genesislcap/foundation-shell": "14.192.3-alpha-c1861f7.0",
|
|
94
|
+
"@genesislcap/foundation-ui": "14.192.3-alpha-c1861f7.0",
|
|
95
|
+
"@genesislcap/foundation-utils": "14.192.3-alpha-c1861f7.0",
|
|
96
|
+
"@genesislcap/foundation-zero": "14.192.3-alpha-c1861f7.0",
|
|
97
97
|
"@microsoft/fast-colors": "^5.3.1",
|
|
98
98
|
"@microsoft/fast-element": "^1.12.0",
|
|
99
99
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "1dc42088264db69343d5d46ea39f58310e41c59d"
|
|
113
113
|
}
|