@progress/kendo-themes-html 5.4.2-dev.2 → 5.4.2-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/dist/index.js +5284 -0
  2. package/dist/index.js.map +7 -0
  3. package/lib/jsx-runtime.js +26 -10
  4. package/package.json +8 -12
  5. package/src/{button/action-buttons.jsx → action-buttons/action-buttons.tsx} +2 -2
  6. package/src/action-buttons/index.ts +1 -0
  7. package/src/autocomplete/{autocomplete.jsx → autocomplete.tsx} +0 -26
  8. package/src/autocomplete/{index.js → index.ts} +0 -0
  9. package/src/avatar/{avatar.jsx → avatar.tsx} +0 -22
  10. package/src/avatar/{index.js → index.ts} +0 -0
  11. package/src/button/{button.jsx → button.tsx} +0 -34
  12. package/src/button/index.ts +1 -0
  13. package/src/{button/button-group.jsx → button-group/button-group.tsx} +0 -0
  14. package/src/button-group/index.ts +1 -0
  15. package/src/captcha/{captcha-image.jsx → captcha-image.tsx} +0 -0
  16. package/src/captcha/{captcha.jsx → captcha.tsx} +0 -0
  17. package/src/captcha/{index.js → index.ts} +0 -0
  18. package/src/checkbox/{checkbox.jsx → checkbox.tsx} +0 -21
  19. package/src/checkbox/{index.js → index.ts} +0 -0
  20. package/src/chip/{chip-actions.jsx → chip-actions.tsx} +0 -0
  21. package/src/chip/{chip-avatar.jsx → chip-avatar.tsx} +1 -1
  22. package/src/chip/{chip-list.jsx → chip-list.tsx} +0 -17
  23. package/src/chip/{chip.jsx → chip.tsx} +0 -33
  24. package/src/chip/{index.js → index.ts} +0 -0
  25. package/src/colorpalette/colorpalette-presets.tsx +50 -0
  26. package/src/colorpalette/{colorpalette-row.jsx → colorpalette-row.tsx} +7 -2
  27. package/src/colorpalette/{colorpalette-tile.jsx → colorpalette-tile.tsx} +0 -1
  28. package/src/colorpalette/{colorpalette.jsx → colorpalette.tsx} +1 -6
  29. package/src/colorpalette/{index.js → index.ts} +0 -0
  30. package/src/colorpicker/{color-preview.jsx → color-preview.tsx} +0 -36
  31. package/src/colorpicker/{colorpicker.jsx → colorpicker.tsx} +0 -30
  32. package/src/colorpicker/{index.js → index.ts} +0 -0
  33. package/src/combobox/{combobox.jsx → combobox.tsx} +0 -33
  34. package/src/combobox/{index.js → index.ts} +0 -0
  35. package/src/component/{component.jsx → component.tsx} +0 -0
  36. package/src/component/{index.js → index.ts} +0 -0
  37. package/src/dateinput/{dateinput.jsx → dateinput.tsx} +0 -37
  38. package/src/dateinput/{index.js → index.ts} +0 -0
  39. package/src/datepicker/{datepicker.jsx → datepicker.tsx} +0 -33
  40. package/src/datepicker/{index.js → index.ts} +0 -0
  41. package/src/daterangepicker/{daterangepicker.jsx → daterangepicker.tsx} +1 -1
  42. package/src/daterangepicker/{index.js → index.ts} +0 -0
  43. package/src/datetimepicker/{datetimepicker.jsx → datetimepicker.tsx} +0 -33
  44. package/src/datetimepicker/{index.js → index.ts} +0 -0
  45. package/src/dropdowngrid/{dropdowngrid.jsx → dropdowngrid.tsx} +2 -34
  46. package/src/dropdowngrid/{index.js → index.ts} +0 -0
  47. package/src/dropdownlist/{dropdownlist.jsx → dropdownlist.tsx} +0 -33
  48. package/src/dropdownlist/{index.js → index.ts} +0 -0
  49. package/src/fab/{fab.jsx → fab.tsx} +0 -26
  50. package/src/fab/{index.js → index.ts} +0 -0
  51. package/src/icon/{icon.jsx → icon.tsx} +0 -0
  52. package/src/icon/{index.js → index.ts} +0 -0
  53. package/src/{index.js → index.ts} +5 -2
  54. package/src/input/{floating-label.jsx → floating-label.tsx} +0 -0
  55. package/src/input/{index.js → index.ts} +0 -0
  56. package/src/input/{input-clear-value.jsx → input-clear-value.tsx} +0 -0
  57. package/src/input/{input-inner-input.jsx → input-inner-input.tsx} +0 -12
  58. package/src/input/{input-inner-span.jsx → input-inner-span.tsx} +0 -18
  59. package/src/input/{input-inner-textarea.jsx → input-inner-textarea.tsx} +0 -14
  60. package/src/input/{input-inner.jsx → input-inner.tsx} +0 -0
  61. package/src/input/{input-loading-icon.jsx → input-loading-icon.tsx} +0 -0
  62. package/src/input/{input-prefix.jsx → input-prefix.tsx} +0 -0
  63. package/src/input/{input-suffix.jsx → input-suffix.tsx} +0 -0
  64. package/src/input/{input-validation-icon.jsx → input-validation-icon.tsx} +0 -0
  65. package/src/input/{input.jsx → input.tsx} +0 -14
  66. package/src/input/{picker.jsx → picker.tsx} +0 -14
  67. package/src/list/{index.js → index.ts} +0 -0
  68. package/src/list/{list-content.jsx → list-content.tsx} +0 -30
  69. package/src/list/{list-group-item.jsx → list-group-item.tsx} +0 -14
  70. package/src/list/{list-header.jsx → list-header.tsx} +0 -14
  71. package/src/list/{list-item.jsx → list-item.tsx} +0 -24
  72. package/src/list/{list.jsx → list.tsx} +0 -15
  73. package/src/maskedtextbox/{index.js → index.ts} +0 -0
  74. package/src/maskedtextbox/{maskedtextbox.jsx → maskedtextbox.tsx} +0 -25
  75. package/src/menu/{index.js → index.ts} +0 -0
  76. package/src/menu/{menu-item-content.jsx → menu-item-content.tsx} +0 -0
  77. package/src/menu/{menu-item.jsx → menu-item.tsx} +0 -26
  78. package/src/menu/{menu-list.jsx → menu-list.tsx} +0 -15
  79. package/src/{menubutton → menu-button}/README.md +0 -0
  80. package/src/menu-button/index.ts +1 -0
  81. package/src/{menubutton/menubutton.jsx → menu-button/menu-button.tsx} +0 -34
  82. package/src/multiselect/{index.js → index.ts} +0 -0
  83. package/src/multiselect/{multiselect-chip-list.jsx → multiselect-chip-list.tsx} +0 -0
  84. package/src/multiselect/{multiselect.jsx → multiselect.tsx} +0 -26
  85. package/src/nodata/{index.js → index.ts} +0 -0
  86. package/src/nodata/{nodata.jsx → nodata.tsx} +0 -13
  87. package/src/numerictextbox/{index.js → index.ts} +0 -0
  88. package/src/numerictextbox/{numerictextbox.jsx → numerictextbox.tsx} +0 -38
  89. package/src/popover/{index.js → index.ts} +0 -0
  90. package/src/popover/{popover.jsx → popover.tsx} +1 -1
  91. package/src/popup/{index.js → index.ts} +0 -0
  92. package/src/popup/{popup.jsx → popup.tsx} +0 -15
  93. package/src/radio/{index.js → index.ts} +0 -0
  94. package/src/radio/{radio.jsx → radio.tsx} +0 -20
  95. package/src/searchbar/{index.js → index.ts} +0 -0
  96. package/src/searchbar/{searchbar.jsx → searchbar.tsx} +0 -0
  97. package/src/searchbox/{index.js → index.ts} +0 -0
  98. package/src/searchbox/{searchbox.jsx → searchbox.tsx} +0 -26
  99. package/src/spinbutton/{index.js → index.ts} +0 -0
  100. package/src/spinbutton/{spinbutton.jsx → spinbutton.tsx} +0 -15
  101. package/src/{splitbutton → split-button}/README.md +0 -0
  102. package/src/split-button/index.ts +1 -0
  103. package/src/{splitbutton/splitbutton.jsx → split-button/split-button.tsx} +0 -42
  104. package/src/switch/{index.js → index.ts} +0 -0
  105. package/src/switch/{switch.jsx → switch.tsx} +0 -26
  106. package/src/textarea/{index.js → index.ts} +0 -0
  107. package/src/textarea/{textarea.jsx → textarea.tsx} +0 -24
  108. package/src/textbox/{index.js → index.ts} +0 -0
  109. package/src/textbox/{textbox.jsx → textbox.tsx} +0 -27
  110. package/src/timepicker/{index.js → index.ts} +0 -0
  111. package/src/timepicker/{timepicker.jsx → timepicker.tsx} +0 -33
  112. package/src/treeview/{index.js → index.ts} +0 -0
  113. package/src/treeview/{treeview-group.jsx → treeview-group.tsx} +0 -15
  114. package/src/treeview/{treeview-item.jsx → treeview-item.tsx} +0 -23
  115. package/src/treeview/{treeview-leaf.jsx → treeview-leaf.tsx} +0 -21
  116. package/src/treeview/{treeview.jsx → treeview.tsx} +0 -15
  117. package/src/typography/{index.js → index.ts} +0 -0
  118. package/src/typography/{typography.jsx → typography.tsx} +2 -2
  119. package/src/button/index.js +0 -3
  120. package/src/colorpalette/colorpalette-presets.jsx +0 -50
  121. package/src/menubutton/index.js +0 -1
  122. package/src/splitbutton/index.js +0 -1
