@rabex-kit/rabex-ui 0.0.5 → 0.0.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.
- package/dist/Theme/Typography/index.d.ts +18 -0
- package/dist/Typography/index.d.ts +1 -1
- package/dist/rabex-ui.cjs.development.js +13 -1
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +13 -1
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rabex-ui.esm.js
CHANGED
@@ -2322,7 +2322,9 @@ var RabexTypography = {
|
|
2322
2322
|
smallButton: 'span',
|
2323
2323
|
helperText: 'span',
|
2324
2324
|
inputLabel2: 'span',
|
2325
|
-
body4: 'span'
|
2325
|
+
body4: 'span',
|
2326
|
+
body5: 'span',
|
2327
|
+
paragraph: 'span'
|
2326
2328
|
}
|
2327
2329
|
}
|
2328
2330
|
},
|
@@ -2420,6 +2422,16 @@ var RabexTypography = {
|
|
2420
2422
|
fontSize: '10px',
|
2421
2423
|
lineHeight: '16px',
|
2422
2424
|
fontFamily: 'Yekan, Arial'
|
2425
|
+
},
|
2426
|
+
body5: {
|
2427
|
+
fontSize: '12px',
|
2428
|
+
lineHeight: '24px',
|
2429
|
+
fontFamily: 'Yekan, Arial'
|
2430
|
+
},
|
2431
|
+
paragraph: {
|
2432
|
+
fontSize: '12px',
|
2433
|
+
lineHeight: '24px',
|
2434
|
+
fontFamily: 'Yekan, Arial'
|
2423
2435
|
}
|
2424
2436
|
}
|
2425
2437
|
};
|