pds-dev-kit-web 1.9.11 → 1.9.13

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 (28) hide show
  1. package/dist/src/common/assets/icons/line/BookingExtension.d.ts +4 -0
  2. package/dist/src/common/assets/icons/line/BookingExtension.js +36 -0
  3. package/dist/src/common/assets/icons/line/index.d.ts +1 -0
  4. package/dist/src/common/assets/icons/line/index.js +2 -0
  5. package/dist/src/common/styles/colorSet/UIColor.json +2 -1
  6. package/dist/src/common/styles/colorSet/index.d.ts +99 -98
  7. package/dist/src/common/styles/colorSet/index.js +2 -2
  8. package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
  9. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +4 -1
  10. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +26 -2
  11. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +2 -1
  12. package/dist/src/desktop/components/TextLabel/TextLabel.js +4 -4
  13. package/dist/storybook-static/{0.da786938.iframe.bundle.js → 0.9bb7767d.iframe.bundle.js} +2 -2
  14. package/dist/storybook-static/{4.b4e3661f.iframe.bundle.js → 4.ed983a0a.iframe.bundle.js} +3 -3
  15. package/dist/storybook-static/{5.e4e34354.iframe.bundle.js → 5.949eb428.iframe.bundle.js} +2 -2
  16. package/dist/storybook-static/{6.33c93c26.iframe.bundle.js → 6.e34350b7.iframe.bundle.js} +3 -3
  17. package/dist/storybook-static/{main.933efaa8.iframe.bundle.d.ts → main.f16a77cc.iframe.bundle.d.ts} +535 -557
  18. package/dist/storybook-static/{main.933efaa8.iframe.bundle.js → main.f16a77cc.iframe.bundle.js} +490 -550
  19. package/dist/storybook-static/{runtime~main.274404de.iframe.bundle.js → runtime~main.b5a58837.iframe.bundle.js} +1 -1
  20. package/dist/storybook-static/{vendors~main.c0210946.iframe.bundle.js → vendors~main.ed405a26.iframe.bundle.js} +336 -336
  21. package/package.json +1 -1
  22. package/release-note.md +4 -5
  23. /package/dist/storybook-static/{0.da786938.iframe.bundle.d.ts → 0.9bb7767d.iframe.bundle.d.ts} +0 -0
  24. /package/dist/storybook-static/{4.b4e3661f.iframe.bundle.d.ts → 4.ed983a0a.iframe.bundle.d.ts} +0 -0
  25. /package/dist/storybook-static/{5.e4e34354.iframe.bundle.d.ts → 5.949eb428.iframe.bundle.d.ts} +0 -0
  26. /package/dist/storybook-static/{6.33c93c26.iframe.bundle.d.ts → 6.e34350b7.iframe.bundle.d.ts} +0 -0
  27. /package/dist/storybook-static/{runtime~main.274404de.iframe.bundle.d.ts → runtime~main.b5a58837.iframe.bundle.d.ts} +0 -0
  28. /package/dist/storybook-static/{vendors~main.c0210946.iframe.bundle.d.ts → vendors~main.ed405a26.iframe.bundle.d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.9.11",
3
+ "version": "1.9.13",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.9.11]
2
+ ## [v1.9.13]
3
3
 
4
- ### Panel
5
- * DesktopTutorialModal 추가
6
- ### Color
7
- * 컬러 키 값 23.02.17 14시 31분 기준 싱크
4
+ ### Component
5
+ * D_TextLabel
6
+ * tooltip 영역에 z-index 4 부여