@openeuropa/bcl-theme-ucpkn 1.8.2 → 1.9.0

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.
@@ -12,7 +12,7 @@ const excludePaths = [];
12
12
  if (templates.length) {
13
13
  templates.forEach((template) => {
14
14
  excludePaths.push(
15
- `${nodeModules}/@openeuropa/bcl-twig-templates/templates/bcl-${template}/*.html.twig`
15
+ `${nodeModules}/@openeuropa/bcl-twig-templates/templates/bcl-${template}/*.html.twig`,
16
16
  );
17
17
  });
18
18
  }
@@ -116,11 +116,16 @@ module.exports = {
116
116
  to: path.resolve(outputFolder, "js"),
117
117
  options: { up: true },
118
118
  },
119
+ {
120
+ from: [path.resolve(nodeModules, "slim-select-2/dist/slimselect.min.js")],
121
+ to: path.resolve(outputFolder, "js/slim-select-2"),
122
+ options: { up: true },
123
+ },
119
124
  {
120
125
  from: [
121
126
  path.resolve(
122
127
  nodeModules,
123
- "@openeuropa/bcl-bootstrap/bootstrap-icons.svg"
128
+ "@openeuropa/bcl-bootstrap/bootstrap-icons.svg",
124
129
  ),
125
130
  ],
126
131
  to: path.resolve(outputFolder, "icons"),
@@ -130,7 +135,7 @@ module.exports = {
130
135
  from: [
131
136
  path.resolve(
132
137
  nodeModules,
133
- "@ecl/resources-flag-icons/dist/sprites/icons-flag.svg"
138
+ "@ecl/resources-flag-icons/dist/sprites/icons-flag.svg",
134
139
  ),
135
140
  ],
136
141
  to: path.resolve(outputFolder, "icons"),