@instructure/ui-color-picker 11.4.0 → 11.4.1-snapshot-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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [11.4.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.4.1-snapshot-0) (2026-02-02)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-color-picker
9
+
10
+
11
+
12
+
13
+
6
14
  # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
7
15
 
8
16
 
@@ -31,11 +31,10 @@ import { withStyle } from '@instructure/emotion';
31
31
  import { Text } from '@instructure/ui-text';
32
32
  import { Heading } from '@instructure/ui-heading';
33
33
  import { Pill } from '@instructure/ui-pill';
34
- import ColorIndicator from '../ColorIndicator';
35
- import { allowedProps } from './props';
36
- import generateStyle from './styles';
37
- import generateComponentTheme from './theme';
38
-
34
+ import ColorIndicator from "../ColorIndicator/index.js";
35
+ import { allowedProps } from "./props.js";
36
+ import generateStyle from "./styles.js";
37
+ import generateComponentTheme from "./theme.js";
39
38
  /**
40
39
  ---
41
40
  category: components
@@ -26,10 +26,9 @@ var _dec, _class, _ColorIndicator;
26
26
  import { Component } from 'react';
27
27
  import { omitProps } from '@instructure/ui-react-utils';
28
28
  import { withStyle } from '@instructure/emotion';
29
- import generateStyle from './styles';
30
- import generateComponentTheme from './theme';
31
- import { allowedProps } from './props';
32
-
29
+ import generateStyle from "./styles.js";
30
+ import generateComponentTheme from "./theme.js";
31
+ import { allowedProps } from "./props.js";
33
32
  /**
34
33
  ---
35
34
  category: components
@@ -29,11 +29,10 @@ import { addEventListener } from '@instructure/ui-dom-utils';
29
29
  import { View } from '@instructure/ui-view';
30
30
  import { px } from '@instructure/ui-utils';
31
31
  import { withDeterministicId } from '@instructure/ui-react-utils';
32
- import shallowCompare from '../utils/shallowCompare';
33
- import { allowedProps } from './props';
34
- import generateStyle from './styles';
35
- import generateComponentTheme from './theme';
36
-
32
+ import shallowCompare from "../utils/shallowCompare.js";
33
+ import { allowedProps } from "./props.js";
34
+ import generateStyle from "./styles.js";
35
+ import generateComponentTheme from "./theme.js";
37
36
  /**
38
37
  ---
39
38
  private: true
@@ -25,13 +25,12 @@ var _dec, _class, _RGBAInput, _span;
25
25
 
26
26
  import { Component } from 'react';
27
27
  import { withStyle } from '@instructure/emotion';
28
- import shallowCompare from '../utils/shallowCompare';
28
+ import shallowCompare from "../utils/shallowCompare.js";
29
29
  import { ScreenReaderContent } from '@instructure/ui-a11y-content';
30
30
  import { TextInput } from '@instructure/ui-text-input';
31
- import { allowedProps } from './props';
32
- import generateStyle from './styles';
33
- import generateComponentTheme from './theme';
34
-
31
+ import { allowedProps } from "./props.js";
32
+ import generateStyle from "./styles.js";
33
+ import generateComponentTheme from "./theme.js";
35
34
  /**
36
35
  ---
37
36
  private: true
@@ -27,10 +27,9 @@ import { Component } from 'react';
27
27
  import { addEventListener } from '@instructure/ui-dom-utils';
28
28
  import { withStyle } from '@instructure/emotion';
29
29
  import { View } from '@instructure/ui-view';
30
- import { allowedProps } from './props';
31
- import generateStyle from './styles';
32
- import generateComponentTheme from './theme';
33
-
30
+ import { allowedProps } from "./props.js";
31
+ import generateStyle from "./styles.js";
32
+ import generateComponentTheme from "./theme.js";
34
33
  /**
35
34
  ---
36
35
  private: true
@@ -29,12 +29,11 @@ import { omitProps } from '@instructure/ui-react-utils';
29
29
  import { isValid } from '@instructure/ui-color-utils';
30
30
  import conversions from '@instructure/ui-color-utils';
31
31
  import { logWarn as warn } from '@instructure/console';
32
- import ColorPalette from './ColorPalette';
33
- import Slider from './Slider';
34
- import RGBAInput from './RGBAInput';
35
- import { allowedProps } from './props';
36
- import generateStyle from './styles';
37
-
32
+ import ColorPalette from "./ColorPalette/index.js";
33
+ import Slider from "./Slider/index.js";
34
+ import RGBAInput from "./RGBAInput/index.js";
35
+ import { allowedProps } from "./props.js";
36
+ import generateStyle from "./styles.js";
38
37
  /**
39
38
  ---
40
39
  category: components
@@ -34,13 +34,13 @@ import { Tooltip } from '@instructure/ui-tooltip';
34
34
  import { Button, IconButton } from '@instructure/ui-buttons';
35
35
  import { Popover } from '@instructure/ui-popover';
36
36
  import { IconCheckDarkLine, IconWarningLine, IconTroubleLine, IconInfoLine } from '@instructure/ui-icons';
37
- import ColorIndicator from '../ColorIndicator';
38
- import ColorMixer from '../ColorMixer';
39
- import ColorContrast from '../ColorContrast';
40
- import ColorPreset from '../ColorPreset';
41
- import generateStyle from './styles';
42
- import generateComponentTheme from './theme';
43
- import { allowedProps } from './props';
37
+ import ColorIndicator from "../ColorIndicator/index.js";
38
+ import ColorMixer from "../ColorMixer/index.js";
39
+ import ColorContrast from "../ColorContrast/index.js";
40
+ import ColorPreset from "../ColorPreset/index.js";
41
+ import generateStyle from "./styles.js";
42
+ import generateComponentTheme from "./theme.js";
43
+ import { allowedProps } from "./props.js";
44
44
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "@emotion/react/jsx-runtime";
45
45
  const acceptedCharactersForHEX = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'A', 'b', 'B', 'c', 'C', 'd', 'D', 'e', 'E', 'f', 'F', null];
46
46
 
@@ -34,13 +34,12 @@ import { Popover } from '@instructure/ui-popover';
34
34
  import { Text } from '@instructure/ui-text';
35
35
  import { Drilldown } from '@instructure/ui-drilldown';
36
36
  import { IconAddLine, IconCheckDarkSolid } from '@instructure/ui-icons';
37
- import { ColorIndicator } from '../ColorIndicator';
38
- import { ColorMixer } from '../ColorMixer';
39
- import { ColorContrast } from '../ColorContrast';
40
- import generateStyle from './styles';
41
- import generateComponentTheme from './theme';
42
- import { allowedProps } from './props';
43
-
37
+ import { ColorIndicator } from "../ColorIndicator/index.js";
38
+ import { ColorMixer } from "../ColorMixer/index.js";
39
+ import { ColorContrast } from "../ColorContrast/index.js";
40
+ import generateStyle from "./styles.js";
41
+ import generateComponentTheme from "./theme.js";
42
+ import { allowedProps } from "./props.js";
44
43
  /**
45
44
  ---
46
45
  category: components
package/es/index.js CHANGED
@@ -21,8 +21,8 @@
21
21
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
22
  * SOFTWARE.
23
23
  */
