ros.grant.common 2.0.1117 → 2.0.1118

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.
@@ -1305,8 +1305,8 @@
1305
1305
  /** Inter BEGIN**/
1306
1306
  @font-face {
1307
1307
  font-family: 'Inter';
1308
- src: url('@{commonFontsRoot}/Inter-Black.ttf');
1309
- src: url('@{commonFontsRoot}/Inter-Black.ttf') format('truetype');
1308
+ src: url('../../Fonts/Inter-Black.ttf');
1309
+ src: url('../../Fonts/Inter-Black.ttf') format('truetype');
1310
1310
  font-weight: normal;
1311
1311
  font-style: normal;
1312
1312
  font-display: swap;
@@ -1314,8 +1314,8 @@
1314
1314
 
1315
1315
  @font-face {
1316
1316
  font-family: 'Inter';
1317
- src: url('@{commonFontsRoot}/Inter-Bold.ttf');
1318
- src: url('@{commonFontsRoot}/Inter-Bold.ttf') format('truetype');
1317
+ src: url('../../Fonts/Inter-Bold.ttf');
1318
+ src: url('../../Fonts/Inter-Bold.ttf') format('truetype');
1319
1319
  font-weight: normal;
1320
1320
  font-style: normal;
1321
1321
  font-display: swap;
@@ -1323,8 +1323,8 @@
1323
1323
 
1324
1324
  @font-face {
1325
1325
  font-family: 'Inter';
1326
- src: url('@{commonFontsRoot}/Inter-ExtraBold.ttf');
1327
- src: url('@{commonFontsRoot}/Inter-ExtraBold.ttf') format('truetype');
1326
+ src: url('../../Fonts/Inter-ExtraBold.ttf');
1327
+ src: url('../../Fonts/Inter-ExtraBold.ttf') format('truetype');
1328
1328
  font-weight: normal;
1329
1329
  font-style: normal;
1330
1330
  font-display: swap;
@@ -1332,8 +1332,8 @@
1332
1332
 
1333
1333
  @font-face {
1334
1334
  font-family: 'Inter';
1335
- src: url('@{commonFontsRoot}/Inter-ExtraLight.ttf');
1336
- src: url('@{commonFontsRoot}/Inter-ExtraLight.ttf') format('truetype');
1335
+ src: url('../../Fonts/Inter-ExtraLight.ttf');
1336
+ src: url('../../Fonts/Inter-ExtraLight.ttf') format('truetype');
1337
1337
  font-weight: normal;
1338
1338
  font-style: normal;
1339
1339
  font-display: swap;
@@ -1341,8 +1341,8 @@
1341
1341
 
1342
1342
  @font-face {
1343
1343
  font-family: 'Inter';
1344
- src: url('@{commonFontsRoot}/Inter-Light.ttf');
1345
- src: url('@{commonFontsRoot}/Inter-Light.ttf') format('truetype');
1344
+ src: url('../../Fonts/Inter-Light.ttf');
1345
+ src: url('../../Fonts/Inter-Light.ttf') format('truetype');
1346
1346
  font-weight: normal;
1347
1347
  font-style: normal;
1348
1348
  font-display: swap;
@@ -1350,8 +1350,8 @@
1350
1350
 
1351
1351
  @font-face {
1352
1352
  font-family: 'Inter';
1353
- src: url('@{commonFontsRoot}/Inter-Medium.ttf');
1354
- src: url('@{commonFontsRoot}/Inter-Medium.ttf') format('truetype');
1353
+ src: url('../../Fonts/Inter-Medium.ttf');
1354
+ src: url('../../Fonts/Inter-Medium.ttf') format('truetype');
1355
1355
  font-weight: normal;
1356
1356
  font-style: normal;
1357
1357
  font-display: swap;
@@ -1359,8 +1359,8 @@
1359
1359
 
1360
1360
  @font-face {
1361
1361
  font-family: 'Inter';
1362
- src: url('@{commonFontsRoot}/Inter-Regular.ttf');
1363
- src: url('@{commonFontsRoot}/Inter-Regular.ttf') format('truetype');
1362
+ src: url('../../Fonts/Inter-Regular.ttf');
1363
+ src: url('../../Fonts/Inter-Regular.ttf') format('truetype');
1364
1364
  font-weight: normal;
1365
1365
  font-style: normal;
1366
1366
  font-display: swap;
@@ -1368,8 +1368,8 @@
1368
1368
 
1369
1369
  @font-face {
1370
1370
  font-family: 'Inter';
1371
- src: url('@{commonFontsRoot}/Inter-SemiBold.ttf');
1372
- src: url('@{commonFontsRoot}/Inter-SemiBold.ttf') format('truetype');
1371
+ src: url('../../Fonts/Inter-SemiBold.ttf');
1372
+ src: url('../../Fonts/Inter-SemiBold.ttf') format('truetype');
1373
1373
  font-weight: normal;
1374
1374
  font-style: normal;
1375
1375
  font-display: swap;
@@ -1377,8 +1377,8 @@
1377
1377
 
1378
1378
  @font-face {
1379
1379
  font-family: 'Inter';
1380
- src: url('@{commonFontsRoot}/Inter-Thin.ttf');
1381
- src: url('@{commonFontsRoot}/Inter-Thin.ttf') format('truetype');
1380
+ src: url('../../Fonts/Inter-Thin.ttf');
1381
+ src: url('../../Fonts/Inter-Thin.ttf') format('truetype');
1382
1382
  font-weight: normal;
1383
1383
  font-style: normal;
1384
1384
  font-display: swap;
@@ -0,0 +1,3 @@
1
+ // @commonImgRoot: '/application/static/img'; @commonFontsRoot: '/application/static/fonts/shared';
2
+
3
+ @commonFontsRoot: '/application/static/fonts/shared';
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1117",
2
+ "version": "2.0.1118",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",