ode-csslib 4.1.1-dev.202308281558 → 4.1.1-dev.202308291100
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/assets/editor-resources/font3/LICENSE.txt +0 -0
- package/assets/editor-resources/font3/README.txt +0 -0
- package/assets/editor-resources/font3/config.json +0 -0
- package/assets/editor-resources/font3/css/animation.css +0 -0
- package/assets/editor-resources/font3/css/entcore-editor-codes.css +0 -0
- package/assets/editor-resources/font3/css/entcore-editor-embedded.css +0 -0
- package/assets/editor-resources/font3/css/entcore-editor-ie7-codes.css +0 -0
- package/assets/editor-resources/font3/css/entcore-editor-ie7.css +0 -0
- package/assets/editor-resources/font3/css/entcore-editor.css +0 -0
- package/assets/editor-resources/font3/demo.html +0 -0
- package/assets/editor-resources/font3/font/entcore-editor.eot +0 -0
- package/assets/editor-resources/font3/font/entcore-editor.svg +0 -0
- package/assets/editor-resources/font3/font/entcore-editor.ttf +0 -0
- package/assets/editor-resources/font3/font/entcore-editor.woff +0 -0
- package/assets/editor-resources/font3/font/entcore-editor.woff2 +0 -0
- package/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/dist/editor-resources/font3/LICENSE.txt +0 -0
- package/dist/editor-resources/font3/README.txt +0 -0
- package/dist/editor-resources/font3/config.json +0 -0
- package/dist/editor-resources/font3/css/animation.css +0 -0
- package/dist/editor-resources/font3/css/entcore-editor-codes.css +0 -0
- package/dist/editor-resources/font3/css/entcore-editor-embedded.css +0 -0
- package/dist/editor-resources/font3/css/entcore-editor-ie7-codes.css +0 -0
- package/dist/editor-resources/font3/css/entcore-editor-ie7.css +0 -0
- package/dist/editor-resources/font3/css/entcore-editor.css +0 -0
- package/dist/editor-resources/font3/demo.html +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.eot +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.svg +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.ttf +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.woff +0 -0
- package/dist/editor-resources/font3/font/entcore-editor.woff2 +0 -0
- package/dist/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/dist/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/dist/index.css +24 -251
- package/dist/version.txt +1 -1
- package/package.json +24 -20
- package/scss/specifics/ressource-aggregator/components/_header.scss +1 -1
- package/dist/index.css.map +0 -1
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
entcore-css-lib=4.1-dev-SNAPSHOT
|
|
1
|
+
entcore-css-lib=4.1-dev-SNAPSHOT 29/08/2023 11:00:33
|
package/package.json
CHANGED
|
@@ -1,24 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib",
|
|
3
|
-
"version": "4.1.1-dev.
|
|
3
|
+
"version": "4.1.1-dev.202308291100",
|
|
4
4
|
"description": "Open Digital Education Legacy CSS framework",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
|
|
7
|
-
"sass:watch": "sass --source-map -w scss/index.scss docs/index.css",
|
|
8
|
-
"sass:build:debug": "sass --source-map scss/index.scss docs/index.css",
|
|
9
|
-
"sass:build:release": "sass --style=compressed scss/index.scss dist/index.css",
|
|
10
|
-
"dev:prepare": "npm run sass:build:debug && npm run copy-fonts && cpr assets/ docs/ -o",
|
|
11
|
-
"dev:watch": "npm run dev:prepare && concurrently \" npm run sass:watch \" \" npm run dev:serve \" ",
|
|
12
|
-
"dev:serve": "live-server --open=docs/ --ignore=**/node_modules/**,**/dist/**,**/package.json,**/.git/**",
|
|
13
|
-
"dev:lint": "stylelint scss/**/*.scss || echo \"lint faild for some file(s).\"",
|
|
14
|
-
"dev:lint-fix": "stylelint scss/**/*.scss --fix || echo \"lint faild for some file(s).\"",
|
|
15
|
-
"prettier:check": "npx prettier --check scss/**/*.scss",
|
|
16
|
-
"prettier:write": "npx prettier --write scss/**/*.scss",
|
|
17
|
-
"prettier:all": "npm run prettier:write && npm run prettier:check",
|
|
18
|
-
"release:clean": "rimraf dist",
|
|
19
|
-
"release:prepare": "npm run release:clean && npm run copy-fonts && cpr assets/ dist/",
|
|
20
|
-
"release:build": "npm run release:prepare && npm run sass:build:release"
|
|
21
|
-
},
|
|
22
5
|
"repository": {
|
|
23
6
|
"type": "git",
|
|
24
7
|
"url": "git+https://github.com/opendigitaleducation/entcore-css-lib"
|
|
@@ -45,5 +28,26 @@
|
|
|
45
28
|
"dependencies": {
|
|
46
29
|
"entcore-generic-icons": "git+https://github.com/opendigitaleducation/generic-icons.git#master"
|
|
47
30
|
},
|
|
48
|
-
"files": [
|
|
49
|
-
|
|
31
|
+
"files": [
|
|
32
|
+
"assets",
|
|
33
|
+
"scss",
|
|
34
|
+
"dist"
|
|
35
|
+
],
|
|
36
|
+
"scripts": {
|
|
37
|
+
"copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
|
|
38
|
+
"sass:watch": "sass --source-map -w scss/index.scss docs/index.css",
|
|
39
|
+
"sass:build:debug": "sass --source-map scss/index.scss docs/index.css",
|
|
40
|
+
"sass:build:release": "sass --style=compressed scss/index.scss dist/index.css",
|
|
41
|
+
"dev:prepare": "npm run sass:build:debug && npm run copy-fonts && cpr assets/ docs/ -o",
|
|
42
|
+
"dev:watch": "npm run dev:prepare && concurrently \" npm run sass:watch \" \" npm run dev:serve \" ",
|
|
43
|
+
"dev:serve": "live-server --open=docs/ --ignore=**/node_modules/**,**/dist/**,**/package.json,**/.git/**",
|
|
44
|
+
"dev:lint": "stylelint scss/**/*.scss || echo \"lint faild for some file(s).\"",
|
|
45
|
+
"dev:lint-fix": "stylelint scss/**/*.scss --fix || echo \"lint faild for some file(s).\"",
|
|
46
|
+
"prettier:check": "npx prettier --check scss/**/*.scss",
|
|
47
|
+
"prettier:write": "npx prettier --write scss/**/*.scss",
|
|
48
|
+
"prettier:all": "npm run prettier:write && npm run prettier:check",
|
|
49
|
+
"release:clean": "rimraf dist",
|
|
50
|
+
"release:prepare": "npm run release:clean && npm run copy-fonts && cpr assets/ dist/",
|
|
51
|
+
"release:build": "npm run release:prepare && npm run sass:build:release"
|
|
52
|
+
}
|
|
53
|
+
}
|