@synerise/ds-typography 0.15.1 → 0.15.2
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 +8 -0
- package/dist/Paragraph.d.ts +1 -1
- package/dist/Paragraph.js +1 -1
- package/dist/Title.d.ts +1 -1
- package/dist/Title.js +1 -1
- package/package.json +3 -3
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.15.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-typography@0.15.1...@synerise/ds-typography@0.15.2) (2024-09-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-typography
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.15.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-typography@0.15.0...@synerise/ds-typography@0.15.1) (2024-07-05)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-typography
|
package/dist/Paragraph.d.ts
CHANGED
package/dist/Paragraph.js
CHANGED
package/dist/Title.d.ts
CHANGED
package/dist/Title.js
CHANGED
|
@@ -4,7 +4,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
4
4
|
|
|
5
5
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
6
6
|
|
|
7
|
-
import
|
|
7
|
+
import React from 'react';
|
|
8
8
|
import classNames from 'classnames';
|
|
9
9
|
import { H1, H2, H3, H4, H5, H6, H7 } from './CommonElements';
|
|
10
10
|
import { Ellipsis } from './Ellipsis';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-typography",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "Typography UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "synerise/synerise-design",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@synerise/ds-tooltip": "0.14.2",
|
|
37
37
|
"classnames": "2.3.2",
|
|
38
|
-
"lodash": "^4.17.
|
|
38
|
+
"lodash": "^4.17.21"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@synerise/ds-core": "*",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"react": ">=16.9.0 <= 17.0.2",
|
|
44
44
|
"styled-components": "5.0.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
|
|
47
47
|
}
|