@fluid-topics/ft-base-input 1.2.70 → 1.2.72

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.
@@ -105,13 +105,6 @@
105
105
  align-items: center;
106
106
  }
107
107
 
108
- .inside-structure .inside-structure--icon {
109
- position: absolute;
110
- top: calc((var(--field-height) - var(--icon-size)) / 2);
111
- right: var(--field-horizontal-padding);
112
- height: var(--icon-size);
113
- }
114
-
115
108
  .inside-structure .inside-structure--icon.append {
116
109
  right: var(--field-horizontal-padding);
117
110
  color: ${x.appendIconColor};
@@ -176,13 +176,6 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
176
176
  align-items: center;
177
177
  }
178
178
 
179
- .inside-structure .inside-structure--icon {
180
- position: absolute;
181
- top: calc((var(--field-height) - var(--icon-size)) / 2);
182
- right: var(--field-horizontal-padding);
183
- height: var(--icon-size);
184
- }
185
-
186
179
  .inside-structure .inside-structure--icon.append {
187
180
  right: var(--field-horizontal-padding);
188
181
  color: ${I.appendIconColor};
@@ -143,13 +143,6 @@ export const styles = css `
143
143
  align-items: center;
144
144
  }
145
145
 
146
- .inside-structure .inside-structure--icon {
147
- position: absolute;
148
- top: calc((var(--field-height) - var(--icon-size)) / 2);
149
- right: var(--field-horizontal-padding);
150
- height: var(--icon-size);
151
- }
152
-
153
146
  .inside-structure .inside-structure--icon.append {
154
147
  right: var(--field-horizontal-padding);
155
148
  color: ${FtdsBaseInputCssVariables.appendIconColor};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-base-input",
3
- "version": "1.2.70",
3
+ "version": "1.2.72",
4
4
  "description": "Base input structure for Admin Design System inputs",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
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": "1.2.70",
23
- "@fluid-topics/ft-input-label": "1.2.70",
24
- "@fluid-topics/ft-ripple": "1.2.70",
25
- "@fluid-topics/ft-typography": "1.2.70",
26
- "@fluid-topics/ft-wc-utils": "1.2.70",
22
+ "@fluid-topics/ft-icon": "1.2.72",
23
+ "@fluid-topics/ft-input-label": "1.2.72",
24
+ "@fluid-topics/ft-ripple": "1.2.72",
25
+ "@fluid-topics/ft-typography": "1.2.72",
26
+ "@fluid-topics/ft-wc-utils": "1.2.72",
27
27
  "lit": "3.1.0"
28
28
  },
29
- "gitHead": "f3062e7380fa19f4c699b1cee22fa3c9f3c0c0a7"
29
+ "gitHead": "483e38b8808507a8128178a2fc507da150b6fddb"
30
30
  }