pds-dev-kit-web 1.9.12 → 1.9.14

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 (23) hide show
  1. package/dist/src/desktop/components/TextField/TextField.d.ts +3 -1
  2. package/dist/src/desktop/components/TextField/TextField.js +12 -3
  3. package/dist/src/desktop/components/TextLabel/TextLabel.js +1 -1
  4. package/dist/src/mobile/components/TextField/TextField.d.ts +3 -1
  5. package/dist/src/mobile/components/TextField/TextField.js +12 -3
  6. package/dist/storybook-static/{0.9bb7767d.iframe.bundle.js → 0.ab5276a1.iframe.bundle.js} +6 -6
  7. package/dist/storybook-static/{4.ed983a0a.iframe.bundle.js → 4.d8146a3b.iframe.bundle.js} +68 -68
  8. package/dist/storybook-static/{5.949eb428.iframe.bundle.js → 5.4e57edcd.iframe.bundle.js} +11 -11
  9. package/dist/storybook-static/{6.e34350b7.iframe.bundle.js → 6.3ca022b1.iframe.bundle.js} +6 -6
  10. package/dist/storybook-static/{7.f7cfb88e.iframe.bundle.js → 7.219b4103.iframe.bundle.js} +1 -1
  11. package/dist/storybook-static/{main.f16a77cc.iframe.bundle.d.ts → main.12d33990.iframe.bundle.d.ts} +558 -534
  12. package/dist/storybook-static/{main.f16a77cc.iframe.bundle.js → main.12d33990.iframe.bundle.js} +989 -895
  13. package/dist/storybook-static/{runtime~main.b5a58837.iframe.bundle.js → runtime~main.b48ce1da.iframe.bundle.js} +1 -1
  14. package/dist/storybook-static/{vendors~main.ed405a26.iframe.bundle.js → vendors~main.36e4a23b.iframe.bundle.js} +368 -368
  15. package/package.json +1 -1
  16. package/release-note.md +5 -12
  17. /package/dist/storybook-static/{0.9bb7767d.iframe.bundle.d.ts → 0.ab5276a1.iframe.bundle.d.ts} +0 -0
  18. /package/dist/storybook-static/{4.ed983a0a.iframe.bundle.d.ts → 4.d8146a3b.iframe.bundle.d.ts} +0 -0
  19. /package/dist/storybook-static/{5.949eb428.iframe.bundle.d.ts → 5.4e57edcd.iframe.bundle.d.ts} +0 -0
  20. /package/dist/storybook-static/{6.e34350b7.iframe.bundle.d.ts → 6.3ca022b1.iframe.bundle.d.ts} +0 -0
  21. /package/dist/storybook-static/{7.f7cfb88e.iframe.bundle.d.ts → 7.219b4103.iframe.bundle.d.ts} +0 -0
  22. /package/dist/storybook-static/{runtime~main.b5a58837.iframe.bundle.d.ts → runtime~main.b48ce1da.iframe.bundle.d.ts} +0 -0
  23. /package/dist/storybook-static/{vendors~main.ed405a26.iframe.bundle.d.ts → vendors~main.36e4a23b.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.12",
3
+ "version": "1.9.14",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,14 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.9.12]
2
+ ## [v1.9.14]
3
3
 
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 추가
13
- ### Color
14
- * 컬러 키 값 23.02.21 17시 40분 기준 싱크
4
+ ### Component
5
+ * TextField
6
+ * prefixText prop 추가
7
+ * suffixText prop 추가