From 4fa99c496f1bd71ff2ea6523653bdf45ac5b0ae0 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 8 Nov 2024 07:41:43 +0100 Subject: [PATCH] patternfly: Update to V3 and importmaps --- patternfly/index.html | 34 ++++++++++++++++++++++++++-------- patternfly/package.json | 6 +++--- 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/patternfly/index.html b/patternfly/index.html index 6f5c051..5f350d2 100644 --- a/patternfly/index.html +++ b/patternfly/index.html @@ -1,21 +1,39 @@ + PatternFly webcomponents example - - + + - - + +Do something! -

Alert

- -Success Alert message. - + diff --git a/patternfly/package.json b/patternfly/package.json index e15ca89..79c89c8 100644 --- a/patternfly/package.json +++ b/patternfly/package.json @@ -1,7 +1,7 @@ { - "name": "patternfly-webcomponents-demo", + "name": "patternfly-elements-demo", "version": "0.0.1", - "description": "PatternFly webcomponents demo", + "description": "PatternFly elements demo", "main": "index.js", "scripts": { "run": "python3 -m http.server -b localhost" @@ -9,6 +9,6 @@ "author": "Martin Pitt", "license": "ISC", "dependencies": { - "patternfly-webcomponents": "^0.3.0" + "@patternfly/elements": "^4.0.2" } } -- 2.39.5