@instructure/ui-color-picker 9.0.2-snapshot-3 → 9.0.2-snapshot-4

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,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
- ## [9.0.2-snapshot-3](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-3) (2024-05-28)
6
+ ## [9.0.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-4) (2024-06-05)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-color-picker
9
9
 
@@ -25,7 +25,7 @@ import { locator } from '@instructure/ui-test-locator';
25
25
  import { find } from '@instructure/ui-test-queries';
26
26
 
27
27
  /* eslint-disable no-restricted-imports */
28
- // @ts-expect-error bypass no type definition found error
28
+ // @ts-ignore: Cannot find module
29
29
  import { PillLocator } from '@instructure/ui-pill/es/Pill/PillLocator';
30
30
  /* eslint-enable no-restricted-imports */
31
31
 
@@ -26,7 +26,7 @@ import { find, findAll, parseQueryArguments, findWithText, within } from '@instr
26
26
  import { ColorPicker } from '.';
27
27
 
28
28
  /* eslint-disable no-restricted-imports */
29
- // @ts-expect-error bypass no type definition found error
29
+ // @ts-ignore: Cannot find module
30
30
  import { PopoverLocator } from '@instructure/ui-popover/es/Popover/PopoverLocator';
31
31
  /* eslint-enable no-restricted-imports */
32
32
 
@@ -25,18 +25,18 @@ import { locator } from '@instructure/ui-test-locator';
25
25
  import { find } from '@instructure/ui-test-queries';
26
26
 
27
27
  /* eslint-disable no-restricted-imports */
28
- // @ts-expect-error bypass no type definition found error
28
+ // @ts-ignore: Cannot find module
29
29
  import { DrilldownLocator } from '@instructure/ui-drilldown/es/Drilldown/DrilldownLocator';
30
- // @ts-expect-error bypass no type definition found error
30
+ // @ts-ignore: Cannot find module
31
31
  import { TooltipLocator } from '@instructure/ui-tooltip/es/Tooltip/TooltipLocator';
32
- // @ts-expect-error bypass no type definition found error
32
+ // @ts-ignore: Cannot find module
33
33
  import { PopoverLocator } from '@instructure/ui-popover/es/Popover/PopoverLocator';
34
34
  /* eslint-enable no-restricted-imports */
35
35
 
36
36
  import { ColorIndicatorLocator } from '../ColorIndicator/ColorIndicatorLocator';
37
37
  import { ColorPreset } from './index';
38
38
 
