@truedat/audit 8.5.6 → 8.5.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/audit",
3
- "version": "8.5.6",
3
+ "version": "8.5.8",
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.6",
54
+ "@truedat/test": "8.5.8",
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": "41e5e6138f5622558bae4151e720c040c4581162"
86
+ "gitHead": "61ad9443b3d822d30dcfa977f5fad3494b3ed5b4"
87
87
  }
@@ -56,6 +56,7 @@ export const ShareLinkPopup = ({
56
56
  id: `shareLink.${popupType}.popUpMessage`,
57
57
  defaultMessage: "Sharing",
58
58
  })}
59
+ data-position="top center"
59
60
  />
60
61
  }
61
62
  />
@@ -4,6 +4,7 @@ exports[`<ShareLinkPopup /> matches the latest snapshot 1`] = `
4
4
  <div>
5
5
  <button
6
6
  class="ui basic icon button button icon group-actions"
7
+ data-position="top center"
7
8
  data-tooltip="Sharing"
8
9
  >
9
10
  <i
@@ -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
  />
@@ -26,6 +26,10 @@ exports[`<SubscriptionActions /> matches the latest snapshot 1`] = `
26
26
  aria-hidden="true"
27
27
  class="ellipsis vertical icon"
28
28
  />
29
+ <i
30
+ aria-hidden="true"
31
+ class="dropdown icon"
32
+ />
29
33
  <div
30
34
  class="left menu transition"
31
35
  />
@@ -444,7 +444,7 @@ exports[`<SubscriptionEdit /> matches the latest snapshot 1`] = `
444
444
  class="actions"
445
445
  >
446
446
  <a
447
- class="ui secondary button"
447
+ class="ui secondary button td-icon-text-control"
448
448
  data-discover="true"
449
449
  href="/"
450
450
  role="button"
@@ -419,7 +419,7 @@ exports[`<SubscriptionForm /> matches the latest snapshot 1`] = `
419
419
  class="actions"
420
420
  >
421
421
  <a
422
- class="ui secondary button"
422
+ class="ui secondary button td-icon-text-control"
423
423
  data-discover="true"
424
424
  href="/"
425
425
  role="button"
@@ -434,7 +434,7 @@ exports[`<SubscriptionNew /> matches the latest snapshot 1`] = `
434
434
  class="actions"
435
435
  >
436
436
  <a
437
- class="ui secondary button"
437
+ class="ui secondary button td-icon-text-control"
438
438
  data-discover="true"
439
439
  href="/"
440
440
  role="button"
@@ -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"