@reown/appkit-cli 1.8.23 → 1.8.24-border-input-colors.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @reown/appkit-cli
2
2
 
3
+ ## 1.8.24-border-input-colors.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a328731`](https://github.com/reown-com/appkit/commit/a32873122da2a80812965861b081eb3a7016e227) Thanks [@0xmkh](https://github.com/0xmkh)! - feat(ui): add CSS variables for input customization
8
+
9
+ Added `--apkt-input-background` and `--apkt-input-border` CSS variables to allow customization of input fields (email input and OTP boxes) without affecting other components.
10
+
11
+ Usage:
12
+
13
+ ```css
14
+ :root {
15
+ --apkt-input-background: #2d2d2d;
16
+ --apkt-input-border: #9a9a9a;
17
+ }
18
+ ```
19
+
3
20
  ## 1.8.23
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-cli",
3
- "version": "1.8.23",
3
+ "version": "1.8.24-border-input-colors.0.0",
4
4
  "sideEffects": false,
5
5
  "description": "Reown AppKit CLI",
6
6
  "main": "index.js",