@veritone-ce/design-system 1.12.58 → 1.12.59
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.
|
@@ -95,7 +95,7 @@ function FileUploader(props) {
|
|
|
95
95
|
}
|
|
96
96
|
})
|
|
97
97
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Box, {
|
|
98
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.
|
|
98
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
|
|
99
99
|
sx: {
|
|
100
100
|
fontSize: '14px',
|
|
101
101
|
width: '352px',
|
|
@@ -103,15 +103,22 @@ function FileUploader(props) {
|
|
|
103
103
|
lineHeight: '22px',
|
|
104
104
|
color: palette.text.primary
|
|
105
105
|
},
|
|
106
|
-
children:
|
|
107
|
-
component: "span",
|
|
106
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Box, {
|
|
108
107
|
sx: {
|
|
109
|
-
|
|
110
|
-
textDecoration: 'underline',
|
|
111
|
-
color: palette.button.main
|
|
108
|
+
display: 'flex'
|
|
112
109
|
},
|
|
113
|
-
children:
|
|
114
|
-
|
|
110
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
|
|
111
|
+
sx: {
|
|
112
|
+
marginRight: '4px',
|
|
113
|
+
textDecoration: 'underline',
|
|
114
|
+
color: palette.button.main,
|
|
115
|
+
fontWeight: 400
|
|
116
|
+
},
|
|
117
|
+
children: "Browse files"
|
|
118
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
|
|
119
|
+
children: "from your computer or drag and drop here"
|
|
120
|
+
})]
|
|
121
|
+
})
|
|
115
122
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Typography, {
|
|
116
123
|
sx: {
|
|
117
124
|
fontWeight: 600,
|
|
@@ -89,7 +89,7 @@ export default function FileUploader(props) {
|
|
|
89
89
|
}
|
|
90
90
|
})
|
|
91
91
|
}), /*#__PURE__*/_jsxs(Box, {
|
|
92
|
-
children: [/*#__PURE__*/
|
|
92
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
93
93
|
sx: {
|
|
94
94
|
fontSize: '14px',
|
|
95
95
|
width: '352px',
|
|
@@ -97,15 +97,22 @@ export default function FileUploader(props) {
|
|
|
97
97
|
lineHeight: '22px',
|
|
98
98
|
color: palette.text.primary
|
|
99
99
|
},
|
|
100
|
-
children:
|
|
101
|
-
component: "span",
|
|
100
|
+
children: /*#__PURE__*/_jsxs(Box, {
|
|
102
101
|
sx: {
|
|
103
|
-
|
|
104
|
-
textDecoration: 'underline',
|
|
105
|
-
color: palette.button.main
|
|
102
|
+
display: 'flex'
|
|
106
103
|
},
|
|
107
|
-
children:
|
|
108
|
-
|
|
104
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
105
|
+
sx: {
|
|
106
|
+
marginRight: '4px',
|
|
107
|
+
textDecoration: 'underline',
|
|
108
|
+
color: palette.button.main,
|
|
109
|
+
fontWeight: 400
|
|
110
|
+
},
|
|
111
|
+
children: "Browse files"
|
|
112
|
+
}), /*#__PURE__*/_jsx(Typography, {
|
|
113
|
+
children: "from your computer or drag and drop here"
|
|
114
|
+
})]
|
|
115
|
+
})
|
|
109
116
|
}), /*#__PURE__*/_jsxs(Typography, {
|
|
110
117
|
sx: {
|
|
111
118
|
fontWeight: 600,
|