@orchestrator-ui/orchestrator-ui-components 0.1.1 → 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.
@@ -0,0 +1,13 @@
1
+ yarn run v1.22.19
2
+ $ tsup src/index.ts --format esm --dts
3
+ CLI Building entry: src/index.ts
4
+ CLI Using tsconfig: tsconfig.json
5
+ CLI tsup v7.1.0
6
+ CLI Target: node16
7
+ ESM Build start
8
+ ESM dist\index.js 107.51 KB
9
+ ESM ⚡️ Build success in 63ms
10
+ DTS Build start
11
+ DTS ⚡️ Build success in 3479ms
12
+ DTS dist\index.d.ts 24.01 KB
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,11 @@
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
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### Patch Changes