@operato/chart 8.0.0-beta.1 → 8.0.0-beta.4

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/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.0.0-beta.4](https://github.com/hatiolab/operato/compare/v8.0.0-beta.3...v8.0.0-beta.4) (2025-01-09)
7
+
8
+ **Note:** Version bump only for package @operato/chart
9
+
10
+
11
+
12
+
13
+
14
+ ## [8.0.0-beta.2](https://github.com/hatiolab/operato/compare/v8.0.0-beta.1...v8.0.0-beta.2) (2025-01-08)
15
+
16
+
17
+ ### :bug: Bug Fix
18
+
19
+ * typo .npmignore ([d9c0c8c](https://github.com/hatiolab/operato/commit/d9c0c8c79abc688c3c2cfb6c37fcb689483a5977))
20
+
21
+
22
+
6
23
  ## [8.0.0-beta.1](https://github.com/hatiolab/operato/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2025-01-08)
7
24
 
8
25
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/chart",
3
3
  "description": "Webcomponents for chart following open-wc recommendations",
4
4
  "author": "heartyoh@hatiolab.com",
5
- "version": "8.0.0-beta.1",
5
+ "version": "8.0.0-beta.4",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "types": "src/types.d.ts",
@@ -72,10 +72,10 @@
72
72
  "dependencies": {
73
73
  "@ctrl/tinycolor": "^4.1.0",
74
74
  "@material/web": "^2.0.0",
75
- "@operato/input": "^8.0.0-beta.1",
76
- "@operato/property-editor": "^8.0.0-beta.1",
77
- "@operato/styles": "^8.0.0-beta.1",
78
- "@operato/utils": "^8.0.0-beta.1",
75
+ "@operato/input": "^8.0.0-beta.2",
76
+ "@operato/property-editor": "^8.0.0-beta.4",
77
+ "@operato/styles": "^8.0.0-beta.2",
78
+ "@operato/utils": "^8.0.0-beta.2",
79
79
  "d3": "^7.8.5",
80
80
  "lit": "^3.1.2",
81
81
  "lodash-es": "^4.17.21",
@@ -119,5 +119,5 @@
119
119
  "prettier --write"
120
120
  ]
121
121
  },
122
- "gitHead": "d5b28a2e9deb632c0dc80132f6a7196dd6fe4220"
122
+ "gitHead": "51d4fc847a2e114f490d1700b025e4a7d7af062b"
123
123
  }
package/demo/index.html DELETED
@@ -1,33 +0,0 @@
1
- <!doctype html>
2
- <html lang="en-GB">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
6
- <style>
7
- body {
8
- background: #fafafa;
9
- }
10
-
11
- a {
12
- display: block;
13
- }
14
- </style>
15
- <link href="/themes/app-theme.css" rel="stylesheet" />
16
- <link href="/themes/input-theme.css" rel="stylesheet" />
17
- <link
18
- href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
19
- rel="stylesheet"
20
- />
21
- <link
22
- href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
23
- rel="stylesheet"
24
- />
25
- <link
26
- href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
27
- rel="stylesheet"
28
- />
29
- </head>
30
- <body>
31
- <a href="./index-select.html">select</a>
32
- </body>
33
- </html>