@toptal/picasso-outlined-input 4.0.2 → 4.0.3

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.
@@ -20,7 +20,7 @@ export const cursorClass = {
20
20
  disabled: 'cursor-default',
21
21
  };
22
22
  export const bgClasses = {
23
- disabled: 'bg-gray-100',
23
+ disabled: 'bg-gray-200',
24
24
  dark: 'bg-[#081237]',
25
25
  highlight: 'bg-yellow-100/60',
26
26
  default: 'bg-white',
@@ -48,7 +48,7 @@ export const borderPseudoClassesByState = {
48
48
  borderColor: {
49
49
  dark: '',
50
50
  default: ['after:border-gray-400', '[&:has(:focus)]:after:border-blue-500'],
51
- disabled: 'after:border-gray-200',
51
+ disabled: 'after:border-gray-400',
52
52
  error: ['after:border-red-500', '[&:has(:focus)]:after:border-red-500'],
53
53
  hoverWithoutFocus: 'hover:[&:not(:has(:focus))]:after:border-gray-600',
54
54
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-outlined-input",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "Toptal UI components library - OutlinedInput",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
- "@toptal/picasso-button": "4.0.4",
26
- "@toptal/picasso-form": "6.0.1",
25
+ "@toptal/picasso-button": "4.0.5",
26
+ "@toptal/picasso-form": "6.1.0",
27
27
  "@toptal/picasso-icons": "1.6.1",
28
28
  "@toptal/picasso-input-adornment": "3.0.2",
29
29
  "@toptal/picasso-shared": "15.0.0",
@@ -29,7 +29,7 @@ export const cursorClass = {
29
29
  }
30
30
 
31
31
  export const bgClasses = {
32
- disabled: 'bg-gray-100',
32
+ disabled: 'bg-gray-200',
33
33
  dark: 'bg-[#081237]',
34
34
  highlight: 'bg-yellow-100/60',
35
35
  default: 'bg-white',
@@ -63,7 +63,7 @@ export const borderPseudoClassesByState = {
63
63
  borderColor: {
64
64
  dark: '',
65
65
  default: ['after:border-gray-400', '[&:has(:focus)]:after:border-blue-500'],
66
- disabled: 'after:border-gray-200',
66
+ disabled: 'after:border-gray-400',
67
67
  error: ['after:border-red-500', '[&:has(:focus)]:after:border-red-500'],
68
68
  hoverWithoutFocus: 'hover:[&:not(:has(:focus))]:after:border-gray-600',
69
69
  },