Skip to content

Commit

Permalink
Merge pull request #185 from webitel/feature/variable-select-icon
Browse files Browse the repository at this point in the history
feature: variable search icon added [WTEL-3539]
  • Loading branch information
dlohvinov authored Nov 27, 2023
2 parents a2020ca + b05ea48 commit cd6ae60
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default [
'upload',
'filter',
'column-select',
'variable-select',
'refresh',
'calendar',
'radio',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "23.12.43",
"version": "23.12.44",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/assets/icons/sprite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ import './close.svg';
import './close--filled.svg';
import './collapse.svg';
import './column-select.svg';
import './variable-select.svg';
import './contacts.svg';
import './copy.svg';
import './docs.svg';
Expand Down
9 changes: 9 additions & 0 deletions src/assets/icons/sprite/variable-select.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd6ae60

Please sign in to comment.