Skip to content

Commit b4aa458

Browse files
committed
Merge branch 'main' of https://github.com/coreui/coreui
2 parents eecb98a + b733658 commit b4aa458

File tree

112 files changed

+8000
-7774
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+8000
-7774
lines changed

build/rollup.config.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,14 @@ const plugins = [
3232
})
3333
]
3434
const globals = {
35-
'@popperjs/core': 'Popper',
36-
'date-fns': 'dateFns'
35+
'@popperjs/core': 'Popper'
3736
}
3837

3938
if (BUNDLE) {
4039
destinationFile += '.bundle'
4140
// Remove last entry in external array to bundle Popper
4241
external.pop()
4342
delete globals['@popperjs/core']
44-
// Remove last entry in external array to bundle dateFns
45-
external.pop()
46-
delete globals['date-fns']
4743
plugins.push(
4844
replace({
4945
'process.env.NODE_ENV': '"production"',

dist/css/coreui-grid.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.css

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)