@genesislcap/foundation-zero 14.329.0-notifications-icon.2 → 14.329.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.
@@ -36729,7 +36729,7 @@
36729
36729
  {
36730
36730
  "kind": "variable",
36731
36731
  "name": "zeroToastStyles",
36732
- "default": "css`\n ${foundationToastStyles}\n .toast {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer3};\n background-color: ${neutralLayer1};\n }\n\n .toast::after {\n background-color: ${primaryBlueWebRGBA(1)};\n }\n\n :host([notify='warning']) .toast::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n\n :host([notify='success']) .toast::after {\n background-color: ${secondaryTealWebRGBA(1)};\n }\n\n :host([notify='critical']) .toast::after {\n background-color: ${warningYellowWebRGBA(1)};\n }\n\n :host([notify='serious']) .toast::after {\n background-color: ${secondaryOrangeWebRGBA(1)};\n }\n\n :host([notify='warning']) .toast-icon {\n color: ${chartPinkWebRGBA(1)};\n }\n\n :host([notify='success']) .toast-icon {\n color: ${secondaryTealWebRGBA(1)};\n }\n\n :host([notify='serious']) .toast-icon {\n color: ${secondaryOrangeWebRGBA(1)};\n }\n\n :host([notify='critical']) .toast-icon {\n color: ${warningYellowWebRGBA(1)};\n }\n`"
36732
+ "default": "css`\n ${foundationToastStyles}\n .toast {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer3};\n background-color: ${neutralLayer1};\n }\n\n .toast::after {\n background-color: ${primaryBlueWebRGBA(1)};\n }\n\n :host([notify='warning']) .toast::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n\n :host([notify='success']) .toast::after {\n background-color: ${secondaryTealWebRGBA(1)};\n }\n\n :host([notify='critical']) .toast::after {\n background-color: ${warningYellowWebRGBA(1)};\n }\n\n :host([notify='serious']) .toast::after {\n background-color: ${secondaryOrangeWebRGBA(1)};\n }\n`"
36733
36733
  }
36734
36734
  ],
36735
36735
  "exports": [
@@ -1 +1 @@
1
- {"version":3,"file":"toast.styles.d.ts","sourceRoot":"","sources":["../../../src/toast/toast.styles.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,eAAe,iDA0C3B,CAAC"}
1
+ {"version":3,"file":"toast.styles.d.ts","sourceRoot":"","sources":["../../../src/toast/toast.styles.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,eAAe,iDA0B3B,CAAC"}
@@ -29,20 +29,4 @@ export const zeroToastStyles = css `
29
29
  :host([notify='serious']) .toast::after {
30
30
  background-color: ${secondaryOrangeWebRGBA(1)};
31
31
  }
32
-
33
- :host([notify='warning']) .toast-icon {
34
- color: ${chartPinkWebRGBA(1)};
35
- }
36
-
37
- :host([notify='success']) .toast-icon {
38
- color: ${secondaryTealWebRGBA(1)};
39
- }
40
-
41
- :host([notify='serious']) .toast-icon {
42
- color: ${secondaryOrangeWebRGBA(1)};
43
- }
44
-
45
- :host([notify='critical']) .toast-icon {
46
- color: ${warningYellowWebRGBA(1)};
47
- }
48
32
  `;
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.329.0-notifications-icon.2",
4
+ "version": "14.329.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.329.0-notifications-icon.2",
75
- "@genesislcap/rollup-builder": "14.329.0-notifications-icon.2",
76
- "@genesislcap/ts-builder": "14.329.0-notifications-icon.2",
77
- "@genesislcap/uvu-playwright-builder": "14.329.0-notifications-icon.2",
78
- "@genesislcap/vite-builder": "14.329.0-notifications-icon.2",
79
- "@genesislcap/webpack-builder": "14.329.0-notifications-icon.2"
74
+ "@genesislcap/genx": "14.329.0",
75
+ "@genesislcap/rollup-builder": "14.329.0",
76
+ "@genesislcap/ts-builder": "14.329.0",
77
+ "@genesislcap/uvu-playwright-builder": "14.329.0",
78
+ "@genesislcap/vite-builder": "14.329.0",
79
+ "@genesislcap/webpack-builder": "14.329.0"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.329.0-notifications-icon.2",
83
- "@genesislcap/foundation-logger": "14.329.0-notifications-icon.2",
84
- "@genesislcap/foundation-ui": "14.329.0-notifications-icon.2",
85
- "@genesislcap/foundation-utils": "14.329.0-notifications-icon.2",
82
+ "@genesislcap/foundation-comms": "14.329.0",
83
+ "@genesislcap/foundation-logger": "14.329.0",
84
+ "@genesislcap/foundation-ui": "14.329.0",
85
+ "@genesislcap/foundation-utils": "14.329.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": "d40801bd2aa1571f1b118511c5437c2267b6e211"
101
+ "gitHead": "b3e477f5cd4531384935f255ac3ab9aab22ed77c"
102
102
  }