@sproutsocial/seeds-react-input 1.5.37 → 1.5.39

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/dist/input.css +4 -5
  2. 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 1px var(--color-button-primary-bg-base),
56
- 0 0 0 4px color-mix(in srgb, var(--color-button-primary-bg-base) 30%, transparent);
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.37",
3
+ "version": "1.5.39",
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.2.7",
34
- "@sproutsocial/seeds-react-box": "^1.1.28",
35
- "@sproutsocial/seeds-react-button": "^2.3.4",
36
- "@sproutsocial/seeds-react-icon": "^2.4.8",
37
- "@sproutsocial/seeds-react-text": "^1.5.3",
38
- "@sproutsocial/seeds-react-system-props": "^3.1.4",
39
- "@sproutsocial/seeds-react-mixins": "^4.3.12"
33
+ "@sproutsocial/seeds-react-hooks": "^3.2.9",
34
+ "@sproutsocial/seeds-react-box": "^1.1.30",
35
+ "@sproutsocial/seeds-react-button": "^2.3.6",
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": "*",