@sofya-ds/tokens 1.15.0 → 1.15.1

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/index.cjs CHANGED
@@ -608,7 +608,7 @@ function createTextStyleScale(typography) {
608
608
  },
609
609
  table: {
610
610
  fontFamily: typography.sans,
611
- fontSize: "12px",
611
+ fontSize: "15px",
612
612
  fontWeight: "500",
613
613
  lineHeight: "18px",
614
614
  letterSpacing: "0.012px"
package/dist/index.js CHANGED
@@ -564,7 +564,7 @@ function createTextStyleScale(typography) {
564
564
  },
565
565
  table: {
566
566
  fontFamily: typography.sans,
567
- fontSize: "12px",
567
+ fontSize: "15px",
568
568
  fontWeight: "500",
569
569
  lineHeight: "18px",
570
570
  letterSpacing: "0.012px"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofya-ds/tokens",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Official Sofya design tokens, theme presets and semantic color helpers.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",