@sproutsocial/seeds-react-list 0.4.1 → 0.4.2

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.
@@ -15,7 +15,7 @@ $ tsup --dts && cp src/list.css dist/list.css
15
15
  ESM dist/esm/index.js.map 36.28 KB
16
16
  ESM ⚡️ Build success in 72ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1983ms
18
+ DTS ⚡️ Build success in 2012ms
19
19
  DTS dist/index.d.ts 6.80 KB
20
20
  DTS dist/index.d.mts 6.80 KB
21
- Done in 2.77s.
21
+ Done in 2.76s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @sproutsocial/seeds-react-list
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [db4415c]
8
+ - @sproutsocial/seeds-react-theme@4.7.0
9
+ - @sproutsocial/seeds-react-box@1.1.34
10
+ - @sproutsocial/seeds-react-icon@2.5.4
11
+ - @sproutsocial/seeds-react-loader@1.0.36
12
+ - @sproutsocial/seeds-react-pagination@0.1.35
13
+ - @sproutsocial/seeds-react-skeleton@1.1.34
14
+ - @sproutsocial/seeds-react-button@2.3.11
15
+
3
16
  ## 0.4.1
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-list",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Seeds React List",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -18,15 +18,15 @@
18
18
  "test:watch": "jest --watch --coverage=false"
19
19
  },
20
20
  "dependencies": {
21
- "@sproutsocial/seeds-react-theme": "^4.6.0",
21
+ "@sproutsocial/seeds-react-theme": "^4.7.0",
22
22
  "@sproutsocial/seeds-react-system-props": "^3.2.1",
23
- "@sproutsocial/seeds-react-box": "^1.1.33",
23
+ "@sproutsocial/seeds-react-box": "^1.1.34",
24
24
  "@sproutsocial/seeds-react-text": "^1.5.5",
25
- "@sproutsocial/seeds-react-icon": "^2.5.3",
26
- "@sproutsocial/seeds-react-button": "^2.3.10",
27
- "@sproutsocial/seeds-react-loader": "^1.0.35",
28
- "@sproutsocial/seeds-react-pagination": "^0.1.34",
29
- "@sproutsocial/seeds-react-skeleton": "^1.1.33",
25
+ "@sproutsocial/seeds-react-icon": "^2.5.4",
26
+ "@sproutsocial/seeds-react-button": "^2.3.11",
27
+ "@sproutsocial/seeds-react-loader": "^1.0.36",
28
+ "@sproutsocial/seeds-react-pagination": "^0.1.35",
29
+ "@sproutsocial/seeds-react-skeleton": "^1.1.34",
30
30
  "@tanstack/react-virtual": "^3.13.12",
31
31
  "react-intersection-observer": "^9.16.0"
32
32
  },