@sproutsocial/seeds-react-indicator 1.0.44 → 1.0.46

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.
@@ -66,12 +66,12 @@ $ tsup --dts && cp src/indicator.css dist/indicator.css
66
66
 
67
67
  CJS dist/index.js 5.08 KB
68
68
  CJS dist/index.js.map 6.11 KB
69
- CJS ⚡️ Build success in 18ms
69
+ CJS ⚡️ Build success in 19ms
70
70
  ESM dist/esm/index.js 2.93 KB
71
71
  ESM dist/esm/index.js.map 5.98 KB
72
72
  ESM ⚡️ Build success in 19ms
73
73
  DTS Build start
74
- DTS ⚡️ Build success in 6693ms
74
+ DTS ⚡️ Build success in 6227ms
75
75
  DTS dist/index.d.ts 739.00 B
76
76
  DTS dist/index.d.mts 739.00 B
77
- Done in 8.18s.
77
+ Done in 8.41s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @sproutsocial/seeds-react-indicator
2
2
 
3
+ ## 1.0.46
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d8509a3]
8
+ - @sproutsocial/seeds-react-theme@4.3.1
9
+ - @sproutsocial/seeds-react-icon@2.4.6
10
+ - @sproutsocial/seeds-react-mixins@4.3.12
11
+
12
+ ## 1.0.45
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [b77aca0]
17
+ - Updated dependencies [2e72599]
18
+ - @sproutsocial/seeds-react-system-props@3.1.3
19
+ - @sproutsocial/seeds-react-theme@4.3.0
20
+ - @sproutsocial/seeds-react-icon@2.4.5
21
+ - @sproutsocial/seeds-react-mixins@4.3.11
22
+
3
23
  ## 1.0.44
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-indicator",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
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.2.1",
30
- "@sproutsocial/seeds-react-system-props": "^3.1.2",
31
- "@sproutsocial/seeds-react-icon": "^2.4.4",
32
- "@sproutsocial/seeds-react-mixins": "^4.3.10"
29
+ "@sproutsocial/seeds-react-theme": "^4.3.1",
30
+ "@sproutsocial/seeds-react-system-props": "^3.1.3",
31
+ "@sproutsocial/seeds-react-icon": "^2.4.6",
32
+ "@sproutsocial/seeds-react-mixins": "^4.3.12"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/react": "^18.0.0",