@openedx/paragon 23.0.0 → 23.1.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/README.md +8 -5
- package/dist/Card/CardFallbackDefaultImage.js +1 -0
- package/dist/Card/CardImageCap.js +1 -1
- package/dist/Card/CardImageCap.js.map +1 -1
- package/dist/core.css +4 -4
- package/dist/core.css.map +1 -1
- package/dist/light.css +4 -4
- package/dist/light.css.map +1 -1
- package/package.json +2 -2
- package/src/Card/CardFallbackDefaultImage.js +1 -0
- package/src/Card/CardImageCap.jsx +1 -1
- package/src/Card/tests/CardImageCap.test.jsx +3 -3
- package/styles/css/core/custom-media-breakpoints.css +2 -2
- package/styles/css/core/variables.css +2 -2
- package/styles/css/themes/light/utility-classes.css +2 -2
- package/styles/css/themes/light/variables.css +2 -2
- package/tokens/style-dictionary.js +2 -2
- package/dist/Card/fallback-default.png +0 -0
- package/src/Card/fallback-default.png +0 -0
package/dist/light.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* See <
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
* See <PARAGON_ROOT>/tokens/README.md for more details.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -2365,8 +2365,8 @@
|
|
|
2365
2365
|
}
|
|
2366
2366
|
|
|
2367
2367
|
/**
|
|
2368
|
-
* Do not edit directly, this file was auto-generated.
|
|
2369
|
-
* See <
|
|
2368
|
+
* Do not edit directly, this file was auto-generated.
|
|
2369
|
+
* See <PARAGON_ROOT>/tokens/README.md for more details.
|
|
2370
2370
|
*/
|
|
2371
2371
|
|
|
2372
2372
|
.bg-accent-a {
|