@instructure/ui-color-picker 8.46.2-snapshot-9 → 8.46.2-snapshot-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.
Files changed (43) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/es/ColorContrast/index.js +0 -1
  3. package/es/ColorIndicator/index.js +0 -1
  4. package/es/ColorMixer/ColorPalette/index.js +0 -1
  5. package/es/ColorMixer/RGBAInput/index.js +0 -1
  6. package/es/ColorMixer/Slider/index.js +0 -1
  7. package/es/ColorMixer/index.js +0 -1
  8. package/es/ColorPicker/index.js +0 -1
  9. package/es/ColorPreset/index.js +0 -1
  10. package/lib/ColorContrast/index.js +0 -1
  11. package/lib/ColorIndicator/index.js +0 -1
  12. package/lib/ColorMixer/ColorPalette/index.js +0 -1
  13. package/lib/ColorMixer/RGBAInput/index.js +0 -1
  14. package/lib/ColorMixer/Slider/index.js +0 -1
  15. package/lib/ColorMixer/index.js +0 -1
  16. package/lib/ColorPicker/index.js +0 -1
  17. package/lib/ColorPreset/index.js +0 -1
  18. package/package.json +25 -25
  19. package/src/ColorContrast/index.tsx +0 -1
  20. package/src/ColorIndicator/index.tsx +0 -1
  21. package/src/ColorMixer/ColorPalette/index.tsx +0 -1
  22. package/src/ColorMixer/RGBAInput/index.tsx +0 -1
  23. package/src/ColorMixer/Slider/index.tsx +0 -1
  24. package/src/ColorMixer/index.tsx +0 -1
  25. package/src/ColorPicker/index.tsx +0 -1
  26. package/src/ColorPreset/index.tsx +0 -1
  27. package/tsconfig.build.tsbuildinfo +1 -1
  28. package/types/ColorContrast/index.d.ts +0 -1
  29. package/types/ColorContrast/index.d.ts.map +1 -1
  30. package/types/ColorIndicator/index.d.ts +0 -1
  31. package/types/ColorIndicator/index.d.ts.map +1 -1
  32. package/types/ColorMixer/ColorPalette/index.d.ts +0 -1
  33. package/types/ColorMixer/ColorPalette/index.d.ts.map +1 -1
  34. package/types/ColorMixer/RGBAInput/index.d.ts +0 -3
  35. package/types/ColorMixer/RGBAInput/index.d.ts.map +1 -1
  36. package/types/ColorMixer/Slider/index.d.ts +0 -1
  37. package/types/ColorMixer/Slider/index.d.ts.map +1 -1
  38. package/types/ColorMixer/index.d.ts +0 -1
  39. package/types/ColorMixer/index.d.ts.map +1 -1
  40. package/types/ColorPicker/index.d.ts +0 -1
  41. package/types/ColorPicker/index.d.ts.map +1 -1
  42. package/types/ColorPreset/index.d.ts +0 -1
  43. package/types/ColorPreset/index.d.ts.map +1 -1
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [8.46.2-snapshot-9](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-9) (2023-10-24)
6
+ ## [8.46.2-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-13) (2023-10-24)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-color-picker
9
9
 
@@ -42,7 +42,6 @@ import generateComponentTheme from './theme';
42
42
  ---
43
43
  category: components
44
44
  ---
45
- @tsProps
46
45
  **/
