Skip to content

Commit

Permalink
build - 3.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Aug 5, 2024
1 parent 26eecaa commit 83c543e
Show file tree
Hide file tree
Showing 9 changed files with 1,401 additions and 738 deletions.
2 changes: 1 addition & 1 deletion dist/apexcharts.amd.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/apexcharts.common.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions dist/apexcharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,6 @@ rect.legend-mouseover-inactive,
padding-bottom: 4px
}

.apexcharts-tooltip-series-group-hidden {
opacity: 0;
height: 0;
line-height: 0;
padding: 0 !important
}

.apexcharts-tooltip-y-group {
padding: 6px 0 5px
}
Expand Down
6 changes: 3 additions & 3 deletions dist/apexcharts.esm.js

Large diffs are not rendered by default.

85 changes: 49 additions & 36 deletions dist/apexcharts.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/apexcharts.min.js

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
module.exports = {
preset: 'jest-puppeteer',

// Automatically clear mock calls and instances between every test
clearMocks: true,

Expand Down Expand Up @@ -46,16 +48,16 @@ module.exports = {
testPathIgnorePatterns: [
'/node_modules/',
'/tests/unit/data/',
'/tests/unit/utils/'
'/tests/unit/utils/',
],

// The regexp pattern Jest uses to detect test files
// testRegex: "",

transform: {
'^.+\\.js$': 'babel-jest',
'^.+\\.svg$': '<rootDir>/tests/unit/utils/svg-transform.js'
}
'^.+\\.svg$': '<rootDir>/tests/unit/utils/svg-transform.js',
},

// transformIgnorePatterns: ['<rootDir>/build/']
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@
"eslint-plugin-promise": "4.2.1",
"eslint-webpack-plugin": "4.0.0",
"fs-extra": "8.1.0",
"jest": "27.3.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-puppeteer": "^10.0.1",
"nunjucks": "3.2.4",
"nyc": "15.0.0",
"pixelmatch": "5.1.0",
Expand Down Expand Up @@ -107,4 +109,4 @@
"visualizations",
"data"
]
}
}
2,013 changes: 1,333 additions & 680 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 83c543e

Please sign in to comment.