@sproutsocial/seeds-react-list 0.3.29 → 0.3.30

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
10
10
  ESM Build start
11
11
  CJS dist/index.js 14.70 KB
12
12
  CJS dist/index.js.map 22.28 KB
13
- CJS ⚡️ Build success in 49ms
13
+ CJS ⚡️ Build success in 34ms
14
14
  ESM dist/esm/index.js 10.82 KB
15
15
  ESM dist/esm/index.js.map 21.45 KB
16
- ESM ⚡️ Build success in 50ms
16
+ ESM ⚡️ Build success in 34ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1851ms
18
+ DTS ⚡️ Build success in 2172ms
19
19
  DTS dist/index.d.ts 5.28 KB
20
20
  DTS dist/index.d.mts 5.28 KB
21
- Done in 2.58s.
21
+ Done in 3.01s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @sproutsocial/seeds-react-list
2
2
 
3
+ ## 0.3.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [917a951]
8
+ - Updated dependencies [6611f6a]
9
+ - @sproutsocial/seeds-react-icon@2.4.3
10
+ - @sproutsocial/seeds-react-system-props@3.1.2
11
+ - @sproutsocial/seeds-react-button@2.2.4
12
+ - @sproutsocial/seeds-react-pagination@0.1.24
13
+ - @sproutsocial/seeds-react-box@1.1.24
14
+ - @sproutsocial/seeds-react-loader@1.0.26
15
+ - @sproutsocial/seeds-react-skeleton@1.1.24
16
+ - @sproutsocial/seeds-react-text@1.5.1
17
+
3
18
  ## 0.3.29
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-list",
3
- "version": "0.3.29",
3
+ "version": "0.3.30",
4
4
  "description": "Seeds React List",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -19,14 +19,14 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@sproutsocial/seeds-react-theme": "^4.2.0",
22
- "@sproutsocial/seeds-react-system-props": "^3.1.1",
23
- "@sproutsocial/seeds-react-box": "^1.1.23",
24
- "@sproutsocial/seeds-react-text": "^1.5.0",
25
- "@sproutsocial/seeds-react-icon": "^2.4.2",
26
- "@sproutsocial/seeds-react-button": "^2.2.3",
27
- "@sproutsocial/seeds-react-loader": "^1.0.25",
28
- "@sproutsocial/seeds-react-pagination": "^0.1.23",
29
- "@sproutsocial/seeds-react-skeleton": "^1.1.23",
22
+ "@sproutsocial/seeds-react-system-props": "^3.1.2",
23
+ "@sproutsocial/seeds-react-box": "^1.1.24",
24
+ "@sproutsocial/seeds-react-text": "^1.5.1",
25
+ "@sproutsocial/seeds-react-icon": "^2.4.3",
26
+ "@sproutsocial/seeds-react-button": "^2.2.4",
27
+ "@sproutsocial/seeds-react-loader": "^1.0.26",
28
+ "@sproutsocial/seeds-react-pagination": "^0.1.24",
29
+ "@sproutsocial/seeds-react-skeleton": "^1.1.24",
30
30
  "@tanstack/react-virtual": "^3.13.12",
31
31
  "react-intersection-observer": "^9.16.0"
32
32
  },