@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.
- package/CHANGELOG.md +1 -1
- package/es/ColorContrast/index.js +0 -1
- package/es/ColorIndicator/index.js +0 -1
- package/es/ColorMixer/ColorPalette/index.js +0 -1
- package/es/ColorMixer/RGBAInput/index.js +0 -1
- package/es/ColorMixer/Slider/index.js +0 -1
- package/es/ColorMixer/index.js +0 -1
- package/es/ColorPicker/index.js +0 -1
- package/es/ColorPreset/index.js +0 -1
- package/lib/ColorContrast/index.js +0 -1
- package/lib/ColorIndicator/index.js +0 -1
- package/lib/ColorMixer/ColorPalette/index.js +0 -1
- package/lib/ColorMixer/RGBAInput/index.js +0 -1
- package/lib/ColorMixer/Slider/index.js +0 -1
- package/lib/ColorMixer/index.js +0 -1
- package/lib/ColorPicker/index.js +0 -1
- package/lib/ColorPreset/index.js +0 -1
- package/package.json +25 -25
- package/src/ColorContrast/index.tsx +0 -1
- package/src/ColorIndicator/index.tsx +0 -1
- package/src/ColorMixer/ColorPalette/index.tsx +0 -1
- package/src/ColorMixer/RGBAInput/index.tsx +0 -1
- package/src/ColorMixer/Slider/index.tsx +0 -1
- package/src/ColorMixer/index.tsx +0 -1
- package/src/ColorPicker/index.tsx +0 -1
- package/src/ColorPreset/index.tsx +0 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/ColorContrast/index.d.ts +0 -1
- package/types/ColorContrast/index.d.ts.map +1 -1
- package/types/ColorIndicator/index.d.ts +0 -1
- package/types/ColorIndicator/index.d.ts.map +1 -1
- package/types/ColorMixer/ColorPalette/index.d.ts +0 -1
- package/types/ColorMixer/ColorPalette/index.d.ts.map +1 -1
- package/types/ColorMixer/RGBAInput/index.d.ts +0 -3
- package/types/ColorMixer/RGBAInput/index.d.ts.map +1 -1
- package/types/ColorMixer/Slider/index.d.ts +0 -1
- package/types/ColorMixer/Slider/index.d.ts.map +1 -1
- package/types/ColorMixer/index.d.ts +0 -1
- package/types/ColorMixer/index.d.ts.map +1 -1
- package/types/ColorPicker/index.d.ts +0 -1
- package/types/ColorPicker/index.d.ts.map +1 -1
- package/types/ColorPreset/index.d.ts +0 -1
- 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-
|
|
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) {
|
package/es/ColorMixer/index.js
CHANGED
|
@@ -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) {
|
package/es/ColorPicker/index.js
CHANGED
|
@@ -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) {
|
package/es/ColorPreset/index.js
CHANGED
|
@@ -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) {
|
package/lib/ColorMixer/index.js
CHANGED
|
@@ -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) {
|
package/lib/ColorPicker/index.js
CHANGED
|
@@ -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) {
|
package/lib/ColorPreset/index.js
CHANGED
|
@@ -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-
|
|
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-
|
|
28
|
-
"@instructure/emotion": "8.46.2-snapshot-
|
|
29
|
-
"@instructure/shared-types": "8.46.2-snapshot-
|
|
30
|
-
"@instructure/ui-a11y-content": "8.46.2-snapshot-
|
|
31
|
-
"@instructure/ui-buttons": "8.46.2-snapshot-
|
|
32
|
-
"@instructure/ui-color-utils": "8.46.2-snapshot-
|
|
33
|
-
"@instructure/ui-dom-utils": "8.46.2-snapshot-
|
|
34
|
-
"@instructure/ui-drilldown": "8.46.2-snapshot-
|
|
35
|
-
"@instructure/ui-form-field": "8.46.2-snapshot-
|
|
36
|
-
"@instructure/ui-icons": "8.46.2-snapshot-
|
|
37
|
-
"@instructure/ui-pill": "8.46.2-snapshot-
|
|
38
|
-
"@instructure/ui-popover": "8.46.2-snapshot-
|
|
39
|
-
"@instructure/ui-react-utils": "8.46.2-snapshot-
|
|
40
|
-
"@instructure/ui-testable": "8.46.2-snapshot-
|
|
41
|
-
"@instructure/ui-text": "8.46.2-snapshot-
|
|
42
|
-
"@instructure/ui-text-input": "8.46.2-snapshot-
|
|
43
|
-
"@instructure/ui-themes": "8.46.2-snapshot-
|
|
44
|
-
"@instructure/ui-tooltip": "8.46.2-snapshot-
|
|
45
|
-
"@instructure/ui-utils": "8.46.2-snapshot-
|
|
46
|
-
"@instructure/ui-view": "8.46.2-snapshot-
|
|
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-
|
|
51
|
-
"@instructure/ui-test-locator": "8.46.2-snapshot-
|
|
52
|
-
"@instructure/ui-test-queries": "8.46.2-snapshot-
|
|
53
|
-
"@instructure/ui-test-utils": "8.46.2-snapshot-
|
|
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"
|
package/src/ColorMixer/index.tsx
CHANGED