pds-dev-kit-web 1.9.11 → 1.9.12

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 +3 -3
  13. package/dist/storybook-static/{0.da786938.iframe.bundle.d.ts → 0.9bb7767d.iframe.bundle.d.ts} +0 -0
  14. package/dist/storybook-static/{0.da786938.iframe.bundle.js → 0.9bb7767d.iframe.bundle.js} +2 -2
  15. package/dist/storybook-static/{4.b4e3661f.iframe.bundle.d.ts → 4.ed983a0a.iframe.bundle.d.ts} +0 -0
  16. package/dist/storybook-static/{4.b4e3661f.iframe.bundle.js → 4.ed983a0a.iframe.bundle.js} +3 -3
  17. package/dist/storybook-static/{5.e4e34354.iframe.bundle.d.ts → 5.949eb428.iframe.bundle.d.ts} +0 -0
  18. package/dist/storybook-static/{5.e4e34354.iframe.bundle.js → 5.949eb428.iframe.bundle.js} +2 -2
  19. package/dist/storybook-static/{6.33c93c26.iframe.bundle.d.ts → 6.e34350b7.iframe.bundle.d.ts} +0 -0
  20. package/dist/storybook-static/{6.33c93c26.iframe.bundle.js → 6.e34350b7.iframe.bundle.js} +3 -3
  21. package/dist/storybook-static/{main.933efaa8.iframe.bundle.d.ts → main.f16a77cc.iframe.bundle.d.ts} +535 -557
  22. package/dist/storybook-static/{main.933efaa8.iframe.bundle.js → main.f16a77cc.iframe.bundle.js} +490 -550
  23. package/dist/storybook-static/{runtime~main.274404de.iframe.bundle.d.ts → runtime~main.b5a58837.iframe.bundle.d.ts} +0 -0
  24. package/dist/storybook-static/{runtime~main.274404de.iframe.bundle.js → runtime~main.b5a58837.iframe.bundle.js} +1 -1
  25. package/dist/storybook-static/{vendors~main.c0210946.iframe.bundle.d.ts → vendors~main.ed405a26.iframe.bundle.d.ts} +0 -0
  26. package/dist/storybook-static/{vendors~main.c0210946.iframe.bundle.js → vendors~main.ed405a26.iframe.bundle.js} +336 -336
  27. package/package.json +1 -1
  28. package/release-note.md +11 -4
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.12",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,7 +1,14 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.9.11]
2
+ ## [v1.9.12]
3
3
 
4
- ### Panel
5
- * DesktopTutorialModal 추가
4
+ ### * Component
5
+ * D_DesktopHeaderBar
6
+ * leftBtn2Mode prop 추가
7
+ * leftBtn2Text prop 추가
8
+ * onClickLeft2Btn prop 추가
9
+ * D_TextLabel
10
+ * tooltipIconColorKey prop 추가
11
+ * Icon
12
+ * ic_booking_extension line 추가
6
13
  ### Color
7
- * 컬러 키 값 23.02.17 1431분 기준 싱크
14
+ * 컬러 키 값 23.02.21 17시 40분 기준 싱크