pds-dev-kit-web 1.9.0-beta.9 → 1.9.1

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.
Files changed (25) hide show
  1. package/README.md +2 -2
  2. package/dist/src/GlobalStyle.js +4 -1
  3. package/dist/src/common/styles/colorSet/UIColor.json +2 -1
  4. package/dist/src/common/styles/colorSet/index.d.ts +99 -98
  5. package/dist/src/common/styles/colorSet/index.js +2 -2
  6. package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
  7. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +21 -8
  8. package/dist/storybook-static/0.f85c225d.iframe.bundle.d.ts +3 -0
  9. package/dist/storybook-static/0.f85c225d.iframe.bundle.js +330 -0
  10. package/dist/storybook-static/4.32dc09b1.iframe.bundle.d.ts +18 -0
  11. package/dist/storybook-static/4.32dc09b1.iframe.bundle.js +574 -0
  12. package/dist/storybook-static/5.f8adf19a.iframe.bundle.d.ts +3 -0
  13. package/dist/storybook-static/5.f8adf19a.iframe.bundle.js +254 -0
  14. package/dist/storybook-static/6.bbd5c6b7.iframe.bundle.d.ts +2 -0
  15. package/dist/storybook-static/6.bbd5c6b7.iframe.bundle.js +559 -0
  16. package/dist/storybook-static/7.b309bb58.iframe.bundle.d.ts +0 -0
  17. package/dist/storybook-static/7.b309bb58.iframe.bundle.js +8 -0
  18. package/dist/storybook-static/main.4cccd23b.iframe.bundle.d.ts +3016 -0
  19. package/dist/storybook-static/main.4cccd23b.iframe.bundle.js +17079 -0
  20. package/dist/storybook-static/runtime~main.fb11004c.iframe.bundle.d.ts +1 -0
  21. package/dist/storybook-static/runtime~main.fb11004c.iframe.bundle.js +34 -0
  22. package/dist/storybook-static/vendors~main.bf41a3c3.iframe.bundle.d.ts +2 -0
  23. package/dist/storybook-static/vendors~main.bf41a3c3.iframe.bundle.js +22265 -0
  24. package/package.json +1 -1
  25. package/release-note.md +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.9.0-beta.9",
3
+ "version": "1.9.1",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.9.0-beta.9]
2
+ ## [v1.9.1]
3
+
3
4
  ### Sub
4
5
  * DynamicLayout 수정
5
- * Edit mode의 animation 버그 수정
6
+ * Edit 모드에서 하위 컴포넌트가 없다면 호버/클릭 시에도 아무 변화가 없도록 수정