@fluid-topics/ft-button 2.1.22 → 2.1.24

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.
@@ -94,7 +94,6 @@ export const buttonStyles = css `
94
94
  .ft-button.ft-button--dense {
95
95
  padding: ${FtButtonDenseCssVariables.verticalPadding} ${FtButtonDenseCssVariables.horizontalPadding};
96
96
  border-radius: ${FtButtonDenseCssVariables.borderRadius};
97
- gap: ${FtButtonDenseCssVariables.iconPadding};
98
97
  ${setVariable(FtRippleCssVariables.borderRadius, FtButtonDenseCssVariables.borderRadius)};
99
98
  }
100
99
 
@@ -140,8 +139,8 @@ export const buttonStyles = css `
140
139
  margin: 0 ${FtButtonDenseCssVariables.iconPadding};
141
140
  }
142
141
 
143
- .ft-button--label[hidden] {
144
- display: none;
142
+ .ft-button--label.ft-button--label-no-text {
143
+ margin: 0;
145
144
  }
146
145
 
147
146
  [part="icon"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-button",
3
- "version": "2.1.22",
3
+ "version": "2.1.24",
4
4
  "description": "A generic Fluid Topics tag",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "2.1.22",
23
- "@fluid-topics/ft-loader": "2.1.22",
24
- "@fluid-topics/ft-ripple": "2.1.22",
25
- "@fluid-topics/ft-tooltip": "2.1.22",
26
- "@fluid-topics/ft-typography": "2.1.22",
27
- "@fluid-topics/ft-wc-utils": "2.1.22",
22
+ "@fluid-topics/ft-icon": "2.1.24",
23
+ "@fluid-topics/ft-loader": "2.1.24",
24
+ "@fluid-topics/ft-ripple": "2.1.24",
25
+ "@fluid-topics/ft-tooltip": "2.1.24",
26
+ "@fluid-topics/ft-typography": "2.1.24",
27
+ "@fluid-topics/ft-wc-utils": "2.1.24",
28
28
  "lit": "3.1.0"
29
29
  },
30
- "gitHead": "b85ffecb182bb2367124b2a786e6f1d62baf0c0d"
30
+ "gitHead": "3467419faf61a343a9a5fa604955f1019c76b1d3"
31
31
  }