@servicetitan/anvil2 1.33.0 → 1.33.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @servicetitan/anvil2
2
2
 
3
+ ## 1.33.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1237](https://github.com/servicetitan/hammer/pull/1237) [`47dbf2a`](https://github.com/servicetitan/hammer/commit/47dbf2a3590be6e5e8bf4f7c4e0a929a2a74ebdd) Thanks [@rgdelato](https://github.com/rgdelato)! - [Flex] Revert omitting `flexShrink` prop type and deprecate instead
8
+
9
+ - Updated dependencies [[`47dbf2a`](https://github.com/servicetitan/hammer/commit/47dbf2a3590be6e5e8bf4f7c4e0a929a2a74ebdd)]:
10
+ - @servicetitan/hammer-react@1.34.1
11
+
3
12
  ## 1.33.0
4
13
 
5
14
  ### Minor Changes
@@ -7,6 +7,7 @@ export declare const Flex: import('react').ForwardRefExoticComponent<Omit<import
7
7
  shrink?: import('react').CSSProperties["flexShrink"];
8
8
  basis?: import('react').CSSProperties["flexBasis"];
9
9
  wrap?: import('react').CSSProperties["flexWrap"];
10
+ flexShrink?: import('react').CSSProperties["flexShrink"];
10
11
  } & {
11
12
  sm?: Omit<import('@servicetitan/hammer-react').LayoutUtilProps, "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "flexWrap"> & {
12
13
  inline?: boolean;
@@ -15,6 +16,7 @@ export declare const Flex: import('react').ForwardRefExoticComponent<Omit<import
15
16
  shrink?: import('react').CSSProperties["flexShrink"];
16
17
  basis?: import('react').CSSProperties["flexBasis"];
17
18
  wrap?: import('react').CSSProperties["flexWrap"];
19
+ flexShrink?: import('react').CSSProperties["flexShrink"];
18
20
  };
19
21
  md?: Omit<import('@servicetitan/hammer-react').LayoutUtilProps, "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "flexWrap"> & {
20
22
  inline?: boolean;
@@ -23,6 +25,7 @@ export declare const Flex: import('react').ForwardRefExoticComponent<Omit<import
23
25
  shrink?: import('react').CSSProperties["flexShrink"];
24
26
  basis?: import('react').CSSProperties["flexBasis"];
25
27
  wrap?: import('react').CSSProperties["flexWrap"];
28
+ flexShrink?: import('react').CSSProperties["flexShrink"];
26
29
  };
27
30
  lg?: Omit<import('@servicetitan/hammer-react').LayoutUtilProps, "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "flexWrap"> & {
28
31
  inline?: boolean;
@@ -31,6 +34,7 @@ export declare const Flex: import('react').ForwardRefExoticComponent<Omit<import
31
34
  shrink?: import('react').CSSProperties["flexShrink"];
32
35
  basis?: import('react').CSSProperties["flexBasis"];
33
36
  wrap?: import('react').CSSProperties["flexWrap"];
37
+ flexShrink?: import('react').CSSProperties["flexShrink"];
34
38
  };
35
39
  xl?: Omit<import('@servicetitan/hammer-react').LayoutUtilProps, "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "flexWrap"> & {
36
40
  inline?: boolean;
@@ -39,6 +43,7 @@ export declare const Flex: import('react').ForwardRefExoticComponent<Omit<import
39
43
  shrink?: import('react').CSSProperties["flexShrink"];
40
44
  basis?: import('react').CSSProperties["flexBasis"];
41
45
  wrap?: import('react').CSSProperties["flexWrap"];
46
+ flexShrink?: import('react').CSSProperties["flexShrink"];
42
47
  };
43
48
  xxl?: Omit<import('@servicetitan/hammer-react').LayoutUtilProps, "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "flexWrap"> & {
44
49
  inline?: boolean;
@@ -47,5 +52,6 @@ export declare const Flex: import('react').ForwardRefExoticComponent<Omit<import
47
52
  shrink?: import('react').CSSProperties["flexShrink"];
48
53
  basis?: import('react').CSSProperties["flexBasis"];
49
54
  wrap?: import('react').CSSProperties["flexWrap"];
55
+ flexShrink?: import('react').CSSProperties["flexShrink"];
50
56
  };
51
57
  } & import('react').RefAttributes<HTMLDivElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/anvil2",
3
- "version": "1.33.0",
3
+ "version": "1.33.1",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -25,8 +25,8 @@
25
25
  "@react-hook/resize-observer": "^2.0.1",
26
26
  "classnames": "^2.5.1",
27
27
  "@servicetitan/hammer-icon": "1.1.0",
28
- "@servicetitan/hammer-token": "2.3.0",
29
- "@servicetitan/hammer-react": "1.34.0"
28
+ "@servicetitan/hammer-react": "1.34.1",
29
+ "@servicetitan/hammer-token": "2.3.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@types/react": "^18",