@instructure/ui-radio-input 8.9.2-snapshot.3 → 8.10.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [8.10.0](https://github.com/instructure/instructure-ui/compare/v8.9.1...v8.10.0) (2021-09-28)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-radio-input
9
+
6
10
  ## [8.9.1](https://github.com/instructure/instructure-ui/compare/v8.9.0...v8.9.1) (2021-09-16)
7
11
 
8
12
  **Note:** Version bump only for package @instructure/ui-radio-input
@@ -113,7 +113,7 @@ let RadioInput = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2
113
113
  value = _this$props3.value,
114
114
  name = _this$props3.name,
115
115
  styles = _this$props3.styles;
116
- const props = omitProps(this.props, RadioInput.propTypes);
116
+ const props = omitProps(this.props, RadioInput.allowedProps);
117
117
  return jsx("div", {
118
118
  css: styles === null || styles === void 0 ? void 0 : styles.radioInput
119
119
  }, jsx("input", Object.assign({}, props, {
@@ -117,7 +117,7 @@ let RadioInputGroup = (_dec = testable(), _dec(_class = (_temp = _class2 = class
117
117
  layout = _this$props2.layout;
118
118
  return (
119
119
  /*#__PURE__*/
120
- React.createElement(FormFieldGroup, Object.assign({}, omitProps(this.props, RadioInputGroup.propTypes), pickProps(this.props, FormFieldGroup.propTypes), {
120
+ React.createElement(FormFieldGroup, Object.assign({}, omitProps(this.props, RadioInputGroup.allowedProps), pickProps(this.props, FormFieldGroup.allowedProps), {
121
121
  // TODO: split out toggle variant into its own component
122
122
  layout: layout === 'columns' && variant === 'toggle' ? 'stacked' : layout // toggles already display in cols
123
123
  ,
@@ -105,7 +105,7 @@ let RadioInput = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default
105
105
  value = _this$props3.value,
106
106
  name = _this$props3.name,
107
107
  styles = _this$props3.styles;
108
- const props = (0, _omitProps.omitProps)(this.props, RadioInput.propTypes);
108
+ const props = (0, _omitProps.omitProps)(this.props, RadioInput.allowedProps);
109
109
  return (0, _emotion.jsx)("div", {
110
110
  css: styles === null || styles === void 0 ? void 0 : styles.radioInput
111
111
  }, (0, _emotion.jsx)("input", Object.assign({}, props, {
@@ -115,7 +115,7 @@ let RadioInputGroup = (_dec = (0, _testable.testable)(), _dec(_class = (_temp =
115
115
  layout = _this$props2.layout;
116
116
  return (
117
117
  /*#__PURE__*/
118
- _react.default.createElement(_FormFieldGroup.FormFieldGroup, Object.assign({}, (0, _omitProps.omitProps)(this.props, RadioInputGroup.propTypes), (0, _pickProps.pickProps)(this.props, _FormFieldGroup.FormFieldGroup.propTypes), {
118
+ _react.default.createElement(_FormFieldGroup.FormFieldGroup, Object.assign({}, (0, _omitProps.omitProps)(this.props, RadioInputGroup.allowedProps), (0, _pickProps.pickProps)(this.props, _FormFieldGroup.FormFieldGroup.allowedProps), {
119
119
  // TODO: split out toggle variant into its own component
120
120
  layout: layout === 'columns' && variant === 'toggle' ? 'stacked' : layout // toggles already display in cols
121
121
  ,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-radio-input",
3
- "version": "8.9.2-snapshot.3+ddc7880d5",
3
+ "version": "8.10.0",
4
4
  "description": "A styled HTML input type='radio' element",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -25,22 +25,22 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/emotion": "8.9.2-snapshot.3+ddc7880d5",
29
- "@instructure/shared-types": "8.9.2-snapshot.3+ddc7880d5",
30
- "@instructure/ui-dom-utils": "8.9.2-snapshot.3+ddc7880d5",
31
- "@instructure/ui-form-field": "8.9.2-snapshot.3+ddc7880d5",
32
- "@instructure/ui-prop-types": "8.9.2-snapshot.3+ddc7880d5",
33
- "@instructure/ui-react-utils": "8.9.2-snapshot.3+ddc7880d5",
34
- "@instructure/ui-testable": "8.9.2-snapshot.3+ddc7880d5",
35
- "@instructure/uid": "8.9.2-snapshot.3+ddc7880d5",
28
+ "@instructure/emotion": "8.10.0",
29
+ "@instructure/shared-types": "8.10.0",
30
+ "@instructure/ui-dom-utils": "8.10.0",
31
+ "@instructure/ui-form-field": "8.10.0",
32
+ "@instructure/ui-prop-types": "8.10.0",
33
+ "@instructure/ui-react-utils": "8.10.0",
34
+ "@instructure/ui-testable": "8.10.0",
35
+ "@instructure/uid": "8.10.0",
36
36
  "prop-types": "^15"
37
37
  },
38
38
  "devDependencies": {
39
- "@instructure/ui-babel-preset": "8.9.2-snapshot.3+ddc7880d5",
40
- "@instructure/ui-color-utils": "8.9.2-snapshot.3+ddc7880d5",
41
- "@instructure/ui-test-locator": "8.9.2-snapshot.3+ddc7880d5",
42
- "@instructure/ui-test-utils": "8.9.2-snapshot.3+ddc7880d5",
43
- "@instructure/ui-themes": "8.9.2-snapshot.3+ddc7880d5"
39
+ "@instructure/ui-babel-preset": "8.10.0",
40
+ "@instructure/ui-color-utils": "8.10.0",
41
+ "@instructure/ui-test-locator": "8.10.0",
42
+ "@instructure/ui-test-utils": "8.10.0",
43
+ "@instructure/ui-themes": "8.10.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.8 <=17"
@@ -48,6 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "sideEffects": false,
52
- "gitHead": "ddc7880d5a2f7d4d0596332e8d49cb9b1de68024"
51
+ "sideEffects": false
53
52
  }
@@ -138,7 +138,7 @@ class RadioInput extends Component<RadioInputProps> {
138
138
  render() {
139
139
  const { disabled, readOnly, label, value, name, styles } = this.props
140
140
 
141
- const props = omitProps(this.props, RadioInput.propTypes)
141
+ const props = omitProps(this.props, RadioInput.allowedProps)
142
142
 
143
143
  return (
144
144
  <div css={styles?.radioInput}>
@@ -23,8 +23,8 @@
23
23
  */
24
24
  import PropTypes from 'prop-types'
25
25
 
26
- import type { PropValidators } from '@instructure/shared-types'
27
- import type { WithStyleProps } from '@instructure/emotion'
26
+ import type { PropValidators, RadioInputTheme } from '@instructure/shared-types'
27
+ import type { WithStyleProps, ComponentStyle } from '@instructure/emotion'
28
28
 
29
29
  type RadioInputOwnProps = {
30
30
  label: React.ReactNode
@@ -46,7 +46,12 @@ type PropKeys = keyof RadioInputOwnProps
46
46
 
47
47
  type AllowedPropKeys = Readonly<Array<PropKeys>>
48
48
 
49
- type RadioInputProps = RadioInputOwnProps & WithStyleProps
49
+ type RadioInputProps = RadioInputOwnProps &
50
+ WithStyleProps<RadioInputTheme, RadioInputStyle>
51
+
52
+ type RadioInputStyle = ComponentStyle<
53
+ 'radioInput' | 'input' | 'control' | 'facade' | 'label'
54
+ >
50
55
 
51
56
  const propTypes: PropValidators<PropKeys> = {
52
57
  label: PropTypes.node.isRequired,
@@ -86,5 +91,5 @@ const allowedProps: AllowedPropKeys = [
86
91
  'onChange'
87
92
  ]
88
93
 
89
- export type { RadioInputProps }
94
+ export type { RadioInputProps, RadioInputStyle }
90
95
  export { propTypes, allowedProps }
@@ -22,8 +22,8 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- import { RadioInputTheme } from '@instructure/shared-types'
26
- import { RadioInputProps } from './props'
25
+ import type { RadioInputTheme } from '@instructure/shared-types'
26
+ import type { RadioInputProps, RadioInputStyle } from './props'
27
27
 
28
28
  /**
29
29
  * ---
@@ -38,7 +38,7 @@ import { RadioInputProps } from './props'
38
38
  const generateStyle = (
39
39
  componentTheme: RadioInputTheme,
40
40
  props: RadioInputProps
41
- ) => {
41
+ ): RadioInputStyle => {
42
42
  const { disabled, variant, context, size, inline } = props
43
43
 
44
44
  const getInputStateSelector = (state: 'hover' | 'focus' | 'checked') =>
@@ -144,8 +144,8 @@ class RadioInputGroup extends Component<RadioInputGroupProps> {
144
144
  return (
145
145
  // @ts-expect-error ts-migrate(2769) FIXME: No overload matches this call.
146
146
  <FormFieldGroup
147
- {...omitProps(this.props, RadioInputGroup.propTypes)}
148
- {...pickProps(this.props, FormFieldGroup.propTypes)}
147
+ {...omitProps(this.props, RadioInputGroup.allowedProps)}
148
+ {...pickProps(this.props, FormFieldGroup.allowedProps)}
149
149
  // TODO: split out toggle variant into its own component
150
150
  layout={
151
151
  layout === 'columns' && variant === 'toggle' ? 'stacked' : layout
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import type { PropValidators } from '@instructure/shared-types';
3
- import type { WithStyleProps } from '@instructure/emotion';
2
+ import type { PropValidators, RadioInputTheme } from '@instructure/shared-types';
3
+ import type { WithStyleProps, ComponentStyle } from '@instructure/emotion';
4
4
  declare type RadioInputOwnProps = {
5
5
  label: React.ReactNode;
6
6
  value?: string | number;
@@ -18,9 +18,10 @@ declare type RadioInputOwnProps = {
18
18
  };
19
19
  declare type PropKeys = keyof RadioInputOwnProps;
20
20
  declare type AllowedPropKeys = Readonly<Array<PropKeys>>;
21
- declare type RadioInputProps = RadioInputOwnProps & WithStyleProps;
21
+ declare type RadioInputProps = RadioInputOwnProps & WithStyleProps<RadioInputTheme, RadioInputStyle>;
22
+ declare type RadioInputStyle = ComponentStyle<'radioInput' | 'input' | 'control' | 'facade' | 'label'>;
22
23
  declare const propTypes: PropValidators<PropKeys>;
23
24
  declare const allowedProps: AllowedPropKeys;
24
- export type { RadioInputProps };
25
+ export type { RadioInputProps, RadioInputStyle };
25
26
  export { propTypes, allowedProps };
26
27
  //# sourceMappingURL=props.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../src/RadioInput/props.ts"],"names":[],"mappings":";AAyBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAE1D,aAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAA;IAC7B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,KAAK,CAAA;IAClD,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAA;IACjC,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAA;CACnC,CAAA;AAED,aAAK,QAAQ,GAAG,MAAM,kBAAkB,CAAA;AAExC,aAAK,eAAe,GAAG,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAA;AAEhD,aAAK,eAAe,GAAG,kBAAkB,GAAG,cAAc,CAAA;AAE1D,QAAA,MAAM,SAAS,EAAE,cAAc,CAAC,QAAQ,CAoBvC,CAAA;AAED,QAAA,MAAM,YAAY,EAAE,eAcnB,CAAA;AAED,YAAY,EAAE,eAAe,EAAE,CAAA;AAC/B,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,CAAA"}
1
+ {"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../src/RadioInput/props.ts"],"names":[],"mappings":";AAyBA,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAChF,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAE1E,aAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAA;IAC7B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,KAAK,CAAA;IAClD,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAA;IACjC,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAA;CACnC,CAAA;AAED,aAAK,QAAQ,GAAG,MAAM,kBAAkB,CAAA;AAExC,aAAK,eAAe,GAAG,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAA;AAEhD,aAAK,eAAe,GAAG,kBAAkB,GACvC,cAAc,CAAC,eAAe,EAAE,eAAe,CAAC,CAAA;AAElD,aAAK,eAAe,GAAG,cAAc,CACnC,YAAY,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CACxD,CAAA;AAED,QAAA,MAAM,SAAS,EAAE,cAAc,CAAC,QAAQ,CAoBvC,CAAA;AAED,QAAA,MAAM,YAAY,EAAE,eAcnB,CAAA;AAED,YAAY,EAAE,eAAe,EAAE,eAAe,EAAE,CAAA;AAChD,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,CAAA"}
@@ -1,5 +1,5 @@
1
- import { RadioInputTheme } from '@instructure/shared-types';
2
- import { RadioInputProps } from './props';
1
+ import type { RadioInputTheme } from '@instructure/shared-types';
2
+ import type { RadioInputProps, RadioInputStyle } from './props';
3
3
  /**
4
4
  * ---
5
5
  * private: true
@@ -10,1123 +10,6 @@ import { RadioInputProps } from './props';
10
10
  * @param {Object} state the state of the component, the style is applied to
11
11
  * @return {Object} The final style object, which will be used in the component
12
12
  */
13
- declare const generateStyle: (componentTheme: RadioInputTheme, props: RadioInputProps) => {
14
- radioInput: {
15
- '&:hover': {
16
- cursor: string;
17
- };
18
- display?: string | undefined;
19
- verticalAlign?: string | undefined;
20
- width: string;
21
- opacity?: number | undefined;
22
- label: string;
23
- position: string;
24
- };
25
- input: {
26
- '&:is(input)[type="radio"]': {
27
- padding: string;
28
- margin: string;
29
- fontSize: string;
30
- lineHeight: string;
31
- width: string;
32
- position: string;
33
- top: string;
34
- left: string;
35
- opacity: number;
36
- };
37
- '&:-webkit-any(input)[type="radio"]': {
38
- padding: string;
39
- margin: string;
40
- fontSize: string;
41
- lineHeight: string;
42
- width: string;
43
- position: string;
44
- top: string;
45
- left: string;
46
- opacity: number;
47
- };
48
- padding: string;
49
- margin: string;
50
- fontSize: string;
51
- lineHeight: string;
52
- width: string;
53
- position: string;
54
- top: string;
55
- left: string;
56
- opacity: number;
57
- label: string;
58
- };
59
- control: {
60
- display: string;
61
- alignItems: string;
62
- label: string;
63
- all: string;
64
- direction: string;
65
- textAlign: string;
66
- } | {
67
- display: string;
68
- alignItems: string;
69
- label: string;
70
- all: string;
71
- direction: string;
72
- textAlign: string;
73
- } | {
74
- display: string;
75
- alignItems: string;
76
- label: string;
77
- all: string;
78
- direction: string;
79
- textAlign: string;
80
- } | {
81
- padding: string;
82
- height: string;
83
- display: string;
84
- alignItems: string;
85
- label: string;
86
- all: string;
87
- direction: string;
88
- textAlign: string;
89
- } | {
90
- padding: string;
91
- height: string;
92
- display: string;
93
- alignItems: string;
94
- label: string;
95
- all: string;
96
- direction: string;
97
- textAlign: string;
98
- } | {
99
- padding: string;
100
- height: string;
101
- display: string;
102
- alignItems: string;
103
- label: string;
104
- all: string;
105
- direction: string;
106
- textAlign: string;
107
- } | {
108
- display: string;
109
- userSelect: string;
110
- boxSizing: string;
111
- position: string;
112
- label: string;
113
- all: string;
114
- direction: string;
115
- textAlign: string;
116
- } | {
117
- display: string;
118
- userSelect: string;
119
- boxSizing: string;
120
- position: string;
121
- label: string;
122
- all: string;
123
- direction: string;
124
- textAlign: string;
125
- } | {
126
- display: string;
127
- userSelect: string;
128
- boxSizing: string;
129
- position: string;
130
- label: string;
131
- all: string;
132
- direction: string;
133
- textAlign: string;
134
- } | {
135
- padding: string;
136
- height: string;
137
- display: string;
138
- userSelect: string;
139
- boxSizing: string;
140
- position: string;
141
- label: string;
142
- all: string;
143
- direction: string;
144
- textAlign: string;
145
- } | {
146
- padding: string;
147
- height: string;
148
- display: string;
149
- userSelect: string;
150
- boxSizing: string;
151
- position: string;
152
- label: string;
153
- all: string;
154
- direction: string;
155
- textAlign: string;
156
- } | {
157
- padding: string;
158
- height: string;
159
- display: string;
160
- userSelect: string;
161
- boxSizing: string;
162
- position: string;
163
- label: string;
164
- all: string;
165
- direction: string;
166
- textAlign: string;
167
- };
168
- facade: {
169
- width: string | 0;
170
- height: string | 0;
171
- boxSizing: string;
172
- display: string;
173
- position: string;
174
- marginInlineEnd: string | 0;
175
- marginInlineStart: string;
176
- flexShrink: number;
177
- minWidth: string;
178
- transition: string;
179
- borderRadius: string;
180
- border: string;
181
- background: string;
182
- '&::before': {
183
- content: string;
184
- position: string;
185
- top: string;
186
- left: string;
187
- width: string;
188
- height: string;
189
- boxSizing: string;
190
- borderRadius: string;
191
- border: string;
192
- transition: string;
193
- transform: string;
194
- opacity: number;
195
- pointerEvents: string;
196
- };
197
- label: string;
198
- } | {
199
- width: string | 0;
200
- height: string | 0;
201
- boxSizing: string;
202
- display: string;
203
- position: string;
204
- marginInlineEnd: string | 0;
205
- marginInlineStart: string;
206
- flexShrink: number;
207
- minWidth: string;
208
- transition: string;
209
- borderRadius: string;
210
- border: string;
211
- background: string;
212
- '&::before': {
213
- content: string;
214
- position: string;
215
- top: string;
216
- left: string;
217
- width: string;
218
- height: string;
219
- boxSizing: string;
220
- borderRadius: string;
221
- border: string;
222
- transition: string;
223
- transform: string;
224
- opacity: number;
225
- pointerEvents: string;
226
- };
227
- label: string;
228
- } | {
229
- width: string | 0;
230
- height: string | 0;
231
- boxSizing: string;
232
- display: string;
233
- position: string;
234
- marginInlineEnd: string | 0;
235
- marginInlineStart: string;
236
- flexShrink: number;
237
- minWidth: string;
238
- transition: string;
239
- borderRadius: string;
240
- border: string;
241
- background: string;
242
- '&::before': {
243
- content: string;
244
- position: string;
245
- top: string;
246
- left: string;
247
- width: string;
248
- height: string;
249
- boxSizing: string;
250
- borderRadius: string;
251
- border: string;
252
- transition: string;
253
- transform: string;
254
- opacity: number;
255
- pointerEvents: string;
256
- };
257
- label: string;
258
- } | {
259
- boxSizing: string;
260
- display: string;
261
- position: string;
262
- marginInlineEnd: string | 0;
263
- marginInlineStart: string;
264
- flexShrink: number;
265
- minWidth: string;
266
- transition: string;
267
- borderRadius: string;
268
- border: string;
269
- background: string;
270
- '&::before': {
271
- content: string;
272
- position: string;
273
- top: string;
274
- left: string;
275
- width: string;
276
- height: string;
277
- boxSizing: string;
278
- borderRadius: string;
279
- border: string;
280
- transition: string;
281
- transform: string;
282
- opacity: number;
283
- pointerEvents: string;
284
- };
285
- label: string;
286
- } | {
287
- boxSizing: string;
288
- display: string;
289
- position: string;
290
- marginInlineEnd: string | 0;
291
- marginInlineStart: string;
292
- flexShrink: number;
293
- minWidth: string;
294
- transition: string;
295
- borderRadius: string;
296
- border: string;
297
- background: string;
298
- '&::before': {
299
- content: string;
300
- position: string;
301
- top: string;
302
- left: string;
303
- width: string;
304
- height: string;
305
- boxSizing: string;
306
- borderRadius: string;
307
- border: string;
308
- transition: string;
309
- transform: string;
310
- opacity: number;
311
- pointerEvents: string;
312
- };
313
- label: string;
314
- } | {
315
- boxSizing: string;
316
- display: string;
317
- position: string;
318
- marginInlineEnd: string | 0;
319
- marginInlineStart: string;
320
- flexShrink: number;
321
- minWidth: string;
322
- transition: string;
323
- borderRadius: string;
324
- border: string;
325
- background: string;
326
- '&::before': {
327
- content: string;
328
- position: string;
329
- top: string;
330
- left: string;
331
- width: string;
332
- height: string;
333
- boxSizing: string;
334
- borderRadius: string;
335
- border: string;
336
- transition: string;
337
- transform: string;
338
- opacity: number;
339
- pointerEvents: string;
340
- };
341
- label: string;
342
- } | {
343
- width: string | 0;
344
- height: string | 0;
345
- '&::before': {
346
- content: string;
347
- position: string;
348
- top: string;
349
- left: string;
350
- width: string;
351
- height: string;
352
- boxSizing: string;
353
- borderRadius: string;
354
- border: string;
355
- transition: string;
356
- transform: string;
357
- opacity: number;
358
- };
359
- backgroundColor: string;
360
- boxSizing: string;
361
- visibility: string;
362
- display: string;
363
- position: string;
364
- zIndex: number;
365
- top: string;
366
- left: string;
367
- boxShadow: string;
368
- borderRadius: string | 0;
369
- label: string;
370
- } | {
371
- width: string | 0;
372
- height: string | 0;
373
- '&::before': {
374
- content: string;
375
- position: string;
376
- top: string;
377
- left: string;
378
- width: string;
379
- height: string;
380
- boxSizing: string;
381
- borderRadius: string;
382
- border: string;
383
- transition: string;
384
- transform: string;
385
- opacity: number;
386
- };
387
- backgroundColor: string;
388
- boxSizing: string;
389
- visibility: string;
390
- display: string;
391
- position: string;
392
- zIndex: number;
393
- top: string;
394
- left: string;
395
- boxShadow: string;
396
- borderRadius: string | 0;
397
- label: string;
398
- } | {
399
- width: string | 0;
400
- height: string | 0;
401
- '&::before': {
402
- content: string;
403
- position: string;
404
- top: string;
405
- left: string;
406
- width: string;
407
- height: string;
408
- boxSizing: string;
409
- borderRadius: string;
410
- border: string;
411
- transition: string;
412
- transform: string;
413
- opacity: number;
414
- };
415
- backgroundColor: string;
416
- boxSizing: string;
417
- visibility: string;
418
- display: string;
419
- position: string;
420
- zIndex: number;
421
- top: string;
422
- left: string;
423
- boxShadow: string;
424
- borderRadius: string | 0;
425
- label: string;
426
- } | {
427
- '&::before': {
428
- content: string;
429
- position: string;
430
- top: string;
431
- left: string;
432
- width: string;
433
- height: string;
434
- boxSizing: string;
435
- borderRadius: string;
436
- border: string;
437
- transition: string;
438
- transform: string;
439
- opacity: number;
440
- };
441
- backgroundColor: string;
442
- boxSizing: string;
443
- visibility: string;
444
- display: string;
445
- position: string;
446
- zIndex: number;
447
- top: string;
448
- left: string;
449
- width: string;
450
- height: string;
451
- boxShadow: string;
452
- borderRadius: string | 0;
453
- label: string;
454
- } | {
455
- '&::before': {
456
- content: string;
457
- position: string;
458
- top: string;
459
- left: string;
460
- width: string;
461
- height: string;
462
- boxSizing: string;
463
- borderRadius: string;
464
- border: string;
465
- transition: string;
466
- transform: string;
467
- opacity: number;
468
- };
469
- backgroundColor: string;
470
- boxSizing: string;
471
- visibility: string;
472
- display: string;
473
- position: string;
474
- zIndex: number;
475
- top: string;
476
- left: string;
477
- width: string;
478
- height: string;
479
- boxShadow: string;
480
- borderRadius: string | 0;
481
- label: string;
482
- } | {
483
- '&::before': {
484
- content: string;
485
- position: string;
486
- top: string;
487
- left: string;
488
- width: string;
489
- height: string;
490
- boxSizing: string;
491
- borderRadius: string;
492
- border: string;
493
- transition: string;
494
- transform: string;
495
- opacity: number;
496
- };
497
- backgroundColor: string;
498
- boxSizing: string;
499
- visibility: string;
500
- display: string;
501
- position: string;
502
- zIndex: number;
503
- top: string;
504
- left: string;
505
- width: string;
506
- height: string;
507
- boxShadow: string;
508
- borderRadius: string | 0;
509
- label: string;
510
- } | {
511
- width: string | 0;
512
- height: string | 0;
513
- '&::before': {
514
- content: string;
515
- position: string;
516
- top: string;
517
- left: string;
518
- width: string;
519
- height: string;
520
- boxSizing: string;
521
- borderRadius: string;
522
- border: string;
523
- transition: string;
524
- transform: string;
525
- opacity: number;
526
- };
527
- backgroundColor: string;
528
- boxSizing: string;
529
- visibility: string;
530
- display: string;
531
- position: string;
532
- zIndex: number;
533
- top: string;
534
- left: string;
535
- boxShadow: string;
536
- borderRadius: string | 0;
537
- label: string;
538
- } | {
539
- width: string | 0;
540
- height: string | 0;
541
- '&::before': {
542
- content: string;
543
- position: string;
544
- top: string;
545
- left: string;
546
- width: string;
547
- height: string;
548
- boxSizing: string;
549
- borderRadius: string;
550
- border: string;
551
- transition: string;
552
- transform: string;
553
- opacity: number;
554
- };
555
- backgroundColor: string;
556
- boxSizing: string;
557
- visibility: string;
558
- display: string;
559
- position: string;
560
- zIndex: number;
561
- top: string;
562
- left: string;
563
- boxShadow: string;
564
- borderRadius: string | 0;
565
- label: string;
566
- } | {
567
- width: string | 0;
568
- height: string | 0;
569
- '&::before': {
570
- content: string;
571
- position: string;
572
- top: string;
573
- left: string;
574
- width: string;
575
- height: string;
576
- boxSizing: string;
577
- borderRadius: string;
578
- border: string;
579
- transition: string;
580
- transform: string;
581
- opacity: number;
582
- };
583
- backgroundColor: string;
584
- boxSizing: string;
585
- visibility: string;
586
- display: string;
587
- position: string;
588
- zIndex: number;
589
- top: string;
590
- left: string;
591
- boxShadow: string;
592
- borderRadius: string | 0;
593
- label: string;
594
- } | {
595
- '&::before': {
596
- content: string;
597
- position: string;
598
- top: string;
599
- left: string;
600
- width: string;
601
- height: string;
602
- boxSizing: string;
603
- borderRadius: string;
604
- border: string;
605
- transition: string;
606
- transform: string;
607
- opacity: number;
608
- };
609
- backgroundColor: string;
610
- boxSizing: string;
611
- visibility: string;
612
- display: string;
613
- position: string;
614
- zIndex: number;
615
- top: string;
616
- left: string;
617
- width: string;
618
- height: string;
619
- boxShadow: string;
620
- borderRadius: string | 0;
621
- label: string;
622
- } | {
623
- '&::before': {
624
- content: string;
625
- position: string;
626
- top: string;
627
- left: string;
628
- width: string;
629
- height: string;
630
- boxSizing: string;
631
- borderRadius: string;
632
- border: string;
633
- transition: string;
634
- transform: string;
635
- opacity: number;
636
- };
637
- backgroundColor: string;
638
- boxSizing: string;
639
- visibility: string;
640
- display: string;
641
- position: string;
642
- zIndex: number;
643
- top: string;
644
- left: string;
645
- width: string;
646
- height: string;
647
- boxShadow: string;
648
- borderRadius: string | 0;
649
- label: string;
650
- } | {
651
- '&::before': {
652
- content: string;
653
- position: string;
654
- top: string;
655
- left: string;
656
- width: string;
657
- height: string;
658
- boxSizing: string;
659
- borderRadius: string;
660
- border: string;
661
- transition: string;
662
- transform: string;
663
- opacity: number;
664
- };
665
- backgroundColor: string;
666
- boxSizing: string;
667
- visibility: string;
668
- display: string;
669
- position: string;
670
- zIndex: number;
671
- top: string;
672
- left: string;
673
- width: string;
674
- height: string;
675
- boxShadow: string;
676
- borderRadius: string | 0;
677
- label: string;
678
- } | {
679
- width: string | 0;
680
- height: string | 0;
681
- '&::before': {
682
- content: string;
683
- position: string;
684
- top: string;
685
- left: string;
686
- width: string;
687
- height: string;
688
- boxSizing: string;
689
- borderRadius: string;
690
- border: string;
691
- transition: string;
692
- transform: string;
693
- opacity: number;
694
- };
695
- backgroundColor: string;
696
- boxSizing: string;
697
- visibility: string;
698
- display: string;
699
- position: string;
700
- zIndex: number;
701
- top: string;
702
- left: string;
703
- boxShadow: string;
704
- borderRadius: string | 0;
705
- label: string;
706
- } | {
707
- width: string | 0;
708
- height: string | 0;
709
- '&::before': {
710
- content: string;
711
- position: string;
712
- top: string;
713
- left: string;
714
- width: string;
715
- height: string;
716
- boxSizing: string;
717
- borderRadius: string;
718
- border: string;
719
- transition: string;
720
- transform: string;
721
- opacity: number;
722
- };
723
- backgroundColor: string;
724
- boxSizing: string;
725
- visibility: string;
726
- display: string;
727
- position: string;
728
- zIndex: number;
729
- top: string;
730
- left: string;
731
- boxShadow: string;
732
- borderRadius: string | 0;
733
- label: string;
734
- } | {
735
- width: string | 0;
736
- height: string | 0;
737
- '&::before': {
738
- content: string;
739
- position: string;
740
- top: string;
741
- left: string;
742
- width: string;
743
- height: string;
744
- boxSizing: string;
745
- borderRadius: string;
746
- border: string;
747
- transition: string;
748
- transform: string;
749
- opacity: number;
750
- };
751
- backgroundColor: string;
752
- boxSizing: string;
753
- visibility: string;
754
- display: string;
755
- position: string;
756
- zIndex: number;
757
- top: string;
758
- left: string;
759
- boxShadow: string;
760
- borderRadius: string | 0;
761
- label: string;
762
- } | {
763
- '&::before': {
764
- content: string;
765
- position: string;
766
- top: string;
767
- left: string;
768
- width: string;
769
- height: string;
770
- boxSizing: string;
771
- borderRadius: string;
772
- border: string;
773
- transition: string;
774
- transform: string;
775
- opacity: number;
776
- };
777
- backgroundColor: string;
778
- boxSizing: string;
779
- visibility: string;
780
- display: string;
781
- position: string;
782
- zIndex: number;
783
- top: string;
784
- left: string;
785
- width: string;
786
- height: string;
787
- boxShadow: string;
788
- borderRadius: string | 0;
789
- label: string;
790
- } | {
791
- '&::before': {
792
- content: string;
793
- position: string;
794
- top: string;
795
- left: string;
796
- width: string;
797
- height: string;
798
- boxSizing: string;
799
- borderRadius: string;
800
- border: string;
801
- transition: string;
802
- transform: string;
803
- opacity: number;
804
- };
805
- backgroundColor: string;
806
- boxSizing: string;
807
- visibility: string;
808
- display: string;
809
- position: string;
810
- zIndex: number;
811
- top: string;
812
- left: string;
813
- width: string;
814
- height: string;
815
- boxShadow: string;
816
- borderRadius: string | 0;
817
- label: string;
818
- } | {
819
- '&::before': {
820
- content: string;
821
- position: string;
822
- top: string;
823
- left: string;
824
- width: string;
825
- height: string;
826
- boxSizing: string;
827
- borderRadius: string;
828
- border: string;
829
- transition: string;
830
- transform: string;
831
- opacity: number;
832
- };
833
- backgroundColor: string;
834
- boxSizing: string;
835
- visibility: string;
836
- display: string;
837
- position: string;
838
- zIndex: number;
839
- top: string;
840
- left: string;
841
- width: string;
842
- height: string;
843
- boxShadow: string;
844
- borderRadius: string | 0;
845
- label: string;
846
- } | {
847
- width: string | 0;
848
- height: string | 0;
849
- '&::before': {
850
- content: string;
851
- position: string;
852
- top: string;
853
- left: string;
854
- width: string;
855
- height: string;
856
- boxSizing: string;
857
- borderRadius: string;
858
- border: string;
859
- transition: string;
860
- transform: string;
861
- opacity: number;
862
- };
863
- backgroundColor: string;
864
- boxSizing: string;
865
- visibility: string;
866
- display: string;
867
- position: string;
868
- zIndex: number;
869
- top: string;
870
- left: string;
871
- boxShadow: string;
872
- borderRadius: string | 0;
873
- label: string;
874
- } | {
875
- width: string | 0;
876
- height: string | 0;
877
- '&::before': {
878
- content: string;
879
- position: string;
880
- top: string;
881
- left: string;
882
- width: string;
883
- height: string;
884
- boxSizing: string;
885
- borderRadius: string;
886
- border: string;
887
- transition: string;
888
- transform: string;
889
- opacity: number;
890
- };
891
- backgroundColor: string;
892
- boxSizing: string;
893
- visibility: string;
894
- display: string;
895
- position: string;
896
- zIndex: number;
897
- top: string;
898
- left: string;
899
- boxShadow: string;
900
- borderRadius: string | 0;
901
- label: string;
902
- } | {
903
- width: string | 0;
904
- height: string | 0;
905
- '&::before': {
906
- content: string;
907
- position: string;
908
- top: string;
909
- left: string;
910
- width: string;
911
- height: string;
912
- boxSizing: string;
913
- borderRadius: string;
914
- border: string;
915
- transition: string;
916
- transform: string;
917
- opacity: number;
918
- };
919
- backgroundColor: string;
920
- boxSizing: string;
921
- visibility: string;
922
- display: string;
923
- position: string;
924
- zIndex: number;
925
- top: string;
926
- left: string;
927
- boxShadow: string;
928
- borderRadius: string | 0;
929
- label: string;
930
- } | {
931
- '&::before': {
932
- content: string;
933
- position: string;
934
- top: string;
935
- left: string;
936
- width: string;
937
- height: string;
938
- boxSizing: string;
939
- borderRadius: string;
940
- border: string;
941
- transition: string;
942
- transform: string;
943
- opacity: number;
944
- };
945
- backgroundColor: string;
946
- boxSizing: string;
947
- visibility: string;
948
- display: string;
949
- position: string;
950
- zIndex: number;
951
- top: string;
952
- left: string;
953
- width: string;
954
- height: string;
955
- boxShadow: string;
956
- borderRadius: string | 0;
957
- label: string;
958
- } | {
959
- '&::before': {
960
- content: string;
961
- position: string;
962
- top: string;
963
- left: string;
964
- width: string;
965
- height: string;
966
- boxSizing: string;
967
- borderRadius: string;
968
- border: string;
969
- transition: string;
970
- transform: string;
971
- opacity: number;
972
- };
973
- backgroundColor: string;
974
- boxSizing: string;
975
- visibility: string;
976
- display: string;
977
- position: string;
978
- zIndex: number;
979
- top: string;
980
- left: string;
981
- width: string;
982
- height: string;
983
- boxShadow: string;
984
- borderRadius: string | 0;
985
- label: string;
986
- } | {
987
- '&::before': {
988
- content: string;
989
- position: string;
990
- top: string;
991
- left: string;
992
- width: string;
993
- height: string;
994
- boxSizing: string;
995
- borderRadius: string;
996
- border: string;
997
- transition: string;
998
- transform: string;
999
- opacity: number;
1000
- };
1001
- backgroundColor: string;
1002
- boxSizing: string;
1003
- visibility: string;
1004
- display: string;
1005
- position: string;
1006
- zIndex: number;
1007
- top: string;
1008
- left: string;
1009
- width: string;
1010
- height: string;
1011
- boxShadow: string;
1012
- borderRadius: string | 0;
1013
- label: string;
1014
- };
1015
- label: {
1016
- fontSize: string | 0;
1017
- position?: string | undefined;
1018
- zIndex?: number | undefined;
1019
- textTransform?: string | undefined;
1020
- overflow?: string | undefined;
1021
- whiteSpace?: string | undefined;
1022
- textOverflow?: string | undefined;
1023
- lineHeight: string | number;
1024
- display?: string | undefined;
1025
- alignItems?: string | undefined;
1026
- minWidth?: string | undefined;
1027
- label: string;
1028
- flex: string;
1029
- color: string;
1030
- fontFamily: string;
1031
- fontWeight: number;
1032
- } | {
1033
- fontSize: string | 0;
1034
- position?: string | undefined;
1035
- zIndex?: number | undefined;
1036
- textTransform?: string | undefined;
1037
- overflow?: string | undefined;
1038
- whiteSpace?: string | undefined;
1039
- textOverflow?: string | undefined;
1040
- lineHeight: string | number;
1041
- display?: string | undefined;
1042
- alignItems?: string | undefined;
1043
- minWidth?: string | undefined;
1044
- label: string;
1045
- flex: string;
1046
- color: string;
1047
- fontFamily: string;
1048
- fontWeight: number;
1049
- } | {
1050
- fontSize: string | 0;
1051
- position?: string | undefined;
1052
- zIndex?: number | undefined;
1053
- textTransform?: string | undefined;
1054
- overflow?: string | undefined;
1055
- whiteSpace?: string | undefined;
1056
- textOverflow?: string | undefined;
1057
- lineHeight: string | number;
1058
- display?: string | undefined;
1059
- alignItems?: string | undefined;
1060
- minWidth?: string | undefined;
1061
- label: string;
1062
- flex: string;
1063
- color: string;
1064
- fontFamily: string;
1065
- fontWeight: number;
1066
- } | {
1067
- fontSize: string | 0;
1068
- height: string;
1069
- svg: {
1070
- fontSize: string;
1071
- };
1072
- position?: string | undefined;
1073
- zIndex?: number | undefined;
1074
- textTransform?: string | undefined;
1075
- overflow?: string | undefined;
1076
- whiteSpace?: string | undefined;
1077
- textOverflow?: string | undefined;
1078
- lineHeight: string | number;
1079
- display?: string | undefined;
1080
- alignItems?: string | undefined;
1081
- minWidth?: string | undefined;
1082
- label: string;
1083
- flex: string;
1084
- color: string;
1085
- fontFamily: string;
1086
- fontWeight: number;
1087
- } | {
1088
- fontSize: string | 0;
1089
- height: string;
1090
- svg: {
1091
- fontSize: string;
1092
- };
1093
- position?: string | undefined;
1094
- zIndex?: number | undefined;
1095
- textTransform?: string | undefined;
1096
- overflow?: string | undefined;
1097
- whiteSpace?: string | undefined;
1098
- textOverflow?: string | undefined;
1099
- lineHeight: string | number;
1100
- display?: string | undefined;
1101
- alignItems?: string | undefined;
1102
- minWidth?: string | undefined;
1103
- label: string;
1104
- flex: string;
1105
- color: string;
1106
- fontFamily: string;
1107
- fontWeight: number;
1108
- } | {
1109
- fontSize: string | 0;
1110
- height: string;
1111
- svg: {
1112
- fontSize: string;
1113
- };
1114
- position?: string | undefined;
1115
- zIndex?: number | undefined;
1116
- textTransform?: string | undefined;
1117
- overflow?: string | undefined;
1118
- whiteSpace?: string | undefined;
1119
- textOverflow?: string | undefined;
1120
- lineHeight: string | number;
1121
- display?: string | undefined;
1122
- alignItems?: string | undefined;
1123
- minWidth?: string | undefined;
1124
- label: string;
1125
- flex: string;
1126
- color: string;
1127
- fontFamily: string;
1128
- fontWeight: number;
1129
- };
1130
- };
13
+ declare const generateStyle: (componentTheme: RadioInputTheme, props: RadioInputProps) => RadioInputStyle;
1131
14
  export default generateStyle;
1132
15
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/RadioInput/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEzC;;;;;;;;;GASG;AACH,QAAA,MAAM,aAAa,mBACD,eAAe,SACxB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8QvB,CAAA;AAED,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/RadioInput/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE/D;;;;;;;;;GASG;AACH,QAAA,MAAM,aAAa,mBACD,eAAe,SACxB,eAAe,KACrB,eA6QF,CAAA;AAED,eAAe,aAAa,CAAA"}
package/LICENSE.md DELETED
@@ -1,27 +0,0 @@
1
- ---
2
- title: The MIT License (MIT)
3
- category: Getting Started
4
- order: 9
5
- ---
6
-
7
- # The MIT License (MIT)
8
-
9
- Copyright (c) 2015 Instructure, Inc.
10
-
11
- **Permission is hereby granted, free of charge, to any person obtaining a copy
12
- of this software and associated documentation files (the "Software"), to deal
13
- in the Software without restriction, including without limitation the rights
14
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
- copies of the Software, and to permit persons to whom the Software is
16
- furnished to do so, subject to the following conditions.**
17
-
18
- The above copyright notice and this permission notice shall be included in all
19
- copies or substantial portions of the Software.
20
-
21
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- SOFTWARE.