@payfit/unity-themes 2.42.5 → 2.42.6

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.
Files changed (2) hide show
  1. package/dist/css/unity.css +10 -20
  2. package/package.json +3 -3
@@ -1904,15 +1904,7 @@
1904
1904
 
1905
1905
  /* this is Midnight css reset */
1906
1906
  @layer base {
1907
- /* Font */
1908
- html,
1909
- body {
1910
- font-family:
1911
- -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
1912
- sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
1913
- font-size: 14px;
1914
- /* Line height value taken from normalize.css */
1915
- line-height: 1.5;
1907
+ html {
1916
1908
  -webkit-font-smoothing: antialiased;
1917
1909
  -webkit-tap-highlight-color: transparent;
1918
1910
  -moz-osx-font-smoothing: grayscale;
@@ -1920,26 +1912,28 @@
1920
1912
 
1921
1913
  /* Set core body defaults */
1922
1914
  body {
1915
+ font-family: var(--uy-font-sans);
1916
+ font-size: 100%;
1917
+ line-height: 1.5;
1918
+
1919
+ color: var(--uy-color-content-neutral);
1920
+ background-color: var(--uy-color-canvas);
1921
+
1923
1922
  min-height: 100vh;
1923
+ margin: 0;
1924
1924
  scroll-behavior: smooth;
1925
1925
  text-rendering: optimizeSpeed;
1926
1926
  -webkit-text-size-adjust: 100%;
1927
1927
  }
1928
1928
 
1929
1929
  /* Remove default margin */
1930
- body,
1931
1930
  h1,
1932
1931
  h2,
1933
1932
  h3,
1934
1933
  h4,
1935
- ul[class],
1936
- ol[class],
1937
- li,
1938
1934
  figure,
1939
1935
  figcaption,
1940
- blockquote,
1941
- dl,
1942
- dd {
1936
+ blockquote {
1943
1937
  margin: 0;
1944
1938
  }
1945
1939
 
@@ -1965,10 +1959,6 @@
1965
1959
  border: 0;
1966
1960
  }
1967
1961
 
1968
- .material-icons {
1969
- flex-shrink: 0;
1970
- }
1971
-
1972
1962
  /* Inherit fonts for inputs and buttons */
1973
1963
  input,
1974
1964
  button,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-themes",
3
- "version": "2.42.5",
3
+ "version": "2.42.6",
4
4
  "main": "./dist/esm/index.js",
5
5
  "types": "./dist/esm/index.d.ts",
6
6
  "style": "./dist/css/unity.css",
@@ -61,9 +61,9 @@
61
61
  "vitest": "4.1.0",
62
62
  "@payfit/code-pushup-tools": "0.0.0-use.local",
63
63
  "@payfit/hr-app-eslint": "0.0.0-use.local",
64
- "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
65
64
  "@payfit/storybook-config": "0.0.0-use.local",
66
- "@payfit/vite-configs": "0.0.0-use.local"
65
+ "@payfit/vite-configs": "0.0.0-use.local",
66
+ "@payfit/hr-apps-tsconfigs": "0.0.0-use.local"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@fontsource/inter": "5.0.19",