@comet/admin-color-picker 7.3.0-canary-20240827115253 → 7.3.0-canary-20240828070509
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.d.ts +9 -1
- package/lib/index.d.ts.map +1 -1
- package/package.json +5 -5
package/lib/index.d.ts
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
export { ColorField, ColorFieldProps } from "./ColorField";
|
2
2
|
export { ColorPicker, ColorPickerColorPreviewProps, ColorPickerProps, ColorPickerPropsComponents } from "./ColorPicker";
|
3
3
|
export { ColorPickerClassKey } from "./ColorPicker.slots";
|
4
|
-
export {
|
4
|
+
export {
|
5
|
+
/**
|
6
|
+
* @deprecated Use `<ColorField />` instead of `<Field component={FinalFormColorPicker} />`
|
7
|
+
*/
|
8
|
+
FinalFormColorPicker,
|
9
|
+
/**
|
10
|
+
* @deprecated Use `<ColorField />` instead of `<Field component={FinalFormColorPicker} />`
|
11
|
+
*/
|
12
|
+
FinalFormColorPickerProps, } from "./FinalFormColorPicker";
|
5
13
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AACxH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AACxH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO;AACH;;GAEG;AACH,oBAAoB;AACpB;;GAEG;AACH,yBAAyB,GAC5B,MAAM,wBAAwB,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@comet/admin-color-picker",
|
3
|
-
"version": "7.3.0-canary-
|
3
|
+
"version": "7.3.0-canary-20240828070509",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/vivid-planet/comet",
|
@@ -13,8 +13,8 @@
|
|
13
13
|
"lib"
|
14
14
|
],
|
15
15
|
"dependencies": {
|
16
|
-
"@comet/admin": "7.3.0-canary-
|
17
|
-
"@comet/admin-icons": "7.3.0-canary-
|
16
|
+
"@comet/admin": "7.3.0-canary-20240828070509",
|
17
|
+
"@comet/admin-icons": "7.3.0-canary-20240828070509",
|
18
18
|
"clsx": "^1.1.1",
|
19
19
|
"react-colorful": "^5.5.1",
|
20
20
|
"tinycolor2": "^1.4.1",
|
@@ -23,8 +23,8 @@
|
|
23
23
|
"devDependencies": {
|
24
24
|
"@babel/cli": "^7.17.6",
|
25
25
|
"@babel/core": "^7.20.12",
|
26
|
-
"@comet/admin-babel-preset": "7.3.0-canary-
|
27
|
-
"@comet/eslint-config": "7.3.0-canary-
|
26
|
+
"@comet/admin-babel-preset": "7.3.0-canary-20240828070509",
|
27
|
+
"@comet/eslint-config": "7.3.0-canary-20240828070509",
|
28
28
|
"@mui/material": "^5.0.0",
|
29
29
|
"@types/react": "^17.0.0",
|
30
30
|
"@types/react-dom": "^17.0.0",
|