@zealicsolutions/web-ui 1.0.53-test.2 → 1.0.53-test.4

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
 
@@ -1521,7 +1520,6 @@ interface SpeedDialActionItemProps {
1521
1520
  iconColor?: string;
1522
1521
  backgroundColor?: string;
1523
1522
  disabled?: boolean;
1524
- size?: 'small' | 'medium' | 'large';
1525
1523
  paddingTop?: string;
1526
1524
  paddingRight?: string;
1527
1525
  paddingBottom?: string;
@@ -1556,9 +1554,9 @@ interface SpeedDialProps {
1556
1554
  tooltipPlacement?: 'left' | 'right' | 'top' | 'bottom';
1557
1555
  showBackdrop?: boolean;
1558
1556
  openOnHover?: boolean;
1559
- gap?: SizesTypes$2 | number | string;
1560
- actionGap?: SizesTypes$2 | number | string;
1561
- labelMarginLeft?: SizesTypes$2 | number | string;
1557
+ gap?: number | string;
1558
+ actionGap?: number | string;
1559
+ labelMarginLeft?: number | string;
1562
1560
  paddingTop?: string;
1563
1561
  paddingRight?: string;
1564
1562
  paddingBottom?: string;
@@ -1568,11 +1566,7 @@ interface SpeedDialProps {
1568
1566
  marginBottom?: string;
1569
1567
  marginLeft?: string;
1570
1568
  moleculeId?: string;
1571
- onInternalNavigation?: (link: string | null) => void;
1572
1569
  configurationItemInfo?: ConfigurationItemInfo$1;
1573
- isConfigurationMode?: boolean;
1574
- selectedConfigurationItemId?: string;
1575
- onConfigurationItemClicked?: (itemInfo: Omit<any, 'organismId'>, doubleClick: boolean) => void;
1576
1570
  }
1577
1571
 
1578
1572
  declare const SpeedDial: react__default.FC<SpeedDialProps>;
@@ -1825,7 +1819,6 @@ interface MenuProps {
1825
1819
  transformOriginHorizontal?: 'left' | 'center' | 'right';
1826
1820
  elevation?: number;
1827
1821
  moleculeId?: string;
1828
- onInternalNavigation?: (link: string | null) => void;
1829
1822
  configurationItemInfo?: ConfigurationItemInfo$1;
1830
1823
  }
1831
1824
 
@@ -2226,7 +2219,7 @@ declare type ObjectStateProperties = {
2226
2219
  attributeType: 'object_state';
2227
2220
  pmiObjectId: string | null;
2228
2221
  };
2229
- declare type MoleculeItemTypes = 'stepper_item' | 'checklist_item' | 'accordion_item' | 'menu_item' | 'tabs_item';
2222
+ declare type MoleculeItemTypes = 'stepper_item' | 'checklist_item' | 'accordion_item' | 'menu_item' | 'tabs_item' | 'divider_item' | 'text_item' | 'speed_dial_action_item';
2230
2223
  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';
2231
2224
  /**
2232
2225
  * [ 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.2",
3
+ "version": "1.0.53-test.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"