@zendeskgarden/react-grid 8.69.2 → 8.69.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.
@@ -1,24 +1,24 @@
1
- /**
2
- * Copyright Zendesk, Inc.
3
- *
4
- * Use of this source code is governed under the Apache License, Version 2.0
5
- * found at http://www.apache.org/licenses/LICENSE-2.0.
6
- */
7
- /// <reference types="react" />
8
- import { ISplitterProps, Orientation } from '../types';
9
- interface IPaneSplitterContext {
10
- orientation?: Orientation;
11
- min: ISplitterProps['min'];
12
- max: ISplitterProps['max'];
13
- layoutKey: ISplitterProps['layoutKey'];
14
- valueNow?: number;
15
- size?: number;
16
- isRow: boolean;
17
- providerId?: ISplitterProps['providerId'];
18
- }
19
- export declare const PaneSplitterContext: import("react").Context<IPaneSplitterContext>;
20
- /**
21
- * Retrieve Pane Splitter component context
22
- */
23
- declare const usePaneSplitterContext: () => IPaneSplitterContext;
24
- export default usePaneSplitterContext;
1
+ /**
2
+ * Copyright Zendesk, Inc.
3
+ *
4
+ * Use of this source code is governed under the Apache License, Version 2.0
5
+ * found at http://www.apache.org/licenses/LICENSE-2.0.
6
+ */
7
+ /// <reference types="react" />
8
+ import { ISplitterProps, Orientation } from '../types';
9
+ interface IPaneSplitterContext {
10
+ orientation?: Orientation;
11
+ min: ISplitterProps['min'];
12
+ max: ISplitterProps['max'];
13
+ layoutKey: ISplitterProps['layoutKey'];
14
+ valueNow?: number;
15
+ size?: number;
16
+ isRow: boolean;
17
+ providerId?: ISplitterProps['providerId'];
18
+ }
19
+ export declare const PaneSplitterContext: import("react").Context<IPaneSplitterContext>;
20
+ /**
21
+ * Retrieve Pane Splitter component context
22
+ */
23
+ declare const usePaneSplitterContext: () => IPaneSplitterContext;
24
+ export default usePaneSplitterContext;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-grid",
3
- "version": "8.69.2",
3
+ "version": "8.69.4",
4
4
  "description": "Components relating to layout grids in the Garden Design System",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zendesk Garden <garden@zendesk.com>",
@@ -23,8 +23,8 @@
23
23
  "dependencies": {
24
24
  "@zendeskgarden/container-splitter": "^2.0.3",
25
25
  "@zendeskgarden/container-utilities": "^1.0.0",
26
- "@zendeskgarden/react-buttons": "^8.69.2",
27
- "@zendeskgarden/react-tooltips": "^8.69.2",
26
+ "@zendeskgarden/react-buttons": "^8.69.4",
27
+ "@zendeskgarden/react-tooltips": "^8.69.4",
28
28
  "polished": "^4.0.0",
29
29
  "prop-types": "^15.5.7",
30
30
  "react-merge-refs": "^1.1.0",
@@ -37,7 +37,7 @@
37
37
  "styled-components": "^4.2.0 || ^5.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@zendeskgarden/react-theming": "^8.69.2"
40
+ "@zendeskgarden/react-theming": "^8.69.4"
41
41
  },
42
42
  "keywords": [
43
43
  "components",
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "zendeskgarden:src": "src/index.ts",
52
- "gitHead": "a39f2b421375013a50990d206610e3813abc0bd7"
52
+ "gitHead": "4911fa867a3c7e72f0c78dcea8748893c3070c17"
53
53
  }