@wireservers-ui/react-natives 1.0.0-rc.3 → 1.0.0
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/package.json +3 -3
- package/src/card/styles.ts +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wireservers-ui/react-natives",
|
|
3
|
-
"version": "1.0.0
|
|
4
|
-
"description": "70+ production-ready React Native components — TypeScript-first, themeable, accessible.
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "70+ production-ready React Native components — TypeScript-first, themeable, accessible. Wired by WireServers-UI.",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "src/index.ts",
|
|
7
7
|
"exports": {
|
|
@@ -64,4 +64,4 @@
|
|
|
64
64
|
"optional": true
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
|
-
}
|
|
67
|
+
}
|
package/src/card/styles.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { tv } from 'tailwind-variants';
|
|
2
2
|
|
|
3
3
|
export const cardStyle = tv({
|
|
4
|
-
base: 'rounded-xl
|
|
4
|
+
base: 'rounded-xl',
|
|
5
5
|
variants: {
|
|
6
6
|
variant: {
|
|
7
|
-
elevated: 'bg-background-0 shadow-hard-2',
|
|
7
|
+
elevated: 'bg-background-0 shadow-hard-2 overflow-hidden',
|
|
8
8
|
outline: 'bg-background-0 border border-outline-200',
|
|
9
|
-
ghost: '
|
|
10
|
-
filled: 'bg-background-50',
|
|
9
|
+
ghost: 'border border-outline-200',
|
|
10
|
+
filled: 'bg-background-50 border border-outline-200',
|
|
11
11
|
},
|
|
12
12
|
size: {
|
|
13
13
|
sm: 'p-3',
|