@glideapps/glide-data-grid
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -16,2 +16,8 @@ "use strict"; | ||
var headerCode = function headerCode(props) { | ||
var fg = (0, _collectionUtils.withDefault)(props.fgColor, "white"); | ||
var bg = (0, _collectionUtils.withDefault)(props.bgColor, "currentColor"); | ||
return "\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect x=\"2\" y=\"2\" width=\"16\" height=\"16\" rx=\"4\" fill=\"".concat(bg, "\" />\n <path\n d=\"M12.2235 13.3143L15.275 10.4875C15.575 10.2109 15.575 9.78077 15.275 9.50424L12.2235 6.68179C11.9535 6.43159 11.5892 6.44037 11.3578 6.70374C11.1264 6.96711 11.1521 7.34021 11.4135 7.58602L14.015 9.99586L11.4135 12.4057C11.1521 12.6515 11.1264 13.0246 11.3578 13.288C11.5892 13.5514 11.9535 13.5645 12.2235 13.3143ZM7.77916 13.3187C8.04488 13.5689 8.41346 13.5601 8.64489 13.2924C8.87632 13.029 8.85061 12.6559 8.58489 12.4101L5.98342 10.0002L8.58489 7.5948C8.85061 7.3446 8.87632 6.97588 8.64489 6.70812C8.41346 6.44475 8.04917 6.43598 7.77916 6.68618L4.7234 9.50863C4.42339 9.78516 4.42768 10.2197 4.7234 10.4919L7.77916 13.3187Z\"\n fill=\"").concat(fg, "\"\n />\n </svg>\n "); | ||
}; | ||
var headerNumber = function headerNumber(props) { | ||
@@ -176,2 +182,3 @@ var fg = (0, _collectionUtils.withDefault)(props.fgColor, "white"); | ||
headerNumber: headerNumber, | ||
headerCode: headerCode, | ||
headerString: headerString, | ||
@@ -178,0 +185,0 @@ headerBoolean: headerBoolean, |
@@ -5,2 +5,3 @@ import { IconProps } from "../common/utils"; | ||
headerNumber: (props: IconProps) => string; | ||
headerCode: (props: IconProps) => string; | ||
headerString: (props: IconProps) => string; | ||
@@ -7,0 +8,0 @@ headerBoolean: (props: IconProps) => string; |
{ | ||
"name": "@glideapps/glide-data-grid", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Super fast, pure canvas Data Grid Editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
344371
6047