@genesislcap/foundation-zero 13.4.1 → 13.5.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class SegmentedControl extends
|
|
1
|
+
import { SegmentedControl as FoundationSegmentedControl } from '@genesislcap/foundation-ui';
|
|
2
|
+
export declare class SegmentedControl extends FoundationSegmentedControl {
|
|
3
3
|
}
|
|
4
4
|
export declare const zeroSegmentedControlShadowOptions: ShadowRootInit;
|
|
5
5
|
export declare const defaultSegmentedControlConfig: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"segmented-control.d.ts","sourceRoot":"","sources":["../../../src/segmented-control/segmented-control.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"segmented-control.d.ts","sourceRoot":"","sources":["../../../src/segmented-control/segmented-control.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,IAAI,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AAI5F,qBAAa,gBAAiB,SAAQ,0BAA0B;CAAG;AAGnE,eAAO,MAAM,iCAAiC,EAAE,cAA0B,CAAC;AAE3E,eAAO,MAAM,6BAA6B,IAAK,CAAC;AAShD,eAAO,MAAM,oBAAoB,gUAM/B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SegmentedControl as FoundationSegmentedControl } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { zeroSegmentedControlStyles as styles } from './segmented-control.styles';
|
|
3
3
|
import { zeroSegmentedControlTemplate as template } from './segmented-control.template';
|
|
4
|
-
export class SegmentedControl extends
|
|
4
|
+
export class SegmentedControl extends FoundationSegmentedControl {
|
|
5
5
|
}
|
|
6
6
|
export const zeroSegmentedControlShadowOptions = undefined;
|
|
7
7
|
export const defaultSegmentedControlConfig = {};
|
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": "13.
|
|
4
|
+
"version": "13.5.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"webpack-merge": "^5.7.3"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@genesislcap/foundation-comms": "^13.
|
|
99
|
-
"@genesislcap/foundation-ui": "^13.
|
|
100
|
-
"@genesislcap/foundation-utils": "^13.
|
|
98
|
+
"@genesislcap/foundation-comms": "^13.5.0",
|
|
99
|
+
"@genesislcap/foundation-ui": "^13.5.0",
|
|
100
|
+
"@genesislcap/foundation-utils": "^13.5.0",
|
|
101
101
|
"@microsoft/fast-colors": "^5.1.4",
|
|
102
102
|
"@microsoft/fast-components": "^2.21.3",
|
|
103
103
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"publishConfig": {
|
|
110
110
|
"access": "public"
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "504f19a2acb7b786341393bad782257832ca78e8"
|
|
113
113
|
}
|