@fluidattacks/design 3.15.1-pr → 3.15.1-pr-02

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.
@@ -18,6 +18,7 @@ interface ICalendarState {
18
18
  * @extends IOutlineContainerProps
19
19
  * @property {string} [label] - Label of the date input.
20
20
  * @property {string} name - Name of the date input.
21
+ * @property {"default" | "filters"} [variant] - The variant of the input.
21
22
  */
22
23
  interface IDateProps extends InputHTMLAttributes<HTMLInputElement>, Omit<IOutlineContainerProps, "value" | "htmlFor" | "maxLenght" | "weight" | "required" | "label"> {
23
24
  label?: string;
package/package.json CHANGED
@@ -115,5 +115,5 @@
115
115
  "test-storybook": "test-storybook"
116
116
  },
117
117
  "typings": "./dist/index.d.ts",
118
- "version": "3.15.1-pr"
118
+ "version": "3.15.1-pr-02"
119
119
  }