@sproutsocial/seeds-react-indicator 1.0.53 → 1.0.54

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.
@@ -64,14 +64,14 @@ $ tsup --dts && cp src/indicator.css dist/indicator.css
64
64
  ╵ ~~~~~~~~~
65
65
 
66
66
 
67
- CJS dist/index.js 5.08 KB
68
- CJS dist/index.js.map 6.11 KB
69
- CJS ⚡️ Build success in 98ms
70
67
  ESM dist/esm/index.js 2.93 KB
71
68
  ESM dist/esm/index.js.map 5.98 KB
72
- ESM ⚡️ Build success in 98ms
69
+ ESM ⚡️ Build success in 85ms
70
+ CJS dist/index.js 5.08 KB
71
+ CJS dist/index.js.map 6.11 KB
72
+ CJS ⚡️ Build success in 86ms
73
73
  DTS Build start
74
- DTS ⚡️ Build success in 5601ms
74
+ DTS ⚡️ Build success in 5446ms
75
75
  DTS dist/index.d.ts 739.00 B
76
76
  DTS dist/index.d.mts 739.00 B
77
- Done in 6.77s.
77
+ Done in 6.81s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @sproutsocial/seeds-react-indicator
2
2
 
3
+ ## 1.0.54
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [db4415c]
8
+ - @sproutsocial/seeds-react-theme@4.7.0
9
+ - @sproutsocial/seeds-react-icon@2.5.4
10
+ - @sproutsocial/seeds-react-mixins@4.3.18
11
+
3
12
  ## 1.0.53
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-indicator",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "Seeds React Indicator",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -26,10 +26,10 @@
26
26
  "test:watch": "jest --watch --coverage=false"
27
27
  },
28
28
  "dependencies": {
29
- "@sproutsocial/seeds-react-theme": "^4.6.0",
29
+ "@sproutsocial/seeds-react-theme": "^4.7.0",
30
30
  "@sproutsocial/seeds-react-system-props": "^3.2.1",
31
- "@sproutsocial/seeds-react-icon": "^2.5.3",
32
- "@sproutsocial/seeds-react-mixins": "^4.3.17"
31
+ "@sproutsocial/seeds-react-icon": "^2.5.4",
32
+ "@sproutsocial/seeds-react-mixins": "^4.3.18"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/react": "^18.0.0",