@digital-ai/dot-components 1.10.1 → 1.11.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/CHANGE_LOG.md +21 -0
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +244 -221
- package/index.esm.js +55 -21
- package/index.umd.js +54 -22
- package/lib/components/badge/Badge.d.ts +7 -1
- package/lib/components/badge/index.d.ts +1 -0
- package/lib/components/index.d.ts +2 -1
- package/lib/components/list/List.d.ts +1 -1
- package/lib/components/list/utils/models.d.ts +4 -0
- package/lib/components/menu/Menu.stories.data.d.ts +5 -1
- package/lib/components/menu/Menu.stories.styles.d.ts +2 -0
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.1...1.11.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- Custom Icon support for DotList component items [\#1032](https://github.com/digital-ai/dot-components/issues/1032)
|
|
10
|
+
- S-81800: `Badge`: Add ability to render the number [\#1037](https://github.com/digital-ai/dot-components/pull/1037) ([dmiletic85](https://github.com/dmiletic85))
|
|
11
|
+
- S-82311: deprecate startIconId, endIconId ListItem props in favor of startIcon, endIcon [\#1035](https://github.com/digital-ai/dot-components/pull/1035) ([selsemore](https://github.com/selsemore))
|
|
12
|
+
|
|
13
|
+
**Fixed bugs:**
|
|
14
|
+
|
|
15
|
+
- `Menu`: Console error on the `Table Menu` story in `Storybook` [\#1042](https://github.com/digital-ai/dot-components/issues/1042)
|
|
16
|
+
- Sidenav drawer padding is off [\#1020](https://github.com/digital-ai/dot-components/issues/1020)
|
|
17
|
+
- D 20097 sidebar drawer padding off [\#1044](https://github.com/digital-ai/dot-components/pull/1044) ([s-zimm](https://github.com/s-zimm))
|
|
18
|
+
- D-20210: `Menu`: Console error on the `Table Menu` story in `Storybook` [\#1043](https://github.com/digital-ai/dot-components/pull/1043) ([dmiletic85](https://github.com/dmiletic85))
|
|
19
|
+
|
|
20
|
+
**Merged pull requests:**
|
|
21
|
+
|
|
22
|
+
- 07 03 2022 check icon [\#1045](https://github.com/digital-ai/dot-components/pull/1045) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
23
|
+
|
|
3
24
|
## [1.10.1](https://github.com/digital-ai/dot-components/tree/1.10.1) (03/02/2022)
|
|
4
25
|
|
|
5
26
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.0...1.10.1)
|
package/fonts/dot.woff
CHANGED
|
Binary file
|