@genesislcap/foundation-zero 14.329.1 → 14.330.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.
|
@@ -313,12 +313,12 @@ export declare const baseComponents: {
|
|
|
313
313
|
baseName: string;
|
|
314
314
|
shadowOptions: ShadowRootInit;
|
|
315
315
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
316
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").
|
|
316
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Icon, any>;
|
|
317
317
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
318
318
|
baseName: string;
|
|
319
319
|
shadowOptions: ShadowRootInit;
|
|
320
320
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
321
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").
|
|
321
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Icon, any>;
|
|
322
322
|
}, typeof import("./toast").Toast>;
|
|
323
323
|
zeroToolbar: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./toolbar").Toolbar>;
|
|
324
324
|
zeroTooltip: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tooltip").Tooltip>;
|
|
@@ -17,11 +17,11 @@ export declare const zeroToast: (overrideDefinition?: import("@microsoft/fast-fo
|
|
|
17
17
|
baseName: string;
|
|
18
18
|
shadowOptions: ShadowRootInit;
|
|
19
19
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
20
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
20
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Icon, any>;
|
|
21
21
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
22
22
|
baseName: string;
|
|
23
23
|
shadowOptions: ShadowRootInit;
|
|
24
24
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
25
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
25
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Icon, any>;
|
|
26
26
|
}, typeof Toast>;
|
|
27
27
|
//# sourceMappingURL=toast.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.styles.d.ts","sourceRoot":"","sources":["../../../src/toast/toast.styles.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"toast.styles.d.ts","sourceRoot":"","sources":["../../../src/toast/toast.styles.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,eAAe,iDA2B3B,CAAC"}
|
|
@@ -26,7 +26,8 @@ export const zeroToastStyles = css `
|
|
|
26
26
|
background-color: ${warningYellowWebRGBA(1)};
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
:host([notify='serious']) .toast::after
|
|
29
|
+
:host([notify='serious']) .toast::after,
|
|
30
|
+
:host([notify='error']) .toast::after {
|
|
30
31
|
background-color: ${secondaryOrangeWebRGBA(1)};
|
|
31
32
|
}
|
|
32
33
|
`;
|
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.330.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.
|
|
76
|
-
"@genesislcap/ts-builder": "14.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
78
|
-
"@genesislcap/vite-builder": "14.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.
|
|
74
|
+
"@genesislcap/genx": "14.330.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.330.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.330.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.330.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.330.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.330.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.330.0",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.330.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.330.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.330.0",
|
|
86
86
|
"@microsoft/fast-colors": "5.3.1",
|
|
87
87
|
"@microsoft/fast-components": "2.30.6",
|
|
88
88
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "f6f09dc864888890f952e2208aa606e01eea5bce"
|
|
102
102
|
}
|