24
- export { ColorPicker } from './ColorPicker';
25
- export { ColorMixer } from './ColorMixer';
26
- export { ColorPreset } from './ColorPreset';
27
- export { ColorContrast } from './ColorContrast';
28
- export { ColorIndicator } from './ColorIndicator';
24
+ export { ColorPicker } from "./ColorPicker/index.js";
25
+ export { ColorMixer } from "./ColorMixer/index.js";
26
+ export { ColorPreset } from "./ColorPreset/index.js";
27
+ export { ColorContrast } from "./ColorContrast/index.js";
28
+ export { ColorIndicator } from "./ColorIndicator/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-color-picker",
3
- "version": "11.4.0",
3
+ "version": "11.4.1-snapshot-0",
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",
@@ -15,35 +15,35 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/emotion": "11.4.0",
19
- "@instructure/shared-types": "11.4.0",
20
- "@instructure/ui-a11y-content": "11.4.0",
21
- "@instructure/ui-buttons": "11.4.0",
22
- "@instructure/console": "11.4.0",
23
- "@instructure/ui-color-utils": "11.4.0",
24
- "@instructure/ui-drilldown": "11.4.0",
25
- "@instructure/ui-dom-utils": "11.4.0",
26
- "@instructure/ui-form-field": "11.4.0",
27
- "@instructure/ui-icons": "11.4.0",
28
- "@instructure/ui-pill": "11.4.0",
29
- "@instructure/ui-popover": "11.4.0",
30
- "@instructure/ui-heading": "11.4.0",
31
- "@instructure/ui-react-utils": "11.4.0",
32
- "@instructure/ui-text": "11.4.0",
33
- "@instructure/ui-themes": "11.4.0",
34
- "@instructure/ui-tooltip": "11.4.0",
35
- "@instructure/ui-utils": "11.4.0",
36
- "@instructure/ui-view": "11.4.0",
37
- "@instructure/ui-text-input": "11.4.0"
18
+ "@instructure/console": "11.4.1-snapshot-0",
19
+ "@instructure/shared-types": "11.4.1-snapshot-0",
20
+ "@instructure/emotion": "11.4.1-snapshot-0",
21
+ "@instructure/ui-a11y-content": "11.4.1-snapshot-0",
22
+ "@instructure/ui-buttons": "11.4.1-snapshot-0",
23
+ "@instructure/ui-dom-utils": "11.4.1-snapshot-0",
24
+ "@instructure/ui-color-utils": "11.4.1-snapshot-0",
25
+ "@instructure/ui-drilldown": "11.4.1-snapshot-0",
26
+ "@instructure/ui-heading": "11.4.1-snapshot-0",
27
+ "@instructure/ui-icons": "11.4.1-snapshot-0",
28
+ "@instructure/ui-pill": "11.4.1-snapshot-0",
29
+ "@instructure/ui-form-field": "11.4.1-snapshot-0",
30
+ "@instructure/ui-popover": "11.4.1-snapshot-0",
31
+ "@instructure/ui-react-utils": "11.4.1-snapshot-0",
32
+ "@instructure/ui-text": "11.4.1-snapshot-0",
33
+ "@instructure/ui-text-input": "11.4.1-snapshot-0",
34
+ "@instructure/ui-themes": "11.4.1-snapshot-0",
35
+ "@instructure/ui-tooltip": "11.4.1-snapshot-0",
36
+ "@instructure/ui-view": "11.4.1-snapshot-0",
37
+ "@instructure/ui-utils": "11.4.1-snapshot-0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "^6.6.3",
41
41
  "@testing-library/react": "15.0.7",
