@particle-network/ui-react 0.7.0-beta.10 → 0.7.0-beta.11

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.
@@ -201,7 +201,7 @@ const inputClasses = {
201
201
  color: 'default',
202
202
  isInvalid: false,
203
203
  class: {
204
- inputWrapper: 'group-data-[focus=true]:border-secondary'
204
+ inputWrapper: 'group-data-[focus=true]:border-foreground'
205
205
  }
206
206
  },
207
207
  {
@@ -266,9 +266,9 @@ const inputClasses = {
266
266
  isInvalid: false,
267
267
  class: {
268
268
  inputWrapper: [
269
- 'border-secondary',
270
- 'data-[hover=true]:border-secondary',
271
- 'group-data-[focus=true]:border-secondary'
269
+ 'border-foreground',
270
+ 'data-[hover=true]:border-foreground',
271
+ 'group-data-[focus=true]:border-foreground'
272
272
  ]
273
273
  }
274
274
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.7.0-beta.10",
3
+ "version": "0.7.0-beta.11",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {