@colijnit/sharedcomponents 256.1.3 → 256.1.4

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.
@@ -7,7 +7,7 @@
7
7
  }
8
8
  .task-creator-wrapper {
9
9
  margin-left: 40px;
10
- box-shadow: 0px 2px 4px 0px #0000001A;
10
+ box-shadow: 0 1px 4px 0 #8083a385;
11
11
  border-radius: 5px;
12
12
  }
13
13
  .top-rows {
@@ -33,36 +33,25 @@
33
33
  left: 0;
34
34
  top: 0;
35
35
  height: fit-content;
36
- background: linear-gradient(180deg, rgba(15, 64, 130, 0.04) 3%, rgba(26, 115, 232, 0.04) 90%);
37
- box-shadow: 0 4px 4px 0 #0000001A;
38
- border: 1px solid #DEDEEF;
39
-
36
+ box-shadow: 0 2px 2px 0 #0000001A;
37
+ border-radius: 3px;
40
38
  .icon-item {
41
39
  display: flex;
42
40
  align-items: center;
43
41
  position: relative;
44
-
45
- &.menu-opened {
46
- background: #f6f9fc;
47
- }
48
-
49
42
  .drop-arrow {
50
43
  display: none;
51
44
  }
52
-
53
45
  .label {
54
46
  display: none;
55
47
  }
56
-
57
48
  .co-icon {
58
49
  padding: 2px;
59
50
  }
60
51
  }
61
-
62
52
  & > .icon-item {
63
53
  cursor: pointer;
64
54
  padding: 5px;
65
-
66
55
  &:after {
67
56
  content: '';
68
57
  width: 0;
@@ -140,13 +129,15 @@
140
129
  min-height: auto;
141
130
  overflow-x: auto;
142
131
  .co-drag-drop-container {
143
- padding-top: 30px;
132
+ padding-top: 40px;
144
133
  position: relative;
145
134
  margin-top: 0;
146
135
  gap: 5px;
147
136
  align-items: flex-start;
148
137
  .add-file {
149
138
  top: 0;
139
+ right: 0;
140
+ z-index: 2;
150
141
  .co-tile-render {
151
142
  display: flex;
152
143
  align-items: center;
@@ -154,11 +145,31 @@
154
145
  .add-button {
155
146
  position: unset;
156
147
  }
148
+ .info {
149
+ display: none;
150
+ }
157
151
  }
158
152
  .description {
159
153
  font-weight: bold;
160
154
  font-size: 12px;
161
155
  }
156
+ svg {
157
+ path {
158
+ fill: #1A73E8;
159
+ }
160
+ path + path {
161
+ display: none;
162
+ }
163
+ }
164
+ .co-icon {
165
+ width: 40px;
166
+ height: 40px;
167
+ }
168
+ }
169
+ .add-dropzone {
170
+ position: relative;
171
+ top: -30px;
172
+ z-index: 1;
162
173
  }
163
174
  .tile {
164
175
  padding: 10px;
@@ -2900,6 +2900,7 @@ export declare class Dictionaries {
2900
2900
  DIMENSION_STEP_1_MSG2: string;
2901
2901
  DIMENSION_STEP_2_MSG: string;
2902
2902
  DIMENSION_STEP_3_MSG: string;
2903
+ DROPZONE_TEXT: string;
2903
2904
  AMORTIZATION: string;
2904
2905
  AMORTIZATION_ENTRY: string;
2905
2906
  AMORTIZATION_GRID_HEADER: string;
@@ -7292,6 +7293,7 @@ export declare class Dictionaries {
7292
7293
  NEXT_ORDER: string;
7293
7294
  NEXT_PAGE: string;
7294
7295
  NEXT_SLASH_FINISH: string;
7296
+ NEXT_STATE: string;
7295
7297
  NEXT_VERSION: string;
7296
7298
  NEXT_WEEK: string;
7297
7299
  NIGHT_ROUTINE: string;
@@ -13566,6 +13568,7 @@ export declare class Dictionaries {
13566
13568
  DROPSHIPMENT_INFO: string;
13567
13569
  DROPSHIPMENT_POSSIBLE: string;
13568
13570
  DROPSHIPPING_ADDRESS_CURRENT_ORDER: string;
13571
+ DROPZONE_TEXT: string;
13569
13572
  DROP_ZONE_DOCUMENTS: string;
13570
13573
  DROP_ZONE_IMAGES: string;
13571
13574
  DROP_ZONE_SALARY_INFO: string;
@@ -15489,6 +15492,7 @@ export declare class Dictionaries {
15489
15492
  NEXT_ORDER: string;
15490
15493
  NEXT_PAGE: string;
15491
15494
  NEXT_SLASH_FINISH: string;
15495
+ NEXT_STATE: string;
15492
15496
  NEXT_VERSION: string;
15493
15497
  NEXT_WEEK: string;
15494
15498
  NIGHT_ROUTINE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "256.1.3",
3
+ "version": "256.1.4",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",
@@ -11,7 +11,7 @@
11
11
  "@angular/core": ">=12.2.0",
12
12
  "@colijnit/articleapi": ">=256.1.0",
13
13
  "@colijnit/mainapi": ">=256.1.2",
14
- "@colijnit/corecomponents_v12": ">=256.1.0",
14
+ "@colijnit/corecomponents_v12": ">=256.1.8",
15
15
  "@colijnit/ioneconnector": ">=256.1.0",
16
16
  "@colijnit/sharedapi": ">=1.0.20",
17
17
  "@colijnit/relationapi": ">=1.0.14",