@truedat/audit 8.5.7 → 8.5.9
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/ShareLinkPopup.js +1 -0
- package/src/components/__tests__/__snapshots__/ShareLinkPopup.spec.js.snap +1 -0
- package/src/components/__tests__/__snapshots__/Subscription.spec.js.snap +8 -0
- package/src/components/__tests__/__snapshots__/SubscriptionActions.spec.js.snap +4 -0
- package/src/components/__tests__/__snapshots__/SubscriptionEdit.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/SubscriptionForm.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/SubscriptionNew.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/SubscriptionRoutes.spec.js.snap +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/audit",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.9",
|
|
4
4
|
"description": "Truedat Web Audit Module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@testing-library/jest-dom": "^6.6.3",
|
|
52
52
|
"@testing-library/react": "^16.3.0",
|
|
53
53
|
"@testing-library/user-event": "^14.6.1",
|
|
54
|
-
"@truedat/test": "8.5.
|
|
54
|
+
"@truedat/test": "8.5.9",
|
|
55
55
|
"identity-obj-proxy": "^3.0.0",
|
|
56
56
|
"jest": "^29.7.0",
|
|
57
57
|
"redux-saga-test-plan": "^4.0.6"
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"semantic-ui-react": "^3.0.0-beta.2",
|
|
84
84
|
"swr": "^2.3.3"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "45e6137b5aa9452db78901e8b0eaa16cc7953b7c"
|
|
87
87
|
}
|
|
@@ -60,6 +60,10 @@ exports[`<Subscription /> matches the latest snapshot 1`] = `
|
|
|
60
60
|
aria-hidden="true"
|
|
61
61
|
class="ellipsis vertical icon"
|
|
62
62
|
/>
|
|
63
|
+
<i
|
|
64
|
+
aria-hidden="true"
|
|
65
|
+
class="dropdown icon"
|
|
66
|
+
/>
|
|
63
67
|
<div
|
|
64
68
|
class="left menu transition"
|
|
65
69
|
/>
|
|
@@ -150,6 +154,10 @@ exports[`<SubscriptionHeader /> matches the latest snapshot 1`] = `
|
|
|
150
154
|
aria-hidden="true"
|
|
151
155
|
class="ellipsis vertical icon"
|
|
152
156
|
/>
|
|
157
|
+
<i
|
|
158
|
+
aria-hidden="true"
|
|
159
|
+
class="dropdown icon"
|
|
160
|
+
/>
|
|
153
161
|
<div
|
|
154
162
|
class="left menu transition"
|
|
155
163
|
/>
|
|
@@ -438,7 +438,7 @@ exports[`<SubscriptionRoutes /> matches the latest snapshot for route SUBSCRIPTI
|
|
|
438
438
|
class="actions"
|
|
439
439
|
>
|
|
440
440
|
<a
|
|
441
|
-
class="ui secondary button"
|
|
441
|
+
class="ui secondary button td-icon-text-control"
|
|
442
442
|
data-discover="true"
|
|
443
443
|
href="/subscriptions/new"
|
|
444
444
|
role="button"
|