Skip to content

Commit 7ece4e7

Browse files
Googlermdodgelooker
Googler
authored andcommitted
Project import generated by Copybara.
FolderOrigin-RevId: /usr/local/google/home/meredithdodge/helltool/.
1 parent 6c196a1 commit 7ece4e7

File tree

25,911 files changed

+328882
-547969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

25,911 files changed

+328882
-547969
lines changed

CONTRIBUTING.md

-29
This file was deleted.

packages/components-data/.babelrc.js

+3-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1-
/*
2-
3-
MIT License
4-
5-
Copyright (c) 2022 Looker Data Sciences, Inc.
6-
7-
Permission is hereby granted, free of charge, to any person obtaining a copy
8-
of this software and associated documentation files (the "Software"), to deal
9-
in the Software without restriction, including without limitation the rights
10-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
copies of the Software, and to permit persons to whom the Software is
12-
furnished to do so, subject to the following conditions:
13-
14-
The above copyright notice and this permission notice shall be included in all
15-
copies or substantial portions of the Software.
16-
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
SOFTWARE.
24-
1+
/**
2+
* Copyright (c) 2023 Google LLC
3+
* SPDX-License-Identifier: MIT
254
*/
265
module.exports = (api) => {
276
api.cache.forever()
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**/*.md
2+
/**/*.mdx
3+
/**/locales
4+
/dist
5+
/lib
6+
/storybook-static
7+
/test/output/jest
8+
/.babelrc.js
9+
/src/testUtils/mockSDKWithListeners.ts
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('@looker/prettier-config')

packages/components-data/.prettierrc.json

-6
This file was deleted.

packages/components-data/CHANGELOG.md

+7-29
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,43 @@
1-
## [1.0.1](https://github.com/looker-open-source/components/compare/22.16.0...1.0.1) (2022-10-26)
1+
## 1.0.3 (2023-01-26)
22

3+
Version bump only.
34

4-
### Features
5+
## [1.0.1](https://github.com/looker-open-source/components/compare/22.16.0...1.0.1) (2022-10-26)
56

6-
* Widen React peer dependency version range
7+
### Features
78

9+
- Widen React peer dependency version range
810

911
# [1.0.0](https://github.com/looker-open-source/components/compare/22.16.0...1.0.0) (2022-10-12)
1012

1113
## Features
1214

13-
* Return top level pivots response from sdk request
15+
- Return top level pivots response from sdk request
1416

1517
## [0.1.7](https://github.com/looker-open-source/components/compare/@looker/components-data@0.1.6...@looker/components-data@0.1.7) (2022-05-23)
1618

1719
**Note:** Version bump only for package @looker/components-data
1820

19-
20-
21-
22-
2321
## [0.1.6](https://github.com/looker-open-source/components/compare/@looker/components-data@0.1.5...@looker/components-data@0.1.6) (2022-05-16)
2422

2523
**Note:** Version bump only for package @looker/components-data
2624

27-
28-
29-
30-
3125
## [0.1.5](https://github.com/looker-open-source/components/compare/@looker/components-data@0.1.4...@looker/components-data@0.1.5) (2022-05-11)
3226

3327
**Note:** Version bump only for package @looker/components-data
3428

35-
36-
37-
38-
3929
## [0.1.4](https://github.com/looker-open-source/components/compare/@looker/components-data@0.1.3...@looker/components-data@0.1.4) (2022-04-29)
4030

4131
**Note:** Version bump only for package @looker/components-data
4232

43-
44-
45-
46-
4733
## [0.1.3](https://github.com/looker-open-source/components/compare/@looker/components-data@0.1.2...@looker/components-data@0.1.3) (2022-04-21)
4834

4935
**Note:** Version bump only for package @looker/components-data
5036

51-
52-
53-
54-
5537
## [0.1.2](https://github.com/looker-open-source/components/compare/@looker/components-data@0.1.1...@looker/components-data@0.1.2) (2022-04-19)
5638

5739
**Note:** Version bump only for package @looker/components-data
5840

59-
60-
61-
62-
6341
## 0.1.1 (2022-04-08)
6442

65-
**Note:** Version bump only for package @looker/components-data
43+
**Note:** Version bump only for package @looker/components-data

packages/components-data/jest.config.js

+3-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1-
/*
2-
3-
MIT License
4-
5-
Copyright (c) 2022 Looker Data Sciences, Inc.
6-
7-
Permission is hereby granted, free of charge, to any person obtaining a copy
8-
of this software and associated documentation files (the "Software"), to deal
9-
in the Software without restriction, including without limitation the rights
10-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
copies of the Software, and to permit persons to whom the Software is
12-
furnished to do so, subject to the following conditions:
13-
14-
The above copyright notice and this permission notice shall be included in all
15-
copies or substantial portions of the Software.
16-
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
SOFTWARE.
24-
1+
/**
2+
* Copyright (c) 2023 Google LLC
3+
* SPDX-License-Identifier: MIT
254
*/
265

276
const { config } = require('@looker/jest-config')

packages/components-data/lib/CHANGELOG.md

-65
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
import type { FC } from 'react';
1+
/**
2+
* Copyright (c) 2023 Google LLC
3+
* SPDX-License-Identifier: MIT
4+
*/
5+
import type { ReactNode } from 'react';
26
import type { Looker40SDK } from '@looker/sdk';
37
declare type DataProviderProps = {
48
sdk: Looker40SDK;
9+
children?: ReactNode;
510
};
6-
export declare const DataProvider: FC<DataProviderProps>;
11+
export declare const DataProvider: ({ children, sdk }: DataProviderProps) => JSX.Element;
712
export {};

packages/components-data/lib/DataProvider.js

-12
This file was deleted.

packages/components-data/lib/DataProvider.js.map

-1
This file was deleted.

packages/components-data/lib/README.md

-13
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright (c) 2023 Google LLC
3+
* SPDX-License-Identifier: MIT
4+
*/
15
import React from 'react';
26
import type { Looker40SDK } from '@looker/sdk';
37
export declare const SDKContext: React.Context<Looker40SDK>;

packages/components-data/lib/SDKContext.js

-3
This file was deleted.

packages/components-data/lib/SDKContext.js.map

-1
This file was deleted.

packages/components-data/lib/cjs/DataProvider.js

-25
This file was deleted.

packages/components-data/lib/cjs/DataProvider.js.map

-1
This file was deleted.

packages/components-data/lib/cjs/SDKContext.js

-15
This file was deleted.

packages/components-data/lib/cjs/SDKContext.js.map

-1
This file was deleted.

0 commit comments

Comments
 (0)