@vidispine/vdt-mui 22.4.0-pre.1 → 22.4.0-pre.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/dist/index.es.js +6 -28
- package/dist/index.js +6 -28
- package/package.json +11 -11
package/dist/index.es.js
CHANGED
|
@@ -2150,12 +2150,6 @@ var styles$9 = function styles() {
|
|
|
2150
2150
|
paddingTop: 24,
|
|
2151
2151
|
paddingBottom: 0,
|
|
2152
2152
|
'& .MuiFormControlLabel-root': {
|
|
2153
|
-
'&.MuiFormControlLabel-labelPlacementEnd': {
|
|
2154
|
-
marginLeft: -8
|
|
2155
|
-
},
|
|
2156
|
-
'&.MuiFormControlLabel-labelPlacementStart': {
|
|
2157
|
-
marginRight: -8
|
|
2158
|
-
},
|
|
2159
2153
|
'& .MuiCheckbox-root': {
|
|
2160
2154
|
maxHeight: 32,
|
|
2161
2155
|
maxWidth: 32
|
|
@@ -2163,6 +2157,7 @@ var styles$9 = function styles() {
|
|
|
2163
2157
|
}
|
|
2164
2158
|
}
|
|
2165
2159
|
},
|
|
2160
|
+
// Standard Input
|
|
2166
2161
|
input: {
|
|
2167
2162
|
// Medium Size
|
|
2168
2163
|
'&:not(.MuiInputBase-sizeSmall)': {
|
|
@@ -2174,12 +2169,6 @@ var styles$9 = function styles() {
|
|
|
2174
2169
|
paddingLeft: 8,
|
|
2175
2170
|
paddingRight: 8,
|
|
2176
2171
|
'& .MuiFormControlLabel-root': {
|
|
2177
|
-
'&.MuiFormControlLabel-labelPlacementEnd': {
|
|
2178
|
-
marginLeft: -8
|
|
2179
|
-
},
|
|
2180
|
-
'&.MuiFormControlLabel-labelPlacementStart': {
|
|
2181
|
-
marginRight: -8
|
|
2182
|
-
},
|
|
2183
2172
|
'& .MuiCheckbox-root': {
|
|
2184
2173
|
maxHeight: 32,
|
|
2185
2174
|
maxWidth: 32
|
|
@@ -2372,7 +2361,7 @@ CheckboxGroupInput.propTypes = {
|
|
|
2372
2361
|
*
|
|
2373
2362
|
* Only used when `orientation:horizontal`
|
|
2374
2363
|
*/
|
|
2375
|
-
justifyContent: PropTypes.oneOf(['
|
|
2364
|
+
justifyContent: PropTypes.oneOf(['flex-start', 'center', 'space-around', 'space-evenly', 'space-between', 'flex-end']),
|
|
2376
2365
|
|
|
2377
2366
|
/**
|
|
2378
2367
|
* Set variant of input
|
|
@@ -2454,7 +2443,7 @@ CheckboxGroupInput.defaultProps = {
|
|
|
2454
2443
|
fullWidth: true,
|
|
2455
2444
|
orientation: 'horizontal',
|
|
2456
2445
|
labelPlacement: 'end',
|
|
2457
|
-
justifyContent: '
|
|
2446
|
+
justifyContent: 'space-around',
|
|
2458
2447
|
variant: 'outlined',
|
|
2459
2448
|
size: 'medium',
|
|
2460
2449
|
onChange: function onChange() {
|
|
@@ -3507,12 +3496,6 @@ var styles$5 = function styles() {
|
|
|
3507
3496
|
paddingTop: 24,
|
|
3508
3497
|
paddingBottom: 0,
|
|
3509
3498
|
'& .MuiFormControlLabel-root': {
|
|
3510
|
-
'&.MuiFormControlLabel-labelPlacementEnd': {
|
|
3511
|
-
marginLeft: -8
|
|
3512
|
-
},
|
|
3513
|
-
'&.MuiFormControlLabel-labelPlacementStart': {
|
|
3514
|
-
marginRight: -8
|
|
3515
|
-
},
|
|
3516
3499
|
'& .MuiRadio-root': {
|
|
3517
3500
|
maxHeight: 32,
|
|
3518
3501
|
maxWidth: 32
|
|
@@ -3520,6 +3503,7 @@ var styles$5 = function styles() {
|
|
|
3520
3503
|
}
|
|
3521
3504
|
}
|
|
3522
3505
|
},
|
|
3506
|
+
// Standard Input
|
|
3523
3507
|
input: {
|
|
3524
3508
|
// Medium Size
|
|
3525
3509
|
'&:not(.MuiInputBase-sizeSmall)': {
|
|
@@ -3531,12 +3515,6 @@ var styles$5 = function styles() {
|
|
|
3531
3515
|
paddingLeft: 8,
|
|
3532
3516
|
paddingRight: 8,
|
|
3533
3517
|
'& .MuiFormControlLabel-root': {
|
|
3534
|
-
'&.MuiFormControlLabel-labelPlacementEnd': {
|
|
3535
|
-
marginLeft: -8
|
|
3536
|
-
},
|
|
3537
|
-
'&.MuiFormControlLabel-labelPlacementStart': {
|
|
3538
|
-
marginRight: -8
|
|
3539
|
-
},
|
|
3540
3518
|
'& .MuiRadio-root': {
|
|
3541
3519
|
maxHeight: 32,
|
|
3542
3520
|
maxWidth: 32
|
|
@@ -3729,7 +3707,7 @@ RadioGroupInput.propTypes = {
|
|
|
3729
3707
|
*
|
|
3730
3708
|
* Only used when `orientation:horizontal`
|
|
3731
3709
|
*/
|
|
3732
|
-
justifyContent: PropTypes.oneOf(['
|
|
3710
|
+
justifyContent: PropTypes.oneOf(['flex-start', 'center', 'space-around', 'space-evenly', 'space-between', 'flex-end']),
|
|
3733
3711
|
|
|
3734
3712
|
/**
|
|
3735
3713
|
* Set variant of input
|
|
@@ -3811,7 +3789,7 @@ RadioGroupInput.defaultProps = {
|
|
|
3811
3789
|
fullWidth: true,
|
|
3812
3790
|
orientation: 'horizontal',
|
|
3813
3791
|
labelPlacement: 'end',
|
|
3814
|
-
justifyContent: '
|
|
3792
|
+
justifyContent: 'space-around',
|
|
3815
3793
|
variant: 'outlined',
|
|
3816
3794
|
size: 'medium',
|
|
3817
3795
|
onChange: function onChange() {
|
package/dist/index.js
CHANGED
|
@@ -2166,12 +2166,6 @@ var styles$9 = function styles() {
|
|
|
2166
2166
|
paddingTop: 24,
|
|
2167
2167
|
paddingBottom: 0,
|
|
2168
2168
|
'& .MuiFormControlLabel-root': {
|
|
2169
|
-
'&.MuiFormControlLabel-labelPlacementEnd': {
|
|
2170
|
-
marginLeft: -8
|
|
2171
|
-
},
|
|
2172
|
-
'&.MuiFormControlLabel-labelPlacementStart': {
|
|
2173
|
-
marginRight: -8
|
|
2174
|
-
},
|
|
2175
2169
|
'& .MuiCheckbox-root': {
|
|
2176
2170
|
maxHeight: 32,
|
|
2177
2171
|
maxWidth: 32
|
|
@@ -2179,6 +2173,7 @@ var styles$9 = function styles() {
|
|
|
2179
2173
|
}
|
|
2180
2174
|
}
|
|
2181
2175
|
},
|
|
2176
|
+
// Standard Input
|
|
2182
2177
|
input: {
|
|
2183
2178
|
// Medium Size
|
|
2184
2179
|
'&:not(.MuiInputBase-sizeSmall)': {
|
|
@@ -2190,12 +2185,6 @@ var styles$9 = function styles() {
|
|
|
2190
2185
|
paddingLeft: 8,
|
|
2191
2186
|
paddingRight: 8,
|
|
2192
2187
|
'& .MuiFormControlLabel-root': {
|
|
2193
|
-
'&.MuiFormControlLabel-labelPlacementEnd': {
|
|
2194
|
-
marginLeft: -8
|
|
2195
|
-
},
|
|
2196
|
-
'&.MuiFormControlLabel-labelPlacementStart': {
|
|
2197
|
-
marginRight: -8
|
|
2198
|
-
},
|
|
2199
2188
|
'& .MuiCheckbox-root': {
|
|
2200
2189
|
maxHeight: 32,
|
|
2201
2190
|
maxWidth: 32
|
|
@@ -2388,7 +2377,7 @@ CheckboxGroupInput.propTypes = {
|
|
|
2388
2377
|
*
|
|
2389
2378
|
* Only used when `orientation:horizontal`
|
|
2390
2379
|
*/
|
|
2391
|
-
justifyContent: PropTypes__default["default"].oneOf(['
|
|
2380
|
+
justifyContent: PropTypes__default["default"].oneOf(['flex-start', 'center', 'space-around', 'space-evenly', 'space-between', 'flex-end']),
|
|
2392
2381
|
|
|
2393
2382
|
/**
|
|
2394
2383
|
* Set variant of input
|
|
@@ -2470,7 +2459,7 @@ CheckboxGroupInput.defaultProps = {
|
|
|
2470
2459
|
fullWidth: true,
|
|
2471
2460
|
orientation: 'horizontal',
|
|
2472
2461
|
labelPlacement: 'end',
|
|
2473
|
-
justifyContent: '
|
|
2462
|
+
justifyContent: 'space-around',
|
|
2474
2463
|
variant: 'outlined',
|
|
2475
2464
|
size: 'medium',
|
|
2476
2465
|
onChange: function onChange() {
|
|
@@ -3523,12 +3512,6 @@ var styles$5 = function styles() {
|
|
|
3523
3512
|
paddingTop: 24,
|
|
3524
3513
|
paddingBottom: 0,
|
|
3525
3514
|
'& .MuiFormControlLabel-root': {
|
|
3526
|
-
'&.MuiFormControlLabel-labelPlacementEnd': {
|
|
3527
|
-
marginLeft: -8
|
|
3528
|
-
},
|
|
3529
|
-
'&.MuiFormControlLabel-labelPlacementStart': {
|
|
3530
|
-
marginRight: -8
|
|
3531
|
-
},
|
|
3532
3515
|
'& .MuiRadio-root': {
|
|
3533
3516
|
maxHeight: 32,
|
|
3534
3517
|
maxWidth: 32
|
|
@@ -3536,6 +3519,7 @@ var styles$5 = function styles() {
|
|
|
3536
3519
|
}
|
|
3537
3520
|
}
|
|
3538
3521
|
},
|
|
3522
|
+
// Standard Input
|
|
3539
3523
|
input: {
|
|
3540
3524
|
// Medium Size
|
|
3541
3525
|
'&:not(.MuiInputBase-sizeSmall)': {
|
|
@@ -3547,12 +3531,6 @@ var styles$5 = function styles() {
|
|
|
3547
3531
|
paddingLeft: 8,
|
|
3548
3532
|
paddingRight: 8,
|
|
3549
3533
|
'& .MuiFormControlLabel-root': {
|
|
3550
|
-
'&.MuiFormControlLabel-labelPlacementEnd': {
|
|
3551
|
-
marginLeft: -8
|
|
3552
|
-
},
|
|
3553
|
-
'&.MuiFormControlLabel-labelPlacementStart': {
|
|
3554
|
-
marginRight: -8
|
|
3555
|
-
},
|
|
3556
3534
|
'& .MuiRadio-root': {
|
|
3557
3535
|
maxHeight: 32,
|
|
3558
3536
|
maxWidth: 32
|
|
@@ -3745,7 +3723,7 @@ RadioGroupInput.propTypes = {
|
|
|
3745
3723
|
*
|
|
3746
3724
|
* Only used when `orientation:horizontal`
|
|
3747
3725
|
*/
|
|
3748
|
-
justifyContent: PropTypes__default["default"].oneOf(['
|
|
3726
|
+
justifyContent: PropTypes__default["default"].oneOf(['flex-start', 'center', 'space-around', 'space-evenly', 'space-between', 'flex-end']),
|
|
3749
3727
|
|
|
3750
3728
|
/**
|
|
3751
3729
|
* Set variant of input
|
|
@@ -3827,7 +3805,7 @@ RadioGroupInput.defaultProps = {
|
|
|
3827
3805
|
fullWidth: true,
|
|
3828
3806
|
orientation: 'horizontal',
|
|
3829
3807
|
labelPlacement: 'end',
|
|
3830
|
-
justifyContent: '
|
|
3808
|
+
justifyContent: 'space-around',
|
|
3831
3809
|
variant: 'outlined',
|
|
3832
3810
|
size: 'medium',
|
|
3833
3811
|
onChange: function onChange() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-mui",
|
|
3
|
-
"version": "22.4.0-pre.
|
|
3
|
+
"version": "22.4.0-pre.3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"@mui/lab": "^5.0.0-alpha.95",
|
|
30
30
|
"@mui/material": "^5.10.1",
|
|
31
31
|
"@mui/styles": "^5.9.3",
|
|
32
|
-
"@vidispine/proptypes": "22.4.0-pre.
|
|
33
|
-
"@vidispine/vdt-api": "22.4.0-pre.
|
|
34
|
-
"@vidispine/vdt-js": "22.4.0-pre.
|
|
35
|
-
"@vidispine/vdt-react": "22.4.0-pre.
|
|
36
|
-
"@vidispine/vdt-videojs-react": "22.4.0-pre.
|
|
32
|
+
"@vidispine/proptypes": "22.4.0-pre.3",
|
|
33
|
+
"@vidispine/vdt-api": "22.4.0-pre.3",
|
|
34
|
+
"@vidispine/vdt-js": "22.4.0-pre.3",
|
|
35
|
+
"@vidispine/vdt-react": "22.4.0-pre.3",
|
|
36
|
+
"@vidispine/vdt-videojs-react": "22.4.0-pre.3",
|
|
37
37
|
"clsx": "^1.2.1",
|
|
38
38
|
"prop-types": "^15.8.1"
|
|
39
39
|
},
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@svgr/rollup": "6.3.1",
|
|
53
53
|
"@testing-library/jest-dom": "5.16.5",
|
|
54
54
|
"@testing-library/react": "12.1.5",
|
|
55
|
-
"@vidispine/eslint-config-mdx": "22.4.0-pre.
|
|
56
|
-
"@vidispine/eslint-config-react": "22.4.0-pre.
|
|
57
|
-
"@vidispine/eslint-config-storybook": "22.4.0-pre.
|
|
58
|
-
"@vidispine/prettier-config": "22.4.0-pre.
|
|
59
|
-
"@vidispine/vdt-storybook": "22.4.0-pre.
|
|
55
|
+
"@vidispine/eslint-config-mdx": "22.4.0-pre.3",
|
|
56
|
+
"@vidispine/eslint-config-react": "22.4.0-pre.3",
|
|
57
|
+
"@vidispine/eslint-config-storybook": "22.4.0-pre.3",
|
|
58
|
+
"@vidispine/prettier-config": "22.4.0-pre.3",
|
|
59
|
+
"@vidispine/vdt-storybook": "22.4.0-pre.3",
|
|
60
60
|
"eslint": "8.23.1",
|
|
61
61
|
"hygen": "6.2.11",
|
|
62
62
|
"prettier": "2.7.1",
|