@commercetools/nimbus-icons 3.3.0 → 3.4.0

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,7 @@
1
1
  # @commercetools/nimbus-icons
2
2
 
3
+ ## 3.4.0
4
+
3
5
  ## 3.3.0
4
6
 
5
7
  ## 3.2.0
package/README.mdx CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Icons
3
3
  title: Icons
4
- description: display Icons
4
+ description: Find and use icons from the Nimbus icon library.
5
5
  layout: no-sidebar
6
6
  order: 5
7
7
  menu:
@@ -10,17 +10,4 @@ tags:
10
10
  - icons
11
11
  ---
12
12
 
13
- # Icons
14
-
15
- Icons come from a separate package. Each Icon is a react component that can be
16
- used in any other component.
17
-
18
- > [!NOTE]
19
- > If you can't find a fitting Icon, you may want to use the external
20
- > [material ui icon search](https://mui.com/material-ui/material-icons/?theme=Outlined&query=access#search-material-icons)
21
- > as the search below does not have access to Icon meta-data, only to
22
- > component-names.
23
-
24
- Here is the list of available icons:
25
-
26
13
  <IconSearch />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools/nimbus-icons",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "sideEffects": false,