@sproutsocial/seeds-react-card 1.0.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.
package/.eslintignore ADDED
@@ -0,0 +1,6 @@
1
+ # Node modules
2
+ node_modules/
3
+
4
+ # Build output
5
+ dist/
6
+ coverage/
package/.eslintrc.js ADDED
@@ -0,0 +1,4 @@
1
+ module.exports = {
2
+ root: true,
3
+ extends: ["eslint-config-seeds/racine"],
4
+ };
@@ -0,0 +1,21 @@
1
+ yarn run v1.22.22
2
+ $ tsup --dts
3
+ CLI Building entry: src/index.ts
4
+ CLI Using tsconfig: tsconfig.json
5
+ CLI tsup v8.0.2
6
+ CLI Using tsup config: /home/runner/work/seeds/seeds/seeds-react/seeds-react-card/tsup.config.ts
7
+ CLI Target: es2022
8
+ CLI Cleaning output folder
9
+ CJS Build start
10
+ ESM Build start
11
+ CJS dist/index.js 37.67 KB
12
+ CJS dist/index.js.map 70.82 KB
13
+ CJS ⚡️ Build success in 99ms
14
+ ESM dist/esm/index.js 36.27 KB
15
+ ESM dist/esm/index.js.map 70.78 KB
16
+ ESM ⚡️ Build success in 99ms
17
+ DTS Build start
18
+ DTS ⚡️ Build success in 9831ms
19
+ DTS dist/index.d.ts 4.08 KB
20
+ DTS dist/index.d.mts 4.08 KB
21
+ Done in 11.46s.
package/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # @sproutsocial/seeds-react-card
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 048afcf: - Migrate Card to seeds-react-card
8
+ - Migrate SpotIllustration to seeds-react-spot-illustration