@genesislcap/foundation-zero 14.471.0 → 14.472.0-GENC-1388.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.
- package/dist/custom-elements.json +75 -75
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +12 -12
|
@@ -28933,7 +28933,7 @@
|
|
|
28933
28933
|
},
|
|
28934
28934
|
{
|
|
28935
28935
|
"kind": "javascript-module",
|
|
28936
|
-
"path": "src/progress/index.ts",
|
|
28936
|
+
"path": "src/progress-ring/index.ts",
|
|
28937
28937
|
"declarations": [],
|
|
28938
28938
|
"exports": [
|
|
28939
28939
|
{
|
|
@@ -28941,7 +28941,7 @@
|
|
|
28941
28941
|
"name": "*",
|
|
28942
28942
|
"declaration": {
|
|
28943
28943
|
"name": "*",
|
|
28944
|
-
"package": "./progress"
|
|
28944
|
+
"package": "./progress-ring"
|
|
28945
28945
|
}
|
|
28946
28946
|
},
|
|
28947
28947
|
{
|
|
@@ -28949,7 +28949,7 @@
|
|
|
28949
28949
|
"name": "*",
|
|
28950
28950
|
"declaration": {
|
|
28951
28951
|
"name": "*",
|
|
28952
|
-
"package": "./progress.styles"
|
|
28952
|
+
"package": "./progress-ring.styles"
|
|
28953
28953
|
}
|
|
28954
28954
|
},
|
|
28955
28955
|
{
|
|
@@ -28957,18 +28957,18 @@
|
|
|
28957
28957
|
"name": "*",
|
|
28958
28958
|
"declaration": {
|
|
28959
28959
|
"name": "*",
|
|
28960
|
-
"package": "./progress.template"
|
|
28960
|
+
"package": "./progress-ring.template"
|
|
28961
28961
|
}
|
|
28962
28962
|
}
|
|
28963
28963
|
]
|
|
28964
28964
|
},
|
|
28965
28965
|
{
|
|
28966
28966
|
"kind": "javascript-module",
|
|
28967
|
-
"path": "src/progress/progress.styles.ts",
|
|
28967
|
+
"path": "src/progress-ring/progress-ring.styles.ts",
|
|
28968
28968
|
"declarations": [
|
|
28969
28969
|
{
|
|
28970
28970
|
"kind": "function",
|
|
28971
|
-
"name": "
|
|
28971
|
+
"name": "zeroProgressRingStyles",
|
|
28972
28972
|
"return": {
|
|
28973
28973
|
"type": {
|
|
28974
28974
|
"text": "ElementStyles"
|
|
@@ -28984,7 +28984,7 @@
|
|
|
28984
28984
|
{
|
|
28985
28985
|
"name": "definition",
|
|
28986
28986
|
"type": {
|
|
28987
|
-
"text": "
|
|
28987
|
+
"text": "ProgressRingOptions"
|
|
28988
28988
|
}
|
|
28989
28989
|
}
|
|
28990
28990
|
]
|
|
@@ -28993,26 +28993,21 @@
|
|
|
28993
28993
|
"exports": [
|
|
28994
28994
|
{
|
|
28995
28995
|
"kind": "js",
|
|
28996
|
-
"name": "
|
|
28996
|
+
"name": "zeroProgressRingStyles",
|
|
28997
28997
|
"declaration": {
|
|
28998
|
-
"name": "
|
|
28999
|
-
"module": "src/progress/progress.styles.ts"
|
|
28998
|
+
"name": "zeroProgressRingStyles",
|
|
28999
|
+
"module": "src/progress-ring/progress-ring.styles.ts"
|
|
29000
29000
|
}
|
|
29001
29001
|
}
|
|
29002
29002
|
]
|
|
29003
29003
|
},
|
|
29004
29004
|
{
|
|
29005
29005
|
"kind": "javascript-module",
|
|
29006
|
-
"path": "src/progress/progress.template.ts",
|
|
29006
|
+
"path": "src/progress-ring/progress-ring.template.ts",
|
|
29007
29007
|
"declarations": [
|
|
29008
29008
|
{
|
|
29009
29009
|
"kind": "function",
|
|
29010
|
-
"name": "
|
|
29011
|
-
"return": {
|
|
29012
|
-
"type": {
|
|
29013
|
-
"text": "ViewTemplate<Progress>"
|
|
29014
|
-
}
|
|
29015
|
-
},
|
|
29010
|
+
"name": "zeroProgressRingTemplate",
|
|
29016
29011
|
"parameters": [
|
|
29017
29012
|
{
|
|
29018
29013
|
"name": "context",
|
|
@@ -29023,7 +29018,7 @@
|
|
|
29023
29018
|
{
|
|
29024
29019
|
"name": "definition",
|
|
29025
29020
|
"type": {
|
|
29026
|
-
"text": "
|
|
29021
|
+
"text": "ProgressRingOptions"
|
|
29027
29022
|
}
|
|
29028
29023
|
}
|
|
29029
29024
|
]
|
|
@@ -29032,56 +29027,72 @@
|
|
|
29032
29027
|
"exports": [
|
|
29033
29028
|
{
|
|
29034
29029
|
"kind": "js",
|
|
29035
|
-
"name": "
|
|
29030
|
+
"name": "zeroProgressRingTemplate",
|
|
29036
29031
|
"declaration": {
|
|
29037
|
-
"name": "
|
|
29038
|
-
"module": "src/progress/progress.template.ts"
|
|
29032
|
+
"name": "zeroProgressRingTemplate",
|
|
29033
|
+
"module": "src/progress-ring/progress-ring.template.ts"
|
|
29039
29034
|
}
|
|
29040
29035
|
}
|
|
29041
29036
|
]
|
|
29042
29037
|
},
|
|
29043
29038
|
{
|
|
29044
29039
|
"kind": "javascript-module",
|
|
29045
|
-
"path": "src/progress/progress.ts",
|
|
29040
|
+
"path": "src/progress-ring/progress-ring.ts",
|
|
29046
29041
|
"declarations": [
|
|
29047
29042
|
{
|
|
29048
29043
|
"kind": "class",
|
|
29049
29044
|
"description": "",
|
|
29050
|
-
"name": "
|
|
29045
|
+
"name": "ProgressRing",
|
|
29051
29046
|
"superclass": {
|
|
29052
|
-
"name": "
|
|
29047
|
+
"name": "FoundationProgressRing",
|
|
29053
29048
|
"package": "@genesislcap/foundation-ui"
|
|
29054
29049
|
},
|
|
29055
|
-
"tagName": "%%prefix%%-progress",
|
|
29050
|
+
"tagName": "%%prefix%%-progress-ring",
|
|
29056
29051
|
"customElement": true
|
|
29057
29052
|
},
|
|
29058
29053
|
{
|
|
29059
29054
|
"kind": "variable",
|
|
29060
|
-
"name": "
|
|
29055
|
+
"name": "defaultZeroProgressRingConfig",
|
|
29056
|
+
"type": {
|
|
29057
|
+
"text": "object"
|
|
29058
|
+
},
|
|
29059
|
+
"default": "{\n indeterminateIndicator: `\n <svg class=\"progress\" part=\"progress\" viewBox=\"0 0 16 16\">\n <defs>\n <linearGradient id=\"linear\">\n <stop offset=\"0%\" stop-color=\"${PrimaryRapidColorHEX.purple}\"/>\n <stop offset=\"100%\" stop-color=\"${PrimaryRapidColorHEX.blue}\"/>\n </linearGradient>\n </defs>\n <circle class=\"background\" part=\"background\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n <circle class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n </svg>\n `,\n}"
|
|
29060
|
+
},
|
|
29061
|
+
{
|
|
29062
|
+
"kind": "variable",
|
|
29063
|
+
"name": "zeroProgressRing"
|
|
29061
29064
|
}
|
|
29062
29065
|
],
|
|
29063
29066
|
"exports": [
|
|
29064
29067
|
{
|
|
29065
29068
|
"kind": "js",
|
|
29066
|
-
"name": "
|
|
29069
|
+
"name": "ProgressRing",
|
|
29067
29070
|
"declaration": {
|
|
29068
|
-
"name": "
|
|
29069
|
-
"module": "src/progress/progress.ts"
|
|
29071
|
+
"name": "ProgressRing",
|
|
29072
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
29070
29073
|
}
|
|
29071
29074
|
},
|
|
29072
29075
|
{
|
|
29073
29076
|
"kind": "js",
|
|
29074
|
-
"name": "
|
|
29077
|
+
"name": "defaultZeroProgressRingConfig",
|
|
29075
29078
|
"declaration": {
|
|
29076
|
-
"name": "
|
|
29077
|
-
"module": "src/progress/progress.ts"
|
|
29079
|
+
"name": "defaultZeroProgressRingConfig",
|
|
29080
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
29081
|
+
}
|
|
29082
|
+
},
|
|
29083
|
+
{
|
|
29084
|
+
"kind": "js",
|
|
29085
|
+
"name": "zeroProgressRing",
|
|
29086
|
+
"declaration": {
|
|
29087
|
+
"name": "zeroProgressRing",
|
|
29088
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
29078
29089
|
}
|
|
29079
29090
|
}
|
|
29080
29091
|
]
|
|
29081
29092
|
},
|
|
29082
29093
|
{
|
|
29083
29094
|
"kind": "javascript-module",
|
|
29084
|
-
"path": "src/progress
|
|
29095
|
+
"path": "src/progress/index.ts",
|
|
29085
29096
|
"declarations": [],
|
|
29086
29097
|
"exports": [
|
|
29087
29098
|
{
|
|
@@ -29089,7 +29100,7 @@
|
|
|
29089
29100
|
"name": "*",
|
|
29090
29101
|
"declaration": {
|
|
29091
29102
|
"name": "*",
|
|
29092
|
-
"package": "./progress
|
|
29103
|
+
"package": "./progress"
|
|
29093
29104
|
}
|
|
29094
29105
|
},
|
|
29095
29106
|
{
|
|
@@ -29097,7 +29108,7 @@
|
|
|
29097
29108
|
"name": "*",
|
|
29098
29109
|
"declaration": {
|
|
29099
29110
|
"name": "*",
|
|
29100
|
-
"package": "./progress
|
|
29111
|
+
"package": "./progress.styles"
|
|
29101
29112
|
}
|
|
29102
29113
|
},
|
|
29103
29114
|
{
|
|
@@ -29105,18 +29116,18 @@
|
|
|
29105
29116
|
"name": "*",
|
|
29106
29117
|
"declaration": {
|
|
29107
29118
|
"name": "*",
|
|
29108
|
-
"package": "./progress
|
|
29119
|
+
"package": "./progress.template"
|
|
29109
29120
|
}
|
|
29110
29121
|
}
|
|
29111
29122
|
]
|
|
29112
29123
|
},
|
|
29113
29124
|
{
|
|
29114
29125
|
"kind": "javascript-module",
|
|
29115
|
-
"path": "src/progress
|
|
29126
|
+
"path": "src/progress/progress.styles.ts",
|
|
29116
29127
|
"declarations": [
|
|
29117
29128
|
{
|
|
29118
29129
|
"kind": "function",
|
|
29119
|
-
"name": "
|
|
29130
|
+
"name": "zeroProgressStyles",
|
|
29120
29131
|
"return": {
|
|
29121
29132
|
"type": {
|
|
29122
29133
|
"text": "ElementStyles"
|
|
@@ -29132,7 +29143,7 @@
|
|
|
29132
29143
|
{
|
|
29133
29144
|
"name": "definition",
|
|
29134
29145
|
"type": {
|
|
29135
|
-
"text": "
|
|
29146
|
+
"text": "ProgressOptions"
|
|
29136
29147
|
}
|
|
29137
29148
|
}
|
|
29138
29149
|
]
|
|
@@ -29141,21 +29152,26 @@
|
|
|
29141
29152
|
"exports": [
|
|
29142
29153
|
{
|
|
29143
29154
|
"kind": "js",
|
|
29144
|
-
"name": "
|
|
29155
|
+
"name": "zeroProgressStyles",
|
|
29145
29156
|
"declaration": {
|
|
29146
|
-
"name": "
|
|
29147
|
-
"module": "src/progress
|
|
29157
|
+
"name": "zeroProgressStyles",
|
|
29158
|
+
"module": "src/progress/progress.styles.ts"
|
|
29148
29159
|
}
|
|
29149
29160
|
}
|
|
29150
29161
|
]
|
|
29151
29162
|
},
|
|
29152
29163
|
{
|
|
29153
29164
|
"kind": "javascript-module",
|
|
29154
|
-
"path": "src/progress
|
|
29165
|
+
"path": "src/progress/progress.template.ts",
|
|
29155
29166
|
"declarations": [
|
|
29156
29167
|
{
|
|
29157
29168
|
"kind": "function",
|
|
29158
|
-
"name": "
|
|
29169
|
+
"name": "zeroProgressTemplate",
|
|
29170
|
+
"return": {
|
|
29171
|
+
"type": {
|
|
29172
|
+
"text": "ViewTemplate<Progress>"
|
|
29173
|
+
}
|
|
29174
|
+
},
|
|
29159
29175
|
"parameters": [
|
|
29160
29176
|
{
|
|
29161
29177
|
"name": "context",
|
|
@@ -29166,7 +29182,7 @@
|
|
|
29166
29182
|
{
|
|
29167
29183
|
"name": "definition",
|
|
29168
29184
|
"type": {
|
|
29169
|
-
"text": "
|
|
29185
|
+
"text": "ProgressOptions"
|
|
29170
29186
|
}
|
|
29171
29187
|
}
|
|
29172
29188
|
]
|
|
@@ -29175,65 +29191,49 @@
|
|
|
29175
29191
|
"exports": [
|
|
29176
29192
|
{
|
|
29177
29193
|
"kind": "js",
|
|
29178
|
-
"name": "
|
|
29194
|
+
"name": "zeroProgressTemplate",
|
|
29179
29195
|
"declaration": {
|
|
29180
|
-
"name": "
|
|
29181
|
-
"module": "src/progress
|
|
29196
|
+
"name": "zeroProgressTemplate",
|
|
29197
|
+
"module": "src/progress/progress.template.ts"
|
|
29182
29198
|
}
|
|
29183
29199
|
}
|
|
29184
29200
|
]
|
|
29185
29201
|
},
|
|
29186
29202
|
{
|
|
29187
29203
|
"kind": "javascript-module",
|
|
29188
|
-
"path": "src/progress
|
|
29204
|
+
"path": "src/progress/progress.ts",
|
|
29189
29205
|
"declarations": [
|
|
29190
29206
|
{
|
|
29191
29207
|
"kind": "class",
|
|
29192
29208
|
"description": "",
|
|
29193
|
-
"name": "
|
|
29209
|
+
"name": "Progress",
|
|
29194
29210
|
"superclass": {
|
|
29195
|
-
"name": "
|
|
29211
|
+
"name": "FoundationProgress",
|
|
29196
29212
|
"package": "@genesislcap/foundation-ui"
|
|
29197
29213
|
},
|
|
29198
|
-
"tagName": "%%prefix%%-progress
|
|
29214
|
+
"tagName": "%%prefix%%-progress",
|
|
29199
29215
|
"customElement": true
|
|
29200
29216
|
},
|
|
29201
29217
|
{
|
|
29202
29218
|
"kind": "variable",
|
|
29203
|
-
"name": "
|
|
29204
|
-
"type": {
|
|
29205
|
-
"text": "object"
|
|
29206
|
-
},
|
|
29207
|
-
"default": "{\n indeterminateIndicator: `\n <svg class=\"progress\" part=\"progress\" viewBox=\"0 0 16 16\">\n <defs>\n <linearGradient id=\"linear\">\n <stop offset=\"0%\" stop-color=\"${PrimaryRapidColorHEX.purple}\"/>\n <stop offset=\"100%\" stop-color=\"${PrimaryRapidColorHEX.blue}\"/>\n </linearGradient>\n </defs>\n <circle class=\"background\" part=\"background\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n <circle class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n </svg>\n `,\n}"
|
|
29208
|
-
},
|
|
29209
|
-
{
|
|
29210
|
-
"kind": "variable",
|
|
29211
|
-
"name": "zeroProgressRing"
|
|
29219
|
+
"name": "zeroProgress"
|
|
29212
29220
|
}
|
|
29213
29221
|
],
|
|
29214
29222
|
"exports": [
|
|
29215
29223
|
{
|
|
29216
29224
|
"kind": "js",
|
|
29217
|
-
"name": "
|
|
29218
|
-
"declaration": {
|
|
29219
|
-
"name": "ProgressRing",
|
|
29220
|
-
"module": "src/progress-ring/progress-ring.ts"
|
|
29221
|
-
}
|
|
29222
|
-
},
|
|
29223
|
-
{
|
|
29224
|
-
"kind": "js",
|
|
29225
|
-
"name": "defaultZeroProgressRingConfig",
|
|
29225
|
+
"name": "Progress",
|
|
29226
29226
|
"declaration": {
|
|
29227
|
-
"name": "
|
|
29228
|
-
"module": "src/progress
|
|
29227
|
+
"name": "Progress",
|
|
29228
|
+
"module": "src/progress/progress.ts"
|
|
29229
29229
|
}
|
|
29230
29230
|
},
|
|
29231
29231
|
{
|
|
29232
29232
|
"kind": "js",
|
|
29233
|
-
"name": "
|
|
29233
|
+
"name": "zeroProgress",
|
|
29234
29234
|
"declaration": {
|
|
29235
|
-
"name": "
|
|
29236
|
-
"module": "src/progress
|
|
29235
|
+
"name": "zeroProgress",
|
|
29236
|
+
"module": "src/progress/progress.ts"
|
|
29237
29237
|
}
|
|
29238
29238
|
}
|
|
29239
29239
|
]
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -647,23 +647,23 @@ export declare const Optgroup: React.ForwardRefExoticComponent<
|
|
|
647
647
|
>;
|
|
648
648
|
export type OptgroupRef = OptgroupWC;
|
|
649
649
|
|
|
650
|
-
export declare const
|
|
650
|
+
export declare const ProgressRing: React.ForwardRefExoticComponent<
|
|
651
651
|
React.PropsWithChildren<
|
|
652
|
-
Omit<PublicOf<
|
|
652
|
+
Omit<PublicOf<ProgressRingWC>, 'children' | 'style'> &
|
|
653
653
|
HTMLWCProps & {
|
|
654
654
|
}
|
|
655
|
-
> & React.RefAttributes<
|
|
655
|
+
> & React.RefAttributes<ProgressRingWC>
|
|
656
656
|
>;
|
|
657
|
-
export type
|
|
657
|
+
export type ProgressRingRef = ProgressRingWC;
|
|
658
658
|
|
|
659
|
-
export declare const
|
|
659
|
+
export declare const Progress: React.ForwardRefExoticComponent<
|
|
660
660
|
React.PropsWithChildren<
|
|
661
|
-
Omit<PublicOf<
|
|
661
|
+
Omit<PublicOf<ProgressWC>, 'children' | 'style'> &
|
|
662
662
|
HTMLWCProps & {
|
|
663
663
|
}
|
|
664
|
-
> & React.RefAttributes<
|
|
664
|
+
> & React.RefAttributes<ProgressWC>
|
|
665
665
|
>;
|
|
666
|
-
export type
|
|
666
|
+
export type ProgressRef = ProgressWC;
|
|
667
667
|
|
|
668
668
|
export declare const Radio: React.ForwardRefExoticComponent<
|
|
669
669
|
React.PropsWithChildren<
|
package/dist/react.cjs
CHANGED
|
@@ -696,14 +696,14 @@ const Optgroup = React.forwardRef(function Optgroup(props, ref) {
|
|
|
696
696
|
return React.createElement(customElements.getName(OptgroupWC) ?? '%%prefix%%-optgroup', { ...rest, ref }, children);
|
|
697
697
|
});
|
|
698
698
|
|
|
699
|
-
const
|
|
699
|
+
const ProgressRing = React.forwardRef(function ProgressRing(props, ref) {
|
|
700
700
|
const { children, ...rest } = props;
|
|
701
|
-
return React.createElement(customElements.getName(
|
|
701
|
+
return React.createElement(customElements.getName(ProgressRingWC) ?? '%%prefix%%-progress-ring', { ...rest, ref }, children);
|
|
702
702
|
});
|
|
703
703
|
|
|
704
|
-
const
|
|
704
|
+
const Progress = React.forwardRef(function Progress(props, ref) {
|
|
705
705
|
const { children, ...rest } = props;
|
|
706
|
-
return React.createElement(customElements.getName(
|
|
706
|
+
return React.createElement(customElements.getName(ProgressWC) ?? '%%prefix%%-progress', { ...rest, ref }, children);
|
|
707
707
|
});
|
|
708
708
|
|
|
709
709
|
const Radio = React.forwardRef(function Radio(props, ref) {
|
|
@@ -1040,8 +1040,8 @@ module.exports = {
|
|
|
1040
1040
|
NotificationListener,
|
|
1041
1041
|
NumberField,
|
|
1042
1042
|
Optgroup,
|
|
1043
|
-
Progress,
|
|
1044
1043
|
ProgressRing,
|
|
1044
|
+
Progress,
|
|
1045
1045
|
Radio,
|
|
1046
1046
|
RadioGroup,
|
|
1047
1047
|
Scheduler,
|
package/dist/react.mjs
CHANGED
|
@@ -694,14 +694,14 @@ export const Optgroup = React.forwardRef(function Optgroup(props, ref) {
|
|
|
694
694
|
return React.createElement(customElements.getName(OptgroupWC) ?? '%%prefix%%-optgroup', { ...rest, ref }, children);
|
|
695
695
|
});
|
|
696
696
|
|
|
697
|
-
export const
|
|
697
|
+
export const ProgressRing = React.forwardRef(function ProgressRing(props, ref) {
|
|
698
698
|
const { children, ...rest } = props;
|
|
699
|
-
return React.createElement(customElements.getName(
|
|
699
|
+
return React.createElement(customElements.getName(ProgressRingWC) ?? '%%prefix%%-progress-ring', { ...rest, ref }, children);
|
|
700
700
|
});
|
|
701
701
|
|
|
702
|
-
export const
|
|
702
|
+
export const Progress = React.forwardRef(function Progress(props, ref) {
|
|
703
703
|
const { children, ...rest } = props;
|
|
704
|
-
return React.createElement(customElements.getName(
|
|
704
|
+
return React.createElement(customElements.getName(ProgressWC) ?? '%%prefix%%-progress', { ...rest, ref }, children);
|
|
705
705
|
});
|
|
706
706
|
|
|
707
707
|
export const Radio = React.forwardRef(function Radio(props, ref) {
|
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.472.0-GENC-1388.1",
|
|
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.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.
|
|
78
|
-
"@genesislcap/ts-builder": "14.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
80
|
-
"@genesislcap/vite-builder": "14.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.
|
|
76
|
+
"@genesislcap/genx": "14.472.0-GENC-1388.1",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.472.0-GENC-1388.1",
|
|
78
|
+
"@genesislcap/ts-builder": "14.472.0-GENC-1388.1",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.472.0-GENC-1388.1",
|
|
80
|
+
"@genesislcap/vite-builder": "14.472.0-GENC-1388.1",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.472.0-GENC-1388.1"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.472.0-GENC-1388.1",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.472.0-GENC-1388.1",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.472.0-GENC-1388.1",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.472.0-GENC-1388.1",
|
|
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": "d733a06000add274bedd6f35e68ef94efc211364"
|
|
115
115
|
}
|