@northlight/ui 2.43.3 → 2.43.4
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/dist/es/northlight.js +1 -1
- package/dist/es/northlight.js.map +1 -1
- package/dist/sandbox/index.cjs +1 -1
- package/dist/sandbox/index.cjs.map +1 -1
- package/dist/sandbox/index.js +1 -1
- package/dist/sandbox/index.js.map +1 -1
- package/dist/umd/northlight.cjs +1 -1
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +1 -1
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/lib/components/date-picker/date-picker/date-range-picker.tsx +1 -1
- package/package.json +2 -2
|
@@ -364,7 +364,7 @@ export const DateRangePicker = (props: DateRangePickerProps) => {
|
|
|
364
364
|
isInvalid={ isInvalid }
|
|
365
365
|
variant={ variant }
|
|
366
366
|
>
|
|
367
|
-
<HStack paddingInlineStart="1a" data-
|
|
367
|
+
<HStack paddingInlineStart="1a" data-testid="daterange-picker-input-field" paddingInlineEnd={ 10 }>
|
|
368
368
|
<DateField
|
|
369
369
|
{ ...restStartFieldProps }
|
|
370
370
|
id={ startFieldId }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@northlight/ui",
|
|
3
|
-
"version": "2.43.
|
|
3
|
+
"version": "2.43.4",
|
|
4
4
|
"description": "Northlight UI library, based on Chakra-ui",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Camphouse",
|
|
@@ -126,5 +126,5 @@
|
|
|
126
126
|
"react-dom": ">=18.0.0",
|
|
127
127
|
"react-router-dom": "^5.0.0"
|
|
128
128
|
},
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "1b5d93f45e2c08f518dd0c07184bd57e1fcbd031"
|
|
130
130
|
}
|