@orchestrator-ui/orchestrator-ui-components 0.1.0 → 0.1.2
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/.turbo/turbo-build.log +13 -0
- package/.turbo/turbo-lint.log +17 -0
- package/.turbo/turbo-test.log +19 -0
- package/.turbo/turbo-tsc.log +1 -0
- package/CHANGELOG.md +12 -0
- package/dist/index.d.ts +473 -473
- package/dist/index.js +1159 -886
- package/eslintrc.js +1 -1
- package/jest.config.cjs +7 -0
- package/package.json +29 -18
- package/src/components/Badges/Badge/Badge.tsx +1 -1
- package/src/components/Badges/EngineStatusBadge/EngineStatusBadge.stories.tsx +1 -1
- package/src/components/Badges/EngineStatusBadge/EngineStatusBadge.tsx +1 -1
- package/src/components/Badges/EnvironmentBadge/EnvironmentBadge.stories.tsx +1 -1
- package/src/components/Badges/FailedTasksBadge/FailedTasksBadge.tsx +1 -1
- package/src/components/Badges/HeaderBadge/HeaderBadge.stories.tsx +1 -1
- package/src/components/Loading/Loading.tsx +1 -1
- package/src/components/OrchestratorPageTemplate/OrchestratorSidebar/OrchestratorSidebar.stories.tsx +1 -1
- package/src/components/SearchBar/SearchField.tsx +0 -1
- package/src/components/SettingsPage/FlushSettings.tsx +4 -1
- package/src/components/StartPage/ListStartPage.stories.tsx +1 -1
- package/src/components/Subscription/ProductBlock.tsx +1 -1
- package/src/components/Table/DataGridTable/DataGridTable.tsx +1 -1
- package/src/components/Table/Table.tsx +1 -2
- package/src/contexts/OrchestratorConfigContext.tsx +1 -1
- package/src/hooks/DataFetchHooks.ts +1 -1
- package/src/icons/StatusDotIcon.tsx +1 -1
- package/tsconfig.json +7 -6
- package/tsconfig.tsbuildinfo +1 -0
- package/react-shim.js +0 -3
- package/src/components/custom-button/custom-button.spec.tsx +0 -11
- package/src/components/custom-button/custom-button.tsx +0 -24
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
yarn run v1.22.19
|
|
2
|
+
$ tsup src/index.ts --format esm --dts
|
|
3
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
4
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
5
|
+
[34mCLI[39m tsup v7.1.0
|
|
6
|
+
[34mCLI[39m Target: node16
|
|
7
|
+
[34mESM[39m Build start
|
|
8
|
+
[32mESM[39m [1mdist\index.js [22m[32m107.51 KB[39m
|
|
9
|
+
[32mESM[39m ⚡️ Build success in 63ms
|
|
10
|
+
[34mDTS[39m Build start
|
|
11
|
+
[32mDTS[39m ⚡️ Build success in 3479ms
|
|
12
|
+
[32mDTS[39m [1mdist\index.d.ts [22m[32m24.01 KB[39m
|
|
13
|
+
Done in 4.10s.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
yarn run v1.22.19
|
|
2
|
+
$ eslint "src/**/*.ts*"
|
|
3
|
+
|
|
4
|
+
C:\development\surf\orchestrator-ui\packages\orchestrator-ui-components\src\components\OrchestratorPageTemplate\OrchestratorPageHeader\OrchestratorPageHeader.stories.tsx
|
|
5
|
+
17:17 warning Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
|
|
6
|
+
|
|
7
|
+
C:\development\surf\orchestrator-ui\packages\orchestrator-ui-components\src\components\OrchestratorPageTemplate\OrchestratorPageTemplate\OrchestratorPageTemplate.stories.tsx
|
|
8
|
+
17:17 warning Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
|
|
9
|
+
|
|
10
|
+
C:\development\surf\orchestrator-ui\packages\orchestrator-ui-components\src\components\Table\DataGridTable\DataGridTable.tsx
|
|
11
|
+
(node:21240) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\development\surf\orchestrator-ui\node_modules\@orchestrator-ui\eslint-config-custom\package.json' of './dist/index.js'. Please either fix that or report it to the module author
|
|
12
|
+
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
13
|
+
103:28 warning 'props' is defined but never used @typescript-eslint/no-unused-vars
|
|
14
|
+
|
|
15
|
+
✖ 3 problems (0 errors, 3 warnings)
|
|
16
|
+
|
|
17
|
+
Done in 2.65s.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
yarn run v1.22.19
|
|
2
|
+
$ jest
|
|
3
|
+
PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
|
|
4
|
+
PASS Orchestrator UI Components Tests src/utils/date.spec.ts
|
|
5
|
+
PASS Orchestrator UI Components Tests src/utils/uuid.spec.ts
|
|
6
|
+
PASS Orchestrator UI Components Tests src/components/Table/utils/tableUtils.spec.ts
|
|
7
|
+
PASS Orchestrator UI Components Tests src/components/Table/utils/tableConfigPersistence.spec.ts
|
|
8
|
+
PASS Orchestrator UI Components Tests src/components/Table/DataGridTable/dataGridColumns.spec.ts
|
|
9
|
+
PASS Orchestrator UI Components Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
10
|
+
PASS Orchestrator UI Components Tests src/utils/string.spec.ts
|
|
11
|
+
PASS Orchestrator UI Components Tests src/components/Table/utils/columns.spec.ts
|
|
12
|
+
PASS Orchestrator UI Components Tests src/components/SubscriptionsTabs/getSubscriptionsTabTypeFromString.spec.ts
|
|
13
|
+
|
|
14
|
+
Test Suites: 10 passed, 10 total
|
|
15
|
+
Tests: 50 passed, 50 total
|
|
16
|
+
Snapshots: 0 total
|
|
17
|
+
Time: 3.948 s
|
|
18
|
+
Ran all test suites.
|
|
19
|
+
Done in 5.07s.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ tsc --noEmit
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 0.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0cef169: Splitted WFO in separate packages
|
|
8
|
+
|
|
9
|
+
## 0.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Converted tsconfig and eslint to standalone NPM package
|
|
14
|
+
|
|
3
15
|
## 0.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|