@sproutsocial/seeds-react-input 1.5.37 → 1.5.40
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/dist/input.css +4 -5
- package/package.json +8 -8
package/dist/input.css
CHANGED
|
@@ -24,8 +24,7 @@
|
|
|
24
24
|
background-color: var(--color-form-bg-base);
|
|
25
25
|
color: var(--color-text-body);
|
|
26
26
|
outline: none;
|
|
27
|
-
transition:
|
|
28
|
-
border-color var(--duration-fast) var(--ease-ease_in),
|
|
27
|
+
transition: border-color var(--duration-fast) var(--ease-ease_in),
|
|
29
28
|
box-shadow var(--duration-fast) var(--ease-ease_in);
|
|
30
29
|
font-family: var(--font-family);
|
|
31
30
|
font-weight: var(--font-weight-normal);
|
|
@@ -51,9 +50,9 @@
|
|
|
51
50
|
|
|
52
51
|
.seeds-input input:focus {
|
|
53
52
|
outline: none;
|
|
54
|
-
box-shadow:
|
|
55
|
-
0 0 0
|
|
56
|
-
|
|
53
|
+
box-shadow: 0 0 0 1px var(--color-button-primary-bg-base),
|
|
54
|
+
0 0 0 4px
|
|
55
|
+
color-mix(in srgb, var(--color-button-primary-bg-base) 30%, transparent);
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
/* Fix for red ring when input is marked required in Firefox */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-input",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.40",
|
|
4
4
|
"description": "Seeds Input",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@sproutsocial/seeds-react-utilities": "^4.3.0",
|
|
33
|
-
"@sproutsocial/seeds-react-hooks": "^3.
|
|
34
|
-
"@sproutsocial/seeds-react-box": "^1.1.
|
|
35
|
-
"@sproutsocial/seeds-react-button": "^2.3.
|
|
36
|
-
"@sproutsocial/seeds-react-icon": "^2.
|
|
37
|
-
"@sproutsocial/seeds-react-text": "^1.5.
|
|
38
|
-
"@sproutsocial/seeds-react-system-props": "^3.
|
|
39
|
-
"@sproutsocial/seeds-react-mixins": "^4.3.
|
|
33
|
+
"@sproutsocial/seeds-react-hooks": "^3.3.0",
|
|
34
|
+
"@sproutsocial/seeds-react-box": "^1.1.30",
|
|
35
|
+
"@sproutsocial/seeds-react-button": "^2.3.7",
|
|
36
|
+
"@sproutsocial/seeds-react-icon": "^2.5.0",
|
|
37
|
+
"@sproutsocial/seeds-react-text": "^1.5.4",
|
|
38
|
+
"@sproutsocial/seeds-react-system-props": "^3.2.0",
|
|
39
|
+
"@sproutsocial/seeds-react-mixins": "^4.3.14"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@sproutsocial/eslint-config-seeds": "*",
|