@genesislcap/foundation-utils 14.402.0 → 14.402.1-alpha-36d4e79d7.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 +120 -120
- package/package.json +11 -11
|
@@ -965,6 +965,126 @@
|
|
|
965
965
|
}
|
|
966
966
|
]
|
|
967
967
|
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "javascript-module",
|
|
970
|
+
"path": "src/design-system/design-system.ts",
|
|
971
|
+
"declarations": [
|
|
972
|
+
{
|
|
973
|
+
"kind": "function",
|
|
974
|
+
"name": "assureDesignSystem",
|
|
975
|
+
"return": {
|
|
976
|
+
"type": {
|
|
977
|
+
"text": "DesignSystemModule"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"parameters": [
|
|
981
|
+
{
|
|
982
|
+
"name": "module",
|
|
983
|
+
"type": {
|
|
984
|
+
"text": "DesignSystemModule"
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
],
|
|
988
|
+
"description": "assureDesignSystem.",
|
|
989
|
+
"privacy": "public"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"kind": "function",
|
|
993
|
+
"name": "getCurrentDesignSystem",
|
|
994
|
+
"return": {
|
|
995
|
+
"type": {
|
|
996
|
+
"text": ""
|
|
997
|
+
}
|
|
998
|
+
},
|
|
999
|
+
"parameters": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "element",
|
|
1002
|
+
"type": {
|
|
1003
|
+
"text": "HTMLElement"
|
|
1004
|
+
},
|
|
1005
|
+
"description": "The starting HTML element"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "fallbackPrefix",
|
|
1009
|
+
"type": {
|
|
1010
|
+
"text": "string"
|
|
1011
|
+
},
|
|
1012
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1016
|
+
"privacy": "public"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"kind": "function",
|
|
1020
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1021
|
+
"return": {
|
|
1022
|
+
"type": {
|
|
1023
|
+
"text": ""
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"parameters": [
|
|
1027
|
+
{
|
|
1028
|
+
"name": "element",
|
|
1029
|
+
"type": {
|
|
1030
|
+
"text": "HTMLElement"
|
|
1031
|
+
},
|
|
1032
|
+
"description": "The starting HTML element"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "fallbackPrefix",
|
|
1036
|
+
"type": {
|
|
1037
|
+
"text": "string"
|
|
1038
|
+
},
|
|
1039
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1040
|
+
}
|
|
1041
|
+
],
|
|
1042
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1043
|
+
"privacy": "public"
|
|
1044
|
+
}
|
|
1045
|
+
],
|
|
1046
|
+
"exports": [
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "js",
|
|
1049
|
+
"name": "assureDesignSystem",
|
|
1050
|
+
"declaration": {
|
|
1051
|
+
"name": "assureDesignSystem",
|
|
1052
|
+
"module": "src/design-system/design-system.ts"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "js",
|
|
1057
|
+
"name": "getCurrentDesignSystem",
|
|
1058
|
+
"declaration": {
|
|
1059
|
+
"name": "getCurrentDesignSystem",
|
|
1060
|
+
"module": "src/design-system/design-system.ts"
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"kind": "js",
|
|
1065
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1066
|
+
"declaration": {
|
|
1067
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1068
|
+
"module": "src/design-system/design-system.ts"
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
]
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"kind": "javascript-module",
|
|
1075
|
+
"path": "src/design-system/index.ts",
|
|
1076
|
+
"declarations": [],
|
|
1077
|
+
"exports": [
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "js",
|
|
1080
|
+
"name": "*",
|
|
1081
|
+
"declaration": {
|
|
1082
|
+
"name": "*",
|
|
1083
|
+
"package": "./design-system"
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
968
1088
|
{
|
|
969
1089
|
"kind": "javascript-module",
|
|
970
1090
|
"path": "src/error/errorMap.ts",
|
|
@@ -1164,126 +1284,6 @@
|
|
|
1164
1284
|
}
|
|
1165
1285
|
]
|
|
1166
1286
|
},
|
|
1167
|
-
{
|
|
1168
|
-
"kind": "javascript-module",
|
|
1169
|
-
"path": "src/design-system/design-system.ts",
|
|
1170
|
-
"declarations": [
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "function",
|
|
1173
|
-
"name": "assureDesignSystem",
|
|
1174
|
-
"return": {
|
|
1175
|
-
"type": {
|
|
1176
|
-
"text": "DesignSystemModule"
|
|
1177
|
-
}
|
|
1178
|
-
},
|
|
1179
|
-
"parameters": [
|
|
1180
|
-
{
|
|
1181
|
-
"name": "module",
|
|
1182
|
-
"type": {
|
|
1183
|
-
"text": "DesignSystemModule"
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
],
|
|
1187
|
-
"description": "assureDesignSystem.",
|
|
1188
|
-
"privacy": "public"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"kind": "function",
|
|
1192
|
-
"name": "getCurrentDesignSystem",
|
|
1193
|
-
"return": {
|
|
1194
|
-
"type": {
|
|
1195
|
-
"text": ""
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
|
-
"parameters": [
|
|
1199
|
-
{
|
|
1200
|
-
"name": "element",
|
|
1201
|
-
"type": {
|
|
1202
|
-
"text": "HTMLElement"
|
|
1203
|
-
},
|
|
1204
|
-
"description": "The starting HTML element"
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"name": "fallbackPrefix",
|
|
1208
|
-
"type": {
|
|
1209
|
-
"text": "string"
|
|
1210
|
-
},
|
|
1211
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1212
|
-
}
|
|
1213
|
-
],
|
|
1214
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1215
|
-
"privacy": "public"
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"kind": "function",
|
|
1219
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1220
|
-
"return": {
|
|
1221
|
-
"type": {
|
|
1222
|
-
"text": ""
|
|
1223
|
-
}
|
|
1224
|
-
},
|
|
1225
|
-
"parameters": [
|
|
1226
|
-
{
|
|
1227
|
-
"name": "element",
|
|
1228
|
-
"type": {
|
|
1229
|
-
"text": "HTMLElement"
|
|
1230
|
-
},
|
|
1231
|
-
"description": "The starting HTML element"
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"name": "fallbackPrefix",
|
|
1235
|
-
"type": {
|
|
1236
|
-
"text": "string"
|
|
1237
|
-
},
|
|
1238
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1239
|
-
}
|
|
1240
|
-
],
|
|
1241
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1242
|
-
"privacy": "public"
|
|
1243
|
-
}
|
|
1244
|
-
],
|
|
1245
|
-
"exports": [
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "js",
|
|
1248
|
-
"name": "assureDesignSystem",
|
|
1249
|
-
"declaration": {
|
|
1250
|
-
"name": "assureDesignSystem",
|
|
1251
|
-
"module": "src/design-system/design-system.ts"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"kind": "js",
|
|
1256
|
-
"name": "getCurrentDesignSystem",
|
|
1257
|
-
"declaration": {
|
|
1258
|
-
"name": "getCurrentDesignSystem",
|
|
1259
|
-
"module": "src/design-system/design-system.ts"
|
|
1260
|
-
}
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"kind": "js",
|
|
1264
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1265
|
-
"declaration": {
|
|
1266
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1267
|
-
"module": "src/design-system/design-system.ts"
|
|
1268
|
-
}
|
|
1269
|
-
}
|
|
1270
|
-
]
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"kind": "javascript-module",
|
|
1274
|
-
"path": "src/design-system/index.ts",
|
|
1275
|
-
"declarations": [],
|
|
1276
|
-
"exports": [
|
|
1277
|
-
{
|
|
1278
|
-
"kind": "js",
|
|
1279
|
-
"name": "*",
|
|
1280
|
-
"declaration": {
|
|
1281
|
-
"name": "*",
|
|
1282
|
-
"package": "./design-system"
|
|
1283
|
-
}
|
|
1284
|
-
}
|
|
1285
|
-
]
|
|
1286
|
-
},
|
|
1287
1287
|
{
|
|
1288
1288
|
"kind": "javascript-module",
|
|
1289
1289
|
"path": "src/feature-flags/featureFlags.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.402.0",
|
|
4
|
+
"version": "14.402.1-alpha-36d4e79d7.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.402.0",
|
|
33
|
-
"@genesislcap/genx": "14.402.0",
|
|
34
|
-
"@genesislcap/rollup-builder": "14.402.0",
|
|
35
|
-
"@genesislcap/ts-builder": "14.402.0",
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.402.0",
|
|
37
|
-
"@genesislcap/vite-builder": "14.402.0",
|
|
38
|
-
"@genesislcap/webpack-builder": "14.402.0",
|
|
32
|
+
"@genesislcap/foundation-testing": "14.402.1-alpha-36d4e79d7.0",
|
|
33
|
+
"@genesislcap/genx": "14.402.1-alpha-36d4e79d7.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.402.0",
|
|
43
|
-
"@genesislcap/foundation-logger": "14.402.0",
|
|
42
|
+
"@genesislcap/expression-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.402.1-alpha-36d4e79d7.0",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "8c1f803c994e0432e902604d3a8f0a61b0546e33"
|
|
62
62
|
}
|