@qhealth-design-system/core 1.22.1 → 1.22.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/.storybook/globals.js
CHANGED
|
@@ -40,7 +40,7 @@ export const dummyLink = "https://www.google.com";
|
|
|
40
40
|
// Served locally from .storybook/assets (a staticDir) so Chromatic snapshots
|
|
41
41
|
// are deterministic — an external image URL loads intermittently at capture
|
|
42
42
|
// time, making the image flicker in/out between builds.
|
|
43
|
-
export const dummyImageLink = "
|
|
43
|
+
export const dummyImageLink = "Culex_annulirostris_female2.jpg";
|
|
44
44
|
|
|
45
45
|
// Path to the icon sprite, relative to the Storybook preview iframe. Used for
|
|
46
46
|
// <use href> references and the coreSiteIcons metadata across stories.
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@ const footerArgs = {
|
|
|
20
20
|
// Served locally from .storybook/assets (a staticDir) so Chromatic snapshots
|
|
21
21
|
// are deterministic — an external logo URL loads intermittently at capture
|
|
22
22
|
// time, making the SVG flicker in/out between builds.
|
|
23
|
-
asset_url: "
|
|
23
|
+
asset_url: "coa-delivering-for-qld-mono-blue-mini-lockup.svg",
|
|
24
24
|
},
|
|
25
25
|
|
|
26
26
|
footerLinks: [
|
|
@@ -187,7 +187,7 @@ export const Dark = {
|
|
|
187
187
|
args: {
|
|
188
188
|
footerStyle: "qld__footer--dark",
|
|
189
189
|
footerLogo: {
|
|
190
|
-
asset_url: "
|
|
190
|
+
asset_url: "coa-delivering-for-qld-mono-white-mini-lockup.svg",
|
|
191
191
|
},
|
|
192
192
|
},
|
|
193
193
|
};
|
|
@@ -195,7 +195,7 @@ export const DarkAlt = {
|
|
|
195
195
|
args: {
|
|
196
196
|
footerStyle: "qld__footer--dark-alt",
|
|
197
197
|
footerLogo: {
|
|
198
|
-
asset_url: "
|
|
198
|
+
asset_url: "coa-delivering-for-qld-mono-white-mini-lockup.svg",
|
|
199
199
|
},
|
|
200
200
|
},
|
|
201
201
|
};
|
|
@@ -79,7 +79,7 @@ export const headerArgs = {
|
|
|
79
79
|
// Served locally from .storybook/assets (a staticDir) so Chromatic snapshots
|
|
80
80
|
// are deterministic — an external logo URL loads intermittently at capture
|
|
81
81
|
// time, making the image flicker in/out between builds.
|
|
82
|
-
sitePreHeaderLogo: "
|
|
82
|
+
sitePreHeaderLogo: "CoA-Black-Mobile.svg",
|
|
83
83
|
siteLogoUrl: "https://www.qld.gov.au/",
|
|
84
84
|
siteLogo: "",
|
|
85
85
|
siteShowLogo: "yes",
|
|
@@ -71,7 +71,7 @@ const promoPanelArgs = {
|
|
|
71
71
|
// Served locally from .storybook/assets (a staticDir) so Chromatic snapshots
|
|
72
72
|
// are deterministic — an external image URL loads intermittently at capture
|
|
73
73
|
// time, making the image flicker in/out between builds.
|
|
74
|
-
promoImage: "
|
|
74
|
+
promoImage: "Woorabinda.jpg",
|
|
75
75
|
bodyBackground: "qld__body--light",
|
|
76
76
|
imageAlignment: "qld__promo-panel--image-left",
|
|
77
77
|
promoPanelIcon: "zoom",
|