@amos.com/react-amos-js 0.9.6 → 0.9.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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -133,8 +133,10 @@ Radio groups (e.g. account type) always use an above-style group label regardles
133
133
  | `--input` | Input field border color | `oklch(0.922 0 0)` |
134
134
  | `--input-background` | Input field background fill | `var(--background)` |
135
135
  | `--input-height` | Height of text inputs and form controls | `2.25rem` |
136
- | `--input-font-size` | Font size of text inputs and dropdown fields | `0.875rem` |
137
- | `--ring` | Focus ring and outline color | `oklch(0.708 0 0)` |
136
+ | `--input-font-size` | Font size of text inputs and dropdown fields | `0.875rem` |
137
+ | `--floating-label-font-size` | Font size of floating labels when focused or filled | `0.75rem` |
138
+ | `--floating-label-font-weight` | Font weight of floating labels | `500` |
139
+ | `--ring` | Focus ring and outline color | `oklch(0.708 0 0)` |
138
140
  | `--radius` | Base border-radius (derived into sm/md/lg/xl) | `0.625rem` |
139
141
 
140
142
  ## Examples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amos.com/react-amos-js",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
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.7",
51
+ "@amos.com/amos-js": "0.9.8",
52
52
  "@types/googlepay": "0.7.11"
53
53
  },
54
54
  "peerDependencies": {