@everlywell/ui-kit 0.15.0 → 0.16.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.
@@ -0,0 +1,72 @@
1
+ declare const _default: {
2
+ baseStyle?: {
3
+ container: {};
4
+ control: {
5
+ boxSize: number;
6
+ padding: number;
7
+ borderRadius: string;
8
+ borderWidth: number;
9
+ borderColor: string;
10
+ color: string;
11
+ fontSize: string;
12
+ _focusVisible: {
13
+ outlineColor: string;
14
+ outlineWidth: string;
15
+ outlineStyle: string;
16
+ outlineOffset: string;
17
+ };
18
+ _checked: {
19
+ borderColor: string;
20
+ bg: string;
21
+ color: string;
22
+ _hover: {
23
+ borderColor: string;
24
+ bg: string;
25
+ };
26
+ _disabled: {
27
+ borderColor: string;
28
+ bg: string;
29
+ };
30
+ };
31
+ _hover: {
32
+ borderColor: string;
33
+ bg: string;
34
+ };
35
+ _disabled: {
36
+ borderColor: string;
37
+ bg: string;
38
+ cursor: string;
39
+ };
40
+ _invalid: {
41
+ borderColor: string;
42
+ };
43
+ };
44
+ icon: {
45
+ boxSize: string;
46
+ };
47
+ label: {
48
+ fontSize: ("sm" | "md")[];
49
+ color: string;
50
+ };
51
+ } | undefined;
52
+ sizes?: {
53
+ sm: {
54
+ control: {
55
+ boxSize: number;
56
+ };
57
+ };
58
+ md: {
59
+ control: {
60
+ boxSize: number;
61
+ };
62
+ };
63
+ } | undefined;
64
+ variants?: {} | undefined;
65
+ defaultProps?: {
66
+ size?: "sm" | "md" | undefined;
67
+ variant?: undefined;
68
+ colorScheme?: string | undefined;
69
+ } | undefined;
70
+ parts: ("label" | "container" | "icon" | "control")[];
71
+ };
72
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { CheckboxProps } from '@chakra-ui/react';
2
+ export { CheckboxGroup, type CheckboxProps, type CheckboxGroupProps, } from '@chakra-ui/react';
3
+ export declare const Checkbox: {
4
+ (props: CheckboxProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
@@ -364,6 +364,77 @@ export declare const theme: {
364
364
  colorScheme?: string | undefined;
365
365
  } | undefined;
366
366
  };
367
+ Checkbox: {
368
+ baseStyle?: {
369
+ container: {};
370
+ control: {
371
+ boxSize: number;
372
+ padding: number;
373
+ borderRadius: string;
374
+ borderWidth: number;
375
+ borderColor: string;
376
+ color: string;
377
+ fontSize: string;
378
+ _focusVisible: {
379
+ outlineColor: string;
380
+ outlineWidth: string;
381
+ outlineStyle: string;
382
+ outlineOffset: string;
383
+ };
384
+ _checked: {
385
+ borderColor: string;
386
+ bg: string;
387
+ color: string;
388
+ _hover: {
389
+ borderColor: string;
390
+ bg: string;
391
+ };
392
+ _disabled: {
393
+ borderColor: string;
394
+ bg: string;
395
+ };
396
+ };
397
+ _hover: {
398
+ borderColor: string;
399
+ bg: string;
400
+ };
401
+ _disabled: {
402
+ borderColor: string;
403
+ bg: string;
404
+ cursor: string;
405
+ };
406
+ _invalid: {
407
+ borderColor: string;
408
+ };
409
+ };
410
+ icon: {
411
+ boxSize: string;
412
+ };
413
+ label: {
414
+ fontSize: ("sm" | "md")[];
415
+ color: string;
416
+ };
417
+ } | undefined;
418
+ sizes?: {
419
+ sm: {
420
+ control: {
421
+ boxSize: number;
422
+ };
423
+ };
424
+ md: {
425
+ control: {
426
+ boxSize: number;
427
+ };
428
+ };
429
+ } | undefined;
430
+ variants?: {} | undefined;
431
+ defaultProps?: {
432
+ size?: "sm" | "md" | undefined;
433
+ variant?: undefined;
434
+ colorScheme?: string | undefined;
435
+ } | undefined;
436
+ parts: ("label" | "container" | "icon" | "control")[];
437
+ };
367
438
  Container: {
368
439
  baseStyle?: {
369
440
  paddingX: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everlywell/ui-kit",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {