@sunggang/ui-lib 0.3.13 → 0.3.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 (2) hide show
  1. package/index.esm2.js +1 -1
  2. package/package.json +1 -1
package/index.esm2.js CHANGED
@@ -77307,7 +77307,7 @@ var SingleSelect = function(param) {
77307
77307
  }, group.label) : /*#__PURE__*/ jsx("option", {
77308
77308
  value: group.value,
77309
77309
  children: group.name
77310
- }, group.value);
77310
+ }, "".concat(group.value, "-").concat(v4()));
77311
77311
  })
77312
77312
  })),
77313
77313
  validateMsg(errors, item) && /*#__PURE__*/ jsxs("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "dependencies": {
5
5
  "@emotion/react": "^11.14.0",
6
6
  "@emotion/styled": "^11.14.0",