@datavac/ui-kit 1.8.0-data-table.2 → 1.8.0-data-table.3
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/dist/index.css +1 -1
- package/dist/index.js +8 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7910,7 +7910,8 @@ var Zf = {
|
|
|
7910
7910
|
overlay: "rgba(243, 243, 243, 0.7)",
|
|
7911
7911
|
neutral: "#4F5153",
|
|
7912
7912
|
border: "#E4E4E4",
|
|
7913
|
-
link: "#E30C5C"
|
|
7913
|
+
link: "#E30C5C",
|
|
7914
|
+
warning: "#FB9A40"
|
|
7914
7915
|
},
|
|
7915
7916
|
radius: {
|
|
7916
7917
|
tooltip: "4px",
|
|
@@ -7936,7 +7937,8 @@ var Zf = {
|
|
|
7936
7937
|
overlay: "rgba(28, 30, 32, 0.7)",
|
|
7937
7938
|
neutral: "#4F5153",
|
|
7938
7939
|
border: "#3A3A3A",
|
|
7939
|
-
link: "#F31667"
|
|
7940
|
+
link: "#F31667",
|
|
7941
|
+
warning: "#FBAA4D"
|
|
7940
7942
|
},
|
|
7941
7943
|
radius: {
|
|
7942
7944
|
tooltip: "4px",
|
|
@@ -8001,6 +8003,10 @@ var Zf = {
|
|
|
8001
8003
|
path: "colors.link",
|
|
8002
8004
|
cssVar: "--color-link"
|
|
8003
8005
|
},
|
|
8006
|
+
{
|
|
8007
|
+
path: "colors.warning",
|
|
8008
|
+
cssVar: "--color-warning"
|
|
8009
|
+
},
|
|
8004
8010
|
{
|
|
8005
8011
|
path: "radius.tooltip",
|
|
8006
8012
|
cssVar: "--radius-tooltip"
|