@nycplanning/streetscape 0.21.0 → 0.21.2

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.
@@ -60,6 +60,17 @@ export declare const comboboxTheme: {
60
60
  position: string;
61
61
  right: number;
62
62
  zIndex: number;
63
+ bg: string;
64
+ _before: {
65
+ content: string;
66
+ position: string;
67
+ top: number;
68
+ right: string;
69
+ width: string;
70
+ height: string;
71
+ pointerEvents: string;
72
+ bgGradient: string;
73
+ };
63
74
  };
64
75
  content: {
65
76
  borderRadius: string;
@@ -486,6 +486,17 @@ export declare const components: {
486
486
  position: string;
487
487
  right: number;
488
488
  zIndex: number;
489
+ bg: string;
490
+ _before: {
491
+ content: string;
492
+ position: string;
493
+ top: number;
494
+ right: string;
495
+ width: string;
496
+ height: string;
497
+ pointerEvents: string;
498
+ bgGradient: string;
499
+ };
489
500
  };
490
501
  content: {
491
502
  borderRadius: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nycplanning/streetscape",
3
- "version": "0.21.0",
3
+ "version": "0.21.2",
4
4
  "type": "module",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",