@nycplanning/streetscape 0.14.1 → 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.
@@ -565,6 +565,9 @@ export declare const components: {
565
565
  field: {
566
566
  appearance: string;
567
567
  bg: string;
568
+ "&[data-is-cancellable=true]": {
569
+ paddingRight: number;
570
+ };
568
571
  background?: string | undefined;
569
572
  border?: string | undefined;
570
573
  borderColor?: string | undefined;
@@ -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.1",
3
+ "version": "0.15.0",
4
4
  "type": "module",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",