@fluid-topics/ftds-tabs 2.1.16 → 2.1.17

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.
@@ -141,9 +141,7 @@ export const designSystemStyles = css `
141
141
  opacity: ${tabs.onFocusStateLayerOpacity};
142
142
  }
143
143
 
144
- .ftds-tabs--align-justify [role='tab'],
145
- .ftds-tabs--align-justify .ftds-tabs--tab-tooltip,
146
- .ftds-tabs--align-justify .ftds-tabs--tab-tooltip::part(container) {
144
+ .ftds-tabs--align-justify [role='tab'] {
147
145
  display: flex;
148
146
  flex-grow: 1;
149
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ftds-tabs",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
4
4
  "description": "The design system tabs component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,15 +19,15 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-ripple": "2.1.16",
23
- "@fluid-topics/ft-tooltip": "2.1.16",
24
- "@fluid-topics/ft-wc-utils": "2.1.16",
25
- "@fluid-topics/ftds-icon": "2.1.16",
26
- "@fluid-topics/ftds-typography": "2.1.16",
22
+ "@fluid-topics/ft-ripple": "2.1.17",
23
+ "@fluid-topics/ft-tooltip": "2.1.17",
24
+ "@fluid-topics/ft-wc-utils": "2.1.17",
25
+ "@fluid-topics/ftds-icon": "2.1.17",
26
+ "@fluid-topics/ftds-typography": "2.1.17",
27
27
  "lit": "3.1.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@fluid-topics/ft-wc-test-utils": "2.1.16"
30
+ "@fluid-topics/ft-wc-test-utils": "2.1.17"
31
31
  },
32
- "gitHead": "64057d048f5055bec9279a012204c826d10bc8fc"
32
+ "gitHead": "2ef8ba95ea8d846d66b2e817a97f9c0fe6f3075a"
33
33
  }