@comet/admin-color-picker 9.0.0-canary-20251202103135 → 9.0.0-canary-20251209140438
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/lib/index.d.ts +5 -5
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -43
- package/package.json +10 -9
package/lib/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ColorField, ColorFieldProps } from "./ColorField";
|
|
2
|
-
export { ColorPickerNoColorPreviewProps } from "./ColorPicker";
|
|
3
|
-
export { ColorPicker, ColorPickerColorPreviewProps, ColorPickerProps, ColorPickerPropsComponents } from "./ColorPicker";
|
|
4
|
-
export { ColorPickerClassKey } from "./ColorPicker.slots";
|
|
5
|
-
export { FinalFormColorPicker, FinalFormColorPickerProps } from "./FinalFormColorPicker";
|
|
1
|
+
export { ColorField, type ColorFieldProps } from "./ColorField";
|
|
2
|
+
export type { ColorPickerNoColorPreviewProps } from "./ColorPicker";
|
|
3
|
+
export { ColorPicker, type ColorPickerColorPreviewProps, type ColorPickerProps, type ColorPickerPropsComponents } from "./ColorPicker";
|
|
4
|
+
export type { ColorPickerClassKey } from "./ColorPicker.slots";
|
|
5
|
+
export { FinalFormColorPicker, type FinalFormColorPickerProps } from "./FinalFormColorPicker";
|
|
6
6
|
//# 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;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAChE,YAAY,EAAE,8BAA8B,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,KAAK,4BAA4B,EAAE,KAAK,gBAAgB,EAAE,KAAK,0BAA0B,EAAE,MAAM,eAAe,CAAC;AACvI,YAAY,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,KAAK,yBAAyB,EAAE,MAAM,wBAAwB,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -9,61 +9,18 @@ Object.defineProperty(exports, "ColorField", {
|
|
|
9
9
|
return _ColorField.ColorField;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "ColorFieldProps", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _ColorField.ColorFieldProps;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
12
|
Object.defineProperty(exports, "ColorPicker", {
|
|
19
13
|
enumerable: true,
|
|
20
14
|
get: function get() {
|
|
21
15
|
return _ColorPicker.ColorPicker;
|
|
22
16
|
}
|
|
23
17
|
});
|
|
24
|
-
Object.defineProperty(exports, "ColorPickerClassKey", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function get() {
|
|
27
|
-
return _ColorPicker2.ColorPickerClassKey;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(exports, "ColorPickerColorPreviewProps", {
|
|
31
|
-
enumerable: true,
|
|
32
|
-
get: function get() {
|
|
33
|
-
return _ColorPicker.ColorPickerColorPreviewProps;
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
Object.defineProperty(exports, "ColorPickerNoColorPreviewProps", {
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function get() {
|
|
39
|
-
return _ColorPicker.ColorPickerNoColorPreviewProps;
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(exports, "ColorPickerProps", {
|
|
43
|
-
enumerable: true,
|
|
44
|
-
get: function get() {
|
|
45
|
-
return _ColorPicker.ColorPickerProps;
|
|
46
|
-
}
|
|
47
|
-
});
|
|
48
|
-
Object.defineProperty(exports, "ColorPickerPropsComponents", {
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function get() {
|
|
51
|
-
return _ColorPicker.ColorPickerPropsComponents;
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
18
|
Object.defineProperty(exports, "FinalFormColorPicker", {
|
|
55
19
|
enumerable: true,
|
|
56
20
|
get: function get() {
|
|
57
21
|
return _FinalFormColorPicker.FinalFormColorPicker;
|
|
58
22
|
}
|
|
59
23
|
});
|
|
60
|
-
Object.defineProperty(exports, "FinalFormColorPickerProps", {
|
|
61
|
-
enumerable: true,
|
|
62
|
-
get: function get() {
|
|
63
|
-
return _FinalFormColorPicker.FinalFormColorPickerProps;
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
24
|
var _ColorField = require("./ColorField");
|
|
67
25
|
var _ColorPicker = require("./ColorPicker");
|
|
68
|
-
var _ColorPicker2 = require("./ColorPicker.slots");
|
|
69
26
|
var _FinalFormColorPicker = require("./FinalFormColorPicker");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/admin-color-picker",
|
|
3
|
-
"version": "9.0.0-canary-
|
|
3
|
+
"version": "9.0.0-canary-20251209140438",
|
|
4
4
|
"description": "Comet Admin Color Picker component",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/admin/admin-color-picker",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"react-colorful": "^5.6.1",
|
|
19
19
|
"tinycolor2": "^1.6.0",
|
|
20
20
|
"use-debounce": "^10.0.5",
|
|
21
|
-
"@comet/admin": "9.0.0-canary-
|
|
22
|
-
"@comet/admin-icons": "9.0.0-canary-
|
|
21
|
+
"@comet/admin": "9.0.0-canary-20251209140438",
|
|
22
|
+
"@comet/admin-icons": "9.0.0-canary-20251209140438"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@babel/cli": "^7.28.
|
|
26
|
-
"@babel/core": "^7.28.
|
|
27
|
-
"@mui/material": "^7.
|
|
25
|
+
"@babel/cli": "^7.28.3",
|
|
26
|
+
"@babel/core": "^7.28.5",
|
|
27
|
+
"@mui/material": "^7.3.5",
|
|
28
28
|
"@types/react": "^18.3.23",
|
|
29
29
|
"@types/react-dom": "^18.3.7",
|
|
30
30
|
"@types/tinycolor2": "^1.4.6",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"react-dom": "^18.3.1",
|
|
37
37
|
"react-final-form": "^6.5.9",
|
|
38
38
|
"react-intl": "^7.1.11",
|
|
39
|
-
"rimraf": "^6.
|
|
39
|
+
"rimraf": "^6.1.2",
|
|
40
40
|
"typescript": "5.9.3",
|
|
41
|
-
"@comet/admin-babel-preset": "9.0.0-canary-
|
|
42
|
-
"@comet/eslint-config": "9.0.0-canary-
|
|
41
|
+
"@comet/admin-babel-preset": "9.0.0-canary-20251209140438",
|
|
42
|
+
"@comet/eslint-config": "9.0.0-canary-20251209140438"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@mui/material": "^7.0.0",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"build:types": "tsc --project ./tsconfig.json --emitDeclarationOnly",
|
|
62
62
|
"clean": "rimraf lib",
|
|
63
63
|
"lint": "run-p lint:prettier lint:eslint lint:tsc",
|
|
64
|
+
"lint:ci": "pnpm run lint",
|
|
64
65
|
"lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
|
|
65
66
|
"lint:prettier": "pnpm exec prettier --check './**/*.{js,json,md,yml,yaml}'",
|
|
66
67
|
"lint:tsc": "tsc --noEmit",
|