@eui/tools 6.15.9 → 6.15.10

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 +1 @@
1
- 6.15.9
1
+ 6.15.10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.15.10 (2024-01-23)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * skeleton code cleanup MWP-10441 [MWP-10441](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-10441) ([0ae2f152](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/0ae2f152da135a0796c24307417ede66366ed777))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.15.9 (2024-01-17)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.15.9",
3
+ "version": "6.15.10",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -10,16 +10,17 @@
10
10
  <eui-page-columns>
11
11
 
12
12
  <eui-page-column
13
- label="{{ '@module.scope-name@.FILTER' | translate }}"
13
+ [isCollapsible]="true"
14
14
  [size]="'3xl'"
15
- [isCollapsible]="true">
15
+ label="{{ '@module.scope-name@.FILTER' | translate }}">
16
16
 
17
17
  <eui-page-column-body>
18
18
 
19
19
  <!-- QUICK FILTER SECTION -->
20
20
  <div class="eui-u-flex eui-u-flex-column eui-u-mt-xs">
21
21
  <div class="eui-u-flex eui-u-flex-row">
22
- <div class="eui-u-font-size-l"><strong>{{ '@module.scope-name@.QUICK_SECTION' | translate }}</strong></div>
22
+ <div class="eui-u-font-size-l">
23
+ <strong>{{ '@module.scope-name@.QUICK_SECTION' | translate }}</strong></div>
23
24
  </div>
24
25
  </div>
25
26