@newtonschool/grauity 2.1.0-beta.2 → 2.1.0-beta.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.
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../../ui/elements/DropdownMenu/DropdownMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAMN,MAAM,OAAO,CAAC;AAcf,OAAO,EAGH,iBAAiB,EAEpB,MAAM,SAAS,CAAC;AAGjB,QAAA,MAAM,YAAY,0FA8LjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../../ui/elements/DropdownMenu/DropdownMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAON,MAAM,OAAO,CAAC;AAcf,OAAO,EAGH,iBAAiB,EAEpB,MAAM,SAAS,CAAC;AAGjB,QAAA,MAAM,YAAY,0FAiMjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FormField.d.ts","sourceRoot":"","sources":["../../../../../ui/elements/Form/FormRenderer/FormField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAiB,MAAM,SAAS,CAAC;AAExD,QAAA,MAAM,SAAS,UAAW,cAAc,gBA2BvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"FormField.d.ts","sourceRoot":"","sources":["../../../../../ui/elements/Form/FormRenderer/FormField.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,cAAc,EAAiB,MAAM,SAAS,CAAC;AAExD,QAAA,MAAM,SAAS,UAAW,cAAc,gBA+BvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { FormFieldProps } from '../types';
2
+ declare const DropdownMenuWrapper: (props: FormFieldProps) => JSX.Element;
3
+ export default DropdownMenuWrapper;
4
+ //# sourceMappingURL=DropdownMenuWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownMenuWrapper.d.ts","sourceRoot":"","sources":["../../../../../../ui/elements/Form/FormRenderer/FormFieldWrappers/DropdownMenuWrapper.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,QAAA,MAAM,mBAAmB,UAAW,cAAc,gBAsDjD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -2,8 +2,8 @@ import React from 'react';
2
2
  import { MultiSelectDropdownProps } from './types';
3
3
  /**
4
4
  * @deprecated This component is deprecated and will be removed in future releases.
5
- * - Use the `DropdownMenu` component instead.
6
- * @see {@link https://grauity.newtonschool.co/?path=/docs/elements-dropdownmenu--docs}
5
+ * - Use the `Dropdown` component instead.
6
+ * @see {@link https://grauity.newtonschool.co/?path=/docs/elements-form-dropdown--docs}
7
7
  */
8
8
  declare const MultiSelectDropdown: React.ForwardRefExoticComponent<MultiSelectDropdownProps & React.RefAttributes<HTMLSelectElement>>;
9
9
  export default MultiSelectDropdown;
@@ -6,8 +6,8 @@ export interface DropdownOption {
6
6
  }
7
7
  /**
8
8
  * @deprecated This interface is deprecated and will be removed in future versions.
9
- * - Use the `DropdownMenu` component instead.
10
- * @see {@link https://grauity.newtonschool.co/?path=/docs/elements-dropdownmenu--docs}
9
+ * - Use the `Dropdown` component instead.
10
+ * @see {@link https://grauity.newtonschool.co/?path=/docs/elements-form-dropdown--docs}
11
11
  */
12
12
  export interface MultiSelectDropdownProps {
13
13
  /**
@@ -2,8 +2,8 @@ import React from 'react';
2
2
  import { SelectDropdownProps } from './types';
3
3
  /**
4
4
  * @deprecated This component is deprecated and will be removed in future releases.
5
- * - Use the `DropdownMenu` component instead.
6
- * @see {@link https://grauity.newtonschool.co/?path=/docs/elements-dropdownmenu--docs}
5
+ * - Use the `Dropdown` component instead.
6
+ * @see {@link https://grauity.newtonschool.co/?path=/docs/elements-form-dropdown--docs}
7
7
  */
8
8
  declare const SelectDropdown: React.ForwardRefExoticComponent<SelectDropdownProps & React.RefAttributes<HTMLSelectElement>>;
9
9
  export default SelectDropdown;
@@ -7,8 +7,8 @@ export interface DropdownOption {
7
7
  }
8
8
  /**
9
9
  * @deprecated This interface is deprecated and will be removed in future versions.
10
- * - Use the `DropdownMenu` component instead.
11
- * @see {@link https://grauity.newtonschool.co/?path=/docs/elements-dropdownmenu--docs}
10
+ * - Use the `Dropdown` component instead.
11
+ * @see {@link https://grauity.newtonschool.co/?path=/docs/elements-form-dropdown--docs}
12
12
  */
13
13
  export interface SelectDropdownProps {
14
14
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtonschool/grauity",
3
- "version": "2.1.0-beta.2",
3
+ "version": "2.1.0-beta.3",
4
4
  "description": "Design System for Newton School",
5
5
  "keywords": [
6
6
  "Newton School",