@@ -25,7 +25,6 @@ function SwitchStatic(props) {
25
25
  disabled,
26
26
 
27
27
  aria,
28
- legacy,
29
28
 
30
29
  ...htmlAttributes
31
30
  } = props;
@@ -44,19 +43,6 @@ function SwitchStatic(props) {
44
43
  }
45
44
  ];
46
45
 
47
- let legacyClasses = [
48
- ownClassName,
49
- 'k-switch',
50
- 'k-widget',
51
- {
52
- 'k-state-hover': hover === true,
53
- 'k-state-focused': focus === true,
54
- 'k-state-disabled': disabled === true,
55
- 'k-switch-on': checked === true,
56
- 'k-switch-off': checked === false
57
- }
58
- ];
59
-
60
46
  let switchTrackClasses = [
61
47
  'k-switch-track',
62
48
  styles.roundedClass( trackRounded )
@@ -71,18 +57,6 @@ function SwitchStatic(props) {
71
57
  ? {}
72
58
  : {};
73
59
 
74
- if (legacy) {
75
- return (
76
- <span className={legacyClasses} {...ariaAttr} {...htmlAttributes}>
77
- <span className="k-switch-container">
78
- <span className="k-switch-label-on">{onLabel}</span>
79
- <span className="k-switch-label-off">{offLabel}</span>
80
- <span className="k-switch-handle"></span>
81
- </span>
82
- </span>
83
- );
84
- }
85
-
86
60
  return (
87
61
  <span className={switchClasses} {...ariaAttr} {...htmlAttributes}>
88
62
  <span className={switchTrackClasses}>
File without changes
@@ -31,7 +31,6 @@ function TextareaStatic(props) {
31
31
  disabled,
32
32
 
33
33
  aria,
34
- legacy,
35
34
 
36
35
  ...htmlAttributes
37
36
  } = props;
@@ -62,29 +61,6 @@ function TextareaStatic(props) {
62
61
  ? {}
63
62
  : {};
64
63
 
65
- if (legacy) {
66
-
67
- let legacyClasses = [
68
- ownClassName,
69
- 'k-textarea',
70
- {
71
- 'k-state-hover': hover === true,
72
- 'k-state-focus': focus === true,
73
- 'k-state-invalid': invalid === true,
74
- 'k-state-required': required === true,
75
- 'k-state-disabled': disabled === true
76
- }
77
- ];
78
-
79
- return (
80
- <InputStatic className={legacyClasses} {...htmlAttributes}>
81
- {prefix}
82
- <textarea className="k-input" {...inputAttributes}>{value}</textarea>
83
- {suffix}
84
- </InputStatic>
85
- );
86
- }
87
-
88
64
  return (
89
65
  <InputStatic className={textareaClasses} {...ariaAttr} {...htmlAttributes}>
90
66
  {prefix}
File without changes
@@ -34,7 +34,6 @@ function TextboxStatic(props) {
34
34
  disabled,
35
35
 
36
36
  aria,
37
- legacy,
38
37
 
39
38
  ...htmlAttributes
40
39
  } = props;
@@ -67,32 +66,6 @@ function TextboxStatic(props) {
67
66
  ? {}
68
67
  : {};
69
68
 
70
- if (legacy) {
71
-
72
- let legacyClasses = [
73
- ownClassName,
74
- 'k-textbox',
75
- {
76
- 'k-state-hover': hover === true,
77
- 'k-state-focus': focus === true,
78
- 'k-state-invalid': invalid === true,
79
- 'k-state-required': required === true,
80
- 'k-state-disabled': disabled === true
81
- }
82
- ];
83
-
84
- return (
85
- <InputStatic className={legacyClasses} {...htmlAttributes}>
86
- {prefix}
87
- <input type={type} className="k-input" {...inputAttributes} />
88
- {suffix}
89
- <InputValidationIconStatic {...props} />
90
- <InputLoadingIconStatic {...props} />
91
- <InputClearValueStatic {...props} />
92
- </InputStatic>
93
- );
94
- }
95
-
96
69
  return (
97
70
  <InputStatic className={textboxClasses} {...ariaAttr} {...htmlAttributes}>
98
71
  {prefix}
File without changes
@@ -2,7 +2,6 @@ import { globalDefaultProps } from '../component/index';
2
2
  import { Input, InputStatic, InputInnerInputStatic } from '../input/index';
3
3
  import { InputValidationIconStatic, InputLoadingIconStatic, InputClearValueStatic } from '../input/index';
4
4
  import { ButtonStatic } from '../button/index';
5
- import { IconStatic } from '../icon/index';
6
5
 
7
6
  class TimePicker extends Input {
8
7
  render() {
@@ -36,7 +35,6 @@ function TimePickerStatic(props) {
36
35
  disabled,
37
36
 
38
37
  aria,
39
- legacy,
40
38
 
41
39
  ...htmlAttributes
42
40
  } = props;
@@ -69,37 +67,6 @@ function TimePickerStatic(props) {
69
67
  ? {}
70
68
  : {};
71
69
 
72
- if (legacy) {
73
-
74
- let legacyClasses = [
75
- ownClassName,
76
- 'k-widget',
77
- 'k-timepicker',
78
- {
79
- 'k-state-hover': hover === true,
80
- 'k-state-focus': focus === true,
81
- 'k-state-invalid': invalid === true,
82
- 'k-state-disabled': disabled === true
83
- }
84
- ];
85
-
86
- let legacyWrapClasses = [
87
- 'k-picker-wrap'
88
- ];
89
-
90
- return (
91
- <InputStatic className={legacyClasses} {...htmlAttributes}>
92
- <span className={legacyWrapClasses}>
93
- <input type={type} className="k-input" {...inputAttributes} />
94
- <InputValidationIconStatic {...props} />
95
- <InputLoadingIconStatic {...props} />
96
- <InputClearValueStatic {...props} />
97
- <span className="k-select"><IconStatic name="clock" /></span>
98
- </span>
99
- </InputStatic>
100
- );
101
- }
102
-
103
70
  return (
104
71
  <InputStatic className={timePickerClasses} {...ariaAttr} {...htmlAttributes}>
105
72
  {prefix}
File without changes
@@ -13,7 +13,6 @@ function TreeviewGroupStatic(props) {
13
13
  items,
14
14
 
15
15
  aria,
16
- legacy,
17
16
 
18
17
  ...htmlAttributes
19
18
  } = props;
@@ -27,20 +26,6 @@ function TreeviewGroupStatic(props) {
27
26
  ? {}
28
27
  : {};
29
28
 
30
- if (legacy) {
31
-
32
- let legacyTreeviewULClasses = [
33
- ownClassName,
34
- 'k-group',
35
- ];
36
-
37
- return (
38
- <ul className={legacyTreeviewULClasses} {...ariaAttr} {...htmlAttributes}>
39
- {items}
40
- </ul>
41
- );
42
- }
43
-
44
29
  return (
45
30
  <ul className={treeviewULClasses} {...ariaAttr} {...htmlAttributes}>
46
31
  {items}
@@ -32,7 +32,6 @@ function TreeviewItemStatic(props) {
32
32
  disabled,
33
33
 
34
34
  aria,
35
- legacy,
36
35
 
37
36
  ...htmlAttributes
38
37
  } = props;
@@ -61,28 +60,6 @@ function TreeviewItemStatic(props) {
61
60
  ? {}
62
61
  : {};
63
62
 
64
- if (legacy) {
65
-
66
- let legacyTreeviewItemClasses = [
67
- ownClassName,
68
- 'k-item',
69
- {
70
- 'k-state-disabled': disabled === true
71
- }
72
- ];
73
-
74
- return (
75
- <li className={legacyTreeviewItemClasses} {...ariaAttr} {...htmlAttributes}>
76
- <span className="k-mid">
77
- {hasChildren && <span className="k-treeview-toggle"><IconStatic name={expanded ? 'collapse' : 'expand'} /></span>}
78
- {showCheckbox && <CheckboxStatic checked={checked} />}
79
- <TreeviewLeafStatic {...leafProps} />
80
- </span>
81
- {expanded && hasChildren && <TreeviewGroupStatic items={items} />}
82
- </li>
83
- );
84
- }
85
-
86
63
  return (
87
64
  <li className={treeviewItemClasses} {...ariaAttr} {...htmlAttributes}>
88
65
  <span className="k-treeview-mid">
@@ -21,7 +21,6 @@ function TreeviewLeafStatic(props) {
21
21
  selected,
22
22
 
23
23
  aria,
24
- legacy,
25
24
 
26
25
  ...htmlAttributes
27
26
  } = props;
@@ -40,26 +39,6 @@ function TreeviewLeafStatic(props) {
40
39
  ? {}
41
40
  : {};
42
41
 
43
- if (legacy) {
44
-
45
- let legacyTreeviewLeafClasses = [
46
- ownClassName,
47
- 'k-in',
48
- {
49
- 'k-state-hover': hover === true,
50
- 'k-state-focus': focus === true,
51
- 'k-state-selected': selected === true
52
- }
53
- ];
54
-
55
- return (
56
- <span className={legacyTreeviewLeafClasses} {...ariaAttr} {...htmlAttributes}>
57
- {showIcon && <IconStatic name={iconName} />}
58
- <span className="k-treeview-leaf-text">{text}</span>
59
- </span>
60
- );
61
- }
62
-
63
42
  return (
64
43
  <span className={treeviewLeafClasses} {...ariaAttr} {...htmlAttributes}>
65
44
  {showIcon && <IconStatic name={iconName} />}
@@ -63,7 +63,6 @@ function TreeviewStatic(props) {
63
63
  size,
64
64
 
65
65
  aria,
66
- legacy,
67
66
 
68
67
  ...htmlAttributes
69
68
  } = props;
@@ -78,20 +77,6 @@ function TreeviewStatic(props) {
78
77
  ? {}
79
78
  : {};
80
79
 
81
- if (legacy) {
82
-
83
- let legacyTreeviewClasses = [
84
- ownClassName,
85
- 'k-treeview'
86
- ];
87
-
88
- return (
89
- <div className={legacyTreeviewClasses} {...ariaAttr} {...htmlAttributes}>
90
- <TreeviewGroupStatic className="k-treeview-lines" items={items} />
91
- </div>
92
- );
93
- }
94
-
95
80
  return (
96
81
  <div className={treeviewClasses} {...ariaAttr} {...htmlAttributes}>
97
82
  <TreeviewGroupStatic className="k-treeview-lines" items={items} />
File without changes
@@ -36,7 +36,7 @@ function TypographyStatic(props) {
36
36
 
37
37
  return (
38
38
  <Component className={TypographyClasses} {...ariaAttr} {...htmlAttributes}>
39
- {children}
39
+ {children}
40
40
  </Component>
41
41
  );
42
42
  }
@@ -52,7 +52,7 @@ TypographyStatic.propTypes = {
52
52
  children: typeof [],
53
53
  className: typeof '',
54
54
 
55
- type: typeof [null, 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'code', 'pre', 'display-1', 'display-2', 'display-3', 'display-4'],
55
+ type: typeof [ null, 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'code', 'pre', 'display-1', 'display-2', 'display-3', 'display-4' ],
56
56
 
57
57
  aria: typeof false,
58
58
 
@@ -1,3 +0,0 @@
1
- export * from './button.jsx';
2
- export * from './button-group.jsx';
3
- export * from './action-buttons.jsx';
@@ -1,50 +0,0 @@
1
- export const PALETTEPRESETS = {
2
- basic: {
3
- colors: ['#000000', '#7f7f7f', '#880015', '#ed1c24', '#ff7f27', '#fff200', '#22b14c', '#00a2e8', '#3f48cc', '#a349a4', '#ffffff', '#c3c3c3', '#b97a57', '#ffaec9', '#ffc90e', '#efe4b0', '#b5e61d', '#99d9ea', '#7092be', '#c8bfe7'],
4
- columns: 10
5
- },
6
- office: {
7
- colors: ['#ffffff', '#000000', '#e6e6e6', '#435569', '#4371c4', '#ed7e32', '#a5a4a5', '#febf04', '#5a9bd5', '#71ae48', '#f2f2f3', '#7f7f7f', '#d1cece', '#d5dde3', '#dae1f4', '#fce5d4', '#deeded', '#fff2cc', '#deeaf6', '#e1efd9', '#d7d8d8', '#585959', '#aeabab', '#adbaca', '#b4c5e7', '#f6caac', '#dbdbdb', '#ffe498', '#bcd6ee', '#c5e0b2', '#bfbfc0', '#3f3f3f', '#767070', '#8595b1', '#8fabdb', '#f5b183', '#c9c8c9', '#fed965', '#9bc4e5', '#a8d08d', '#a5a5a6', '#262625', '#393939', '#334050', '#2e5496', '#c45a11', '#7b7b7a', '#bf9000', '#2f75b5', '#548235', '#7f7f7f', '#0b0c0c', '#161616', '#222a34', '#203764', '#843d0b', '#525252', '#7f6000', '#1d4d79', '#375623'],
8
- columns: 10
9
- },
10
- apex: {
11
- colors: ['#ffffff', '#000000', '#c9c2d1', '#69676d', '#ceb966', '#9cb084', '#6bb1c9', '#6585cf', '#7e6bc9', '#a379bb', '#f2f2f2', '#7f7f7f', '#f4f2f5', '#e0e0e2', '#f5f1e0', '#ebefe6', '#e1eff4', '#e0e6f5', '#e5e1f4', '#ece4f1', '#d8d8d8', '#595959', '#e9e6ec', '#c2c1c5', '#ebe3c1', '#d7dfcd', '#c3dfe9', '#c1ceeb', '#cbc3e9', '#dac9e3', '#bfbfbf', '#3f3f3f', '#dedae3', '#a4a3a8', '#e1d5a3', '#c3cfb5', '#a6d0de', '#a2b5e2', '#b1a6de', '#c7aed6', '#a5a5a5', '#262626', '#9688a5', '#4e4d51', '#ae9638', '#758c5a', '#3d8da9', '#365bb0', '#533da9', '#7d4d99', '#7f7f7f', '#0c0c0c', '#635672', '#343336', '#746425', '#4e5d3c', '#295e70', '#243c75', '#372970', '#533366'],
12
- columns: 10
13
- },
14
- austin: {
15
- colors: ['#ffffff', '#000000', '#caf278', '#3e3d2d', '#94c600', '#71685a', '#ff6700', '#909465', '#956b43', '#fea022', '#f2f2f2', '#7f7f7f', '#f4fce4', '#dddcd0', '#efffc0', '#e3e1dc', '#ffe0cb', '#e8e9df', '#ece1d6', '#feecd2', '#d8d8d8', '#595959', '#e9f9c9', '#bbb9a1', '#dfff82', '#c8c3ba', '#ffc299', '#d2d4c0', '#dac3ad', '#fed9a6', '#bfbfbf', '#3f3f3f', '#dff7ae', '#ada598', '#cfff43', '#ada598', '#ffa365', '#bcbfa1', '#c8a585', '#fec67a', '#a5a5a5', '#262626', '#a9ea25', '#2e2d21', '#6f9400', '#544e43', '#bf4d00', '#6c6f4b', '#6f5032', '#d77b00', '#7f7f7f', '#0c0c0c', '#74a50f', '#1f1e16', '#4a6300', '#38342d', '#7f3300', '#484a32', '#4a3521', '#8f5200'],
16
- columns: 10
17
- },
18
- clarity: {
19
- colors: ['#ffffff', '#292934', '#f3f2dc', '#d2533c', '#93a299', '#ad8f67', '#726056', '#4c5a6a', '#808da0', '#79463d', '#f2f2f2', '#e7e7ec', '#e7e5b9', '#f6dcd8', '#e9ecea', '#eee8e0', '#e4dedb', '#d8dde3', '#e5e8ec', '#e9d6d3', '#d8d8d8', '#c4c4d1', '#d5d185', '#edbab1', '#d3d9d6', '#ded2c2', '#c9beb8', '#b2bcc8', '#ccd1d9', '#d3aea7', '#bfbfbf', '#8a8aa3', '#aca73b', '#e4978a', '#bec7c1', '#cdbba3', '#af9e94', '#8c9bac', '#b2bac6', '#bd857c', '#a5a5a5', '#56566e', '#56531d', '#a43925', '#6b7c72', '#866b48', '#554840', '#39434f', '#5c697b', '#5a342d', '#7f7f7f', '#3b3b4b', '#22210b', '#6d2619', '#47534c', '#594730', '#39302b', '#262d35', '#3d4652', '#3c231e'],
20
- columns: 10
21
- },
22
- slipstream: {
23
- colors: ['#ffffff', '#000000', '#b4dcfa', '#212745', '#4e67c8', '#5eccf3', '#a7ea52', '#5dceaf', '#ff8021', '#f14124', '#f2f2f2', '#7f7f7f', '#8bc9f7', '#c7cce4', '#dbe0f4', '#def4fc', '#edfadc', '#def5ef', '#ffe5d2', '#fcd9d3', '#d8d8d8', '#595959', '#4facf3', '#909aca', '#b8c2e9', '#beeafa', '#dbf6b9', '#beebdf', '#ffcca6', '#f9b3a7', '#bfbfbf', '#3f3f3f', '#0d78c9', '#5967af', '#94a3de', '#9ee0f7', '#caf297', '#9de1cf', '#ffb279', '#f68d7b', '#a5a5a5', '#262626', '#063c64', '#181d33', '#31479f', '#11b2eb', '#81d319', '#34ac8b', '#d85c00', '#c3260c', '#7f7f7f', '#0c0c0c', '#021828', '#101322', '#202f6a', '#0b769c', '#568c11', '#22725c', '#903d00', '#821908'],
24
- columns: 10
25
- },
26
- metro: {
27
- colors: ['#ffffff', '#000000', '#d6ecff', '#4e5b6f', '#7fd13b', '#ea157a', '#feb80a', '#00addc', '#738ac8', '#1ab39f', '#f2f2f2', '#7f7f7f', '#a7d6ff', '#d9dde4', '#e5f5d7', '#fad0e4', '#fef0cd', '#c5f2ff', '#e2e7f4', '#c9f7f1', '#d8d8d8', '#595959', '#60b5ff', '#b3bcca', '#cbecb0', '#f6a1c9', '#fee29c', '#8be6ff', '#c7d0e9', '#94efe3', '#bfbfbf', '#3f3f3f', '#007dea', '#8d9baf', '#b2e389', '#f272af', '#fed46b', '#51d9ff', '#aab8de', '#5fe7d5', '#a5a5a5', '#262626', '#003e75', '#3a4453', '#5ea226', '#af0f5b', '#c58c00', '#0081a5', '#425ea9', '#138677', '#7f7f7f', '#0c0c0c', '#00192e', '#272d37', '#3f6c19', '#750a3d', '#835d00', '#00566e', '#2c3f71', '#0c594f'],
28
- columns: 10
29
- },
30
- flow: {
31
- colors: ['#ffffff', '#000000', '#dbf5f9', '#04617b', '#0f6fc6', '#009dd9', '#0bd0d9', '#10cf9b', '#7cca62', '#a5c249', '#f2f2f2', '#7f7f7f', '#b2e9f2', '#b4ecfc', '#c7e2fa', '#c4eeff', '#c9fafc', '#c9faed', '#e4f4df', '#edf2da', '#d8d8d8', '#595959', '#76d9e8', '#6adafa', '#90c6f6', '#89deff', '#93f5f9', '#94f6db', '#cae9c0', '#dbe6b6', '#bfbfbf', '#3f3f3f', '#21b2c8', '#20c8f7', '#59a9f2', '#4fceff', '#5df0f6', '#5ff2ca', '#b0dfa0', '#c9da91', '#a5a5a5', '#262626', '#105964', '#02485c', '#0b5394', '#0075a2', '#089ca2', '#0b9b74', '#54a838', '#7e9532', '#7f7f7f', '#0c0c0c', '#062328', '#01303d', '#073763', '#004e6c', '#05686c', '#07674d', '#387025', '#546321'],
32
- columns: 10
33
- },
34
- hardcover: {
35
- colors: ['#ffffff', '#000000', '#ece9c6', '#895d1d', '#873624', '#d6862d', '#d0be40', '#877f6c', '#972109', '#aeb795', '#f2f2f2', '#7f7f7f', '#e1dca5', '#f2e0c6', '#f0d0c9', '#f6e6d5', '#f5f2d8', '#e7e5e1', '#fbc7bc', '#eef0e9', '#d8d8d8', '#595959', '#d0c974', '#e6c28d', '#e2a293', '#eeceaa', '#ece5b2', '#cfccc3', '#f78f7a', '#dee2d4', '#bfbfbf', '#3f3f3f', '#a29a36', '#daa454', '#d4735e', '#e6b681', '#e2d88c', '#b7b2a5', '#f35838', '#ced3bf', '#a5a5a5', '#262626', '#514d1b', '#664515', '#65281a', '#a2641f', '#a39428', '#655f50', '#711806', '#879464', '#7f7f7f', '#0c0c0c', '#201e0a', '#442e0e', '#431b11', '#6c4315', '#6d621a', '#433f35', '#4b1004', '#5a6243'],
36
- columns: 10
37
- },
38
- trek: {
39
- colors: ['#ffffff', '#000000', '#fbeec9', '#4e3b30', '#f0a22e', '#a5644e', '#b58b80', '#c3986d', '#a19574', '#c17529', '#f2f2f2', '#7f7f7f', '#f7e09e', '#e1d6cf', '#fcecd5', '#eddfda', '#f0e7e5', '#f3eae1', '#ece9e3', '#f5e3d1', '#d8d8d8', '#595959', '#f3cc5f', '#c4ad9f', '#f9d9ab', '#dcc0b6', '#e1d0cc', '#e7d5c4', '#d9d4c7', '#ebc7a3', '#bfbfbf', '#3f3f3f', '#d29f0f', '#a78470', '#f6c781', '#cba092', '#d2b9b2', '#dbc1a7', '#c6bfab', '#e1ac76', '#a5a5a5', '#262626', '#694f07', '#3a2c24', '#c87d0e', '#7b4b3a', '#926255', '#a17242', '#7b7153', '#90571e', '#7f7f7f', '#0c0c0c', '#2a1f03', '#271d18', '#855309', '#523226', '#614138', '#6b4c2c', '#524b37', '#603a14'],
40
- columns: 10
41
- },
42
- verve: {
43
- colors: ['#ffffff', '#000000', '#d2d2d2', '#666666', '#ff388c', '#e40059', '#9c007f', '#68007f', '#005bd3', '#00349e', '#f2f2f2', '#7f7f7f', '#bdbdbd', '#e0e0e0', '#ffd7e8', '#ffc6dc', '#ffb8f1', '#f1b2ff', '#c3dcff', '#b8cfff', '#d8d8d8', '#595959', '#9d9d9d', '#c1c1c1', '#ffafd1', '#ff8eba', '#ff71e4', '#e365ff', '#87baff', '#72a0ff', '#bfbfbf', '#3f3f3f', '#696969', '#a3a3a3', '#ff87ba', '#ff5597', '#ff2ad7', '#d519ff', '#4b98ff', '#2b71ff', '#a5a5a5', '#262626', '#343434', '#4c4c4c', '#e90062', '#ab0042', '#75005f', '#4e005f', '#00449e', '#002676', '#7f7f7f', '#0c0c0c', '#151515', '#333333', '#9b0041', '#72002c', '#4e003f', '#34003f', '#002d69', '#00194f'],
44
- columns: 10
45
- },
46
- monochrome: {
47
- colors: ['#000000', '#1a1a1a', '#333333', '#4d4d4d', '#666666', '#808080', '#999999', '#b3b3b3', '#cccccc', '#e6e6e6', '#f2f2f2', '#ffffff'],
48
- columns: 12
49
- }
50
- };
@@ -1 +0,0 @@
1
- export * from './menubutton.jsx';
@@ -1 +0,0 @@
1
- export * from './splitbutton.jsx';