42
42
  "@testing-library/user-event": "^14.6.1",
43
43
  "vitest": "^3.2.2",
44
- "@instructure/ui-axe-check": "11.4.0",
45
- "@instructure/ui-babel-preset": "11.4.0",
46
- "@instructure/ui-scripts": "11.4.0"
44
+ "@instructure/ui-axe-check": "11.4.1-snapshot-0",
45
+ "@instructure/ui-babel-preset": "11.4.1-snapshot-0",
46
+ "@instructure/ui-scripts": "11.4.1-snapshot-0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": ">=18 <=19"
@@ -52,6 +52,19 @@
52
52
  "access": "public"
53
53
  },
54
54
  "sideEffects": false,
55
+ "exports": {
56
+ ".": {
57
+ "types": "./types/index.d.ts",
58
+ "import": "./es/index.js",
59
+ "require": "./lib/index.js",
60
+ "default": "./es/index.js"
61
+ },
62
+ "./lib/*": "./lib/*",
63
+ "./es/*": "./es/*",
64
+ "./types/*": "./types/*",
65
+ "./package.json": "./package.json",
66
+ "./src/*": "./src/*"
67
+ },
55
68
  "scripts": {
56
69
  "lint": "ui-scripts lint",
57
70
  "lint:fix": "ui-scripts lint --fix",