@luzmo/analytics-components-kit 1.0.1-alpha.0 → 1.0.1-alpha.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @luzmo/analytics-components-kit v1.0.1-alpha.0
2
+ * @luzmo/analytics-components-kit v1.0.1-alpha.2
3
3
  * A modern Web Component for Luzmo dashboards in your web application.
4
4
  *
5
5
  * Copyright © 2024 Luzmo
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @luzmo/analytics-components-kit v1.0.1-alpha.0
2
+ * @luzmo/analytics-components-kit v1.0.1-alpha.2
3
3
  * A modern Web Component for Luzmo dashboards in your web application.
4
4
  *
5
5
  * Copyright © 2024 Luzmo
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @luzmo/analytics-components-kit v1.0.1-alpha.0
2
+ * @luzmo/analytics-components-kit v1.0.1-alpha.2
3
3
  * A modern Web Component for Luzmo dashboards in your web application.
4
4
  *
5
5
  * Copyright © 2024 Luzmo
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @luzmo/analytics-components-kit v1.0.1-alpha.0
2
+ * @luzmo/analytics-components-kit v1.0.1-alpha.2
3
3
  * A modern Web Component for Luzmo dashboards in your web application.
4
4
  *
5
5
  * Copyright © 2024 Luzmo
package/package.json CHANGED
@@ -1,34 +1,27 @@
1
1
  {
2
2
  "name": "@luzmo/analytics-components-kit",
3
- "version": "1.0.1-alpha.0",
4
- "author": "Luzmo",
3
+ "version": "1.0.1-alpha.2",
5
4
  "type": "module",
6
- "main": "dist/index.js",
7
- "module": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
- "publishConfig": {
10
- "access": "public",
11
- "registry": "https://registry.npmjs.org/"
12
- },
13
- "files": [
14
- "dist",
15
- "LICENSE",
16
- "README.md"
17
- ],
18
- "scripts": {
19
- "clean": "rimraf dist",
20
- "prebuild": "npm run clean",
21
- "build": "webpack --mode=production",
22
- "build:dev": "webpack --mode=development",
23
- "dev": "WEBPACK_WATCH=true webpack --mode=development --watch",
24
- "analyze": "webpack --mode=production --analyze",
25
- "prepublishOnly": "npm run build",
26
- "postbuild": "node scripts/organize-dist.js",
27
- "postbuild:dev": "node scripts/organize-dist.js",
28
- "lint": "eslint 'src/**/*.{js,ts}'",
29
- "lint:fix": "eslint 'src/**/*.{js,ts}' --fix",
30
- "release:alpha": "npm version prerelease --preid=alpha",
31
- "publish:alpha": "npm run release:alpha && npm publish --tag alpha"
5
+ "main": "./index.js",
6
+ "module": "./index.js",
7
+ "types": "./index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./index.d.ts",
11
+ "default": "./index.js"
12
+ },
13
+ "./edit-option-picker": {
14
+ "types": "./edit-option-picker/index.d.ts",
15
+ "default": "./edit-option-picker/index.js"
16
+ },
17
+ "./edit-option-slider": {
18
+ "types": "./edit-option-slider/index.d.ts",
19
+ "default": "./edit-option-slider/index.js"
20
+ },
21
+ "./edit-option-toggle": {
22
+ "types": "./edit-option-toggle/index.d.ts",
23
+ "default": "./edit-option-toggle/index.js"
24
+ }
32
25
  },
33
26
  "dependencies": {
34
27
  "@ctrl/tinycolor": "^4.1.0",
@@ -38,39 +31,5 @@
38
31
  "lit": "^3.2.1",
39
32
  "nouislider": "^15.8.1",
40
33
  "tslib": "^2.8.1"
41
- },
42
- "devDependencies": {
43
- "@types/node": "^22.10.1",
44
- "@typescript-eslint/eslint-plugin": "^8.17.0",
45
- "@typescript-eslint/parser": "^8.17.0",
46
- "clean-webpack-plugin": "^4.0.0",
47
- "copy-webpack-plugin": "^12.0.2",
48
- "css-loader": "^7.1.2",
49
- "css-minimizer-webpack-plugin": "^7.0.0",
50
- "eslint": "^9.16.0",
51
- "eslint-import-resolver-typescript": "^3.7.0",
52
- "eslint-plugin-import": "^2.31.0",
53
- "eslint-plugin-jsdoc": "^50.6.1",
54
- "eslint-plugin-lit": "^1.15.0",
55
- "eslint-plugin-unicorn": "^56.0.1",
56
- "eslint-plugin-wc": "^2.2.0",
57
- "extract-loader": "^5.1.0",
58
- "fast-glob": "^3.3.2",
59
- "fs-extra": "^11.2.0",
60
- "lit-scss-loader": "^2.0.1",
61
- "rimraf": "^6.0.1",
62
- "sass": "^1.69.5",
63
- "sass-loader": "^16.0.4",
64
- "string-replace-loader": "^3.1.0",
65
- "style-loader": "^4.0.0",
66
- "terser-webpack-plugin": "^5.3.10",
67
- "ts-loader": "^9.5.1",
68
- "typescript": "^5.7.2",
69
- "typescript-eslint": "^8.17.0",
70
- "webpack": "^5.89.0",
71
- "webpack-bundle-analyzer": "^4.10.2",
72
- "webpack-cli": "^5.1.4",
73
- "webpack-dev-server": "^5.2.0",
74
- "webpack-hot-middleware": "^2.26.1"
75
34
  }
76
- }
35
+ }
package/LICENSE DELETED
@@ -1,18 +0,0 @@
1
- A modern Web Component for Luzmo dashboards in your web application.
2
-
3
- Copyright © 2024 Luzmo
4
- All rights reserved.
5
- Luzmo edit components (“Luzmo Edit Web Components”)
6
- must be used according to the Luzmo Terms of Service.
7
- This license allows users with a current active Luzmo account
8
- to use the Luzmo Dashboard Web Component. This license terminates
9
- automatically if a user no longer has an active Luzmo account.
10
- Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
11
-
12
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
- SOFTWARE.
package/README.md DELETED
@@ -1 +0,0 @@
1
- Luzmo Edit web components
package/dist/package.json DELETED
@@ -1,35 +0,0 @@
1
- {
2
- "name": "@luzmo/analytics-components-kit",
3
- "version": "1.0.1-alpha.0",
4
- "type": "module",
5
- "main": "./index.js",
6
- "module": "./index.js",
7
- "types": "./index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./index.d.ts",
11
- "default": "./index.js"
12
- },
13
- "./edit-option-picker": {
14
- "types": "./edit-option-picker/index.d.ts",
15
- "default": "./edit-option-picker/index.js"
16
- },
17
- "./edit-option-slider": {
18
- "types": "./edit-option-slider/index.d.ts",
19
- "default": "./edit-option-slider/index.js"
20
- },
21
- "./edit-option-toggle": {
22
- "types": "./edit-option-toggle/index.d.ts",
23
- "default": "./edit-option-toggle/index.js"
24
- }
25
- },
26
- "dependencies": {
27
- "@ctrl/tinycolor": "^4.1.0",
28
- "@floating-ui/dom": "^1.6.12",
29
- "@internationalized/number": "^3.6.0",
30
- "@lit-labs/observers": "^2.0.4",
31
- "lit": "^3.2.1",
32
- "nouislider": "^15.8.1",
33
- "tslib": "^2.8.1"
34
- }
35
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes