@sofya-ds/react 1.1.6 → 1.1.7
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1461,7 +1461,7 @@ var Button = React6.forwardRef(
|
|
|
1461
1461
|
leftIcon ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: iconSlotClassName, children: leftIcon }) : null,
|
|
1462
1462
|
hasChildren ? renderTextContent(children, {
|
|
1463
1463
|
as: "span",
|
|
1464
|
-
className: "inline-flex items-center",
|
|
1464
|
+
className: "inline-flex items-center text-current",
|
|
1465
1465
|
size: "body",
|
|
1466
1466
|
style: {
|
|
1467
1467
|
fontWeight: "inherit",
|
package/dist/index.js
CHANGED
|
@@ -1266,7 +1266,7 @@ var Button = React6.forwardRef(
|
|
|
1266
1266
|
leftIcon ? /* @__PURE__ */ jsx7("span", { className: iconSlotClassName, children: leftIcon }) : null,
|
|
1267
1267
|
hasChildren ? renderTextContent(children, {
|
|
1268
1268
|
as: "span",
|
|
1269
|
-
className: "inline-flex items-center",
|
|
1269
|
+
className: "inline-flex items-center text-current",
|
|
1270
1270
|
size: "body",
|
|
1271
1271
|
style: {
|
|
1272
1272
|
fontWeight: "inherit",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sofya-ds/react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Sofya React design system with official brand tokens, provider and UI components.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"motion": "^12.38.0",
|
|
59
59
|
"sonner": "^2.0.7",
|
|
60
60
|
"tailwind-merge": "^3.5.0",
|
|
61
|
-
"@sofya-ds/tokens": "1.1.
|
|
61
|
+
"@sofya-ds/tokens": "1.1.7"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@testing-library/jest-dom": "^6.9.1",
|