47
46
  let ColorContrast = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class ColorContrast extends Component {
48
47
  constructor(props) {
@@ -36,7 +36,6 @@ import { propTypes, allowedProps } from './props';
36
36
  ---
37
37
  category: components
38
38
  ---
39
- @tsProps
40
39
  **/
41
40
  let ColorIndicator = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class ColorIndicator extends Component {
42
41
  constructor(...args) {
@@ -39,7 +39,6 @@ import generateComponentTheme from './theme';
39
39
  ---
40
40
  private: true
41
41
  ---
42
- @tsProps
43
42
  **/
44
43
  let ColorPalette = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec(_class = _dec2(_class = (_class2 = class ColorPalette extends Component {
45
44
  constructor(props) {
@@ -37,7 +37,6 @@ import generateComponentTheme from './theme';
37
37
  ---
38
38
  private: true
39
39
  ---
40
- @tsProps
41
40
  **/
42
41
  let RGBAInput = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class RGBAInput extends Component {
43
42
  constructor(props) {
@@ -36,7 +36,6 @@ import generateComponentTheme from './theme';
36
36
  ---
37
37
  private: true
38
38
  ---
39
- @tsProps
40
39
  **/
41
40
  let Slider = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class Slider extends Component {
42
41
  constructor(...args) {
@@ -40,7 +40,6 @@ import generateStyle from './styles';
40
40
  ---
41
41
  category: components
42
42
  ---
43
- @tsProps
44
43
  **/
45
44
  let ColorMixer = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class ColorMixer extends Component {
46
45
  constructor(props) {
@@ -49,7 +49,6 @@ const acceptedCharactersForHEX = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '
49
49
  ---
50
50
  category: components
51
51
  ---
52
- @tsProps
53
52
  **/
54
53
  let ColorPicker = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class ColorPicker extends Component {
55
54
  constructor(props) {
@@ -47,7 +47,6 @@ import { propTypes, allowedProps } from './props';
47
47
  ---
48
48
  category: components
49
49
  ---
50
- @tsProps
51
50
  **/
52
51
  let ColorPreset = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class ColorPreset extends Component {
53
52
  constructor(props) {
@@ -48,7 +48,6 @@ var _dec, _dec2, _class, _class2;
48
48
  ---
49
49
  category: components
50
50
  ---
51
- @tsProps
52
51
  **/
53
52
  let ColorContrast = exports.ColorContrast = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class ColorContrast extends _react.Component {
54
53
  constructor(props) {
@@ -41,7 +41,6 @@ var _dec, _dec2, _class, _class2;
41
41
  ---
42
42
  category: components
43
43
  ---
44
- @tsProps
45
44
  **/
46
45
  let ColorIndicator = exports.ColorIndicator = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class ColorIndicator extends _react.Component {
47
46
  constructor(...args) {
@@ -45,7 +45,6 @@ var _dec, _dec2, _class, _class2;
45
45
  ---
46
46
  private: true
47
47
  ---
48
- @tsProps
49
48
  **/
50
49
  let ColorPalette = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = _dec2(_class = (_class2 = class ColorPalette extends _react.Component {
51
50
  constructor(props) {
@@ -43,7 +43,6 @@ var _dec, _class, _class2, _span;
43
43
  ---
44
44
  private: true
45
45
  ---
46
- @tsProps
47
46
  **/
48
47
  let RGBAInput = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class RGBAInput extends _react.Component {
49
48
  constructor(props) {
@@ -42,7 +42,6 @@ var _dec, _class, _class2;
42
42
  ---
43
43
  private: true
44
44
  ---
45
- @tsProps
46
45
  **/
47
46
  let Slider = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class Slider extends _react.Component {
48
47
  constructor(...args) {
@@ -45,7 +45,6 @@ var _dec, _dec2, _class, _class2;
45
45
  ---
46
46
  category: components
47
47
  ---
48
- @tsProps
49
48
  **/
50
49
  let ColorMixer = exports.ColorMixer = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class ColorMixer extends _react.Component {
51
50
  constructor(props) {
@@ -61,7 +61,6 @@ const acceptedCharactersForHEX = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '
61
61
  ---
62
62
  category: components
63
63
  ---
64
- @tsProps
65
64
  **/
66
65
  let ColorPicker = exports.ColorPicker = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class ColorPicker extends _react.Component {
67
66
  constructor(props) {
@@ -54,7 +54,6 @@ var _dec, _dec2, _class, _class2, _IconAddLine;
54
54
  ---
55
55
  category: components
56
56
  ---
57
- @tsProps
58
57
  **/
59
58
  let ColorPreset = exports.ColorPreset = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class ColorPreset extends _react.Component {
60
59
  constructor(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-color-picker",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-13",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,33 +24,33 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.23.2",
27
- "@instructure/console": "8.46.2-snapshot-9",
28
- "@instructure/emotion": "8.46.2-snapshot-9",
29
- "@instructure/shared-types": "8.46.2-snapshot-9",
30
- "@instructure/ui-a11y-content": "8.46.2-snapshot-9",
31
- "@instructure/ui-buttons": "8.46.2-snapshot-9",
32
- "@instructure/ui-color-utils": "8.46.2-snapshot-9",
33
- "@instructure/ui-dom-utils": "8.46.2-snapshot-9",
34
- "@instructure/ui-drilldown": "8.46.2-snapshot-9",
35
- "@instructure/ui-form-field": "8.46.2-snapshot-9",
36
- "@instructure/ui-icons": "8.46.2-snapshot-9",
37
- "@instructure/ui-pill": "8.46.2-snapshot-9",
38
- "@instructure/ui-popover": "8.46.2-snapshot-9",
39
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
40
- "@instructure/ui-testable": "8.46.2-snapshot-9",
41
- "@instructure/ui-text": "8.46.2-snapshot-9",
42
- "@instructure/ui-text-input": "8.46.2-snapshot-9",
43
- "@instructure/ui-themes": "8.46.2-snapshot-9",
44
- "@instructure/ui-tooltip": "8.46.2-snapshot-9",
45
- "@instructure/ui-utils": "8.46.2-snapshot-9",
46
- "@instructure/ui-view": "8.46.2-snapshot-9",
27
+ "@instructure/console": "8.46.2-snapshot-13",
28
+ "@instructure/emotion": "8.46.2-snapshot-13",
29
+ "@instructure/shared-types": "8.46.2-snapshot-13",
30
+ "@instructure/ui-a11y-content": "8.46.2-snapshot-13",
31
+ "@instructure/ui-buttons": "8.46.2-snapshot-13",
32
+ "@instructure/ui-color-utils": "8.46.2-snapshot-13",
33
+ "@instructure/ui-dom-utils": "8.46.2-snapshot-13",
34
+ "@instructure/ui-drilldown": "8.46.2-snapshot-13",
35
+ "@instructure/ui-form-field": "8.46.2-snapshot-13",
36
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
37
+ "@instructure/ui-pill": "8.46.2-snapshot-13",
38
+ "@instructure/ui-popover": "8.46.2-snapshot-13",
39
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
40
+ "@instructure/ui-testable": "8.46.2-snapshot-13",
41
+ "@instructure/ui-text": "8.46.2-snapshot-13",
42
+ "@instructure/ui-text-input": "8.46.2-snapshot-13",
43
+ "@instructure/ui-themes": "8.46.2-snapshot-13",
44
+ "@instructure/ui-tooltip": "8.46.2-snapshot-13",
45
+ "@instructure/ui-utils": "8.46.2-snapshot-13",
46
+ "@instructure/ui-view": "8.46.2-snapshot-13",
47
47
  "prop-types": "^15.8.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@instructure/ui-babel-preset": "8.46.2-snapshot-9",
51
- "@instructure/ui-test-locator": "8.46.2-snapshot-9",
52
- "@instructure/ui-test-queries": "8.46.2-snapshot-9",
53
- "@instructure/ui-test-utils": "8.46.2-snapshot-9"
50
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
51
+ "@instructure/ui-test-locator": "8.46.2-snapshot-13",
52
+ "@instructure/ui-test-queries": "8.46.2-snapshot-13",
53
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": ">=16.8 <=18"
@@ -52,7 +52,6 @@ import generateComponentTheme from './theme'
52
52
  ---
53
53
  category: components
54
54
  ---
55
- @tsProps
56
55
  **/
57
56
  @withStyle(generateStyle, generateComponentTheme)
58
57
  @testable()
@@ -39,7 +39,6 @@ import { propTypes, allowedProps } from './props'
39
39
  ---
40
40
  category: components
41
41
  ---
42
- @tsProps
43
42
  **/
44
43
  @withStyle(generateStyle, generateComponentTheme)
45
44
  @testable()
@@ -46,7 +46,6 @@ import generateComponentTheme from './theme'
46
46
  ---
47
47
  private: true
48
48
  ---
49
- @tsProps
50
49
  **/
51
50
  @withDeterministicId()
52
51
  @withStyle(generateStyle, generateComponentTheme)
@@ -41,7 +41,6 @@ import generateComponentTheme from './theme'
41
41
  ---
42
42
  private: true
43
43
  ---
44
- @tsProps
45
44
  **/
46
45
  @withStyle(generateStyle, generateComponentTheme)
47
46
  class RGBAInput extends Component<RGBAInputProps, RGBAInputState> {
@@ -41,7 +41,6 @@ import generateComponentTheme from './theme'
41
41
  ---
42
42
  private: true
43
43
  ---
44
- @tsProps
45
44
  **/
46
45
  @withStyle(generateStyle, generateComponentTheme)
47
46
  class Slider extends Component<SliderProps> {
@@ -48,7 +48,6 @@ import generateStyle from './styles'
48
48
  ---
49
49
  category: components
50
50
  ---
51
- @tsProps
52
51
  **/
53
52
  @withStyle(generateStyle, null)
54
53
  @testable()
@@ -93,7 +93,6 @@ const acceptedCharactersForHEX = [
93
93
  ---
94
94
  category: components
95
95
  ---
96
- @tsProps
97
96
  **/
98
97
  @withStyle(generateStyle, generateComponentTheme)
99
98
  @testable()
@@ -53,7 +53,6 @@ import { propTypes, allowedProps } from './props'
53
53
  ---
54
54
  category: components
55
55
  ---
56
- @tsProps
57
56
  **/
58
57
  @withStyle(generateStyle, generateComponentTheme)
59
58
  @testable()