mautourco-components 0.2.134 → 0.2.136

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.
@@ -249,7 +249,7 @@
249
249
  }
250
250
  }
251
251
 
252
- .table__children-wrapper {
252
+ .table__children--visible .table__children-wrapper {
253
253
  position: relative;
254
254
  border: 1px solid transparent;
255
255
  border-left: none;
@@ -28,7 +28,7 @@ export var quotationColumns = function (_a) {
28
28
  },
29
29
  {
30
30
  header: 'Client name',
31
- key: 'agency_name',
31
+ key: 'created_by',
32
32
  width: 150,
33
33
  cell: function (value, _raw, _index, childIndex) {
34
34
  if (value === void 0) { value = ''; }
@@ -75,7 +75,7 @@ export var quotationColumns = function (_a) {
75
75
  },
76
76
  {
77
77
  header: 'Created by',
78
- key: 'created_by',
78
+ key: 'agency_name',
79
79
  width: 160,
80
80
  cell: function (value, raw) { return (_jsxs(_Fragment, { children: [_jsxs(Text, { variant: "medium", size: "sm", leading: "4", children: [raw.file_name, ","] }), _jsx(Text, { variant: "bold", size: "sm", leading: "4", children: value })] })); },
81
81
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mautourco-components",
3
- "version": "0.2.134",
3
+ "version": "0.2.136",
4
4
  "private": false,
5
5
  "description": "Bibliothèque de composants Mautourco pour le redesign",
6
6
  "main": "dist/index.js",
@@ -227,7 +227,7 @@
227
227
  }
228
228
  }
229
229
 
230
- .table__children-wrapper {
230
+ .table__children--visible .table__children-wrapper {
231
231
  @apply relative;
232
232
  border: 1px solid transparent;
233
233
  border-left: none;
@@ -54,7 +54,7 @@ export const quotationColumns: (params: {
54
54
  },
55
55
  {
56
56
  header: 'Client name',
57
- key: 'agency_name',
57
+ key: 'created_by',
58
58
  width: 150,
59
59
  cell: (value = '', _raw, _index, childIndex) => {
60
60
  if (childIndex === undefined) {
@@ -136,7 +136,7 @@ export const quotationColumns: (params: {
136
136
  },
137
137
  {
138
138
  header: 'Created by',
139
- key: 'created_by',
139
+ key: 'agency_name',
140
140
  width: 160,
141
141
  cell: (value, raw) => (
142
142
  <>