-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project import generated by Copybara.
FolderOrigin-RevId: /usr/local/google/home/meredithdodge/helltool/.
- Loading branch information
1 parent
6c196a1
commit 7ece4e7
Showing
25,911 changed files
with
328,882 additions
and
547,969 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/**/*.md | ||
/**/*.mdx | ||
/**/locales | ||
/dist | ||
/lib | ||
/storybook-static | ||
/test/output/jest | ||
/.babelrc.js | ||
/src/testUtils/mockSDKWithListeners.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = require('@looker/prettier-config') |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,43 @@ | ||
## [1.0.1](https://github.com/looker-open-source/components/compare/22.16.0...1.0.1) (2022-10-26) | ||
## 1.0.3 (2023-01-26) | ||
|
||
Version bump only. | ||
|
||
### Features | ||
## [1.0.1](https://github.com/looker-open-source/components/compare/22.16.0...1.0.1) (2022-10-26) | ||
|
||
* Widen React peer dependency version range | ||
### Features | ||
|
||
- Widen React peer dependency version range | ||
|
||
# [1.0.0](https://github.com/looker-open-source/components/compare/22.16.0...1.0.0) (2022-10-12) | ||
|
||
## Features | ||
|
||
* Return top level pivots response from sdk request | ||
- Return top level pivots response from sdk request | ||
|
||
## [0.1.7](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-05-23) | ||
|
||
**Note:** Version bump only for package @looker/components-data | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.6](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-05-16) | ||
|
||
**Note:** Version bump only for package @looker/components-data | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.5](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-05-11) | ||
|
||
**Note:** Version bump only for package @looker/components-data | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.4](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-04-29) | ||
|
||
**Note:** Version bump only for package @looker/components-data | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.3](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-04-21) | ||
|
||
**Note:** Version bump only for package @looker/components-data | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.2](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-04-19) | ||
|
||
**Note:** Version bump only for package @looker/components-data | ||
|
||
|
||
|
||
|
||
|
||
## 0.1.1 (2022-04-08) | ||
|
||
**Note:** Version bump only for package @looker/components-data | ||
**Note:** Version bump only for package @looker/components-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
import type { FC } from 'react'; | ||
/** | ||
* Copyright (c) 2023 Google LLC | ||
* SPDX-License-Identifier: MIT | ||
*/ | ||
import type { ReactNode } from 'react'; | ||
import type { Looker40SDK } from '@looker/sdk'; | ||
declare type DataProviderProps = { | ||
sdk: Looker40SDK; | ||
children?: ReactNode; | ||
}; | ||
export declare const DataProvider: FC<DataProviderProps>; | ||
export declare const DataProvider: ({ children, sdk }: DataProviderProps) => JSX.Element; | ||
export {}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
/** | ||
* Copyright (c) 2023 Google LLC | ||
* SPDX-License-Identifier: MIT | ||
*/ | ||
import React from 'react'; | ||
import type { Looker40SDK } from '@looker/sdk'; | ||
export declare const SDKContext: React.Context<Looker40SDK>; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.