@kth/style 1.1.0 → 1.1.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@kth/style",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "exports": {
@@ -103,6 +103,7 @@ $icon-size: calc(#{spacing.$space-24} + 2 * var(--space-inner-icon));
103
103
  .kth-button.menu::before {
104
104
  @include icons.icon-menu;
105
105
  width: 20px;
106
+ min-width: 20px;
106
107
  height: 20px;
107
108
  background-color: var(--color-tertiary);
108
109
  }
@@ -110,6 +111,7 @@ $icon-size: calc(#{spacing.$space-24} + 2 * var(--space-inner-icon));
110
111
  .kth-button.back::before {
111
112
  @include icons.icon-arrow-back;
112
113
  width: 20px;
114
+ min-width: 20px;
113
115
  height: 20px;
114
116
  background-color: var(--color-tertiary);
115
117
  }
@@ -121,6 +123,7 @@ $icon-size: calc(#{spacing.$space-24} + 2 * var(--space-inner-icon));
121
123
  .kth-button.previous::before {
122
124
  @include icons.icon-arrow-back-500;
123
125
  width: 20px;
126
+ min-width: 20px;
124
127
  height: 20px;
125
128
  background-color: var(--color-text);
126
129
  }
@@ -132,6 +135,7 @@ $icon-size: calc(#{spacing.$space-24} + 2 * var(--space-inner-icon));
132
135
  .kth-button.next::after {
133
136
  @include icons.icon-arrow-forward-500;
134
137
  width: 20px;
138
+ min-width: 20px;
135
139
  height: 20px;
136
140
  background-color: var(--color-on-primary);
137
141
  }