@shelf/global-renderer 1.2.169 → 1.3.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 +6 -0
- package/lib/index.js +0 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.3.0](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@1.2.170...@shelf/global-renderer@1.3.0) (2024-05-20)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- PREVIEWAPI-387 remove redundant CSS floats ([1b260fd](https://github.com/shelfio/libs-frontend/commit/1b260fdeaaf8b64a8e387131bc99a33cd195fdf9))
|
|
11
|
+
|
|
6
12
|
## [1.2.0](https://github.com/shelfio/libs-frontend/compare/@shelf/global-renderer@1.0.4-beta.43...@shelf/global-renderer@1.2.0) (2024-01-17)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/lib/index.js
CHANGED
|
@@ -19943,7 +19943,6 @@ const j2 = be.div`
|
|
|
19943
19943
|
font-size: 14px;
|
|
19944
19944
|
padding: 0 0 10px 5px;
|
|
19945
19945
|
`, I2 = be.div`
|
|
19946
|
-
float: right;
|
|
19947
19946
|
max-width: 100%;
|
|
19948
19947
|
width: 100%;
|
|
19949
19948
|
`, Am = be.div`
|
|
@@ -20054,7 +20053,6 @@ const j2 = be.div`
|
|
|
20054
20053
|
display: flex;
|
|
20055
20054
|
flex-direction: column;
|
|
20056
20055
|
padding-bottom: 15px;
|
|
20057
|
-
float: left;
|
|
20058
20056
|
max-width: 100%;
|
|
20059
20057
|
width: 100%;
|
|
20060
20058
|
margin-top: 10px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shelf/global-renderer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "The package exposes entrypoints with window's function(-s) to render React component",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@shelf/i18n": "13.7.3",
|
|
35
|
-
"@shelf/icons": "^11.6.
|
|
35
|
+
"@shelf/icons": "^11.6.39",
|
|
36
36
|
"react-i18next": "11.8.15"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@shelf/decision-tree-editor-components": "^3.0.
|
|
39
|
+
"@shelf/decision-tree-editor-components": "^3.0.35",
|
|
40
40
|
"@shelf/types": "^51.40.1",
|
|
41
41
|
"@types/react-dom": "18.0.6",
|
|
42
42
|
"i18next": "21.6.3",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"react": "18.x.x",
|
|
53
53
|
"styled-components": "^5 || ^6"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "5cc380c68893919ee8ba4e00432bc8d52ba00552"
|
|
56
56
|
}
|