diff --git a/CHANGELOG.md b/CHANGELOG.md index cf947df..d50b946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.4...v1.3.5) (2022-12-22) + + +### Bug Fixes + +* update demos and bump dependencies ([5d01ba8](https://github.com/CoCreate-app/CoCreate-css-parser/commit/5d01ba85eb04f672b7bb931e4e597b7c8639e5c7)) + ## [1.3.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.3...v1.3.4) (2022-12-21) diff --git a/demo/atomic-css.html b/demo/atomic-css.html index ce1f4a1..f362c24 100644 --- a/demo/atomic-css.html +++ b/demo/atomic-css.html @@ -721,7 +721,6 @@

cursor
-

Demo

@@ -729,62 +728,33 @@

Demo

-
-
- - - - - - - -
- -
- -
- -
-
-
-
-
- -
- -
- -
-
-
- + +
+ +
+ +
+
+ +
+
+
+ +
+ + + + + +
+ +
+
- - - + diff --git a/demo/index.html b/demo/index.html index f93a8af..8d6bfa4 100644 --- a/demo/index.html +++ b/demo/index.html @@ -12,13 +12,6 @@ - diff --git a/demo/test.1.html b/demo/test.1.html index 94159f1..6016b36 100644 --- a/demo/test.1.html +++ b/demo/test.1.html @@ -10,7 +10,7 @@ - + @@ -29,18 +29,9 @@

hello how are you

Toggle Darkmode - - - - - + \ No newline at end of file diff --git a/demo/test.html b/demo/test.html index c41c564..795122b 100644 --- a/demo/test.html +++ b/demo/test.html @@ -10,8 +10,7 @@ - - + @@ -235,18 +234,9 @@

SPREAD THE WORD!

- - - - + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 8bf8d96..6b2c48d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -738,50 +738,28 @@

Demo

-
-
- - - - - - - -
- -
- -
- -
-
-
-
-
- -
- -
- -
-
-
- + +
+ +
+ +
+
+ +
+
+
+ +
+ + + + + +
+ +
+
diff --git a/package.json b/package.json index da45b24..8c9776c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.3.4", + "version": "1.3.5", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -60,9 +60,9 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.16.18", - "@cocreate/docs": "^1.4.21", - "@cocreate/hosting": "^1.6.22", - "@cocreate/observer": "^1.5.43" + "@cocreate/crud-client": "^1.16.19", + "@cocreate/docs": "^1.4.22", + "@cocreate/hosting": "^1.6.23", + "@cocreate/observer": "^1.5.44" } } diff --git a/webpack.config.js b/webpack.config.js index bb1c975..ce303c5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,7 +15,6 @@ module.exports = { libraryExport: "default", library: ["CoCreate", "css-parser"], globalObject: "this", - // publicPath: 'https://server.cocreate.app/CoCreateJS/dist/' }, plugins: [