Skip to content

Commit

Permalink
rebuild with latest tabler beta release 11 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Aug 5, 2022
1 parent 9e13b2c commit e6985f6
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.10.2",
"@symfony/webpack-encore": "^1.6.1",
"@tabler/core": "^1.0.0-beta10",
"@tabler/core": "1.0.0-beta11",
"bootstrap": "^5.1.3",
"file-loader": "^6.2.0",
"node-sass": "^7.0",
Expand Down
8 changes: 4 additions & 4 deletions public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"entrypoints": {
"tabler": {
"js": [
"/bundles/tabler/tabler.js?8c468f8f695d340253a1"
"/bundles/tabler/tabler.js?1ac53e72b2333f1b217e"
],
"css": [
"/bundles/tabler/tabler.css?329fb45cb1813f86214b"
"/bundles/tabler/tabler.css?b2ea34e60abe494721da"
]
},
"tabler-rtl": {
"js": [
"/bundles/tabler/tabler-rtl.js?a67cf5128dc7e27f442e"
"/bundles/tabler/tabler-rtl.js?9fe578f4105afe60b2cb"
],
"css": [
"/bundles/tabler/tabler-rtl.css?944164129107431cd539"
"/bundles/tabler/tabler-rtl.css?9fdae26e05007edec300"
]
}
}
Expand Down
8 changes: 4 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bundles/tabler/tabler.js": "/bundles/tabler/tabler.js?8c468f8f695d340253a1",
"bundles/tabler/tabler.css": "/bundles/tabler/tabler.css?329fb45cb1813f86214b",
"bundles/tabler/tabler-rtl.js": "/bundles/tabler/tabler-rtl.js?a67cf5128dc7e27f442e",
"bundles/tabler/tabler-rtl.css": "/bundles/tabler/tabler-rtl.css?944164129107431cd539",
"bundles/tabler/tabler.js": "/bundles/tabler/tabler.js?1ac53e72b2333f1b217e",
"bundles/tabler/tabler.css": "/bundles/tabler/tabler.css?b2ea34e60abe494721da",
"bundles/tabler/tabler-rtl.js": "/bundles/tabler/tabler-rtl.js?9fe578f4105afe60b2cb",
"bundles/tabler/tabler-rtl.css": "/bundles/tabler/tabler-rtl.css?9fdae26e05007edec300",
"bundles/tabler/images/fa-solid-900.svg": "/bundles/tabler/images/fa-solid-900.svg?7a8b4f13",
"bundles/tabler/images/fa-brands-400.svg": "/bundles/tabler/images/fa-brands-400.svg?2f517e09",
"bundles/tabler/fonts/fa-solid-900.eot": "/bundles/tabler/fonts/fa-solid-900.eot?9bbb245e",
Expand Down
14 changes: 7 additions & 7 deletions public/tabler-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/tabler-rtl.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/tabler-rtl.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Bootstrap v5.2.0 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

/*!
* Tabler v1.0.0-beta10 (https://tabler.io)
* @version 1.0.0-beta10
* Tabler v1.0.0-beta11 (https://tabler.io)
* @version 1.0.0-beta11
* @link https://tabler.io
* Copyright 2018-2022 The Tabler Authors
* Copyright 2018-2022 codecalm.net Paweł Kuna
Expand Down
14 changes: 7 additions & 7 deletions public/tabler.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/tabler.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/tabler.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Bootstrap v5.2.0 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

/*!
* Tabler v1.0.0-beta10 (https://tabler.io)
* @version 1.0.0-beta10
* Tabler v1.0.0-beta11 (https://tabler.io)
* @version 1.0.0-beta11
* @link https://tabler.io
* Copyright 2018-2022 The Tabler Authors
* Copyright 2018-2022 codecalm.net Paweł Kuna
Expand Down

0 comments on commit e6985f6

Please sign in to comment.