@zealicsolutions/web-ui 1.0.53-test.1 → 1.0.53-test.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.
package/dist/index.d.ts CHANGED
@@ -813,7 +813,6 @@ interface DrawerProps {
813
813
  closeIconSize?: number;
814
814
  closeIconPosition?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
815
815
  moleculeId?: string;
816
- onInternalNavigation?: (link: string | null) => void;
817
816
  configurationItemInfo?: ConfigurationItemInfo$1;
818
817
  }
819
818
 
@@ -1568,10 +1567,7 @@ interface SpeedDialProps {
1568
1567
  marginBottom?: string;
1569
1568
  marginLeft?: string;
1570
1569
  moleculeId?: string;
1571
- onInternalNavigation?: (link: string | null) => void;
1572
1570
  configurationItemInfo?: ConfigurationItemInfo$1;
1573
- isConfigurationMode?: boolean;
1574
- selectedConfigurationItemId?: string;
1575
1571
  }
1576
1572
 
1577
1573
  declare const SpeedDial: react__default.FC<SpeedDialProps>;
@@ -1824,7 +1820,6 @@ interface MenuProps {
1824
1820
  transformOriginHorizontal?: 'left' | 'center' | 'right';
1825
1821
  elevation?: number;
1826
1822
  moleculeId?: string;
1827
- onInternalNavigation?: (link: string | null) => void;
1828
1823
  configurationItemInfo?: ConfigurationItemInfo$1;
1829
1824
  }
1830
1825
 
@@ -2225,7 +2220,7 @@ declare type ObjectStateProperties = {
2225
2220
  attributeType: 'object_state';
2226
2221
  pmiObjectId: string | null;
2227
2222
  };
2228
- declare type MoleculeItemTypes = 'stepper_item' | 'checklist_item' | 'accordion_item' | 'menu_item' | 'tabs_item';
2223
+ declare type MoleculeItemTypes = 'stepper_item' | 'checklist_item' | 'accordion_item' | 'menu_item' | 'tabs_item' | 'divider_item' | 'text_item' | 'speed_dial_action_item';
2229
2224
  declare type MoleculeTypes = 'simple_text' | 'text' | 'header_tab_group' | 'consent' | 'signup_password_fields' | 'account_button' | 'stepper' | 'checklist' | 'accordion' | 'menu' | 'drawer' | 'tabs' | 'divider' | 'link' | 'video' | 'image' | 'button' | 'alert' | 'badge' | 'chip' | 'basic_text_field' | 'rating' | 'switch' | 'slider' | 'select' | 'date_picker' | 'email_input_field' | 'phone_number_input_field' | 'numeric_input_field' | 'currency_input_field' | 'email_display_field' | 'phone_number_display_field' | 'numeric_display_field' | 'currency_display_field' | 'basic_text_display_field' | 'select_display_field' | 'rating_display_field' | 'switch_display_field' | 'slider_display_field' | 'date_display_field' | 'avatar' | 'visit' | 'simple_calendar' | 'year_view_calendar' | 'resource_timeline_calendar' | 'speed_dial';
2230
2225
  /**
2231
2226
  * [ NEW MOLECULE: 3 ] Second Step is to add the new molecule name to this list, in snake case format
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "1.0.53-test.1",
3
+ "version": "1.0.53-test.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"