livevegas-ui-kit 1.0.174 → 1.0.176

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.
@@ -2204,9 +2204,15 @@ const x1 = m.div`
2204
2204
  font-style: Bold;
2205
2205
  line-height: 100%;
2206
2206
  text-align: center;
2207
+ font-family: 'Franklin Gothic Medium', Arial, sans-serif;
2207
2208
  vertical-align: middle;
2209
+ display: flex;
2210
+ justify-content: center;
2211
+ text-align: center;
2208
2212
  .chipAmount {
2209
2213
  font-size: ${({ $fontSize: e }) => e}em;
2214
+ display: flex;
2215
+ justify-content: center;
2210
2216
  text-align: center;
2211
2217
  width: 100%;
2212
2218
  }
@@ -256,9 +256,15 @@ See https://s-c.sh/2BAXzed for more info.`),window[Rt]+=1);const Vs=m.div`
256
256
  font-style: Bold;
257
257
  line-height: 100%;
258
258
  text-align: center;
259
+ font-family: 'Franklin Gothic Medium', Arial, sans-serif;
259
260
  vertical-align: middle;
261
+ display: flex;
262
+ justify-content: center;
263
+ text-align: center;
260
264
  .chipAmount {
261
265
  font-size: ${({$fontSize:e})=>e}em;
266
+ display: flex;
267
+ justify-content: center;
262
268
  text-align: center;
263
269
  width: 100%;
264
270
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livevegas-ui-kit",
3
- "version": "1.0.174",
3
+ "version": "1.0.176",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -19,7 +19,7 @@
19
19
  "build": "tsc && vite build",
20
20
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
21
21
  "preview": "vite preview",
22
- "storybook": "storybook dev -p 6006",
22
+ "storybook": "storybook dev -p 6006 --host 0.0.0.0",
23
23
  "build-storybook": "storybook build"
24
24
  },
25
25
  "dependencies": {