@sproutsocial/seeds-react-list 0.0.2 → 0.1.1

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.
@@ -8,14 +8,14 @@ $ tsup --dts
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.js 5.48 KB
12
- CJS dist/index.js.map 6.82 KB
13
- CJS ⚡️ Build success in 154ms
14
- ESM dist/esm/index.js 2.94 KB
15
- ESM dist/esm/index.js.map 6.31 KB
16
- ESM ⚡️ Build success in 157ms
11
+ CJS dist/index.js 42.45 KB
12
+ CJS dist/index.js.map 166.33 KB
13
+ CJS ⚡️ Build success in 348ms
14
+ ESM dist/esm/index.js 38.14 KB
15
+ ESM dist/esm/index.js.map 165.47 KB
16
+ ESM ⚡️ Build success in 389ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 11766ms
19
- DTS dist/index.d.ts 2.00 KB
20
- DTS dist/index.d.mts 2.00 KB
21
- Done in 14.53s.
18
+ DTS ⚡️ Build success in 12043ms
19
+ DTS dist/index.d.ts 4.50 KB
20
+ DTS dist/index.d.mts 4.50 KB
21
+ Done in 14.89s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @sproutsocial/seeds-react-list
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-icon@2.0.3
8
+ - @sproutsocial/seeds-react-button@1.3.8
9
+
10
+ ## 0.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - a431921: Introduce DataList inside of List, also introduce ListItemButton
15
+
3
16
  ## 0.0.2
4
17
 
5
18
  ### Patch Changes