diff --git a/.prettierrc b/.prettierrc
index b82d3df5a..c40391d71 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,4 +1,5 @@
{
"singleQuote": false,
- "endOfLine": "lf"
+ "endOfLine": "lf",
+ "plugins": ["prettier-plugin-svelte"]
}
diff --git a/apps/react-demo/src/app/app.tsx b/apps/react-demo/src/app/app.tsx
index 56689fda3..7c916fe49 100644
--- a/apps/react-demo/src/app/app.tsx
+++ b/apps/react-demo/src/app/app.tsx
@@ -1,6 +1,7 @@
import {
GoAAppFooter,
GoAAppHeader,
+ GoAAppHeaderMenu,
GoAMicrositeHeader,
GoASideMenu,
GoASideMenuGroup,
@@ -14,7 +15,15 @@ export default function App() {
header={
<>
-
+
+ Support
+
+ Cases
+ Payments
+ Outstanding
+
+ Sign in
+
>
}
footer={}
diff --git a/apps/react-demo/src/routes/appHeader.tsx b/apps/react-demo/src/routes/appHeader.tsx
index 26eac2e37..cfe6a97f8 100644
--- a/apps/react-demo/src/routes/appHeader.tsx
+++ b/apps/react-demo/src/routes/appHeader.tsx
@@ -21,17 +21,6 @@ export default function AppHeader() {
heading="Ticket and Fine Payments"
>
About Us
-
- Seniors
- Family
-
- Children with a really realllllllllllllllllly long text
-
-
-
- Settings
- Preferences
-
Login
diff --git a/libs/web-components/package-lock.json b/libs/web-components/package-lock.json
index 9f164ab57..9f9190020 100644
--- a/libs/web-components/package-lock.json
+++ b/libs/web-components/package-lock.json
@@ -91,6 +91,12 @@
"regenerator-runtime": "^0.13.4"
}
},
+ "@csstools/postcss-global-data": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-global-data/-/postcss-global-data-2.1.0.tgz",
+ "integrity": "sha512-n8SoAaapXATQ/fI8c0GVM+VNfvpNo6fN/79GGTjqatEG8bZNh72b2r+KKLVMcQHvRKjDlXxzurxnf6L5nsxDGA==",
+ "dev": true
+ },
"@gar/promisify": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz",
diff --git a/libs/web-components/package.json b/libs/web-components/package.json
index 2b01d98d0..9aecbefdb 100644
--- a/libs/web-components/package.json
+++ b/libs/web-components/package.json
@@ -29,6 +29,7 @@
"directory": "libs/web-components"
},
"devDependencies": {
+ "@csstools/postcss-global-data": "^2.1.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.0.0",
diff --git a/libs/web-components/playground/public/index.html b/libs/web-components/playground/public/index.html
index 85d5f8710..903f8eda2 100644
--- a/libs/web-components/playground/public/index.html
+++ b/libs/web-components/playground/public/index.html
@@ -1,22 +1,25 @@
-
+
+
+
+
-
-
-
+ DIO Components
- DIO Components
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
\ No newline at end of file
+
+