krl-alfred 1.41.0 → 1.43.0

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.
@@ -22,7 +22,7 @@ Checkbox.propTypes = {
22
22
  disabled: prop_types_1.default.bool,
23
23
  };
24
24
  Checkbox.defaultProps = {
25
- id: "styledChecbox_".concat(Math.floor(Math.random() * (99999999999 - 11111111111) + 11111111111)),
25
+ // emre; componentler peşpeşe kullanıldığında aynı anda render oldukları için math.random aynı sonucu dönüyor. ya default değer verme yada uuidv4 kullan
26
26
  size: "small",
27
27
  valid: true,
28
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "krl-alfred",
3
- "version": "1.41.0",
3
+ "version": "1.43.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],