@amos.com/react-amos-js 0.9.12 → 0.9.13
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/README.md +6 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -143,10 +143,12 @@ Radio groups (e.g. account type) always use an above-style group label regardles
|
|
|
143
143
|
| `--input-border-width` | Input field border width | `1px` |
|
|
144
144
|
| `--input-shadow` | Input field box shadow | `0 1px 2px 0 rgb(0 0 0 / 0.05)` |
|
|
145
145
|
| `--floating-input-height` | Height of inputs when labels are floating | `3.25rem` |
|
|
146
|
-
| `--floating-label-font-size`
|
|
147
|
-
| `--floating-label-font-
|
|
148
|
-
| `--floating-label-
|
|
149
|
-
| `--floating-label-
|
|
146
|
+
| `--floating-label-font-size` | Font size of floating labels when focused or filled | `0.75rem` |
|
|
147
|
+
| `--floating-label-empty-font-size` | Font size of floating labels when empty (unfocused) | `var(--input-font-size)` |
|
|
148
|
+
| `--floating-label-font-weight` | Font weight of floating labels | `500` |
|
|
149
|
+
| `--floating-label-color` | Color of floating labels when empty (unfocused) | `var(--muted-foreground)` |
|
|
150
|
+
| `--floating-label-floated-color` | Color of floating labels when focused or filled | `var(--floating-label-color)` |
|
|
151
|
+
| `--floating-label-offset` | Top offset of the shrunk floating label | `0.625rem` |
|
|
150
152
|
| `--label-font-size` | Font size of above-style field labels | `0.875rem` |
|
|
151
153
|
| `--label-font-weight` | Font weight of above-style field labels | `500` |
|
|
152
154
|
| `--field-gap` | Vertical gap between stacked form fields | `1rem` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amos.com/react-amos-js",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.13",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"vite-plugin-dts": "5.0.3"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@amos.com/amos-js": "0.9.
|
|
51
|
+
"@amos.com/amos-js": "0.9.14",
|
|
52
52
|
"@types/googlepay": "0.7.11"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|