@truedat/bg 7.8.6 → 7.8.7

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/bg",
3
- "version": "7.8.6",
3
+ "version": "7.8.7",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "module": "src/index.js",
@@ -48,14 +48,14 @@
48
48
  "@testing-library/jest-dom": "^6.6.3",
49
49
  "@testing-library/react": "^16.3.0",
50
50
  "@testing-library/user-event": "^14.6.1",
51
- "@truedat/test": "7.8.6",
51
+ "@truedat/test": "7.8.7",
52
52
  "identity-obj-proxy": "^3.0.0",
53
53
  "jest": "^29.7.0",
54
54
  "redux-saga-test-plan": "^4.0.6"
55
55
  },
56
56
  "dependencies": {
57
57
  "@apollo/client": "^3.13.8",
58
- "axios": "^1.11.0",
58
+ "axios": "^1.12.0",
59
59
  "file-saver": "^2.0.5",
60
60
  "graphql": "^16.11.0",
61
61
  "is-hotkey": "^0.2.0",
@@ -81,5 +81,5 @@
81
81
  "semantic-ui-react": "^3.0.0-beta.2",
82
82
  "swr": "^2.3.3"
83
83
  },
84
- "gitHead": "8dbca36fe9ab1cb4e8455c6a9d122fe289759b72"
84
+ "gitHead": "ee58a9c0602afaca4e0374f70e11ab0440db4a41"
85
85
  }
@@ -95,7 +95,7 @@ export const Concept = ({ id, concept }) => {
95
95
  )(locales);
96
96
 
97
97
  const selectedContent = i18nConcept[selectedLang]?.content || concept.content;
98
-
98
+
99
99
  return (
100
100
  <>
101
101
  <ConceptCrumbs />
@@ -124,10 +124,9 @@ export const Concept = ({ id, concept }) => {
124
124
  </Segment>
125
125
  <Routes>
126
126
  <Route
127
- // "/concepts/:business_concept_id/versions/:id"
128
- path={CONCEPT_VERSION}
127
+ path= ""
129
128
  element={
130
- <Segment>
129
+ <Segment>
131
130
  <Comments />
132
131
  </Segment>
133
132
  }
@@ -195,6 +195,45 @@ exports[`<Concept /> matches the latest snapshot 1`] = `
195
195
  </div>
196
196
  </div>
197
197
  </div>
198
+ <div
199
+ class="ui segment"
200
+ >
201
+ <div
202
+ class="ui comments"
203
+ >
204
+ <h3
205
+ class="ui dividing header"
206
+ >
207
+ comments.header
208
+ </h3>
209
+ <form
210
+ class="ui reply form"
211
+ >
212
+ <div
213
+ class="field"
214
+ >
215
+ <textarea
216
+ rows="3"
217
+ />
218
+ </div>
219
+ <div
220
+ class="actions"
221
+ >
222
+ <button
223
+ class="ui icon primary disabled left labeled button"
224
+ disabled=""
225
+ tabindex="-1"
226
+ >
227
+ <i
228
+ aria-hidden="true"
229
+ class="edit icon"
230
+ />
231
+ comments.actions.new
232
+ </button>
233
+ </div>
234
+ </form>
235
+ </div>
236
+ </div>
198
237
  </div>
199
238
  <div
200
239
  class="four wide column"
@@ -546,6 +585,45 @@ exports[`<Concept /> matches the latest snapshot with grantView activated 1`] =
546
585
  </div>
547
586
  </div>
548
587
  </div>
588
+ <div
589
+ class="ui segment"
590
+ >
591
+ <div
592
+ class="ui comments"
593
+ >
594
+ <h3
595
+ class="ui dividing header"
596
+ >
597
+ comments.header
598
+ </h3>
599
+ <form
600
+ class="ui reply form"
601
+ >
602
+ <div
603
+ class="field"
604
+ >
605
+ <textarea
606
+ rows="3"
607
+ />
608
+ </div>
609
+ <div
610
+ class="actions"
611
+ >
612
+ <button
613
+ class="ui icon primary disabled left labeled button"
614
+ disabled=""
615
+ tabindex="-1"
616
+ >
617
+ <i
618
+ aria-hidden="true"
619
+ class="edit icon"
620
+ />
621
+ comments.actions.new
622
+ </button>
623
+ </div>
624
+ </form>
625
+ </div>
626
+ </div>
549
627
  </div>
550
628
  <div
551
629
  class="four wide column"