@commercetools-frontend/assets 22.32.0 → 22.32.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @commercetools-frontend/assets
2
2
 
3
+ ## 22.32.2
4
+
5
+ ## 22.32.1
6
+
7
+ ### Patch Changes
8
+
9
+ - [#3603](https://github.com/commercetools/merchant-center-application-kit/pull/3603) [`eb756ff`](https://github.com/commercetools/merchant-center-application-kit/commit/eb756ff6a0333209ab27d01d5fa5ad335c8b892d) Thanks [@tylermorrisford](https://github.com/tylermorrisford)! - Adds the workspaces icon to the app-bar workspaces redirect button.
10
+
3
11
  ## 22.32.0
4
12
 
5
13
  ### Minor Changes
@@ -0,0 +1,6 @@
1
+ <svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.6142 6.9257L11.3379 11.3148C11.0948 11.4614 10.9463 11.7245 10.9463 12.0083V21.1705C10.9463 21.8046 11.642 22.1927 12.1816 21.8597L19.4579 17.3685C19.6969 17.221 19.8424 16.9601 19.8424 16.6793V7.6192C19.8424 6.98882 19.154 6.6001 18.6142 6.9257Z" fill="#4E4ED8"/>
3
+ <path d="M9.70738 0.0931144L2.10181 4.09373C1.54509 4.38657 1.52017 5.17461 2.05728 5.50204L9.67764 10.1475C9.94127 10.3082 10.2733 10.3051 10.5338 10.1394L17.861 5.47933C18.382 5.14795 18.3554 4.37879 17.8128 4.08418L10.4708 0.0981328C10.2332 -0.0309099 9.94674 -0.0327924 9.70738 0.0931144Z" fill="#4E4ED8"/>
4
+ <path d="M1.94849 16.994C1.42018 17.3134 1.42918 18.0828 1.96482 18.3898L8.07539 21.8916C8.61531 22.201 9.28798 21.8112 9.28798 21.1889V16.5928C9.28798 16.298 9.12782 16.0265 8.86982 15.8839L6.21421 14.4163C6.21072 14.4144 6.20633 14.4158 6.20464 14.4194C6.20407 14.4207 6.20313 14.4217 6.20197 14.4224L1.94849 16.994Z" fill="#4E4ED8"/>
5
+ <path d="M1.22052 6.88499C0.680618 6.5674 2.64956e-08 6.95668 2.43773e-08 7.58307L0 14.7914C-2.12896e-09 15.4209 0.686827 15.8098 1.22664 15.4858L4.83329 13.3214C5.0772 13.175 5.22644 12.9114 5.22644 12.627V9.70458C5.22644 9.41758 5.07454 9.15201 4.82717 9.0065L1.22052 6.88499Z" fill="#4E4ED8"/>
6
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/assets",
3
- "version": "22.32.0",
3
+ "version": "22.32.2",
4
4
  "description": "Assets for building mc apps",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {