@everlywell/ui-kit 0.3.5-next → 0.3.6-next

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.
@@ -20,6 +20,12 @@ declare const _default: {
20
20
  color: string;
21
21
  cursor: string;
22
22
  };
23
+ _first: {
24
+ borderTopRadius: string;
25
+ };
26
+ _last: {
27
+ borderBottomRadius: string;
28
+ };
23
29
  };
24
30
  groupTitle: {
25
31
  color: string;
@@ -1,4 +1,17 @@
1
1
  declare const colors: {
2
+ white: {
3
+ base: string;
4
+ 50: string;
5
+ 100: string;
6
+ 200: string;
7
+ 300: string;
8
+ 400: string;
9
+ 500: string;
10
+ 600: string;
11
+ 700: string;
12
+ 800: string;
13
+ 900: string;
14
+ };
2
15
  tints: {
3
16
  black: string;
4
17
  darkGrey: string;
@@ -117,6 +117,19 @@ export declare const theme: {
117
117
  tooltip: number;
118
118
  };
119
119
  colors: {
120
+ white: {
121
+ base: string;
122
+ 50: string;
123
+ 100: string;
124
+ 200: string;
125
+ 300: string;
126
+ 400: string;
127
+ 500: string;
128
+ 600: string;
129
+ 700: string;
130
+ 800: string;
131
+ 900: string;
132
+ };
120
133
  tints: {
121
134
  black: string;
122
135
  darkGrey: string;
@@ -365,8 +378,9 @@ export declare const theme: {
365
378
  };
366
379
  Heading: {
367
380
  baseStyle?: {
368
- fontFamily: (theme: Record<string, any>) => string;
381
+ fontFamily: string;
369
382
  fontWeight: string;
383
+ color: string;
370
384
  } | undefined;
371
385
  sizes?: {
372
386
  '3xl': {
@@ -382,19 +396,19 @@ export declare const theme: {
382
396
  lineHeight: string;
383
397
  };
384
398
  lg: {
385
- fontFamily: (theme: Record<string, any>) => string;
399
+ fontFamily: string;
386
400
  fontWeight: string;
387
401
  fontSize: ("3xl" | "6xl")[];
388
402
  lineHeight: string;
389
403
  };
390
404
  md: {
391
- fontFamily: (theme: Record<string, any>) => string;
405
+ fontFamily: string;
392
406
  fontWeight: string;
393
407
  fontSize: ("2xl" | "4xl")[];
394
408
  lineHeight: string;
395
409
  };
396
410
  sm: {
397
- fontFamily: (theme: Record<string, any>) => string;
411
+ fontFamily: string;
398
412
  fontWeight: string;
399
413
  fontSize: ("lg" | "3xl")[];
400
414
  lineHeight: string;
@@ -440,15 +454,15 @@ export declare const theme: {
440
454
  } | undefined;
441
455
  sizes?: {
442
456
  sm: {
443
- fontSize: ("3xs" | "xs")[];
457
+ fontSize: ("xs" | "sm")[];
444
458
  lineHeight: string;
445
459
  };
446
460
  md: {
447
- fontSize: ("2xs" | "sm")[];
461
+ fontSize: ("sm" | "md")[];
448
462
  lineHeight: string;
449
463
  };
450
464
  lg: {
451
- fontSize: ("xs" | "md")[];
465
+ fontSize: ("md" | "lg")[];
452
466
  lineHeight: string;
453
467
  };
454
468
  } | undefined;
@@ -461,6 +475,7 @@ export declare const theme: {
461
475
  };
462
476
  Text: {
463
477
  baseStyle?: {
478
+ fontFamily: string;
464
479
  fontWeight: string;
465
480
  lineHeight: string;
466
481
  letterSpacing: string;
@@ -516,6 +531,12 @@ export declare const theme: {
516
531
  color: string;
517
532
  cursor: string;
518
533
  };
534
+ _first: {
535
+ borderTopRadius: string;
536
+ };
537
+ _last: {
538
+ borderBottomRadius: string;
539
+ };
519
540
  };
520
541
  groupTitle: {
521
542
  color: string;
@@ -0,0 +1,5 @@
1
+ import { Show as ChakraShow, ShowProps as ChakraShowProps, Hide as ChakraHide, HideProps as ChakraHideProps } from '@chakra-ui/react';
2
+ export type ShowProps = ChakraShowProps;
3
+ export type HideProps = ChakraHideProps;
4
+ export declare const Show: typeof ChakraShow;
5
+ export declare const Hide: typeof ChakraHide;
@@ -9,15 +9,15 @@ declare const _default: {
9
9
  } | undefined;
10
10
  sizes?: {
11
11
  sm: {
12
- fontSize: ("3xs" | "xs")[];
12
+ fontSize: ("xs" | "sm")[];
13
13
  lineHeight: string;
14
14
  };
15
15
  md: {
16
- fontSize: ("2xs" | "sm")[];
16
+ fontSize: ("sm" | "md")[];
17
17
  lineHeight: string;
18
18
  };
19
19
  lg: {
20
- fontSize: ("xs" | "md")[];
20
+ fontSize: ("md" | "lg")[];
21
21
  lineHeight: string;
22
22
  };
23
23
  } | undefined;
@@ -1,7 +1,8 @@
1
1
  declare const _default: {
2
2
  baseStyle?: {
3
- fontFamily: (theme: Record<string, any>) => string;
3
+ fontFamily: string;
4
4
  fontWeight: string;
5
+ color: string;
5
6
  } | undefined;
6
7
  sizes?: {
7
8
  '3xl': {
@@ -17,19 +18,19 @@ declare const _default: {
17
18
  lineHeight: string;
18
19
  };
19
20
  lg: {
20
- fontFamily: (theme: Record<string, any>) => string;
21
+ fontFamily: string;
21
22
  fontWeight: string;
22
23
  fontSize: ("3xl" | "6xl")[];
23
24
  lineHeight: string;
24
25
  };
25
26
  md: {
26
- fontFamily: (theme: Record<string, any>) => string;
27
+ fontFamily: string;
27
28
  fontWeight: string;
28
29
  fontSize: ("2xl" | "4xl")[];
29
30
  lineHeight: string;
30
31
  };
31
32
  sm: {
32
- fontFamily: (theme: Record<string, any>) => string;
33
+ fontFamily: string;
33
34
  fontWeight: string;
34
35
  fontSize: ("lg" | "3xl")[];
35
36
  lineHeight: string;
@@ -1,5 +1,6 @@
1
1
  declare const _default: {
2
2
  baseStyle?: {
3
+ fontFamily: string;
3
4
  fontWeight: string;
4
5
  lineHeight: string;
5
6
  letterSpacing: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everlywell/ui-kit",
3
- "version": "0.3.5-next",
3
+ "version": "0.3.6-next",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {