@nycplanning/streetscape 0.14.0 → 0.15.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.
@@ -385,36 +385,32 @@ export declare const components: {
385
385
  borderRadius: string;
386
386
  px: number;
387
387
  py: number;
388
- } | undefined;
388
+ };
389
389
  field: {
390
+ background: string;
391
+ border: string;
392
+ borderColor: string;
393
+ borderRadius: string;
394
+ color: string;
395
+ py: number;
396
+ px: number;
397
+ width: string;
398
+ _hover: {
399
+ borderColor: string;
400
+ };
390
401
  _invalid: {
391
- outline: number;
392
- border: number;
393
- ring: string;
394
- ringColor: string;
402
+ border: string;
403
+ borderColor: string;
395
404
  };
396
405
  _focusVisible: {
397
- outline: number;
398
- border: number;
399
- ring: string;
400
- ringColor: string;
401
- };
402
- background?: string | undefined;
403
- border?: string | undefined;
404
- borderColor?: string | undefined;
405
- borderRadius?: string | undefined;
406
- color?: string | undefined;
407
- py?: number | undefined;
408
- px?: number | undefined;
409
- width?: string | undefined;
410
- _hover?: {
406
+ border: string;
411
407
  borderColor: string;
412
- } | undefined;
413
- _disabled?: {
408
+ };
409
+ _disabled: {
414
410
  border: string;
415
411
  borderColor: string;
416
412
  background: string;
417
- } | undefined;
413
+ };
418
414
  };
419
415
  } | undefined;
420
416
  sizes?: {
@@ -423,7 +419,6 @@ export declare const components: {
423
419
  margin: number;
424
420
  paddingX: number;
425
421
  fontSize: string;
426
- backgroundColor: string;
427
422
  _odd: {
428
423
  borderTopRightRadius: string;
429
424
  };
@@ -441,7 +436,6 @@ export declare const components: {
441
436
  margin: number;
442
437
  paddingX: number;
443
438
  fontSize: string;
444
- backgroundColor: string;
445
439
  _odd: {
446
440
  borderTopRightRadius: string;
447
441
  };
@@ -459,7 +453,6 @@ export declare const components: {
459
453
  margin: number;
460
454
  paddingX: number;
461
455
  fontSize: string;
462
- backgroundColor: string;
463
456
  _odd: {
464
457
  borderTopRightRadius: string;
465
458
  };
@@ -572,6 +565,9 @@ export declare const components: {
572
565
  field: {
573
566
  appearance: string;
574
567
  bg: string;
568
+ "&[data-is-cancellable=true]": {
569
+ paddingRight: number;
570
+ };
575
571
  background?: string | undefined;
576
572
  border?: string | undefined;
577
573
  borderColor?: string | undefined;
@@ -4,36 +4,32 @@ export declare const numberInputTheme: {
4
4
  borderRadius: string;
5
5
  px: number;
6
6
  py: number;
7
- } | undefined;
7
+ };
8
8
  field: {
9
+ background: string;
10
+ border: string;
11
+ borderColor: string;
12
+ borderRadius: string;
13
+ color: string;
14
+ py: number;
15
+ px: number;
16
+ width: string;
17
+ _hover: {
18
+ borderColor: string;
19
+ };
9
20
  _invalid: {
10
- outline: number;
11
- border: number;
12
- ring: string;
13
- ringColor: string;
21
+ border: string;
22
+ borderColor: string;
14
23
  };
15
24
  _focusVisible: {
16
- outline: number;
17
- border: number;
18
- ring: string;
19
- ringColor: string;
20
- };
21
- background?: string | undefined;
22
- border?: string | undefined;
23
- borderColor?: string | undefined;
24
- borderRadius?: string | undefined;
25
- color?: string | undefined;
26
- py?: number | undefined;
27
- px?: number | undefined;
28
- width?: string | undefined;
29
- _hover?: {
25
+ border: string;
30
26
  borderColor: string;
31
- } | undefined;
32
- _disabled?: {
27
+ };
28
+ _disabled: {
33
29
  border: string;
34
30
  borderColor: string;
35
31
  background: string;
36
- } | undefined;
32
+ };
37
33
  };
38
34
  } | undefined;
39
35
  sizes?: {
@@ -42,7 +38,6 @@ export declare const numberInputTheme: {
42
38
  margin: number;
43
39
  paddingX: number;
44
40
  fontSize: string;
45
- backgroundColor: string;
46
41
  _odd: {
47
42
  borderTopRightRadius: string;
48
43
  };
@@ -60,7 +55,6 @@ export declare const numberInputTheme: {
60
55
  margin: number;
61
56
  paddingX: number;
62
57
  fontSize: string;
63
- backgroundColor: string;
64
58
  _odd: {
65
59
  borderTopRightRadius: string;
66
60
  };
@@ -78,7 +72,6 @@ export declare const numberInputTheme: {
78
72
  margin: number;
79
73
  paddingX: number;
80
74
  fontSize: string;
81
- backgroundColor: string;
82
75
  _odd: {
83
76
  borderTopRightRadius: string;
84
77
  };
@@ -14,6 +14,9 @@ export declare const selectTheme: {
14
14
  field: {
15
15
  appearance: string;
16
16
  bg: string;
17
+ "&[data-is-cancellable=true]": {
18
+ paddingRight: number;
19
+ };
17
20
  background?: string | undefined;
18
21
  border?: string | undefined;
19
22
  borderColor?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nycplanning/streetscape",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "type": "module",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",