datajunction-ui 0.0.30 → 0.0.31

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,47 +1,152 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`<NamespaceHeader /> should render and match the snapshot 1`] = `
4
- <ol
5
- className="breadcrumb breadcrumb-chevron p-3 bg-body-tertiary rounded-3"
4
+ <div
5
+ style={
6
+ Object {
7
+ "alignItems": "center",
8
+ "background": "#ffffff",
9
+ "borderBottom": "1px solid #e2e8f0",
10
+ "borderTop": "1px solid #e2e8f0",
11
+ "display": "flex",
12
+ "justifyContent": "space-between",
13
+ "marginBottom": "16px",
14
+ "padding": "12px 12px 12px 20px",
15
+ }
16
+ }
6
17
  >
7
- <li
8
- className="breadcrumb-item"
18
+ <div
19
+ style={
20
+ Object {
21
+ "alignItems": "center",
22
+ "display": "flex",
23
+ "gap": "8px",
24
+ }
25
+ }
9
26
  >
10
27
  <a
11
28
  href="/"
29
+ style={
30
+ Object {
31
+ "alignItems": "center",
32
+ "display": "flex",
33
+ }
34
+ }
12
35
  >
13
- <HorizontalHierarchyIcon />
36
+ <svg
37
+ fill="currentColor"
38
+ height="16"
39
+ viewBox="0 0 16 16"
40
+ width="16"
41
+ xmlns="http://www.w3.org/2000/svg"
42
+ >
43
+ <path
44
+ d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z"
45
+ />
46
+ </svg>
14
47
  </a>
15
- </li>
16
- <li
17
- className="breadcrumb-item"
18
- >
19
- <a
20
- className="link-body-emphasis"
21
- href="/namespaces/shared"
48
+ <svg
49
+ fill="#6c757d"
50
+ height="12"
51
+ viewBox="0 0 16 16"
52
+ width="12"
53
+ xmlns="http://www.w3.org/2000/svg"
22
54
  >
23
- shared
24
- </a>
25
- </li>
26
- <li
27
- className="breadcrumb-item"
28
- >
29
- <a
30
- className="link-body-emphasis"
31
- href="/namespaces/shared.dimensions"
55
+ <path
56
+ d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
57
+ fillRule="evenodd"
58
+ />
59
+ </svg>
60
+ <span
61
+ style={
62
+ Object {
63
+ "alignItems": "center",
64
+ "display": "flex",
65
+ "gap": "8px",
66
+ }
67
+ }
32
68
  >
33
- dimensions
34
- </a>
35
- </li>
36
- <li
37
- className="breadcrumb-item"
38
- >
39
- <a
40
- className="link-body-emphasis"
41
- href="/namespaces/shared.dimensions.accounts"
69
+ <a
70
+ href="/namespaces/shared"
71
+ style={
72
+ Object {
73
+ "color": "#1e293b",
74
+ "fontWeight": "400",
75
+ "textDecoration": "none",
76
+ }
77
+ }
78
+ >
79
+ shared
80
+ </a>
81
+ <svg
82
+ fill="#94a3b8"
83
+ height="12"
84
+ viewBox="0 0 16 16"
85
+ width="12"
86
+ xmlns="http://www.w3.org/2000/svg"
87
+ >
88
+ <path
89
+ d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
90
+ fillRule="evenodd"
91
+ />
92
+ </svg>
93
+ </span>
94
+ <span
95
+ style={
96
+ Object {
97
+ "alignItems": "center",
98
+ "display": "flex",
99
+ "gap": "8px",
100
+ }
101
+ }
42
102
  >
43
- accounts
44
- </a>
45
- </li>
46
- </ol>
103
+ <a
104
+ href="/namespaces/shared.dimensions"
105
+ style={
106
+ Object {
107
+ "color": "#1e293b",
108
+ "fontWeight": "400",
109
+ "textDecoration": "none",
110
+ }
111
+ }
112
+ >
113
+ dimensions
114
+ </a>
115
+ <svg
116
+ fill="#94a3b8"
117
+ height="12"
118
+ viewBox="0 0 16 16"
119
+ width="12"
120
+ xmlns="http://www.w3.org/2000/svg"
121
+ >
122
+ <path
123
+ d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
124
+ fillRule="evenodd"
125
+ />
126
+ </svg>
127
+ </span>
128
+ <span
129
+ style={
130
+ Object {
131
+ "alignItems": "center",
132
+ "display": "flex",
133
+ "gap": "8px",
134
+ }
135
+ }
136
+ >
137
+ <a
138
+ href="/namespaces/shared.dimensions.accounts"
139
+ style={
140
+ Object {
141
+ "color": "#1e293b",
142
+ "fontWeight": "400",
143
+ "textDecoration": "none",
144
+ }
145
+ }
146
+ >
147
+ accounts
148
+ </a>
149
+ </span>
150
+ </div>
151
+ </div>
47
152
  `;