@jobber/components 4.4.4 → 4.4.5

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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare function useInView<T extends Element>(): {
3
2
  ref: import("react").RefObject<T>;
4
3
  isInView: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="lodash" />
2
1
  import React, { ChangeEvent, KeyboardEvent } from "react";
3
2
  import { ChipDismissibleInputOptionProps, ChipDismissibleInputProps } from "../InternalChipDismissibleTypes";
4
3
  export declare function useInternalChipDismissibleInput({ options, isLoadingMore, onCustomOptionSelect, onOptionSelect, onSearch, }: ChipDismissibleInputProps): {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Table } from "@tanstack/react-table";
3
2
  export type ViewType = "desktop" | "handheld";
4
3
  export interface FooterProps<T> {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ListItemProps } from "./ListItem";
3
2
  export declare const StorybookListPropsInterface: (_: ListItemProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SectionProps } from ".";
3
2
  export declare const StorybookMenuSectionShape: (_: SectionProps) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare function useTooltipPositioning(): {
3
2
  placement: import("@popperjs/core").Placement | undefined;
4
3
  shadowRef: import("react").RefObject<HTMLSpanElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.4.4",
3
+ "version": "4.4.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -81,5 +81,5 @@
81
81
  "> 1%",
82
82
  "IE 10"
83
83
  ],
84
- "gitHead": "20acbaa4df15d6dcf541c9dab3211b4f91072d08"
84
+ "gitHead": "dd07c01a80cb742a8392ab98df5a92733e6f9830"
85
85
  }
package/rollup.config.js CHANGED
@@ -10,6 +10,7 @@ export default {
10
10
  multiInput(),
11
11
  typescript({
12
12
  declarationDir: "dist",
13
+ noEmitOnError: true,
13
14
  }),
14
15
  postcss({
15
16
  modules: {