@openedx/paragon 23.19.2 → 23.20.1
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/dist/theme-urls.json +6 -6
- package/package.json +5 -2
package/dist/theme-urls.json
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"themeUrls": {
|
|
3
|
-
"core": {
|
|
4
|
-
"paths": {
|
|
5
|
-
"default": "./core.css",
|
|
6
|
-
"minified": "./core.min.css"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
3
|
"defaults": {
|
|
10
4
|
"light": "light"
|
|
11
5
|
},
|
|
@@ -16,6 +10,12 @@
|
|
|
16
10
|
"minified": "./light.min.css"
|
|
17
11
|
}
|
|
18
12
|
}
|
|
13
|
+
},
|
|
14
|
+
"core": {
|
|
15
|
+
"paths": {
|
|
16
|
+
"default": "./core.css",
|
|
17
|
+
"minified": "./core.min.css"
|
|
18
|
+
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openedx/paragon",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.20.1",
|
|
4
4
|
"description": "Accessible, responsive UI component library based on Bootstrap.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -25,6 +25,9 @@
|
|
|
25
25
|
"/lib"
|
|
26
26
|
],
|
|
27
27
|
"sideEffects": false,
|
|
28
|
+
"atlasTranslations": {
|
|
29
|
+
"path": "translations/paragon/src/i18n/messages"
|
|
30
|
+
},
|
|
28
31
|
"scripts": {
|
|
29
32
|
"build": "make build",
|
|
30
33
|
"build-docs": "make build-docs",
|
|
@@ -62,7 +65,7 @@
|
|
|
62
65
|
"dependencies": {
|
|
63
66
|
"@popperjs/core": "^2.11.4",
|
|
64
67
|
"@tokens-studio/sd-transforms": "^1.2.4",
|
|
65
|
-
"axios": "^0.
|
|
68
|
+
"axios": "^1.0.0",
|
|
66
69
|
"bootstrap": "^4.6.2",
|
|
67
70
|
"chalk": "^4.1.2",
|
|
68
71
|
"child_process": "^1.0.2",
|