forstok-ui-lib 5.4.3 → 5.4.4

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": "forstok-ui-lib",
3
- "version": "5.4.3",
3
+ "version": "5.4.4",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -202,6 +202,19 @@ const getButtonModifiedStyled = ({ $mode, $isIndicatorArrow, $isShown, $isLoadin
202
202
  height: 16px;
203
203
  }
204
204
  `
205
+ } else if (iconLeft === 'add') {
206
+ style += `
207
+ &:before {
208
+ content: '+';
209
+ color: #118EC5;
210
+ position: absolute;
211
+ left: 12px;
212
+ top: 7px;
213
+ width: 14px;
214
+ height: 16px;
215
+ font-size: 16px;
216
+ }
217
+ `
205
218
  }
206
219
  }
207
220
  if ($isIndicatorArrow) {