@aquera/nile-elements 0.0.115 → 0.0.116

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.0.115",
6
+ "version": "0.0.116",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -92,7 +92,7 @@ export const styles = css`
92
92
  color:var(--nile-colors-gray-light-mode-700, #344054);
93
93
  font-size: var(--stepper-item-title-size);
94
94
  line-height: var(--stepper-item-text-line-height);
95
- font-family:Inter;
95
+ font-family: var(--nile-font-family-medium);
96
96
  font-weight: 600;
97
97
  }
98
98
 
@@ -109,7 +109,7 @@ export const styles = css`
109
109
  color:var(--nile-colors-gray-light-mode-600, #475467);
110
110
  font-size: var(--stepper-item-subtitle-size);
111
111
  line-height: var(--stepper-item-text-line-height);
112
- font-family:Inter;
112
+ font-family: var(--nile-font-family-sans-serif);
113
113
  font-weight: 400;
114
114
  }
115
115
 
@@ -106,7 +106,7 @@ export const styles = css`
106
106
  color:var(--nile-colors-gray-light-mode-700, #344054);
107
107
  font-size: var(--stepper-item-title-size);
108
108
  line-height: var(--stepper-item-text-line-height);
109
- font-family:Inter;
109
+ font-family: var(--nile-font-family-medium);
110
110
  font-weight: 600;
111
111
  }
112
112
 
@@ -118,7 +118,7 @@ export const styles = css`
118
118
  color:var(--nile-colors-gray-light-mode-600, #475467);
119
119
  font-size: var(--stepper-item-subtitle-size);
120
120
  line-height: var(--stepper-item-text-line-height);
121
- font-family:Inter;
121
+ font-family: var( --nile-font-family-sans-serif);
122
122
  font-weight: 400;
123
123
  }
124
124