@sproutsocial/seeds-react-visually-hidden 1.0.35 → 1.0.36

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 && cp src/visually-hidden.css dist/visually-hidden.css
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.js 3.53 KB
12
- CJS dist/index.js.map 3.37 KB
13
- CJS ⚡️ Build success in 16ms
14
11
  ESM dist/esm/index.js 1.63 KB
15
12
  ESM dist/esm/index.js.map 3.24 KB
16
- ESM ⚡️ Build success in 16ms
13
+ ESM ⚡️ Build success in 84ms
14
+ CJS dist/index.js 3.53 KB
15
+ CJS dist/index.js.map 3.37 KB
16
+ CJS ⚡️ Build success in 84ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 3648ms
18
+ DTS ⚡️ Build success in 4466ms
19
19
  DTS dist/index.d.ts 482.00 B
20
20
  DTS dist/index.d.mts 482.00 B
21
- Done in 4.69s.
21
+ Done in 5.58s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @sproutsocial/seeds-react-visually-hidden
2
2
 
3
+ ## 1.0.36
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-theme@4.7.1
8
+ - @sproutsocial/seeds-react-mixins@4.3.19
9
+
3
10
  ## 1.0.35
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-visually-hidden",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "Seeds React VisuallyHidden",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -22,9 +22,9 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@emotion/is-prop-valid": "^1.1.0",
25
- "@sproutsocial/seeds-react-theme": "^4.7.0",
25
+ "@sproutsocial/seeds-react-theme": "^4.7.1",
26
26
  "@sproutsocial/seeds-react-system-props": "^3.2.1",
27
- "@sproutsocial/seeds-react-mixins": "^4.3.18"
27
+ "@sproutsocial/seeds-react-mixins": "^4.3.19"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/react": "^18.0.0",