pds-dev-kit-web 1.9.9 → 1.9.11

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 (41) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/dist/index.js +3 -2
  3. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -1
  4. package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
  5. package/dist/src/common/styles/colorSet/SemanticColor.json +3 -1
  6. package/dist/src/common/styles/colorSet/UIColor.json +13 -3
  7. package/dist/src/common/styles/colorSet/index.d.ts +385 -367
  8. package/dist/src/common/styles/colorSet/index.js +5 -5
  9. package/dist/src/common/styles/colorSet/ui-type.d.ts +10 -0
  10. package/dist/src/desktop/index.d.ts +3 -2
  11. package/dist/src/desktop/index.js +2 -1
  12. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.d.ts +8 -0
  13. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.js +48 -0
  14. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.d.ts +1 -0
  15. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.js +8 -0
  16. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.d.ts +2 -0
  17. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.js +5 -0
  18. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +18 -0
  19. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +153 -0
  20. package/dist/src/desktop/panels/DesktopTutorialModal/index.d.ts +3 -0
  21. package/dist/src/desktop/panels/DesktopTutorialModal/index.js +8 -0
  22. package/dist/src/desktop/panels/index.d.ts +3 -1
  23. package/dist/src/desktop/panels/index.js +3 -1
  24. package/dist/storybook-static/{0.6b1bd5db.iframe.bundle.d.ts → 0.da786938.iframe.bundle.d.ts} +0 -0
  25. package/dist/storybook-static/{0.6b1bd5db.iframe.bundle.js → 0.da786938.iframe.bundle.js} +7 -7
  26. package/dist/storybook-static/{4.75c7fb7a.iframe.bundle.d.ts → 4.b4e3661f.iframe.bundle.d.ts} +0 -0
  27. package/dist/storybook-static/{4.75c7fb7a.iframe.bundle.js → 4.b4e3661f.iframe.bundle.js} +69 -69
  28. package/dist/storybook-static/{5.ea130e18.iframe.bundle.d.ts → 5.e4e34354.iframe.bundle.d.ts} +0 -0
  29. package/dist/storybook-static/{5.ea130e18.iframe.bundle.js → 5.e4e34354.iframe.bundle.js} +12 -12
  30. package/dist/storybook-static/{6.0fced635.iframe.bundle.d.ts → 6.33c93c26.iframe.bundle.d.ts} +0 -0
  31. package/dist/storybook-static/{6.0fced635.iframe.bundle.js → 6.33c93c26.iframe.bundle.js} +6 -6
  32. package/dist/storybook-static/{7.d8e1bf72.iframe.bundle.d.ts → 7.f7cfb88e.iframe.bundle.d.ts} +0 -0
  33. package/dist/storybook-static/{7.d8e1bf72.iframe.bundle.js → 7.f7cfb88e.iframe.bundle.js} +1 -1
  34. package/dist/storybook-static/{main.f342bf23.iframe.bundle.d.ts → main.933efaa8.iframe.bundle.d.ts} +51 -46
  35. package/dist/storybook-static/{main.f342bf23.iframe.bundle.js → main.933efaa8.iframe.bundle.js} +817 -759
  36. package/dist/storybook-static/{runtime~main.29195093.iframe.bundle.d.ts → runtime~main.274404de.iframe.bundle.d.ts} +0 -0
  37. package/dist/storybook-static/{runtime~main.29195093.iframe.bundle.js → runtime~main.274404de.iframe.bundle.js} +1 -1
  38. package/dist/storybook-static/{vendors~main.91124dd5.iframe.bundle.d.ts → vendors~main.c0210946.iframe.bundle.d.ts} +0 -0
  39. package/dist/storybook-static/{vendors~main.91124dd5.iframe.bundle.js → vendors~main.c0210946.iframe.bundle.js} +425 -425
  40. package/package.json +1 -1
  41. package/release-note.md +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.9.9",
3
+ "version": "1.9.11",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.9.9]
2
+ ## [v1.9.11]
3
3
 
4
+ ### Panel
5
+ * DesktopTutorialModal 추가
4
6
  ### Color
5
- * 컬러 키 값 23.02.13 1545분 기준 싱크
7
+ * 컬러 키 값 23.02.17 1431분 기준 싱크