@truedat/ai 6.13.1 → 6.13.3
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/package.json +3 -3
- package/src/components/actions/__tests__/__snapshots__/Action.spec.js.snap +2 -2
- package/src/components/actions/__tests__/__snapshots__/ActionActions.spec.js.snap +1 -1
- package/src/components/actions/__tests__/__snapshots__/ActionBreadcrumbs.spec.js.snap +1 -1
- package/src/components/actions/__tests__/__snapshots__/ActionEdit.spec.js.snap +1 -1
- package/src/components/actions/__tests__/__snapshots__/ActionNew.spec.js.snap +2 -2
- package/src/components/actions/__tests__/__snapshots__/Actions.spec.js.snap +1 -1
- package/src/components/actions/__tests__/__snapshots__/ActionsTable.spec.js.snap +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/ai",
|
|
3
|
-
"version": "6.13.
|
|
3
|
+
"version": "6.13.3",
|
|
4
4
|
"description": "Truedat Web Artificial Intelligence package",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
]
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@truedat/core": "6.13.
|
|
87
|
+
"@truedat/core": "6.13.3",
|
|
88
88
|
"prop-types": "^15.8.1",
|
|
89
89
|
"react-hook-form": "^7.45.4",
|
|
90
90
|
"react-intl": "^5.20.10",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"react-dom": ">= 16.8.6 < 17",
|
|
98
98
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "2665e3bb640febd00aa49dd06e37b4d391164e74"
|
|
101
101
|
}
|
|
@@ -8,7 +8,7 @@ exports[`<Action /> matches the latest snapshot 1`] = `
|
|
|
8
8
|
>
|
|
9
9
|
<a
|
|
10
10
|
class="section"
|
|
11
|
-
href="/
|
|
11
|
+
href="/tasks"
|
|
12
12
|
>
|
|
13
13
|
Actions
|
|
14
14
|
</a>
|
|
@@ -78,7 +78,7 @@ exports[`<Action /> matches the latest snapshot 1`] = `
|
|
|
78
78
|
aria-checked="false"
|
|
79
79
|
aria-selected="true"
|
|
80
80
|
class="selected item"
|
|
81
|
-
href="/
|
|
81
|
+
href="/tasks/3/edit"
|
|
82
82
|
role="option"
|
|
83
83
|
style="pointer-events: all;"
|
|
84
84
|
>
|
|
@@ -8,7 +8,7 @@ exports[`<ActionNew /> matches the latest snapshot 1`] = `
|
|
|
8
8
|
>
|
|
9
9
|
<a
|
|
10
10
|
class="section"
|
|
11
|
-
href="/
|
|
11
|
+
href="/tasks"
|
|
12
12
|
>
|
|
13
13
|
Actions
|
|
14
14
|
</a>
|
|
@@ -244,7 +244,7 @@ exports[`<ActionNew /> matches the latest snapshot 2`] = `
|
|
|
244
244
|
>
|
|
245
245
|
<a
|
|
246
246
|
class="section"
|
|
247
|
-
href="/
|
|
247
|
+
href="/tasks"
|
|
248
248
|
>
|
|
249
249
|
Actions
|
|
250
250
|
</a>
|
|
@@ -48,7 +48,7 @@ exports[`<ActionsTable /> matches the latest snapshot 1`] = `
|
|
|
48
48
|
class=""
|
|
49
49
|
>
|
|
50
50
|
<a
|
|
51
|
-
href="/
|
|
51
|
+
href="/tasks/1"
|
|
52
52
|
>
|
|
53
53
|
action_1
|
|
54
54
|
</a>
|
|
@@ -85,7 +85,7 @@ exports[`<ActionsTable /> matches the latest snapshot 1`] = `
|
|
|
85
85
|
class="warning"
|
|
86
86
|
>
|
|
87
87
|
<a
|
|
88
|
-
href="/
|
|
88
|
+
href="/tasks/2"
|
|
89
89
|
>
|
|
90
90
|
action_2
|
|
91
91
|
</a>
|