@smg-automotive/components 27.4.0 → 27.4.1
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const { createSystem, defaultBaseConfig, mergeConfigs, } = require('@chakra-ui/react');
|
|
4
|
-
const { autoScout24Config, motoScout24Config } = require('../cjs/themes.
|
|
4
|
+
const { autoScout24Config, motoScout24Config } = require('../cjs/themes.cjs');
|
|
5
5
|
module.exports = createSystem(defaultBaseConfig, mergeConfigs(autoScout24Config, motoScout24Config), { preflight: true });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chakraTypegenTheme.d.ts","sourceRoot":"","sources":["../../src/lib/cli/chakraTypegenTheme.ts"],"names":[],"mappings":"AAAA,QAAA,MACE,YAAY,OACZ,iBAAiB,OACjB,YAAY,KACiB,CAAC;AAEhC,QAAA,MAAQ,iBAAiB,OAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"chakraTypegenTheme.d.ts","sourceRoot":"","sources":["../../src/lib/cli/chakraTypegenTheme.ts"],"names":[],"mappings":"AAAA,QAAA,MACE,YAAY,OACZ,iBAAiB,OACjB,YAAY,KACiB,CAAC;AAEhC,QAAA,MAAQ,iBAAiB,OAAE,iBAAiB,KAAiC,CAAC"}
|
package/dist/index.d.mts
CHANGED
|
@@ -458,7 +458,7 @@ type CheckboxProps = CheckboxVariantProps & {
|
|
|
458
458
|
onChange?: (details: CheckboxCheckedChangeDetails) => void;
|
|
459
459
|
};
|
|
460
460
|
|
|
461
|
-
declare const Checkbox: React__default.ForwardRefExoticComponent<Omit<CheckboxProps, "onChange" | "
|
|
461
|
+
declare const Checkbox: React__default.ForwardRefExoticComponent<Omit<CheckboxProps, "onChange" | "checked" | "disabled" | "invalid"> & {
|
|
462
462
|
isChecked?: boolean;
|
|
463
463
|
isDisabled?: boolean;
|
|
464
464
|
isInvalid?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -458,7 +458,7 @@ type CheckboxProps = CheckboxVariantProps & {
|
|
|
458
458
|
onChange?: (details: CheckboxCheckedChangeDetails) => void;
|
|
459
459
|
};
|
|
460
460
|
|
|
461
|
-
declare const Checkbox: React__default.ForwardRefExoticComponent<Omit<CheckboxProps, "onChange" | "
|
|
461
|
+
declare const Checkbox: React__default.ForwardRefExoticComponent<Omit<CheckboxProps, "onChange" | "checked" | "disabled" | "invalid"> & {
|
|
462
462
|
isChecked?: boolean;
|
|
463
463
|
isDisabled?: boolean;
|
|
464
464
|
isInvalid?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smg-automotive/components",
|
|
3
|
-
"version": "27.4.
|
|
3
|
+
"version": "27.4.1",
|
|
4
4
|
"description": "SMG Automotive components library",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"exports": {
|
|
@@ -170,8 +170,8 @@
|
|
|
170
170
|
"unist-util-visit": "5.1.0",
|
|
171
171
|
"webpack": "5.106.2",
|
|
172
172
|
"@smg-automotive/auth": "0.0.0-development",
|
|
173
|
-
"@smg-automotive/
|
|
174
|
-
"@smg-automotive/
|
|
173
|
+
"@smg-automotive/tools": "0.0.0-development",
|
|
174
|
+
"@smg-automotive/eslint-config": "6.0.3"
|
|
175
175
|
},
|
|
176
176
|
"dependencies": {
|
|
177
177
|
"@chakra-ui/cli": "3.36.0",
|