Skip to content

Commit 09bd647

Browse files
committed
blade components update
1 parent fc466fe commit 09bd647

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

.babelrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const isModern = process.env.BROWSERS_ENV === 'modern';
33
module.exports = {
44
presets: [
55
['@babel/preset-env', {
6+
corejs: '2',
67
useBuiltIns: 'usage',
78
targets: isModern ? { esmodules: true } : undefined,
89
}]

dist/css/editor.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/main.css

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

dist/fonts/icons.eot

0 Bytes
Binary file not shown.

dist/fonts/icons.ttf

0 Bytes
Binary file not shown.

dist/fonts/icons.woff

0 Bytes
Binary file not shown.

dist/js/main.js

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

dist/js/main.legacy.js

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "indigo-layout",
3-
"version": "1.6.2",
3+
"version": "1.6.4",
44
"description": "Base CRM layouts",
55
"main": "dist/js/main.js",
66
"module": "src/js/plugin.js",
@@ -71,6 +71,6 @@
7171
"rollup-plugin-postcss": "^1.6.3",
7272
"rollup-plugin-terser": "^4.0.2",
7373
"rollup-plugin-vue": "^4.6.1",
74-
"vue-template-compiler": "^2.5.22"
74+
"vue-template-compiler": "^2.6.10"
7575
}
7676
}

resources/css/framework/icons.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@font-face
22
font-family: "icons"
3-
src: url('../fonts/icons.eot?v=1556122548128')
4-
src: url('../fonts/icons.eot?v=1556122548128?#iefix') format('eot'), url('../fonts/icons.woff?v=1556122548128') format('woff'), url('../fonts/icons.ttf?v=1556122548128') format('truetype')
3+
src: url('../fonts/icons.eot?v=1556186738843')
4+
src: url('../fonts/icons.eot?v=1556186738843?#iefix') format('eot'), url('../fonts/icons.woff?v=1556186738843') format('woff'), url('../fonts/icons.ttf?v=1556186738843') format('truetype')
55
font-weight: 400
66
font-style: normal
77

0 commit comments

Comments
 (0)