traitify-widgets 3.9.0-alpha.0 → 3.9.0-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.
package/package.json CHANGED
@@ -1,18 +1,23 @@
1
1
  {
2
2
  "name": "traitify-widgets",
3
- "version": "3.9.0-alpha.0",
3
+ "version": "3.9.0-alpha.2",
4
4
  "description": "Traitiy Widgets",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/traitify/traitify-widgets.git"
8
8
  },
9
+ "exports": {
10
+ ".": "./build/traitify.js",
11
+ "./standalone": "./build/standalone.js"
12
+ },
9
13
  "main": "./build/traitify.js",
10
14
  "files": [
11
15
  "build/*"
12
16
  ],
13
17
  "scripts": {
14
- "build": "webpack --define-process-env-node-env production --progress",
18
+ "build": "npm run build:lib && npm run build:compatibility -- --env output=standalone",
15
19
  "build:compatibility": "webpack --define-process-env-node-env production --env platform=browser --progress",
20
+ "build:lib": "webpack --define-process-env-node-env production --progress",
16
21
  "dev": "webpack serve --env platform=browser",
17
22
  "dev:secure": "webpack serve --env platform=browser --server-type https",
18
23
  "i18n:sync": "cd packages/i18n-sync && npm run i18n:sync --",
@@ -86,12 +91,11 @@
86
91
  "dependencies": {
87
92
  "@fortawesome/fontawesome-svg-core": "^6.5.2",
88
93
  "@fortawesome/free-solid-svg-icons": "^6.5.2",
89
- "apexcharts": "^3.49.2",
94
+ "bowser": "^2.13.1",
90
95
  "color": "^4.2.3",
91
96
  "core-js": "^3.37.1",
92
97
  "markdown-to-jsx": "^7.4.7",
93
98
  "prop-types": "^15.8.1",
94
- "react-apexcharts": "^1.4.1",
95
99
  "recoil": "^0.7.7",
96
100
  "regenerator-runtime": "^0.14.1",
97
101
  "uuid": "^10.0.0"
@@ -1,13 +0,0 @@
1
- /*!
2
- * ApexCharts v3.49.2
3
- * (c) 2018-2024 ApexCharts
4
- * Released under the MIT License.
5
- */
6
-
7
- /*! svg.draggable.js - v2.2.2 - 2019-01-08
8
- * https://github.com/svgdotjs/svg.draggable.js
9
- * Copyright (c) 2019 Wout Fierens; Licensed MIT */
10
-
11
- /*! svg.filter.js - v2.0.2 - 2016-02-24
12
- * https://github.com/wout/svg.filter.js
13
- * Copyright (c) 2016 Wout Fierens; Licensed MIT */