@ewc-lib/ewc-icon-button-group 3.3.1-alpha → 3.3.3-alpha

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ewc-lib/ewc-icon-button-group",
3
3
  "//": "please always keep version in sync with constructor in main.js",
4
- "version": "3.3.1-alpha",
4
+ "version": "3.3.3-alpha",
5
5
  "basedOnStandard": "3.0.1",
6
6
  "description": "",
7
7
  "main": "src/main.js",
@@ -16,6 +16,6 @@
16
16
  "@ewc-lib/ewc-css-common": "0.1.0"
17
17
  },
18
18
  "dependencies": {
19
- "@ewc-lib/ewc-icon-button": "3.4.0-alpha"
19
+ "@ewc-lib/ewc-icon-button": "3.4.2-alpha"
20
20
  }
21
21
  }
package/readme.md CHANGED
@@ -182,8 +182,12 @@ European Union Public License (EUPL)
182
182
 
183
183
  # Changelog
184
184
 
185
- - 3.3.1-alpha
185
+ - 3.3.3-alpha
186
+ - update ewc-icon-button dependency
187
+
188
+ - 3.3.1-alpha, 3.3.2-alpha
186
189
  - when label is shown (depending on breakpoint), don't show tooltip
190
+ - update ewc-icon-button dependency
187
191
 
188
192
  - 3.3.0-alpha
189
193
  - udate dependency, tooltip
package/src/main.js CHANGED
@@ -31,7 +31,7 @@ class Element extends HTMLElement {
31
31
  }
32
32
 
33
33
  connectedCallback() {
34
- this.setAttribute("ewc-version", "3.3.1-alpha") // please always keep in sync with version in package.json
34
+ this.setAttribute("ewc-version", "3.3.3-alpha") // please always keep in sync with version in package.json
35
35
  if(this.#isInitialised == true) {return}
36
36
 
37
37
  this.classList.add(this.#cssClassPrefix)