@openmrs/esm-styleguide 9.0.3-pre.4778 → 9.0.3-pre.4784
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/.turbo/turbo-build.log +1 -1
- package/dist/_overrides.scss +6 -0
- package/package.json +13 -13
- package/src/_overrides.scss +6 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
[0] Successfully compiled: 123 files, copied 164 files with swc (
|
|
1
|
+
[0] Successfully compiled: 123 files, copied 164 files with swc (298.84ms)
|
|
2
2
|
[0] swc --strip-leading-paths --copy-files src -d dist && svgo -rf dist --quiet exited with code 0
|
|
3
3
|
[1] tsc --project tsconfig.build.json exited with code 0
|
package/dist/_overrides.scss
CHANGED
|
@@ -337,6 +337,12 @@
|
|
|
337
337
|
container: unset;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
+
@media (min-width: 42rem) {
|
|
341
|
+
.cds--pagination .cds--pagination__left {
|
|
342
|
+
padding-inline-start: layout.$spacing-05;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
340
346
|
.cds--pagination-nav__page:not(.cds--pagination-nav__page--direction) {
|
|
341
347
|
&::after {
|
|
342
348
|
@include brand-03(background-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-styleguide",
|
|
3
|
-
"version": "9.0.3-pre.
|
|
3
|
+
"version": "9.0.3-pre.4784",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"module": "dist/internal.js",
|
|
@@ -98,18 +98,18 @@
|
|
|
98
98
|
"swr": "2.x"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@openmrs/esm-api": "9.0.3-pre.
|
|
102
|
-
"@openmrs/esm-config": "9.0.3-pre.
|
|
103
|
-
"@openmrs/esm-emr-api": "9.0.3-pre.
|
|
104
|
-
"@openmrs/esm-error-handling": "9.0.3-pre.
|
|
105
|
-
"@openmrs/esm-extensions": "9.0.3-pre.
|
|
106
|
-
"@openmrs/esm-globals": "9.0.3-pre.
|
|
107
|
-
"@openmrs/esm-navigation": "9.0.3-pre.
|
|
108
|
-
"@openmrs/esm-react-utils": "9.0.3-pre.
|
|
109
|
-
"@openmrs/esm-routes": "9.0.3-pre.
|
|
110
|
-
"@openmrs/esm-state": "9.0.3-pre.
|
|
111
|
-
"@openmrs/esm-translations": "9.0.3-pre.
|
|
112
|
-
"@openmrs/esm-utils": "9.0.3-pre.
|
|
101
|
+
"@openmrs/esm-api": "9.0.3-pre.4784",
|
|
102
|
+
"@openmrs/esm-config": "9.0.3-pre.4784",
|
|
103
|
+
"@openmrs/esm-emr-api": "9.0.3-pre.4784",
|
|
104
|
+
"@openmrs/esm-error-handling": "9.0.3-pre.4784",
|
|
105
|
+
"@openmrs/esm-extensions": "9.0.3-pre.4784",
|
|
106
|
+
"@openmrs/esm-globals": "9.0.3-pre.4784",
|
|
107
|
+
"@openmrs/esm-navigation": "9.0.3-pre.4784",
|
|
108
|
+
"@openmrs/esm-react-utils": "9.0.3-pre.4784",
|
|
109
|
+
"@openmrs/esm-routes": "9.0.3-pre.4784",
|
|
110
|
+
"@openmrs/esm-state": "9.0.3-pre.4784",
|
|
111
|
+
"@openmrs/esm-translations": "9.0.3-pre.4784",
|
|
112
|
+
"@openmrs/esm-utils": "9.0.3-pre.4784",
|
|
113
113
|
"@swc/cli": "0.8.1",
|
|
114
114
|
"@swc/core": "1.15.21",
|
|
115
115
|
"@types/geopattern": "^1.2.9",
|
package/src/_overrides.scss
CHANGED
|
@@ -337,6 +337,12 @@
|
|
|
337
337
|
container: unset;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
+
@media (min-width: 42rem) {
|
|
341
|
+
.cds--pagination .cds--pagination__left {
|
|
342
|
+
padding-inline-start: layout.$spacing-05;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
340
346
|
.cds--pagination-nav__page:not(.cds--pagination-nav__page--direction) {
|
|
341
347
|
&::after {
|
|
342
348
|
@include brand-03(background-color);
|