@synerise/ds-typography 0.14.2 → 0.14.3

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,14 @@
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.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
+
8
+ **Note:** Version bump only for package @synerise/ds-typography
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.14.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-typography@0.14.1...@synerise/ds-typography@0.14.2) (2024-01-24)
7
15
 
8
16
 
package/dist/Text.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
+ import '@synerise/ds-core/dist/js/style';
3
+ import './style/index.less';
2
4
  import { EllipsisProps } from './Ellipsis';
3
5
  export type TextSize = 'medium' | 'small' | 'xsmall';
4
6
  type TextProps = {
package/dist/Text.js CHANGED
@@ -1,6 +1,8 @@
1
1
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  import React from 'react';
4
+ import '@synerise/ds-core/dist/js/style';
5
+ import "./style/index.css";
4
6
  import { MediumText, SmallText, XSmallText } from './CommonElements';
5
7
  import { Ellipsis } from './Ellipsis';
6
8
  var MapSizeToComponent = {
@@ -1,3 +1 @@
1
- import '@synerise/ds-core/dist/js/style';
2
- import './style/index.less';
3
1
  export { default } from 'antd/lib/typography';
@@ -1,3 +1 @@
1
- import '@synerise/ds-core/dist/js/style';
2
- import "./style/index.css";
3
1
  export { default } from 'antd/lib/typography';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as macro from './style/macro-utils';
2
- export { default } from './Typography';
2
+ export { default } from 'antd/lib/typography';
3
3
  export { Description, ErrorText, Label } from './CommonElements';
4
4
  export { default as Title } from './Title';
5
5
  export * from './Text';
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as macro from './style/macro-utils';
2
- export { default } from './Typography';
2
+ export { default } from 'antd/lib/typography';
3
3
  export { Description, ErrorText, Label } from './CommonElements';
4
4
  export { default as Title } from './Title';
5
5
  export * from './Text';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-typography",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
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": "9e7d97fc5f8a9fd938b38e9d1678e050e0478e0e"
49
+ "gitHead": "413b02fb31c0c6fb8631fde0bc5b00e16f7f30b7"
50
50
  }