@genesislcap/foundation-zero 14.209.1 → 14.209.2
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 +4 -4
- package/dist/dts/base-components.d.ts +28 -28
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/combobox/index.d.ts +1 -1
- package/dist/dts/combobox/index.d.ts.map +1 -1
- package/dist/esm/base-components.js +5 -6
- package/dist/esm/combobox/index.js +1 -1
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n
|
|
15
|
+
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -8817,7 +8817,7 @@
|
|
|
8817
8817
|
"name": "*",
|
|
8818
8818
|
"declaration": {
|
|
8819
8819
|
"name": "*",
|
|
8820
|
-
"package": "./combobox"
|
|
8820
|
+
"package": "./combobox.styles"
|
|
8821
8821
|
}
|
|
8822
8822
|
},
|
|
8823
8823
|
{
|
|
@@ -8825,7 +8825,7 @@
|
|
|
8825
8825
|
"name": "*",
|
|
8826
8826
|
"declaration": {
|
|
8827
8827
|
"name": "*",
|
|
8828
|
-
"package": "./combobox.
|
|
8828
|
+
"package": "./combobox.template"
|
|
8829
8829
|
}
|
|
8830
8830
|
},
|
|
8831
8831
|
{
|
|
@@ -8833,7 +8833,7 @@
|
|
|
8833
8833
|
"name": "*",
|
|
8834
8834
|
"declaration": {
|
|
8835
8835
|
"name": "*",
|
|
8836
|
-
"package": "./combobox
|
|
8836
|
+
"package": "./combobox"
|
|
8837
8837
|
}
|
|
8838
8838
|
}
|
|
8839
8839
|
]
|
|
@@ -18,8 +18,8 @@ export declare const baseComponents: {
|
|
|
18
18
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
19
19
|
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Banner, any>;
|
|
20
20
|
}, typeof import("./banner").Banner>;
|
|
21
|
-
zeroBreadcrumbItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").BreadcrumbItemOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").BreadcrumbItemOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
22
21
|
zeroBreadcrumb: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./breadcrumb").Breadcrumb>;
|
|
22
|
+
zeroBreadcrumbItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").BreadcrumbItemOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").BreadcrumbItemOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
23
23
|
zeroButton: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./button").Button>;
|
|
24
24
|
zeroCalendar: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./calendar").Calendar>;
|
|
25
25
|
zeroCard: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./card").Card>;
|
|
@@ -38,6 +38,17 @@ export declare const baseComponents: {
|
|
|
38
38
|
zeroCombobox: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./combobox").Combobox>;
|
|
39
39
|
zeroConnectionIndicator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./connection-indicator").ConnectionIndicator>;
|
|
40
40
|
zeroDataGrid: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./data-grid").DataGrid>;
|
|
41
|
+
zeroDatePicker: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
42
|
+
baseName: string;
|
|
43
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./date-picker").DatePicker, any>;
|
|
44
|
+
styles: () => import("@microsoft/fast-element").ElementStyles;
|
|
45
|
+
shadowOptions: ShadowRootInit;
|
|
46
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
47
|
+
baseName: string;
|
|
48
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./date-picker").DatePicker, any>;
|
|
49
|
+
styles: () => import("@microsoft/fast-element").ElementStyles;
|
|
50
|
+
shadowOptions: ShadowRootInit;
|
|
51
|
+
}, typeof import("./date-picker").DatePicker>;
|
|
41
52
|
zeroDesignSystemProvider: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
42
53
|
baseName: string;
|
|
43
54
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
@@ -58,20 +69,18 @@ export declare const baseComponents: {
|
|
|
58
69
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
59
70
|
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Dialog, any>;
|
|
60
71
|
}, typeof import("./dialog").Dialog>;
|
|
61
|
-
|
|
72
|
+
zeroDisclosure: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./disclosure").Disclosure>;
|
|
73
|
+
zeroDivider: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./divider").Divider>;
|
|
74
|
+
zeroDropdownMenu: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./dropdown-menu").DropdownMenu>;
|
|
75
|
+
zeroErrorBanner: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
62
76
|
baseName: string;
|
|
63
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("./
|
|
64
|
-
styles: () => import("@microsoft/fast-element").ElementStyles;
|
|
77
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
|
|
65
78
|
shadowOptions: ShadowRootInit;
|
|
66
79
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
67
80
|
baseName: string;
|
|
68
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("./
|
|
69
|
-
styles: () => import("@microsoft/fast-element").ElementStyles;
|
|
81
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
|
|
70
82
|
shadowOptions: ShadowRootInit;
|
|
71
|
-
}, typeof import("./
|
|
72
|
-
zeroDisclosure: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./disclosure").Disclosure>;
|
|
73
|
-
zeroDivider: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./divider").Divider>;
|
|
74
|
-
zeroDropdownMenu: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./dropdown-menu").DropdownMenu>;
|
|
83
|
+
}, typeof import("./error-banner").ErrorBanner>;
|
|
75
84
|
zeroErrorBoundary: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
76
85
|
baseName: string;
|
|
77
86
|
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").ErrorBoundary, any>;
|
|
@@ -81,24 +90,6 @@ export declare const baseComponents: {
|
|
|
81
90
|
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").ErrorBoundary, any>;
|
|
82
91
|
shadowOptions: ShadowRootInit;
|
|
83
92
|
}, typeof import("./error-boundary").ErrorBoundary>;
|
|
84
|
-
zeroNotificationListener: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
85
|
-
baseName: string;
|
|
86
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
|
|
87
|
-
shadowOptions: ShadowRootInit;
|
|
88
|
-
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
89
|
-
baseName: string;
|
|
90
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
|
|
91
|
-
shadowOptions: ShadowRootInit;
|
|
92
|
-
}, typeof import("./notification-listener").NotificationListener>;
|
|
93
|
-
zeroErrorBanner: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
94
|
-
baseName: string;
|
|
95
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
|
|
96
|
-
shadowOptions: ShadowRootInit;
|
|
97
|
-
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
98
|
-
baseName: string;
|
|
99
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
|
|
100
|
-
shadowOptions: ShadowRootInit;
|
|
101
|
-
}, typeof import("./error-banner").ErrorBanner>;
|
|
102
93
|
zeroErrorDialog: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
103
94
|
baseName: string;
|
|
104
95
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
@@ -202,6 +193,15 @@ export declare const baseComponents: {
|
|
|
202
193
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
203
194
|
shadowOptions: ShadowRootInit;
|
|
204
195
|
}, typeof import("./multiselect").Multiselect>;
|
|
196
|
+
zeroNotificationListener: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
197
|
+
baseName: string;
|
|
198
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
|
|
199
|
+
shadowOptions: ShadowRootInit;
|
|
200
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
201
|
+
baseName: string;
|
|
202
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
|
|
203
|
+
shadowOptions: ShadowRootInit;
|
|
204
|
+
}, typeof import("./notification-listener").NotificationListener>;
|
|
205
205
|
zeroNumberField: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./number-field").NumberField>;
|
|
206
206
|
zeroProgress: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./progress").Progress>;
|
|
207
207
|
zeroProgressRing: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").ProgressRingOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").ProgressRingOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA4E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/combobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/combobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC"}
|
|
@@ -49,8 +49,7 @@ import { zeroProgress } from './progress';
|
|
|
49
49
|
import { zeroProgressRing } from './progress-ring';
|
|
50
50
|
import { zeroRadio } from './radio';
|
|
51
51
|
import { zeroRadioGroup } from './radio-group';
|
|
52
|
-
import { zeroSearchBar } from './search-bar';
|
|
53
|
-
import { zeroSearchBarCombobox } from './search-bar';
|
|
52
|
+
import { zeroSearchBar, zeroSearchBarCombobox } from './search-bar';
|
|
54
53
|
import { zeroSegmentedControl } from './segmented-control';
|
|
55
54
|
import { zeroSegmentedItem } from './segmented-item';
|
|
56
55
|
import { zeroSelect } from './select';
|
|
@@ -83,8 +82,8 @@ export const baseComponents = {
|
|
|
83
82
|
zeroAvatar,
|
|
84
83
|
zeroBadge,
|
|
85
84
|
zeroBanner,
|
|
86
|
-
zeroBreadcrumbItem,
|
|
87
85
|
zeroBreadcrumb,
|
|
86
|
+
zeroBreadcrumbItem,
|
|
88
87
|
zeroButton,
|
|
89
88
|
zeroCalendar,
|
|
90
89
|
zeroCard,
|
|
@@ -93,15 +92,14 @@ export const baseComponents = {
|
|
|
93
92
|
zeroCombobox,
|
|
94
93
|
zeroConnectionIndicator,
|
|
95
94
|
zeroDataGrid,
|
|
95
|
+
zeroDatePicker,
|
|
96
96
|
zeroDesignSystemProvider,
|
|
97
97
|
zeroDialog,
|
|
98
|
-
zeroDatePicker,
|
|
99
98
|
zeroDisclosure,
|
|
100
99
|
zeroDivider,
|
|
101
100
|
zeroDropdownMenu,
|
|
102
|
-
zeroErrorBoundary,
|
|
103
|
-
zeroNotificationListener,
|
|
104
101
|
zeroErrorBanner,
|
|
102
|
+
zeroErrorBoundary,
|
|
105
103
|
zeroErrorDialog,
|
|
106
104
|
zeroFileUpload,
|
|
107
105
|
zeroFilter,
|
|
@@ -119,6 +117,7 @@ export const baseComponents = {
|
|
|
119
117
|
zeroMenuItem,
|
|
120
118
|
zeroModal,
|
|
121
119
|
zeroMultiselect,
|
|
120
|
+
zeroNotificationListener,
|
|
122
121
|
zeroNumberField,
|
|
123
122
|
zeroProgress,
|
|
124
123
|
zeroProgressRing,
|
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.209.
|
|
4
|
+
"version": "14.209.2",
|
|
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.209.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.209.
|
|
80
|
-
"@genesislcap/ts-builder": "14.209.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.209.
|
|
82
|
-
"@genesislcap/vite-builder": "14.209.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.209.
|
|
78
|
+
"@genesislcap/genx": "14.209.2",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.209.2",
|
|
80
|
+
"@genesislcap/ts-builder": "14.209.2",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.209.2",
|
|
82
|
+
"@genesislcap/vite-builder": "14.209.2",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.209.2",
|
|
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.209.
|
|
102
|
-
"@genesislcap/foundation-logger": "14.209.
|
|
103
|
-
"@genesislcap/foundation-ui": "14.209.
|
|
104
|
-
"@genesislcap/foundation-utils": "14.209.
|
|
101
|
+
"@genesislcap/foundation-comms": "14.209.2",
|
|
102
|
+
"@genesislcap/foundation-logger": "14.209.2",
|
|
103
|
+
"@genesislcap/foundation-ui": "14.209.2",
|
|
104
|
+
"@genesislcap/foundation-utils": "14.209.2",
|
|
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": "9e149828b0e6b26f51d6cb2086f9ea349a2a23b0"
|
|
122
122
|
}
|