@truedat/bg 7.2.4 → 7.2.6

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.
@@ -1,66 +1,100 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`<ConceptHeader /> matches the latest snapshot 1`] = `
4
- <Grid>
5
- <GridColumn
6
- width={8}
4
+ <div>
5
+ <div
6
+ class="ui grid"
7
7
  >
8
- <Header
9
- as="h2"
8
+ <div
9
+ class="row"
10
10
  >
11
- <Icon
12
- as="i"
13
- circular={true}
14
- name="book"
15
- />
16
- <HeaderContent>
17
- Concept1
18
- <HeaderSubheader>
19
- <MemoizedFormattedMessage
20
- defaultMessage="Template1"
21
- id="templates.Template1"
11
+ <div
12
+ class="eight wide column"
13
+ >
14
+ <h2
15
+ class="ui header"
16
+ >
17
+ <i
18
+ aria-hidden="true"
19
+ class="book circular icon"
22
20
  />
23
- </HeaderSubheader>
24
- </HeaderContent>
25
- </Header>
26
- </GridColumn>
27
- <GridColumn
28
- textAlign="right"
29
- width={8}
30
- >
31
- <Grid>
32
- <GridRow>
33
- <GridColumn
34
- textAlign="right"
21
+ <div
22
+ class="content"
23
+ >
24
+ Concept_en
25
+ <div
26
+ class="sub header"
27
+ >
28
+ Template Label
29
+ </div>
30
+ </div>
31
+ </h2>
32
+ </div>
33
+ <div
34
+ class="right aligned eight wide column"
35
+ >
36
+ <button
37
+ class="ui basic icon button button icon group-actions"
38
+ data-tooltip="Sharing"
35
39
  >
36
- <Connect(ShareLinkPopup)
37
- icon="concepts"
38
- name="Concept1"
39
- popupType="concepts"
40
- title="concepts.share.title"
41
- url="http://localhost/concepts/42/versions/current"
40
+ <i
41
+ aria-hidden="true"
42
+ class="share alternate icon"
42
43
  />
43
- <Connect(ConceptSubscription) />
44
- <Connect(ConceptConfidentialButton)
45
- concept={
46
- {
47
- "business_concept_id": "42",
48
- "name": "Concept1",
49
- }
50
- }
44
+ </button>
45
+ <button
46
+ class="ui basic icon button structureButton"
47
+ >
48
+ <i
49
+ aria-hidden="true"
50
+ class="sitemap icon"
51
+ />
52
+ </button>
53
+ <button
54
+ class="ui basic icon button button icon group-actions structureButton"
55
+ >
56
+ <i
57
+ aria-hidden="true"
58
+ class="eye icon"
51
59
  />
52
- </GridColumn>
53
- </GridRow>
54
- <GridRow
55
- textAlign="right"
60
+ </button>
61
+ <span>
62
+ <button
63
+ class="ui basic icon button structureButton"
64
+ >
65
+ <i
66
+ aria-hidden="true"
67
+ class="lock open icon"
68
+ />
69
+ </button>
70
+ </span>
71
+ </div>
72
+ </div>
73
+ <div
74
+ class="row"
75
+ >
76
+ <div
77
+ class="eight wide column"
56
78
  >
57
- <GridColumn
58
- textAlign="right"
79
+ <div
80
+ class="ui left floated buttons"
59
81
  >
60
- <Connect(ConceptActions) />
61
- </GridColumn>
62
- </GridRow>
63
- </Grid>
64
- </GridColumn>
65
- </Grid>
82
+ <button
83
+ class="ui mini active button"
84
+ >
85
+ En
86
+ </button>
87
+ <button
88
+ class="ui mini button"
89
+ >
90
+ Es
91
+ </button>
92
+ </div>
93
+ </div>
94
+ <div
95
+ class="right aligned eight wide column"
96
+ />
97
+ </div>
98
+ </div>
99
+ </div>
66
100
  `;
@@ -3,6 +3,8 @@
3
3
  exports[`<DomainStructures /> matches the latest snapshot 1`] = `
4
4
  <div>
5
5
  <div
6
+ aria-busy="false"
7
+ aria-disabled="false"
6
8
  aria-expanded="false"
7
9
  class="ui floating dropdown button icon group-actions button-update"
8
10
  role="listbox"