@codecademy/gamut
68.6.268.6.3-alpha.92d8ae.0
dist/DatePicker/constants.d.ts+
dist/DatePicker/constants.d.tsNew file+11
Index: package/dist/DatePicker/constants.d.ts
===================================================================
--- package/dist/DatePicker/constants.d.ts
+++ package/dist/DatePicker/constants.d.ts
@@ -0,0 +1,11 @@
+/** Fixed width of each segmented date field shell (matches design spec). */
+export declare const DATE_PICKER_FIELD_WIDTH = "170px";
+/** Horizontal space reserved for the range arrow between start and end fields. */
+export declare const DATE_PICKER_RANGE_ARROW_WIDTH = 24;
+/** Vertical space reserved below each field shell for validation error text. */
+export declare const DATE_PICKER_ERROR_SLOT_HEIGHT = 20;
+/** Height of the segmented shell row (used to align the range arrow with inputs). */
+export declare const DATE_PICKER_SHELL_HEIGHT: {
+ readonly base: 48;
+ readonly small: 32;
+};