@sproutsocial/seeds-react-list 0.0.2 → 0.1.0

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 299ms
14
+ ESM dist/esm/index.js 38.14 KB
15
+ ESM dist/esm/index.js.map 165.47 KB
16
+ ESM ⚡️ Build success in 298ms
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 12230ms
19
+ DTS dist/index.d.ts 4.50 KB
20
+ DTS dist/index.d.mts 4.50 KB
21
+ Done in 15.26s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sproutsocial/seeds-react-list
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a431921: Introduce DataList inside of List, also introduce ListItemButton
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes