@ttoss/ui 5.1.5 → 5.1.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/esm/index.js +3 -2
- package/package.json +3 -3
package/dist/esm/index.js
CHANGED
|
@@ -133,13 +133,14 @@ var Card = props => {
|
|
|
133
133
|
...props,
|
|
134
134
|
sx: {
|
|
135
135
|
backgroundColor: "display.background.secondary.default",
|
|
136
|
-
borderRadius: "lg",
|
|
137
136
|
border: "md",
|
|
138
|
-
|
|
137
|
+
borderColor: "display.border.muted.default",
|
|
138
|
+
borderRadius: "lg",
|
|
139
139
|
display: "flex",
|
|
140
140
|
flexDirection: "column",
|
|
141
141
|
alignItems: "center",
|
|
142
142
|
width: "fit-content",
|
|
143
|
+
boxShadow: "2px 4px 8px #E5E7EB",
|
|
143
144
|
...props.sx
|
|
144
145
|
}
|
|
145
146
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/ui",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.6",
|
|
4
4
|
"description": "Primitive layout, typographic, and other components for styling applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"react": "^19.0.0",
|
|
44
44
|
"tsup": "^8.3.5",
|
|
45
45
|
"@ttoss/config": "^1.35.2",
|
|
46
|
-
"@ttoss/
|
|
47
|
-
"@ttoss/
|
|
46
|
+
"@ttoss/test-utils": "^2.1.22",
|
|
47
|
+
"@ttoss/react-icons": "^0.4.9"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"React",
|