@trebired/frontend 12.0.9 → 12.0.10

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/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to `@trebired/frontend` will be documented here.
4
4
 
5
5
  This project follows semantic versioning once published.
6
6
 
7
+ ## 12.0.10
8
+
9
+ ### Fixed
10
+
11
+ - Tab lists now use the `gap-xs` spacing token by default instead of `gap-sm`.
12
+
7
13
  ## 12.0.9
8
14
 
9
15
  ### Fixed
@@ -5,7 +5,7 @@ $tabs-pane-animation-easing: cubic-bezier(0.22, 1, 0.36, 1);
5
5
  .tabs {
6
6
  display: flex;
7
7
  width: 100%;
8
- gap: var(#{ns.css-var("ui-tabs-list-gap")}, var(#{ns.css-var("gap-sm")}));
8
+ gap: var(#{ns.css-var("ui-tabs-list-gap")}, var(#{ns.css-var("gap-xs")}));
9
9
 
10
10
  .tab {
11
11
  flex: 1 1 0;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  }
9
9
  },
10
10
  "name": "@trebired/frontend",
11
- "version": "12.0.9",
11
+ "version": "12.0.10",
12
12
  "description": "Generic browser runtime systems for Trebired frontend packages and applications.",
13
13
  "type": "module",
14
14
  "private": false,