@payfit/unity-themes 2.29.1 → 2.29.3
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/css/unity.css
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* when the build process runs again. To customize styles, please refer to the
|
|
24
24
|
* source files or documentation.
|
|
25
25
|
*
|
|
26
|
-
* Generated by:
|
|
26
|
+
* Generated by: monorepo-root 0.0.0-use.local
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
29
|
@import "@fontsource/inter";
|
|
@@ -1754,7 +1754,7 @@
|
|
|
1754
1754
|
}
|
|
1755
1755
|
|
|
1756
1756
|
@utility typography-* {
|
|
1757
|
-
font: --value(--typography-default
|
|
1757
|
+
font: --value(--typography-default-*);
|
|
1758
1758
|
@media screen and (min-width: 490px) {
|
|
1759
1759
|
font: --value(--typography-sm- *);
|
|
1760
1760
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-themes",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.3",
|
|
4
4
|
"main": "./dist/esm/index.js",
|
|
5
5
|
"types": "./dist/esm/index.d.ts",
|
|
6
6
|
"style": "./dist/css/unity.css",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"msw-storybook-addon": "^2.0.6",
|
|
51
51
|
"playwright": "1.55.1",
|
|
52
52
|
"postcss-import": "16.1.0",
|
|
53
|
-
"prettier": "3.
|
|
53
|
+
"prettier": "~3.6.2",
|
|
54
54
|
"react": "18.3.1",
|
|
55
55
|
"react-dom": "18.3.1",
|
|
56
56
|
"storybook": "10.3.5",
|
|
@@ -264,7 +264,7 @@ describe('css/unity-theme Format', () => {
|
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
@utility typography-* {
|
|
267
|
-
font: --value(--typography-default
|
|
267
|
+
font: --value(--typography-default-*);
|
|
268
268
|
@media screen and (min-width: 490px) {
|
|
269
269
|
font: --value(--typography-sm- *);
|
|
270
270
|
}
|
|
@@ -306,7 +306,7 @@ describe('css/unity-theme Format', () => {
|
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
@utility typography-* {
|
|
309
|
-
font: --value(--typography-default
|
|
309
|
+
font: --value(--typography-default-*);
|
|
310
310
|
@media screen and (min-width: 490px) {
|
|
311
311
|
font: --value(--typography-sm- *);
|
|
312
312
|
}
|