@tradeshift/elements.note
Advanced tools
Comparing version 0.4.4 to 0.4.5-alpha.0
@@ -116,2 +116,3 @@ (function (global, factory) { | ||
var closeClear = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <g id=\"icon/close-clear\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <rect id=\"placeholder\" x=\"0\" y=\"0\" width=\"24\" height=\"24\"></rect>\n <path d=\"M11.9984707,10.5842571 L16.2898345,6.29289322 C16.6803588,5.90236893 17.3135238,5.90236893 17.7040481,6.29289322 C18.0945724,6.68341751 18.0945724,7.31658249 17.7040481,7.70710678 L13.4126842,11.9984707 L17.7040481,16.2898345 C18.0945724,16.6803588 18.0945724,17.3135238 17.7040481,17.7040481 C17.3135238,18.0945724 16.6803588,18.0945724 16.2898345,17.7040481 L11.9984707,13.4126842 L7.70710678,17.7040481 C7.31658249,18.0945724 6.68341751,18.0945724 6.29289322,17.7040481 C5.90236893,17.3135238 5.90236893,16.6803588 6.29289322,16.2898345 L10.5842571,11.9984707 L6.29289322,7.70710678 C5.90236893,7.31658249 5.90236893,6.68341751 6.29289322,6.29289322 C6.68341751,5.90236893 7.31658249,5.90236893 7.70710678,6.29289322 L11.9984707,10.5842571 Z\" id=\"icon\" fill=\"currentColor\"></path>\n </g>\n</svg>\n"; | ||
var checkmark = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <g id=\"icon/UI-library/checkmark\">\n <polygon id=\"Icon\" fill=\"currentColor\" points=\"10 14.5857864 17.7928932 6.79289322 19.2071068 8.20710678 10 17.4142136 5.29289322 12.7071068 6.70710678 11.2928932\"></polygon>\n </g>\n</svg>\n"; | ||
var icons = { | ||
@@ -122,2 +123,3 @@ remove: remove, | ||
ada: ada, | ||
checkmark: checkmark, | ||
'arrow-up': arrowUp, | ||
@@ -124,0 +126,0 @@ 'close-clear': closeClear |
{ | ||
"name": "@tradeshift/elements.note", | ||
"version": "0.4.4", | ||
"version": "0.4.5-alpha.0", | ||
"src": "src/note.js", | ||
@@ -11,7 +11,7 @@ "main": "lib/note.umd.js", | ||
"dependencies": { | ||
"@tradeshift/elements": "^0.4.4", | ||
"@tradeshift/elements.button": "^0.4.4", | ||
"@tradeshift/elements.icon": "^0.4.4" | ||
"@tradeshift/elements": "^0.4.5-alpha.0", | ||
"@tradeshift/elements.button": "^0.4.5-alpha.0", | ||
"@tradeshift/elements.icon": "^0.4.5-alpha.0" | ||
}, | ||
"gitHead": "89284ec2123692dda1d7f1af4d4e687a6901892a" | ||
"gitHead": "23615c91c13690d8f44acdcde32fcec98a7c09ef" | ||
} |
Sorry, the diff of this file is not supported yet
75969
408