@zendeskgarden/react-colorpickers 9.0.0-next.12 → 9.0.0-next.13
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/esm/node_modules/@zendeskgarden/svg-icons/src/12/check-sm-fill.svg.js +1 -1
- package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/chevron-down-stroke.svg.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledAlphaRange.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledColorPicker.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledColorWell.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledColorWellThumb.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledHexField.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledHueRange.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledInput.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledInputGroup.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledLabel.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledPreview.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledRGBAField.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledSliderGroup.js +1 -1
- package/dist/esm/styled/ColorPicker/StyledSliders.js +1 -1
- package/dist/esm/styled/ColorPickerDialog/StyledButton.js +1 -1
- package/dist/esm/styled/ColorPickerDialog/StyledButtonPreview.js +1 -1
- package/dist/esm/styled/ColorPickerDialog/StyledTooltipBody.js +1 -1
- package/dist/esm/styled/ColorPickerDialog/StyledTooltipModal.js +1 -1
- package/dist/esm/styled/ColorSwatch/StyledCell.js +1 -1
- package/dist/esm/styled/ColorSwatch/StyledColorSwatch.js +1 -1
- package/dist/esm/styled/ColorSwatch/StyledColorSwatchInput.js +1 -1
- package/dist/esm/styled/ColorSwatch/StyledColorSwatchLabel.js +1 -1
- package/dist/esm/styled/ColorSwatch/StyledIcon.js +1 -1
- package/dist/esm/styled/common/StyledRange.js +1 -1
- package/dist/index.cjs.js +25 -25
- package/package.json +9 -10
- package/LICENSE.md +0 -176
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
import * as React from 'react';
|
|
8
8
|
|
|
9
9
|
var _path;
|
|
10
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
10
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
11
11
|
var SvgCheckSmFill = function SvgCheckSmFill(props) {
|
|
12
12
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
import * as React from 'react';
|
|
8
8
|
|
|
9
9
|
var _path;
|
|
10
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
10
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
11
11
|
var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
|
|
12
12
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -30,7 +30,7 @@ const StyledAlphaRange = styled(StyledRange).attrs(props => ({
|
|
|
30
30
|
background: background(props)
|
|
31
31
|
},
|
|
32
32
|
'data-garden-id': COMPONENT_ID,
|
|
33
|
-
'data-garden-version': '9.0.0-next.
|
|
33
|
+
'data-garden-version': '9.0.0-next.13'
|
|
34
34
|
})).withConfig({
|
|
35
35
|
displayName: "StyledAlphaRange",
|
|
36
36
|
componentId: "sc-1f6hp2j-0"
|
|
@@ -13,7 +13,7 @@ const getColorPickerWidth = props => {
|
|
|
13
13
|
};
|
|
14
14
|
const StyledColorPicker = styled.div.attrs({
|
|
15
15
|
'data-garden-id': COMPONENT_ID,
|
|
16
|
-
'data-garden-version': '9.0.0-next.
|
|
16
|
+
'data-garden-version': '9.0.0-next.13'
|
|
17
17
|
}).withConfig({
|
|
18
18
|
displayName: "StyledColorPicker",
|
|
19
19
|
componentId: "sc-gspq4q-0"
|
|
@@ -20,7 +20,7 @@ const background = props => {
|
|
|
20
20
|
};
|
|
21
21
|
const StyledColorWell = styled.div.attrs(props => ({
|
|
22
22
|
'data-garden-id': COMPONENT_ID,
|
|
23
|
-
'data-garden-version': '9.0.0-next.
|
|
23
|
+
'data-garden-version': '9.0.0-next.13',
|
|
24
24
|
'data-test-id': 'colorwell',
|
|
25
25
|
style: {
|
|
26
26
|
background: background(props)
|
|
@@ -23,7 +23,7 @@ const sizeStyles = theme => {
|
|
|
23
23
|
};
|
|
24
24
|
const StyledColorWellThumb = styled.div.attrs(props => ({
|
|
25
25
|
'data-garden-id': COMPONENT_ID,
|
|
26
|
-
'data-garden-version': '9.0.0-next.
|
|
26
|
+
'data-garden-version': '9.0.0-next.13',
|
|
27
27
|
'data-test-id': 'colorwell-thumb',
|
|
28
28
|
style: {
|
|
29
29
|
top: `${props.top}%`,
|
|
@@ -11,7 +11,7 @@ import { Field } from '@zendeskgarden/react-forms';
|
|
|
11
11
|
const COMPONENT_ID = 'colorpickers.colorpicker_hex_field';
|
|
12
12
|
const StyledHexField = styled(Field).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.0.0-next.
|
|
14
|
+
'data-garden-version': '9.0.0-next.13',
|
|
15
15
|
spellcheck: false
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledHexField",
|
|
@@ -11,7 +11,7 @@ import { StyledRange, getTrackMargin, getTrackHeight } from '../common/StyledRan
|
|
|
11
11
|
const COMPONENT_ID = 'colorpickers.colorpicker_hue';
|
|
12
12
|
const StyledHueRange = styled(StyledRange).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.0.0-next.
|
|
14
|
+
'data-garden-version': '9.0.0-next.13'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledHueRange",
|
|
17
17
|
componentId: "sc-1gdhww1-0"
|
|
@@ -11,7 +11,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
11
11
|
const COMPONENT_ID = 'colorpickers.colorpicker_input';
|
|
12
12
|
const StyledInput = styled(Input).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.0.0-next.
|
|
14
|
+
'data-garden-version': '9.0.0-next.13',
|
|
15
15
|
focusInset: false
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledInput",
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
10
10
|
const COMPONENT_ID = 'colorpickers.colorpicker_input_group';
|
|
11
11
|
const StyledInputGroup = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.0.0-next.
|
|
13
|
+
'data-garden-version': '9.0.0-next.13'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledInputGroup",
|
|
16
16
|
componentId: "sc-1m9g2wg-0"
|
|
@@ -11,7 +11,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
11
11
|
const COMPONENT_ID = 'colorpickers.colorpicker_label';
|
|
12
12
|
const StyledLabel = styled(Label).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.0.0-next.
|
|
14
|
+
'data-garden-version': '9.0.0-next.13'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledLabel",
|
|
17
17
|
componentId: "sc-1vxt3m9-0"
|
|
@@ -26,7 +26,7 @@ const StyledPreview = styled.div.attrs(props => ({
|
|
|
26
26
|
background: background(props)
|
|
27
27
|
},
|
|
28
28
|
'data-garden-id': COMPONENT_ID,
|
|
29
|
-
'data-garden-version': '9.0.0-next.
|
|
29
|
+
'data-garden-version': '9.0.0-next.13',
|
|
30
30
|
'data-test-id': 'preview-box'
|
|
31
31
|
})).withConfig({
|
|
32
32
|
displayName: "StyledPreview",
|
|
@@ -20,7 +20,7 @@ const sizeStyles = theme => {
|
|
|
20
20
|
};
|
|
21
21
|
const StyledRGBAField = styled(Field).attrs({
|
|
22
22
|
'data-garden-id': COMPONENT_ID,
|
|
23
|
-
'data-garden-version': '9.0.0-next.
|
|
23
|
+
'data-garden-version': '9.0.0-next.13'
|
|
24
24
|
}).withConfig({
|
|
25
25
|
displayName: "StyledRGBAField",
|
|
26
26
|
componentId: "sc-13266k8-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
10
10
|
const COMPONENT_ID = 'colorpickers.colorpicker_slider_group';
|
|
11
11
|
const StyledSliderGroup = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.0.0-next.
|
|
13
|
+
'data-garden-version': '9.0.0-next.13'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledSliderGroup",
|
|
16
16
|
componentId: "sc-tigkzg-0"
|
|
@@ -11,7 +11,7 @@ import { getTrackMargin, getTrackHeight } from '../common/StyledRange.js';
|
|
|
11
11
|
const COMPONENT_ID = 'colorpickers.colorpicker_sliders';
|
|
12
12
|
const StyledSliders = styled.div.attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.0.0-next.
|
|
14
|
+
'data-garden-version': '9.0.0-next.13'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledSliders",
|
|
17
17
|
componentId: "sc-1lgr50m-0"
|
|
@@ -10,7 +10,7 @@ import { Button } from '@zendeskgarden/react-buttons';
|
|
|
10
10
|
|
|
11
11
|
const StyledButton = styled(Button).attrs({
|
|
12
12
|
isNeutral: true,
|
|
13
|
-
'data-garden-version': '9.0.0-next.
|
|
13
|
+
'data-garden-version': '9.0.0-next.13'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledButton",
|
|
16
16
|
componentId: "sc-1dlijfv-0"
|
|
@@ -38,7 +38,7 @@ const StyledButtonPreview = styled.span.attrs(props => ({
|
|
|
38
38
|
})
|
|
39
39
|
},
|
|
40
40
|
'data-garden-id': COMPONENT_ID,
|
|
41
|
-
'data-garden-version': '9.0.0-next.
|
|
41
|
+
'data-garden-version': '9.0.0-next.13',
|
|
42
42
|
'data-test-id': 'dialog-preview'
|
|
43
43
|
})).withConfig({
|
|
44
44
|
displayName: "StyledButtonPreview",
|
|
@@ -11,7 +11,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
11
11
|
const COMPONENT_ID = 'colorpickers.colordialog_tooltipmodal_body';
|
|
12
12
|
const StyledTooltipBody = styled(TooltipModal.Body).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.0.0-next.
|
|
14
|
+
'data-garden-version': '9.0.0-next.13'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledTooltipBody",
|
|
17
17
|
componentId: "sc-1ueddpo-0"
|
|
@@ -11,7 +11,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
11
11
|
const COMPONENT_ID = 'colorpickers.colordialog_tooltipmodal';
|
|
12
12
|
const StyledTooltipModal = styled(TooltipModal).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.0.0-next.
|
|
14
|
+
'data-garden-version': '9.0.0-next.13'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledTooltipModal",
|
|
17
17
|
componentId: "sc-gykkrw-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
10
10
|
const COMPONENT_ID = 'colorpickers.swatch_cell';
|
|
11
11
|
const StyledCell = styled.td.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.0.0-next.
|
|
13
|
+
'data-garden-version': '9.0.0-next.13'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledCell",
|
|
16
16
|
componentId: "sc-qr3oit-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
10
10
|
const COMPONENT_ID = 'colorpickers.color_swatch';
|
|
11
11
|
const StyledColorSwatch = styled.table.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.0.0-next.
|
|
13
|
+
'data-garden-version': '9.0.0-next.13'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledColorSwatch",
|
|
16
16
|
componentId: "sc-ajx440-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
10
10
|
const COMPONENT_ID = 'colorpickers.color_swatch_input';
|
|
11
11
|
const StyledColorSwatchInput = styled.input.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.0.0-next.
|
|
13
|
+
'data-garden-version': '9.0.0-next.13'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledColorSwatchInput",
|
|
16
16
|
componentId: "sc-em45h0-0"
|
|
@@ -25,7 +25,7 @@ const colorStyles = props => {
|
|
|
25
25
|
const StyledColorSwatchLabel = styled(StyledButtonPreview).attrs({
|
|
26
26
|
as: 'label',
|
|
27
27
|
'data-garden-id': COMPONENT_ID,
|
|
28
|
-
'data-garden-version': '9.0.0-next.
|
|
28
|
+
'data-garden-version': '9.0.0-next.13'
|
|
29
29
|
}).withConfig({
|
|
30
30
|
displayName: "StyledColorSwatchLabel",
|
|
31
31
|
componentId: "sc-1aghocg-0"
|
|
@@ -12,7 +12,7 @@ import { StyledColorSwatchInput } from './StyledColorSwatchInput.js';
|
|
|
12
12
|
const COMPONENT_ID = 'colorpickers.colorswatch_check';
|
|
13
13
|
const StyledIcon = styled(SvgCheckSmFill).attrs({
|
|
14
14
|
'data-garden-id': COMPONENT_ID,
|
|
15
|
-
'data-garden-version': '9.0.0-next.
|
|
15
|
+
'data-garden-version': '9.0.0-next.13'
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledIcon",
|
|
18
18
|
componentId: "sc-8oigif-0"
|
|
@@ -136,7 +136,7 @@ const sizeStyles = props => {
|
|
|
136
136
|
};
|
|
137
137
|
const StyledRange = styled(Range).attrs({
|
|
138
138
|
'data-garden-id': COMPONENT_ID,
|
|
139
|
-
'data-garden-version': '9.0.0-next.
|
|
139
|
+
'data-garden-version': '9.0.0-next.13',
|
|
140
140
|
hasLowerTrack: false
|
|
141
141
|
}).withConfig({
|
|
142
142
|
displayName: "StyledRange",
|
package/dist/index.cjs.js
CHANGED
|
@@ -137,7 +137,7 @@ const getColorPickerWidth = props => {
|
|
|
137
137
|
};
|
|
138
138
|
const StyledColorPicker = styled__default.default.div.attrs({
|
|
139
139
|
'data-garden-id': COMPONENT_ID$l,
|
|
140
|
-
'data-garden-version': '9.0.0-next.
|
|
140
|
+
'data-garden-version': '9.0.0-next.13'
|
|
141
141
|
}).withConfig({
|
|
142
142
|
displayName: "StyledColorPicker",
|
|
143
143
|
componentId: "sc-gspq4q-0"
|
|
@@ -273,7 +273,7 @@ const sizeStyles$2 = props => {
|
|
|
273
273
|
};
|
|
274
274
|
const StyledRange = styled__default.default(reactForms.Range).attrs({
|
|
275
275
|
'data-garden-id': COMPONENT_ID$k,
|
|
276
|
-
'data-garden-version': '9.0.0-next.
|
|
276
|
+
'data-garden-version': '9.0.0-next.13',
|
|
277
277
|
hasLowerTrack: false
|
|
278
278
|
}).withConfig({
|
|
279
279
|
displayName: "StyledRange",
|
|
@@ -288,7 +288,7 @@ StyledRange.defaultProps = {
|
|
|
288
288
|
const COMPONENT_ID$j = 'colorpickers.colorpicker_hue';
|
|
289
289
|
const StyledHueRange = styled__default.default(StyledRange).attrs({
|
|
290
290
|
'data-garden-id': COMPONENT_ID$j,
|
|
291
|
-
'data-garden-version': '9.0.0-next.
|
|
291
|
+
'data-garden-version': '9.0.0-next.13'
|
|
292
292
|
}).withConfig({
|
|
293
293
|
displayName: "StyledHueRange",
|
|
294
294
|
componentId: "sc-1gdhww1-0"
|
|
@@ -319,7 +319,7 @@ const StyledAlphaRange = styled__default.default(StyledRange).attrs(props => ({
|
|
|
319
319
|
background: background$3(props)
|
|
320
320
|
},
|
|
321
321
|
'data-garden-id': COMPONENT_ID$i,
|
|
322
|
-
'data-garden-version': '9.0.0-next.
|
|
322
|
+
'data-garden-version': '9.0.0-next.13'
|
|
323
323
|
})).withConfig({
|
|
324
324
|
displayName: "StyledAlphaRange",
|
|
325
325
|
componentId: "sc-1f6hp2j-0"
|
|
@@ -346,7 +346,7 @@ const StyledPreview = styled__default.default.div.attrs(props => ({
|
|
|
346
346
|
background: background$2(props)
|
|
347
347
|
},
|
|
348
348
|
'data-garden-id': COMPONENT_ID$h,
|
|
349
|
-
'data-garden-version': '9.0.0-next.
|
|
349
|
+
'data-garden-version': '9.0.0-next.13',
|
|
350
350
|
'data-test-id': 'preview-box'
|
|
351
351
|
})).withConfig({
|
|
352
352
|
displayName: "StyledPreview",
|
|
@@ -368,7 +368,7 @@ const background$1 = props => {
|
|
|
368
368
|
};
|
|
369
369
|
const StyledColorWell = styled__default.default.div.attrs(props => ({
|
|
370
370
|
'data-garden-id': COMPONENT_ID$g,
|
|
371
|
-
'data-garden-version': '9.0.0-next.
|
|
371
|
+
'data-garden-version': '9.0.0-next.13',
|
|
372
372
|
'data-test-id': 'colorwell',
|
|
373
373
|
style: {
|
|
374
374
|
background: background$1(props)
|
|
@@ -396,7 +396,7 @@ const sizeStyles$1 = theme => {
|
|
|
396
396
|
};
|
|
397
397
|
const StyledColorWellThumb = styled__default.default.div.attrs(props => ({
|
|
398
398
|
'data-garden-id': COMPONENT_ID$f,
|
|
399
|
-
'data-garden-version': '9.0.0-next.
|
|
399
|
+
'data-garden-version': '9.0.0-next.13',
|
|
400
400
|
'data-test-id': 'colorwell-thumb',
|
|
401
401
|
style: {
|
|
402
402
|
top: `${props.top}%`,
|
|
@@ -413,7 +413,7 @@ StyledColorWellThumb.defaultProps = {
|
|
|
413
413
|
const COMPONENT_ID$e = 'colorpickers.colorpicker_slider_group';
|
|
414
414
|
const StyledSliderGroup = styled__default.default.div.attrs({
|
|
415
415
|
'data-garden-id': COMPONENT_ID$e,
|
|
416
|
-
'data-garden-version': '9.0.0-next.
|
|
416
|
+
'data-garden-version': '9.0.0-next.13'
|
|
417
417
|
}).withConfig({
|
|
418
418
|
displayName: "StyledSliderGroup",
|
|
419
419
|
componentId: "sc-tigkzg-0"
|
|
@@ -425,7 +425,7 @@ StyledSliderGroup.defaultProps = {
|
|
|
425
425
|
const COMPONENT_ID$d = 'colorpickers.colorpicker_hex_field';
|
|
426
426
|
const StyledHexField = styled__default.default(reactForms.Field).attrs({
|
|
427
427
|
'data-garden-id': COMPONENT_ID$d,
|
|
428
|
-
'data-garden-version': '9.0.0-next.
|
|
428
|
+
'data-garden-version': '9.0.0-next.13',
|
|
429
429
|
spellcheck: false
|
|
430
430
|
}).withConfig({
|
|
431
431
|
displayName: "StyledHexField",
|
|
@@ -438,7 +438,7 @@ StyledHexField.defaultProps = {
|
|
|
438
438
|
const COMPONENT_ID$c = 'colorpickers.colorpicker_label';
|
|
439
439
|
const StyledLabel = styled__default.default(reactForms.Label).attrs({
|
|
440
440
|
'data-garden-id': COMPONENT_ID$c,
|
|
441
|
-
'data-garden-version': '9.0.0-next.
|
|
441
|
+
'data-garden-version': '9.0.0-next.13'
|
|
442
442
|
}).withConfig({
|
|
443
443
|
displayName: "StyledLabel",
|
|
444
444
|
componentId: "sc-1vxt3m9-0"
|
|
@@ -450,7 +450,7 @@ StyledLabel.defaultProps = {
|
|
|
450
450
|
const COMPONENT_ID$b = 'colorpickers.colorpicker_input';
|
|
451
451
|
const StyledInput = styled__default.default(reactForms.Input).attrs({
|
|
452
452
|
'data-garden-id': COMPONENT_ID$b,
|
|
453
|
-
'data-garden-version': '9.0.0-next.
|
|
453
|
+
'data-garden-version': '9.0.0-next.13',
|
|
454
454
|
focusInset: false
|
|
455
455
|
}).withConfig({
|
|
456
456
|
displayName: "StyledInput",
|
|
@@ -463,7 +463,7 @@ StyledInput.defaultProps = {
|
|
|
463
463
|
const COMPONENT_ID$a = 'colorpickers.colorpicker_input_group';
|
|
464
464
|
const StyledInputGroup = styled__default.default.div.attrs({
|
|
465
465
|
'data-garden-id': COMPONENT_ID$a,
|
|
466
|
-
'data-garden-version': '9.0.0-next.
|
|
466
|
+
'data-garden-version': '9.0.0-next.13'
|
|
467
467
|
}).withConfig({
|
|
468
468
|
displayName: "StyledInputGroup",
|
|
469
469
|
componentId: "sc-1m9g2wg-0"
|
|
@@ -484,7 +484,7 @@ const sizeStyles = theme => {
|
|
|
484
484
|
};
|
|
485
485
|
const StyledRGBAField = styled__default.default(reactForms.Field).attrs({
|
|
486
486
|
'data-garden-id': COMPONENT_ID$9,
|
|
487
|
-
'data-garden-version': '9.0.0-next.
|
|
487
|
+
'data-garden-version': '9.0.0-next.13'
|
|
488
488
|
}).withConfig({
|
|
489
489
|
displayName: "StyledRGBAField",
|
|
490
490
|
componentId: "sc-13266k8-0"
|
|
@@ -496,7 +496,7 @@ StyledRGBAField.defaultProps = {
|
|
|
496
496
|
const COMPONENT_ID$8 = 'colorpickers.colorpicker_sliders';
|
|
497
497
|
const StyledSliders = styled__default.default.div.attrs({
|
|
498
498
|
'data-garden-id': COMPONENT_ID$8,
|
|
499
|
-
'data-garden-version': '9.0.0-next.
|
|
499
|
+
'data-garden-version': '9.0.0-next.13'
|
|
500
500
|
}).withConfig({
|
|
501
501
|
displayName: "StyledSliders",
|
|
502
502
|
componentId: "sc-1lgr50m-0"
|
|
@@ -507,7 +507,7 @@ StyledSliders.defaultProps = {
|
|
|
507
507
|
|
|
508
508
|
const StyledButton = styled__default.default(reactButtons.Button).attrs({
|
|
509
509
|
isNeutral: true,
|
|
510
|
-
'data-garden-version': '9.0.0-next.
|
|
510
|
+
'data-garden-version': '9.0.0-next.13'
|
|
511
511
|
}).withConfig({
|
|
512
512
|
displayName: "StyledButton",
|
|
513
513
|
componentId: "sc-1dlijfv-0"
|
|
@@ -546,7 +546,7 @@ const StyledButtonPreview = styled__default.default.span.attrs(props => ({
|
|
|
546
546
|
})
|
|
547
547
|
},
|
|
548
548
|
'data-garden-id': COMPONENT_ID$7,
|
|
549
|
-
'data-garden-version': '9.0.0-next.
|
|
549
|
+
'data-garden-version': '9.0.0-next.13',
|
|
550
550
|
'data-test-id': 'dialog-preview'
|
|
551
551
|
})).withConfig({
|
|
552
552
|
displayName: "StyledButtonPreview",
|
|
@@ -559,7 +559,7 @@ StyledButtonPreview.defaultProps = {
|
|
|
559
559
|
const COMPONENT_ID$6 = 'colorpickers.colordialog_tooltipmodal';
|
|
560
560
|
const StyledTooltipModal = styled__default.default(reactModals.TooltipModal).attrs({
|
|
561
561
|
'data-garden-id': COMPONENT_ID$6,
|
|
562
|
-
'data-garden-version': '9.0.0-next.
|
|
562
|
+
'data-garden-version': '9.0.0-next.13'
|
|
563
563
|
}).withConfig({
|
|
564
564
|
displayName: "StyledTooltipModal",
|
|
565
565
|
componentId: "sc-gykkrw-0"
|
|
@@ -571,7 +571,7 @@ StyledTooltipModal.defaultProps = {
|
|
|
571
571
|
const COMPONENT_ID$5 = 'colorpickers.colordialog_tooltipmodal_body';
|
|
572
572
|
const StyledTooltipBody = styled__default.default(reactModals.TooltipModal.Body).attrs({
|
|
573
573
|
'data-garden-id': COMPONENT_ID$5,
|
|
574
|
-
'data-garden-version': '9.0.0-next.
|
|
574
|
+
'data-garden-version': '9.0.0-next.13'
|
|
575
575
|
}).withConfig({
|
|
576
576
|
displayName: "StyledTooltipBody",
|
|
577
577
|
componentId: "sc-1ueddpo-0"
|
|
@@ -583,7 +583,7 @@ StyledTooltipBody.defaultProps = {
|
|
|
583
583
|
const COMPONENT_ID$4 = 'colorpickers.color_swatch';
|
|
584
584
|
const StyledColorSwatch = styled__default.default.table.attrs({
|
|
585
585
|
'data-garden-id': COMPONENT_ID$4,
|
|
586
|
-
'data-garden-version': '9.0.0-next.
|
|
586
|
+
'data-garden-version': '9.0.0-next.13'
|
|
587
587
|
}).withConfig({
|
|
588
588
|
displayName: "StyledColorSwatch",
|
|
589
589
|
componentId: "sc-ajx440-0"
|
|
@@ -595,7 +595,7 @@ StyledColorSwatch.defaultProps = {
|
|
|
595
595
|
const COMPONENT_ID$3 = 'colorpickers.color_swatch_input';
|
|
596
596
|
const StyledColorSwatchInput = styled__default.default.input.attrs({
|
|
597
597
|
'data-garden-id': COMPONENT_ID$3,
|
|
598
|
-
'data-garden-version': '9.0.0-next.
|
|
598
|
+
'data-garden-version': '9.0.0-next.13'
|
|
599
599
|
}).withConfig({
|
|
600
600
|
displayName: "StyledColorSwatchInput",
|
|
601
601
|
componentId: "sc-em45h0-0"
|
|
@@ -620,7 +620,7 @@ const colorStyles = props => {
|
|
|
620
620
|
const StyledColorSwatchLabel = styled__default.default(StyledButtonPreview).attrs({
|
|
621
621
|
as: 'label',
|
|
622
622
|
'data-garden-id': COMPONENT_ID$2,
|
|
623
|
-
'data-garden-version': '9.0.0-next.
|
|
623
|
+
'data-garden-version': '9.0.0-next.13'
|
|
624
624
|
}).withConfig({
|
|
625
625
|
displayName: "StyledColorSwatchLabel",
|
|
626
626
|
componentId: "sc-1aghocg-0"
|
|
@@ -633,7 +633,7 @@ StyledColorSwatchLabel.defaultProps = {
|
|
|
633
633
|
};
|
|
634
634
|
|
|
635
635
|
var _path$1;
|
|
636
|
-
function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (
|
|
636
|
+
function _extends$1() { return _extends$1 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1.apply(null, arguments); }
|
|
637
637
|
var SvgCheckSmFill = function SvgCheckSmFill(props) {
|
|
638
638
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
|
|
639
639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -655,7 +655,7 @@ var SvgCheckSmFill = function SvgCheckSmFill(props) {
|
|
|
655
655
|
const COMPONENT_ID$1 = 'colorpickers.colorswatch_check';
|
|
656
656
|
const StyledIcon = styled__default.default(SvgCheckSmFill).attrs({
|
|
657
657
|
'data-garden-id': COMPONENT_ID$1,
|
|
658
|
-
'data-garden-version': '9.0.0-next.
|
|
658
|
+
'data-garden-version': '9.0.0-next.13'
|
|
659
659
|
}).withConfig({
|
|
660
660
|
displayName: "StyledIcon",
|
|
661
661
|
componentId: "sc-8oigif-0"
|
|
@@ -667,7 +667,7 @@ StyledIcon.defaultProps = {
|
|
|
667
667
|
const COMPONENT_ID = 'colorpickers.swatch_cell';
|
|
668
668
|
const StyledCell = styled__default.default.td.attrs({
|
|
669
669
|
'data-garden-id': COMPONENT_ID,
|
|
670
|
-
'data-garden-version': '9.0.0-next.
|
|
670
|
+
'data-garden-version': '9.0.0-next.13'
|
|
671
671
|
}).withConfig({
|
|
672
672
|
displayName: "StyledCell",
|
|
673
673
|
componentId: "sc-qr3oit-0"
|
|
@@ -1222,7 +1222,7 @@ ColorPicker.propTypes = {
|
|
|
1222
1222
|
};
|
|
1223
1223
|
|
|
1224
1224
|
var _path;
|
|
1225
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
1225
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
1226
1226
|
var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
|
|
1227
1227
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1228
1228
|
xmlns: "http://www.w3.org/2000/svg",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zendeskgarden/react-colorpickers",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.13",
|
|
4
4
|
"description": "Components related to color pickers in the Garden Design System",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Zendesk Garden <garden@zendesk.com>",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@zendeskgarden/container-grid": "^3.0.0",
|
|
25
25
|
"@zendeskgarden/container-utilities": "^2.0.0",
|
|
26
|
-
"@zendeskgarden/react-buttons": "^9.0.0-next.
|
|
27
|
-
"@zendeskgarden/react-forms": "^9.0.0-next.
|
|
28
|
-
"@zendeskgarden/react-modals": "^9.0.0-next.
|
|
29
|
-
"@zendeskgarden/react-tooltips": "^9.0.0-next.
|
|
26
|
+
"@zendeskgarden/react-buttons": "^9.0.0-next.13",
|
|
27
|
+
"@zendeskgarden/react-forms": "^9.0.0-next.13",
|
|
28
|
+
"@zendeskgarden/react-modals": "^9.0.0-next.13",
|
|
29
|
+
"@zendeskgarden/react-tooltips": "^9.0.0-next.13",
|
|
30
30
|
"lodash.isequal": "^4.5.0",
|
|
31
31
|
"lodash.throttle": "^4.1.1",
|
|
32
|
-
"polished": "^4.
|
|
32
|
+
"polished": "^4.3.1",
|
|
33
33
|
"prop-types": "^15.7.2",
|
|
34
34
|
"react-merge-refs": "^2.0.0"
|
|
35
35
|
},
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/lodash.isequal": "4.5.8",
|
|
44
44
|
"@types/lodash.throttle": "4.1.9",
|
|
45
|
-
"@zendeskgarden/react-theming": "^9.0.0-next.
|
|
46
|
-
"@zendeskgarden/svg-icons": "7.
|
|
45
|
+
"@zendeskgarden/react-theming": "^9.0.0-next.13",
|
|
46
|
+
"@zendeskgarden/svg-icons": "7.1.1"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"colorpicker",
|
|
@@ -55,6 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"zendeskgarden:src": "src/index.ts"
|
|
59
|
-
"gitHead": "7925ff78236795111e2953efbce549839df3a86d"
|
|
58
|
+
"zendeskgarden:src": "src/index.ts"
|
|
60
59
|
}
|
package/LICENSE.md
DELETED
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
Apache License
|
|
2
|
-
Version 2.0, January 2004
|
|
3
|
-
http://www.apache.org/licenses/
|
|
4
|
-
|
|
5
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
-
|
|
7
|
-
1. Definitions.
|
|
8
|
-
|
|
9
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
-
|
|
12
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
-
the copyright owner that is granting the License.
|
|
14
|
-
|
|
15
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
-
other entities that control, are controlled by, or are under common
|
|
17
|
-
control with that entity. For the purposes of this definition,
|
|
18
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
-
direction or management of such entity, whether by contract or
|
|
20
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
-
|
|
23
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
-
exercising permissions granted by this License.
|
|
25
|
-
|
|
26
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
-
including but not limited to software source code, documentation
|
|
28
|
-
source, and configuration files.
|
|
29
|
-
|
|
30
|
-
"Object" form shall mean any form resulting from mechanical
|
|
31
|
-
transformation or translation of a Source form, including but
|
|
32
|
-
not limited to compiled object code, generated documentation,
|
|
33
|
-
and conversions to other media types.
|
|
34
|
-
|
|
35
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
-
Object form, made available under the License, as indicated by a
|
|
37
|
-
copyright notice that is included in or attached to the work
|
|
38
|
-
(an example is provided in the Appendix below).
|
|
39
|
-
|
|
40
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
-
form, that is based on (or derived from) the Work and for which the
|
|
42
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
-
of this License, Derivative Works shall not include works that remain
|
|
45
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
-
the Work and Derivative Works thereof.
|
|
47
|
-
|
|
48
|
-
"Contribution" shall mean any work of authorship, including
|
|
49
|
-
the original version of the Work and any modifications or additions
|
|
50
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
-
means any form of electronic, verbal, or written communication sent
|
|
55
|
-
to the Licensor or its representatives, including but not limited to
|
|
56
|
-
communication on electronic mailing lists, source code control systems,
|
|
57
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
-
excluding communication that is conspicuously marked or otherwise
|
|
60
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
-
|
|
62
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
-
subsequently incorporated within the Work.
|
|
65
|
-
|
|
66
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
-
Work and such Derivative Works in Source or Object form.
|
|
72
|
-
|
|
73
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
-
(except as stated in this section) patent license to make, have made,
|
|
77
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
-
where such license applies only to those patent claims licensable
|
|
79
|
-
by such Contributor that are necessarily infringed by their
|
|
80
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
-
institute patent litigation against any entity (including a
|
|
83
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
-
or contributory patent infringement, then any patent licenses
|
|
86
|
-
granted to You under this License for that Work shall terminate
|
|
87
|
-
as of the date such litigation is filed.
|
|
88
|
-
|
|
89
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
-
modifications, and in Source or Object form, provided that You
|
|
92
|
-
meet the following conditions:
|
|
93
|
-
|
|
94
|
-
(a) You must give any other recipients of the Work or
|
|
95
|
-
Derivative Works a copy of this License; and
|
|
96
|
-
|
|
97
|
-
(b) You must cause any modified files to carry prominent notices
|
|
98
|
-
stating that You changed the files; and
|
|
99
|
-
|
|
100
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
-
that You distribute, all copyright, patent, trademark, and
|
|
102
|
-
attribution notices from the Source form of the Work,
|
|
103
|
-
excluding those notices that do not pertain to any part of
|
|
104
|
-
the Derivative Works; and
|
|
105
|
-
|
|
106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
-
distribution, then any Derivative Works that You distribute must
|
|
108
|
-
include a readable copy of the attribution notices contained
|
|
109
|
-
within such NOTICE file, excluding those notices that do not
|
|
110
|
-
pertain to any part of the Derivative Works, in at least one
|
|
111
|
-
of the following places: within a NOTICE text file distributed
|
|
112
|
-
as part of the Derivative Works; within the Source form or
|
|
113
|
-
documentation, if provided along with the Derivative Works; or,
|
|
114
|
-
within a display generated by the Derivative Works, if and
|
|
115
|
-
wherever such third-party notices normally appear. The contents
|
|
116
|
-
of the NOTICE file are for informational purposes only and
|
|
117
|
-
do not modify the License. You may add Your own attribution
|
|
118
|
-
notices within Derivative Works that You distribute, alongside
|
|
119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
-
that such additional attribution notices cannot be construed
|
|
121
|
-
as modifying the License.
|
|
122
|
-
|
|
123
|
-
You may add Your own copyright statement to Your modifications and
|
|
124
|
-
may provide additional or different license terms and conditions
|
|
125
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
-
the conditions stated in this License.
|
|
129
|
-
|
|
130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
-
this License, without any additional terms or conditions.
|
|
134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
-
the terms of any separate license agreement you may have executed
|
|
136
|
-
with Licensor regarding such Contributions.
|
|
137
|
-
|
|
138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
-
except as required for reasonable and customary use in describing the
|
|
141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
-
|
|
143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
-
implied, including, without limitation, any warranties or conditions
|
|
148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
-
appropriateness of using or redistributing the Work and assume any
|
|
151
|
-
risks associated with Your exercise of permissions under this License.
|
|
152
|
-
|
|
153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
-
unless required by applicable law (such as deliberate and grossly
|
|
156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
-
liable to You for damages, including any direct, indirect, special,
|
|
158
|
-
incidental, or consequential damages of any character arising as a
|
|
159
|
-
result of this License or out of the use or inability to use the
|
|
160
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
-
other commercial damages or losses), even if such Contributor
|
|
163
|
-
has been advised of the possibility of such damages.
|
|
164
|
-
|
|
165
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
-
or other liability obligations and/or rights consistent with this
|
|
169
|
-
License. However, in accepting such obligations, You may act only
|
|
170
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
-
defend, and hold each Contributor harmless for any liability
|
|
173
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
-
of your accepting any such warranty or additional liability.
|
|
175
|
-
|
|
176
|
-
END OF TERMS AND CONDITIONS
|