@noxlovette/material 0.1.2 → 0.1.3

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.
@@ -10,8 +10,6 @@ export type DialogueProps = DialogueVariants & Dialog.RootProps & {
10
10
  enhance: any;
11
11
  /** Whether to deactivate the submit button */
12
12
  disabled?: boolean;
13
- /** Toggle handler for closing the dialogue when not using history state. */
14
- toggle?: () => void;
15
13
  /** Whether the dialogue is open. */
16
14
  open?: boolean;
17
15
  /** The main descriptive text content of the dialogue. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noxlovette/material",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {