@taiga-ui/cdk 3.93.0-canary.144a23e → 3.93.0-canary.4dbfb49
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": "@taiga-ui/cdk",
|
3
|
-
"version": "3.93.0-canary.
|
3
|
+
"version": "3.93.0-canary.4dbfb49",
|
4
4
|
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
|
5
5
|
"keywords": [
|
6
6
|
"angular",
|
@@ -1855,11 +1855,11 @@ exports.ICONS = [
|
|
1855
1855
|
from: 'tuiIconSort',
|
1856
1856
|
},
|
1857
1857
|
{
|
1858
|
-
to: '
|
1858
|
+
to: 'tuiIconTdsArrowSortDownSmallPragmatic',
|
1859
1859
|
from: 'tuiIconSortAscending',
|
1860
1860
|
},
|
1861
1861
|
{
|
1862
|
-
to: '
|
1862
|
+
to: 'tuiIconTdsArrowSortUpSmallPragmatic',
|
1863
1863
|
from: 'tuiIconSortDescending',
|
1864
1864
|
},
|
1865
1865
|
{
|
@@ -1867,7 +1867,7 @@ exports.ICONS = [
|
|
1867
1867
|
from: 'tuiIconSortDown',
|
1868
1868
|
},
|
1869
1869
|
{
|
1870
|
-
to: '
|
1870
|
+
to: 'tuiIconTdsArrowSortDownSmallPragmatic',
|
1871
1871
|
from: 'tuiIconSortDown2',
|
1872
1872
|
},
|
1873
1873
|
{
|
@@ -1879,7 +1879,7 @@ exports.ICONS = [
|
|
1879
1879
|
from: 'tuiIconSortUp',
|
1880
1880
|
},
|
1881
1881
|
{
|
1882
|
-
to: '
|
1882
|
+
to: 'tuiIconTdsArrowSortUpSmallPragmatic',
|
1883
1883
|
from: 'tuiIconSortUp2',
|
1884
1884
|
},
|
1885
1885
|
{
|