@sproutsocial/seeds-react-container 0.3.26 → 0.3.27

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.
@@ -10,12 +10,12 @@ $ tsup --dts && cp src/container.css dist/container.css
10
10
  ESM Build start
11
11
  CJS dist/index.js 3.90 KB
12
12
  CJS dist/index.js.map 4.69 KB
13
- CJS ⚡️ Build success in 12ms
13
+ CJS ⚡️ Build success in 68ms
14
14
  ESM dist/esm/index.js 2.00 KB
15
15
  ESM dist/esm/index.js.map 4.55 KB
16
- ESM ⚡️ Build success in 12ms
16
+ ESM ⚡️ Build success in 68ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 4383ms
18
+ DTS ⚡️ Build success in 4099ms
19
19
  DTS dist/index.d.ts 449.00 B
20
20
  DTS dist/index.d.mts 449.00 B
21
- Done in 5.42s.
21
+ Done in 5.36s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @sproutsocial/seeds-react-container
2
2
 
3
+ ## 0.3.27
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [57372fe]
8
+ - @sproutsocial/seeds-react-theme@4.6.0
9
+ - @sproutsocial/seeds-react-box@1.1.33
10
+ - @sproutsocial/seeds-react-mixins@4.3.17
11
+
3
12
  ## 0.3.26
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-container",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "Seeds React Container",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -26,9 +26,9 @@
26
26
  "test:watch": "jest --watch --coverage=false"
27
27
  },
28
28
  "dependencies": {
29
- "@sproutsocial/seeds-react-box": "^1.1.32",
30
- "@sproutsocial/seeds-react-mixins": "^4.3.16",
31
- "@sproutsocial/seeds-react-theme": "^4.5.1",
29
+ "@sproutsocial/seeds-react-box": "^1.1.33",
30
+ "@sproutsocial/seeds-react-mixins": "^4.3.17",
31
+ "@sproutsocial/seeds-react-theme": "^4.6.0",
32
32
  "@sproutsocial/seeds-react-system-props": "^3.2.1"
33
33
  },
34
34
  "devDependencies": {