@openedx/paragon 23.1.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/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 +1 -1
- 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/package.json
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
|
@custom-media --pgn-size-breakpoint-min-width-xs (min-width: 0px);
|
|
@@ -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 {
|
|
@@ -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
|
.bg-accent-a {
|
|
@@ -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 {
|
|
@@ -410,8 +410,8 @@ const initializeStyleDictionary = async ({ themes }) => {
|
|
|
410
410
|
StyleDictionary.registerFileHeader({
|
|
411
411
|
name: 'customFileHeader',
|
|
412
412
|
fileHeader: (defaultMessage) => [
|
|
413
|
-
`${defaultMessage}
|
|
414
|
-
'See <
|
|
413
|
+
`${defaultMessage}`,
|
|
414
|
+
'See <PARAGON_ROOT>/tokens/README.md for more details.',
|
|
415
415
|
],
|
|
416
416
|
});
|
|
417
417
|
|