@synerise/ds-typography 0.14.3 → 0.15.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
@@ -3,6 +3,17 @@
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
+ # [0.15.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-typography@0.14.3...@synerise/ds-typography@0.15.0) (2024-04-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * **information-card:** added list rendering ([ef358b6](https://github.com/synerise/synerise-design/commit/ef358b6fc05a4473669052207ab327b4f3478881))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.14.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-typography@0.14.2...@synerise/ds-typography@0.14.3) (2024-02-06)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-typography
package/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
- import * as macro from './style/macro-utils';
2
1
  export { default } from 'antd/lib/typography';
3
2
  export { Description, ErrorText, Label } from './CommonElements';
4
3
  export { default as Title } from './Title';
5
4
  export * from './Text';
6
5
  export * from './Paragraph';
7
- export { macro };
6
+ export * as macro from './style/macro-utils';
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import * as macro from './style/macro-utils';
2
1
  export { default } from 'antd/lib/typography';
3
2
  export { Description, ErrorText, Label } from './CommonElements';
4
3
  export { default as Title } from './Title';
5
4
  export * from './Text';
6
5
  export * from './Paragraph';
7
- export { macro };
6
+ import * as _macro from './style/macro-utils';
7
+ export { _macro as macro };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-typography",
3
- "version": "0.14.3",
3
+ "version": "0.15.0",
4
4
  "description": "Typography UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "enzyme": "3.11.0"
48
48
  },
49
- "gitHead": "413b02fb31c0c6fb8631fde0bc5b00e16f7f30b7"
49
+ "gitHead": "6f0dc42ae79cea009e60fdb1f91ef72dcc82998e"
50
50
  }