39
- // @ts-expect-error ts-migrate(2339) FIXME: Property 'selector' does not exist on type 'typeof... Remove this comment to see the full error message
39
+ // @ts-ignore: The inferred type exceeds the maximum the compiler will serialize
40
40
  export const ColorPresetLocator = locator(ColorPreset.selector, {
41
41
  findAllColorIndicators: (...args) => {
42
42
  return ColorIndicatorLocator.findAll(...args);
@@ -33,7 +33,7 @@ var _index = require("./index");
33
33
  */
34
34
 
35
35
  /* eslint-disable no-restricted-imports */
36
- // @ts-expect-error bypass no type definition found error
36
+ // @ts-ignore: Cannot find module
37
37
 
38
38
  /* eslint-enable no-restricted-imports */
39
39
 
@@ -36,7 +36,7 @@ var _ColorPresetLocator = require("../ColorPreset/ColorPresetLocator");
36
36
  */
37
37
 
38
38
  /* eslint-disable no-restricted-imports */
39
- // @ts-expect-error bypass no type definition found error
39
+ // @ts-ignore: Cannot find module
40
40
 
41
41
  /* eslint-enable no-restricted-imports */
42
42
 
@@ -36,15 +36,15 @@ var _index = require("./index");
36
36
  */
37
37
 
38
38
  /* eslint-disable no-restricted-imports */
39
- // @ts-expect-error bypass no type definition found error
39
+ // @ts-ignore: Cannot find module
40
40
 
41
- // @ts-expect-error bypass no type definition found error
41
+ // @ts-ignore: Cannot find module
42
42
 
43
- // @ts-expect-error bypass no type definition found error
43
+ // @ts-ignore: Cannot find module
44
44
 
45
45
  /* eslint-enable no-restricted-imports */
46
46
 
47
- // @ts-expect-error ts-migrate(2339) FIXME: Property 'selector' does not exist on type 'typeof... Remove this comment to see the full error message
47
+ // @ts-ignore: The inferred type exceeds the maximum the compiler will serialize
48
48
  const ColorPresetLocator = exports.ColorPresetLocator = (0, _locator.locator)(_index.ColorPreset.selector, {
49
49
  findAllColorIndicators: (...args) => {
50
50
  return _ColorIndicatorLocator.ColorIndicatorLocator.findAll(...args);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-color-picker",
3
- "version": "9.0.2-snapshot-3",
3
+ "version": "9.0.2-snapshot-4",
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.24.5",
27
- "@instructure/console": "9.0.2-snapshot-3",
28
- "@instructure/emotion": "9.0.2-snapshot-3",
29
- "@instructure/shared-types": "9.0.2-snapshot-3",
30
- "@instructure/ui-a11y-content": "9.0.2-snapshot-3",
31
- "@instructure/ui-buttons": "9.0.2-snapshot-3",
32
- "@instructure/ui-color-utils": "9.0.2-snapshot-3",
33
- "@instructure/ui-dom-utils": "9.0.2-snapshot-3",
34
- "@instructure/ui-drilldown": "9.0.2-snapshot-3",
35
- "@instructure/ui-form-field": "9.0.2-snapshot-3",
36
- "@instructure/ui-icons": "9.0.2-snapshot-3",
37
- "@instructure/ui-pill": "9.0.2-snapshot-3",
38
- "@instructure/ui-popover": "9.0.2-snapshot-3",
39
- "@instructure/ui-react-utils": "9.0.2-snapshot-3",
40
- "@instructure/ui-testable": "9.0.2-snapshot-3",
41
- "@instructure/ui-text": "9.0.2-snapshot-3",
42
- "@instructure/ui-text-input": "9.0.2-snapshot-3",
43
- "@instructure/ui-themes": "9.0.2-snapshot-3",
44
- "@instructure/ui-tooltip": "9.0.2-snapshot-3",
45
- "@instructure/ui-utils": "9.0.2-snapshot-3",
46
- "@instructure/ui-view": "9.0.2-snapshot-3",
27
+ "@instructure/console": "9.0.2-snapshot-4",
28
+ "@instructure/emotion": "9.0.2-snapshot-4",
29
+ "@instructure/shared-types": "9.0.2-snapshot-4",
30
+ "@instructure/ui-a11y-content": "9.0.2-snapshot-4",
31
+ "@instructure/ui-buttons": "9.0.2-snapshot-4",
32
+ "@instructure/ui-color-utils": "9.0.2-snapshot-4",
33
+ "@instructure/ui-dom-utils": "9.0.2-snapshot-4",
34
+ "@instructure/ui-drilldown": "9.0.2-snapshot-4",
35
+ "@instructure/ui-form-field": "9.0.2-snapshot-4",
36
+ "@instructure/ui-icons": "9.0.2-snapshot-4",
37
+ "@instructure/ui-pill": "9.0.2-snapshot-4",
38
+ "@instructure/ui-popover": "9.0.2-snapshot-4",
39
+ "@instructure/ui-react-utils": "9.0.2-snapshot-4",
40
+ "@instructure/ui-testable": "9.0.2-snapshot-4",
41
+ "@instructure/ui-text": "9.0.2-snapshot-4",
42
+ "@instructure/ui-text-input": "9.0.2-snapshot-4",
43
+ "@instructure/ui-themes": "9.0.2-snapshot-4",
44
+ "@instructure/ui-tooltip": "9.0.2-snapshot-4",
45
+ "@instructure/ui-utils": "9.0.2-snapshot-4",
46
+ "@instructure/ui-view": "9.0.2-snapshot-4",
47
47
  "prop-types": "^15.8.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@instructure/ui-babel-preset": "9.0.2-snapshot-3",
51
- "@instructure/ui-test-locator": "9.0.2-snapshot-3",
52
- "@instructure/ui-test-queries": "9.0.2-snapshot-3",
53
- "@instructure/ui-test-utils": "9.0.2-snapshot-3"
50
+ "@instructure/ui-babel-preset": "9.0.2-snapshot-4",
51
+ "@instructure/ui-test-locator": "9.0.2-snapshot-4",
52
+ "@instructure/ui-test-queries": "9.0.2-snapshot-4",
53
+ "@instructure/ui-test-utils": "9.0.2-snapshot-4"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": ">=16.8 <=18"
@@ -25,7 +25,7 @@ import { locator } from '@instructure/ui-test-locator'
25
25
  import { find } from '@instructure/ui-test-queries'
26
26
 
27
27
  /* eslint-disable no-restricted-imports */
28
- // @ts-expect-error bypass no type definition found error
28
+ // @ts-ignore: Cannot find module
29
29
  import { PillLocator } from '@instructure/ui-pill/es/Pill/PillLocator'
30
30
  /* eslint-enable no-restricted-imports */
31
31
 
@@ -33,7 +33,7 @@ import {
33
33
  import { ColorPicker } from '.'
34
34
 
35
35
  /* eslint-disable no-restricted-imports */
36
- // @ts-expect-error bypass no type definition found error
36
+ // @ts-ignore: Cannot find module
37
37
  import { PopoverLocator } from '@instructure/ui-popover/es/Popover/PopoverLocator'
38
38
  /* eslint-enable no-restricted-imports */
39
39
 
@@ -25,11 +25,11 @@ import { locator } from '@instructure/ui-test-locator'
25
25
  import { find } from '@instructure/ui-test-queries'
26
26
 
27
27
  /* eslint-disable no-restricted-imports */
28
- // @ts-expect-error bypass no type definition found error
28
+ // @ts-ignore: Cannot find module
29
29
  import { DrilldownLocator } from '@instructure/ui-drilldown/es/Drilldown/DrilldownLocator'
30
- // @ts-expect-error bypass no type definition found error
30
+ // @ts-ignore: Cannot find module
31
31
  import { TooltipLocator } from '@instructure/ui-tooltip/es/Tooltip/TooltipLocator'
32
- // @ts-expect-error bypass no type definition found error
32
+ // @ts-ignore: Cannot find module
33
33
  import { PopoverLocator } from '@instructure/ui-popover/es/Popover/PopoverLocator'
34
34
  /* eslint-enable no-restricted-imports */
35
35
 
@@ -37,8 +37,8 @@ import { ColorIndicatorLocator } from '../ColorIndicator/ColorIndicatorLocator'
37
37
 
38
38
  import { ColorPreset } from './index'
39
39
 
40
- // @ts-expect-error ts-migrate(2339) FIXME: Property 'selector' does not exist on type 'typeof... Remove this comment to see the full error message
41
- export const ColorPresetLocator = locator(ColorPreset.selector, {
40
+ // @ts-ignore: The inferred type exceeds the maximum the compiler will serialize
41
+ export const ColorPresetLocator: any = locator(ColorPreset.selector, {
42
42
  findAllColorIndicators: (...args: any[]) => {
43
43
  return ColorIndicatorLocator.findAll(...args)
44
44
  },