@sap-ux/control-property-editor 0.5.0 → 0.5.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 +12 -0
- package/dist/app.css +1 -1
- package/dist/app.css.map +3 -3
- package/dist/app.js +55 -58
- package/dist/app.js.map +3 -3
- package/package.json +3 -3
- package/src/components/ThemeSelectorCallout.scss +6 -6
- package/src/components/ThemeSelectorCallout.tsx +9 -20
- package/src/index.css +506 -449
- package/src/index.tsx +0 -5
- package/src/panels/LeftPanel.tsx +2 -1
- package/src/panels/changes/ChangesPanel.module.scss +1 -4
- package/src/panels/changes/ChangesPanel.tsx +1 -1
- package/src/panels/outline/OutlinePanel.scss +4 -3
- package/src/panels/outline/Tree.tsx +14 -3
- package/src/use-theme.ts +19 -0
- package/test/unit/toolbar/ThemeSelector.test.tsx +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @sap-ux/control-property-editor
|
|
2
2
|
|
|
3
|
+
## 0.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cdabb95: updated color variables for themes
|
|
8
|
+
|
|
9
|
+
## 0.5.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 0b7af6a: remove z-index for sticky Search and filter bar and added updating highlighting control logic
|
|
14
|
+
|
|
3
15
|
## 0.5.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|