@zendeskgarden/react-colorpickers 8.70.1 → 8.72.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/dist/index.cjs.js CHANGED
@@ -152,7 +152,7 @@ const getColorPickerWidth = props => {
152
152
  };
153
153
  const StyledColorPicker = styled__default.default.div.attrs({
154
154
  'data-garden-id': COMPONENT_ID$l,
155
- 'data-garden-version': '8.70.1'
155
+ 'data-garden-version': '8.72.0'
156
156
  }).withConfig({
157
157
  displayName: "StyledColorPicker",
158
158
  componentId: "sc-1donyl9-0"
@@ -288,7 +288,7 @@ const sizeStyles$2 = props => {
288
288
  };
289
289
  const StyledRange = styled__default.default(reactForms.Range).attrs({
290
290
  'data-garden-id': COMPONENT_ID$k,
291
- 'data-garden-version': '8.70.1',
291
+ 'data-garden-version': '8.72.0',
292
292
  hasLowerTrack: false
293
293
  }).withConfig({
294
294
  displayName: "StyledRange",
@@ -303,7 +303,7 @@ StyledRange.defaultProps = {
303
303
  const COMPONENT_ID$j = 'colorpickers.colorpicker_hue';
304
304
  const StyledHueRange = styled__default.default(StyledRange).attrs({
305
305
  'data-garden-id': COMPONENT_ID$j,
306
- 'data-garden-version': '8.70.1'
306
+ 'data-garden-version': '8.72.0'
307
307
  }).withConfig({
308
308
  displayName: "StyledHueRange",
309
309
  componentId: "sc-13ly7p-0"
@@ -347,7 +347,7 @@ const StyledAlphaRange = styled__default.default(StyledRange).attrs(props => ({
347
347
  background: background$3(props)
348
348
  },
349
349
  'data-garden-id': COMPONENT_ID$i,
350
- 'data-garden-version': '8.70.1'
350
+ 'data-garden-version': '8.72.0'
351
351
  })).withConfig({
352
352
  displayName: "StyledAlphaRange",
353
353
  componentId: "sc-kuh2xc-0"
@@ -371,7 +371,7 @@ const StyledPreview = styled__default.default.div.attrs(props => ({
371
371
  background: background$2(props)
372
372
  },
373
373
  'data-garden-id': COMPONENT_ID$h,
374
- 'data-garden-version': '8.70.1',
374
+ 'data-garden-version': '8.72.0',
375
375
  'data-test-id': 'preview-box'
376
376
  })).withConfig({
377
377
  displayName: "StyledPreview",
@@ -393,7 +393,7 @@ const background$1 = props => {
393
393
  };
394
394
  const StyledColorWell = styled__default.default.div.attrs(props => ({
395
395
  'data-garden-id': COMPONENT_ID$g,
396
- 'data-garden-version': '8.70.1',
396
+ 'data-garden-version': '8.72.0',
397
397
  'data-test-id': 'colorwell',
398
398
  style: {
399
399
  background: background$1(props)
@@ -421,7 +421,7 @@ const sizeStyles$1 = theme => {
421
421
  };
422
422
  const StyledColorWellThumb = styled__default.default.div.attrs(props => ({
423
423
  'data-garden-id': COMPONENT_ID$f,
424
- 'data-garden-version': '8.70.1',
424
+ 'data-garden-version': '8.72.0',
425
425
  'data-test-id': 'colorwell-thumb',
426
426
  style: {
427
427
  top: `${props.top}%`,
@@ -438,7 +438,7 @@ StyledColorWellThumb.defaultProps = {
438
438
  const COMPONENT_ID$e = 'colorpickers.colorpicker_slider_group';
439
439
  const StyledSliderGroup = styled__default.default.div.attrs({
440
440
  'data-garden-id': COMPONENT_ID$e,
441
- 'data-garden-version': '8.70.1'
441
+ 'data-garden-version': '8.72.0'
442
442
  }).withConfig({
443
443
  displayName: "StyledSliderGroup",
444
444
  componentId: "sc-rsq0ak-0"
@@ -450,7 +450,7 @@ StyledSliderGroup.defaultProps = {
450
450
  const COMPONENT_ID$d = 'colorpickers.colorpicker_hex_field';
451
451
  const StyledHexField = styled__default.default(reactForms.Field).attrs({
452
452
  'data-garden-id': COMPONENT_ID$d,
453
- 'data-garden-version': '8.70.1',
453
+ 'data-garden-version': '8.72.0',
454
454
  spellcheck: false
455
455
  }).withConfig({
456
456
  displayName: "StyledHexField",
@@ -463,7 +463,7 @@ StyledHexField.defaultProps = {
463
463
  const COMPONENT_ID$c = 'colorpickers.colorpicker_label';
464
464
  const StyledLabel = styled__default.default(reactForms.Label).attrs({
465
465
  'data-garden-id': COMPONENT_ID$c,
466
- 'data-garden-version': '8.70.1'
466
+ 'data-garden-version': '8.72.0'
467
467
  }).withConfig({
468
468
  displayName: "StyledLabel",
469
469
  componentId: "sc-1klhp6m-0"
@@ -475,7 +475,7 @@ StyledLabel.defaultProps = {
475
475
  const COMPONENT_ID$b = 'colorpickers.colorpicker_input';
476
476
  const StyledInput = styled__default.default(reactForms.Input).attrs({
477
477
  'data-garden-id': COMPONENT_ID$b,
478
- 'data-garden-version': '8.70.1',
478
+ 'data-garden-version': '8.72.0',
479
479
  focusInset: false
480
480
  }).withConfig({
481
481
  displayName: "StyledInput",
@@ -488,7 +488,7 @@ StyledInput.defaultProps = {
488
488
  const COMPONENT_ID$a = 'colorpickers.colorpicker_input_group';
489
489
  const StyledInputGroup = styled__default.default.div.attrs({
490
490
  'data-garden-id': COMPONENT_ID$a,
491
- 'data-garden-version': '8.70.1'
491
+ 'data-garden-version': '8.72.0'
492
492
  }).withConfig({
493
493
  displayName: "StyledInputGroup",
494
494
  componentId: "sc-mmy93w-0"
@@ -509,7 +509,7 @@ const sizeStyles = theme => {
509
509
  };
510
510
  const StyledRGBAField = styled__default.default(reactForms.Field).attrs({
511
511
  'data-garden-id': COMPONENT_ID$9,
512
- 'data-garden-version': '8.70.1'
512
+ 'data-garden-version': '8.72.0'
513
513
  }).withConfig({
514
514
  displayName: "StyledRGBAField",
515
515
  componentId: "sc-ibo1yw-0"
@@ -521,7 +521,7 @@ StyledRGBAField.defaultProps = {
521
521
  const COMPONENT_ID$8 = 'colorpickers.colorpicker_sliders';
522
522
  const StyledSliders = styled__default.default.div.attrs({
523
523
  'data-garden-id': COMPONENT_ID$8,
524
- 'data-garden-version': '8.70.1'
524
+ 'data-garden-version': '8.72.0'
525
525
  }).withConfig({
526
526
  displayName: "StyledSliders",
527
527
  componentId: "sc-aclca2-0"
@@ -534,7 +534,7 @@ const COMPONENT_ID$7 = 'colorpickers.colordialog_button';
534
534
  const StyledButton = styled__default.default(reactButtons.Button).attrs({
535
535
  isNeutral: true,
536
536
  'data-garden-id': COMPONENT_ID$7,
537
- 'data-garden-version': '8.70.1'
537
+ 'data-garden-version': '8.72.0'
538
538
  }).withConfig({
539
539
  displayName: "StyledButton",
540
540
  componentId: "sc-101xjve-0"
@@ -569,7 +569,7 @@ const StyledButtonPreview = styled__default.default.span.attrs(props => ({
569
569
  background: `${background(props)}, ${checkeredBackground(props.theme, 8)}`
570
570
  },
571
571
  'data-garden-id': COMPONENT_ID$6,
572
- 'data-garden-version': '8.70.1',
572
+ 'data-garden-version': '8.72.0',
573
573
  'data-test-id': 'dialog-preview'
574
574
  })).withConfig({
575
575
  displayName: "StyledButtonPreview",
@@ -582,7 +582,7 @@ StyledButtonPreview.defaultProps = {
582
582
  const COMPONENT_ID$5 = 'colorpickers.colordialog_tooltipmodal';
583
583
  const StyledTooltipModal = styled__default.default(reactModals.TooltipModal).attrs({
584
584
  'data-garden-id': COMPONENT_ID$5,
585
- 'data-garden-version': '8.70.1'
585
+ 'data-garden-version': '8.72.0'
586
586
  }).withConfig({
587
587
  displayName: "StyledTooltipModal",
588
588
  componentId: "sc-o022s8-0"
@@ -594,7 +594,7 @@ StyledTooltipModal.defaultProps = {
594
594
  const COMPONENT_ID$4 = 'colorpickers.colordialog_tooltipmodal_body';
595
595
  const StyledTooltipBody = styled__default.default(reactModals.TooltipModal.Body).attrs({
596
596
  'data-garden-id': COMPONENT_ID$4,
597
- 'data-garden-version': '8.70.1'
597
+ 'data-garden-version': '8.72.0'
598
598
  }).withConfig({
599
599
  displayName: "StyledTooltipBody",
600
600
  componentId: "sc-6gsgsy-0"
@@ -608,7 +608,7 @@ const StyledSwatchButton = styled__default.default(StyledButtonPreview).attrs(pr
608
608
  as: 'button',
609
609
  'data-garden-id': COMPONENT_ID$3,
610
610
  'data-test-id': props.backgroundColor,
611
- 'data-garden-version': '8.70.1'
611
+ 'data-garden-version': '8.72.0'
612
612
  })).withConfig({
613
613
  displayName: "StyledSwatchButton",
614
614
  componentId: "sc-edpwpp-0"
@@ -622,7 +622,7 @@ StyledSwatchButton.defaultProps = {
622
622
  const COMPONENT_ID$2 = 'colorpickers.color_swatch';
623
623
  const StyledColorSwatch = styled__default.default.table.attrs({
624
624
  'data-garden-id': COMPONENT_ID$2,
625
- 'data-garden-version': '8.70.1',
625
+ 'data-garden-version': '8.72.0',
626
626
  role: 'grid'
627
627
  }).withConfig({
628
628
  displayName: "StyledColorSwatch",
@@ -659,7 +659,7 @@ const StyledIcon = styled__default.default(_ref => {
659
659
  return React__namespace.default.cloneElement(React.Children.only(children), props);
660
660
  }).attrs({
661
661
  'data-garden-id': COMPONENT_ID$1,
662
- 'data-garden-version': '8.70.1'
662
+ 'data-garden-version': '8.72.0'
663
663
  }).withConfig({
664
664
  displayName: "StyledIcon",
665
665
  componentId: "sc-8oigif-0"
@@ -671,7 +671,7 @@ StyledIcon.defaultProps = {
671
671
  const COMPONENT_ID = 'colorpickers.swatch_cell';
672
672
  const StyledCell = styled__default.default.td.attrs({
673
673
  'data-garden-id': COMPONENT_ID,
674
- 'data-garden-version': '8.70.1'
674
+ 'data-garden-version': '8.72.0'
675
675
  }).withConfig({
676
676
  displayName: "StyledCell",
677
677
  componentId: "sc-qr3oit-0"
package/dist/index.esm.js CHANGED
@@ -125,7 +125,7 @@ const getColorPickerWidth = props => {
125
125
  };
126
126
  const StyledColorPicker = styled.div.attrs({
127
127
  'data-garden-id': COMPONENT_ID$l,
128
- 'data-garden-version': '8.70.1'
128
+ 'data-garden-version': '8.72.0'
129
129
  }).withConfig({
130
130
  displayName: "StyledColorPicker",
131
131
  componentId: "sc-1donyl9-0"
@@ -261,7 +261,7 @@ const sizeStyles$2 = props => {
261
261
  };
262
262
  const StyledRange = styled(Range).attrs({
263
263
  'data-garden-id': COMPONENT_ID$k,
264
- 'data-garden-version': '8.70.1',
264
+ 'data-garden-version': '8.72.0',
265
265
  hasLowerTrack: false
266
266
  }).withConfig({
267
267
  displayName: "StyledRange",
@@ -276,7 +276,7 @@ StyledRange.defaultProps = {
276
276
  const COMPONENT_ID$j = 'colorpickers.colorpicker_hue';
277
277
  const StyledHueRange = styled(StyledRange).attrs({
278
278
  'data-garden-id': COMPONENT_ID$j,
279
- 'data-garden-version': '8.70.1'
279
+ 'data-garden-version': '8.72.0'
280
280
  }).withConfig({
281
281
  displayName: "StyledHueRange",
282
282
  componentId: "sc-13ly7p-0"
@@ -320,7 +320,7 @@ const StyledAlphaRange = styled(StyledRange).attrs(props => ({
320
320
  background: background$3(props)
321
321
  },
322
322
  'data-garden-id': COMPONENT_ID$i,
323
- 'data-garden-version': '8.70.1'
323
+ 'data-garden-version': '8.72.0'
324
324
  })).withConfig({
325
325
  displayName: "StyledAlphaRange",
326
326
  componentId: "sc-kuh2xc-0"
@@ -344,7 +344,7 @@ const StyledPreview = styled.div.attrs(props => ({
344
344
  background: background$2(props)
345
345
  },
346
346
  'data-garden-id': COMPONENT_ID$h,
347
- 'data-garden-version': '8.70.1',
347
+ 'data-garden-version': '8.72.0',
348
348
  'data-test-id': 'preview-box'
349
349
  })).withConfig({
350
350
  displayName: "StyledPreview",
@@ -366,7 +366,7 @@ const background$1 = props => {
366
366
  };
367
367
  const StyledColorWell = styled.div.attrs(props => ({
368
368
  'data-garden-id': COMPONENT_ID$g,
369
- 'data-garden-version': '8.70.1',
369
+ 'data-garden-version': '8.72.0',
370
370
  'data-test-id': 'colorwell',
371
371
  style: {
372
372
  background: background$1(props)
@@ -394,7 +394,7 @@ const sizeStyles$1 = theme => {
394
394
  };
395
395
  const StyledColorWellThumb = styled.div.attrs(props => ({
396
396
  'data-garden-id': COMPONENT_ID$f,
397
- 'data-garden-version': '8.70.1',
397
+ 'data-garden-version': '8.72.0',
398
398
  'data-test-id': 'colorwell-thumb',
399
399
  style: {
400
400
  top: `${props.top}%`,
@@ -411,7 +411,7 @@ StyledColorWellThumb.defaultProps = {
411
411
  const COMPONENT_ID$e = 'colorpickers.colorpicker_slider_group';
412
412
  const StyledSliderGroup = styled.div.attrs({
413
413
  'data-garden-id': COMPONENT_ID$e,
414
- 'data-garden-version': '8.70.1'
414
+ 'data-garden-version': '8.72.0'
415
415
  }).withConfig({
416
416
  displayName: "StyledSliderGroup",
417
417
  componentId: "sc-rsq0ak-0"
@@ -423,7 +423,7 @@ StyledSliderGroup.defaultProps = {
423
423
  const COMPONENT_ID$d = 'colorpickers.colorpicker_hex_field';
424
424
  const StyledHexField = styled(Field).attrs({
425
425
  'data-garden-id': COMPONENT_ID$d,
426
- 'data-garden-version': '8.70.1',
426
+ 'data-garden-version': '8.72.0',
427
427
  spellcheck: false
428
428
  }).withConfig({
429
429
  displayName: "StyledHexField",
@@ -436,7 +436,7 @@ StyledHexField.defaultProps = {
436
436
  const COMPONENT_ID$c = 'colorpickers.colorpicker_label';
437
437
  const StyledLabel = styled(Label).attrs({
438
438
  'data-garden-id': COMPONENT_ID$c,
439
- 'data-garden-version': '8.70.1'
439
+ 'data-garden-version': '8.72.0'
440
440
  }).withConfig({
441
441
  displayName: "StyledLabel",
442
442
  componentId: "sc-1klhp6m-0"
@@ -448,7 +448,7 @@ StyledLabel.defaultProps = {
448
448
  const COMPONENT_ID$b = 'colorpickers.colorpicker_input';
449
449
  const StyledInput = styled(Input).attrs({
450
450
  'data-garden-id': COMPONENT_ID$b,
451
- 'data-garden-version': '8.70.1',
451
+ 'data-garden-version': '8.72.0',
452
452
  focusInset: false
453
453
  }).withConfig({
454
454
  displayName: "StyledInput",
@@ -461,7 +461,7 @@ StyledInput.defaultProps = {
461
461
  const COMPONENT_ID$a = 'colorpickers.colorpicker_input_group';
462
462
  const StyledInputGroup = styled.div.attrs({
463
463
  'data-garden-id': COMPONENT_ID$a,
464
- 'data-garden-version': '8.70.1'
464
+ 'data-garden-version': '8.72.0'
465
465
  }).withConfig({
466
466
  displayName: "StyledInputGroup",
467
467
  componentId: "sc-mmy93w-0"
@@ -482,7 +482,7 @@ const sizeStyles = theme => {
482
482
  };
483
483
  const StyledRGBAField = styled(Field).attrs({
484
484
  'data-garden-id': COMPONENT_ID$9,
485
- 'data-garden-version': '8.70.1'
485
+ 'data-garden-version': '8.72.0'
486
486
  }).withConfig({
487
487
  displayName: "StyledRGBAField",
488
488
  componentId: "sc-ibo1yw-0"
@@ -494,7 +494,7 @@ StyledRGBAField.defaultProps = {
494
494
  const COMPONENT_ID$8 = 'colorpickers.colorpicker_sliders';
495
495
  const StyledSliders = styled.div.attrs({
496
496
  'data-garden-id': COMPONENT_ID$8,
497
- 'data-garden-version': '8.70.1'
497
+ 'data-garden-version': '8.72.0'
498
498
  }).withConfig({
499
499
  displayName: "StyledSliders",
500
500
  componentId: "sc-aclca2-0"
@@ -507,7 +507,7 @@ const COMPONENT_ID$7 = 'colorpickers.colordialog_button';
507
507
  const StyledButton = styled(Button).attrs({
508
508
  isNeutral: true,
509
509
  'data-garden-id': COMPONENT_ID$7,
510
- 'data-garden-version': '8.70.1'
510
+ 'data-garden-version': '8.72.0'
511
511
  }).withConfig({
512
512
  displayName: "StyledButton",
513
513
  componentId: "sc-101xjve-0"
@@ -542,7 +542,7 @@ const StyledButtonPreview = styled.span.attrs(props => ({
542
542
  background: `${background(props)}, ${checkeredBackground(props.theme, 8)}`
543
543
  },
544
544
  'data-garden-id': COMPONENT_ID$6,
545
- 'data-garden-version': '8.70.1',
545
+ 'data-garden-version': '8.72.0',
546
546
  'data-test-id': 'dialog-preview'
547
547
  })).withConfig({
548
548
  displayName: "StyledButtonPreview",
@@ -555,7 +555,7 @@ StyledButtonPreview.defaultProps = {
555
555
  const COMPONENT_ID$5 = 'colorpickers.colordialog_tooltipmodal';
556
556
  const StyledTooltipModal = styled(TooltipModal).attrs({
557
557
  'data-garden-id': COMPONENT_ID$5,
558
- 'data-garden-version': '8.70.1'
558
+ 'data-garden-version': '8.72.0'
559
559
  }).withConfig({
560
560
  displayName: "StyledTooltipModal",
561
561
  componentId: "sc-o022s8-0"
@@ -567,7 +567,7 @@ StyledTooltipModal.defaultProps = {
567
567
  const COMPONENT_ID$4 = 'colorpickers.colordialog_tooltipmodal_body';
568
568
  const StyledTooltipBody = styled(TooltipModal.Body).attrs({
569
569
  'data-garden-id': COMPONENT_ID$4,
570
- 'data-garden-version': '8.70.1'
570
+ 'data-garden-version': '8.72.0'
571
571
  }).withConfig({
572
572
  displayName: "StyledTooltipBody",
573
573
  componentId: "sc-6gsgsy-0"
@@ -581,7 +581,7 @@ const StyledSwatchButton = styled(StyledButtonPreview).attrs(props => ({
581
581
  as: 'button',
582
582
  'data-garden-id': COMPONENT_ID$3,
583
583
  'data-test-id': props.backgroundColor,
584
- 'data-garden-version': '8.70.1'
584
+ 'data-garden-version': '8.72.0'
585
585
  })).withConfig({
586
586
  displayName: "StyledSwatchButton",
587
587
  componentId: "sc-edpwpp-0"
@@ -595,7 +595,7 @@ StyledSwatchButton.defaultProps = {
595
595
  const COMPONENT_ID$2 = 'colorpickers.color_swatch';
596
596
  const StyledColorSwatch = styled.table.attrs({
597
597
  'data-garden-id': COMPONENT_ID$2,
598
- 'data-garden-version': '8.70.1',
598
+ 'data-garden-version': '8.72.0',
599
599
  role: 'grid'
600
600
  }).withConfig({
601
601
  displayName: "StyledColorSwatch",
@@ -632,7 +632,7 @@ const StyledIcon = styled(_ref => {
632
632
  return React__default.cloneElement(Children.only(children), props);
633
633
  }).attrs({
634
634
  'data-garden-id': COMPONENT_ID$1,
635
- 'data-garden-version': '8.70.1'
635
+ 'data-garden-version': '8.72.0'
636
636
  }).withConfig({
637
637
  displayName: "StyledIcon",
638
638
  componentId: "sc-8oigif-0"
@@ -644,7 +644,7 @@ StyledIcon.defaultProps = {
644
644
  const COMPONENT_ID = 'colorpickers.swatch_cell';
645
645
  const StyledCell = styled.td.attrs({
646
646
  'data-garden-id': COMPONENT_ID,
647
- 'data-garden-version': '8.70.1'
647
+ 'data-garden-version': '8.72.0'
648
648
  }).withConfig({
649
649
  displayName: "StyledCell",
650
650
  componentId: "sc-qr3oit-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-colorpickers",
3
- "version": "8.70.1",
3
+ "version": "8.72.0",
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,10 +23,10 @@
23
23
  "dependencies": {
24
24
  "@zendeskgarden/container-grid": "^0.1.1",
25
25
  "@zendeskgarden/container-utilities": "^1.0.0",
26
- "@zendeskgarden/react-buttons": "^8.70.1",
27
- "@zendeskgarden/react-forms": "^8.70.1",
28
- "@zendeskgarden/react-modals": "^8.70.1",
29
- "@zendeskgarden/react-tooltips": "^8.70.1",
26
+ "@zendeskgarden/react-buttons": "^8.72.0",
27
+ "@zendeskgarden/react-forms": "^8.72.0",
28
+ "@zendeskgarden/react-modals": "^8.72.0",
29
+ "@zendeskgarden/react-tooltips": "^8.72.0",
30
30
  "lodash.isequal": "^4.5.0",
31
31
  "lodash.throttle": "^4.1.1",
32
32
  "polished": "^4.0.0",
@@ -41,7 +41,7 @@
41
41
  "devDependencies": {
42
42
  "@types/lodash.isequal": "4.5.6",
43
43
  "@types/lodash.throttle": "4.1.7",
44
- "@zendeskgarden/react-theming": "^8.70.1",
44
+ "@zendeskgarden/react-theming": "^8.72.0",
45
45
  "@zendeskgarden/svg-icons": "6.33.0"
46
46
  },
47
47
  "keywords": [
@@ -54,6 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "zendeskgarden:src": "src/index.ts",
58
- "gitHead": "40ae4a70f9decd2cc672354b3e24eddb28bd1e35"
57
+ "zendeskgarden:src": "src/index.ts"
59
58
  }
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