@axinom/mosaic-ui 0.34.0-rc.1 → 0.34.0-rc.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.34.0-rc.1",
3
+ "version": "0.34.0-rc.3",
4
4
  "description": "UI components for building Axinom Mosaic applications",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -32,7 +32,7 @@
32
32
  "build-storybook": "storybook build"
33
33
  },
34
34
  "dependencies": {
35
- "@axinom/mosaic-core": "^0.4.7-rc.1",
35
+ "@axinom/mosaic-core": "^0.4.7-rc.3",
36
36
  "@faker-js/faker": "^7.4.0",
37
37
  "@popperjs/core": "^2.9.2",
38
38
  "clsx": "^1.1.0",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "7da4d7a3fa346df01e570d17d20a816477cdd708"
105
+ "gitHead": "e9994f38e322c8c6e9e577ef88bb56843f5ab3c7"
106
106
  }
@@ -99,7 +99,7 @@ export const SingleLineText: React.FC<SingleLineTextProps> = ({
99
99
  name={name}
100
100
  type={type}
101
101
  ref={innerRef}
102
- value={value}
102
+ value={value ?? ''}
103
103
  defaultValue={defaultValue}
104
104
  disabled={disabled}
105
105
  placeholder={disabled ? undefined : placeholder}