@mozaic-ds/icons 1.45.0 → 1.46.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 +12 -0
- package/js/icons.d.ts +1 -0
- package/package.json +2 -2
- package/index.js +0 -6566
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.46.0](https://github.com/adeo/mozaic-design-system/compare/v1.45.1...v1.46.0) (2022-11-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **icons/js:** generate a basic typescript declaration file ([#1244](https://github.com/adeo/mozaic-design-system/issues/1244)) ([d53439c](https://github.com/adeo/mozaic-design-system/commit/d53439c769a78ea9ea5f26f2adbc161cc094cf1d))
|
|
12
|
+
* **icons:** remove unused icons file ([#1243](https://github.com/adeo/mozaic-design-system/issues/1243)) ([9a947ba](https://github.com/adeo/mozaic-design-system/commit/9a947ba0669f03d18b69f8a00ad647cdbd11dba3))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [1.45.0](https://github.com/adeo/mozaic-design-system/compare/v1.44.0...v1.45.0) (2022-10-26)
|
|
7
19
|
|
|
8
20
|
|
package/js/icons.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
declare module '@mozaic-ds/icons/js/icons'
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mozaic-ds/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.46.0",
|
|
4
4
|
"description": "svg icons for Mozaic design system",
|
|
5
5
|
"author": "",
|
|
6
|
-
"main": "
|
|
6
|
+
"main": "./js/icons.js",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"react": "^17.0.2"
|