@sproutsocial/seeds-react-select 1.1.44 → 1.1.46

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.
@@ -10,12 +10,12 @@ $ tsup --dts && cp src/select.css dist/select.css
10
10
  ESM Build start
11
11
  CJS dist/index.js 9.83 KB
12
12
  CJS dist/index.js.map 15.23 KB
13
- CJS ⚡️ Build success in 24ms
13
+ CJS ⚡️ Build success in 94ms
14
14
  ESM dist/esm/index.js 7.56 KB
15
15
  ESM dist/esm/index.js.map 15.10 KB
16
- ESM ⚡️ Build success in 24ms
16
+ ESM ⚡️ Build success in 94ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 5866ms
18
+ DTS ⚡️ Build success in 5266ms
19
19
  DTS dist/index.d.ts 1.80 KB
20
20
  DTS dist/index.d.mts 1.80 KB
21
- Done in 7.15s.
21
+ Done in 6.73s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @sproutsocial/seeds-react-select
2
2
 
3
+ ## 1.1.46
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b77aca0]
8
+ - Updated dependencies [2e72599]
9
+ - @sproutsocial/seeds-react-system-props@3.1.3
10
+ - @sproutsocial/seeds-react-theme@4.3.0
11
+ - @sproutsocial/seeds-react-icon@2.4.5
12
+ - @sproutsocial/seeds-react-mixins@4.3.11
13
+
14
+ ## 1.1.45
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [d21ae54]
19
+ - @sproutsocial/seeds-react-theme@4.2.1
20
+ - @sproutsocial/seeds-react-icon@2.4.4
21
+ - @sproutsocial/seeds-react-mixins@4.3.10
22
+
3
23
  ## 1.1.44
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-select",
3
- "version": "1.1.44",
3
+ "version": "1.1.46",
4
4
  "description": "Seeds React Select",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -18,10 +18,10 @@
18
18
  "test:watch": "jest --watch --coverage=false"
19
19
  },
20
20
  "dependencies": {
21
- "@sproutsocial/seeds-react-theme": "^4.2.0",
22
- "@sproutsocial/seeds-react-system-props": "^3.1.2",
23
- "@sproutsocial/seeds-react-icon": "^2.4.3",
24
- "@sproutsocial/seeds-react-mixins": "^4.3.9"
21
+ "@sproutsocial/seeds-react-theme": "^4.3.0",
22
+ "@sproutsocial/seeds-react-system-props": "^3.1.3",
23
+ "@sproutsocial/seeds-react-icon": "^2.4.5",
24
+ "@sproutsocial/seeds-react-mixins": "^4.3.11"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/react": "^18.0.0",