@dataforsyningen/designsystem
Advanced tools
Comparing version 7.14.1 to 7.14.3
@@ -1000,8 +1000,2 @@ // src/js/toast.js | ||
// assets/icons/arrow-single-up.svg | ||
var arrow_single_up_default = '<svg class="ds-icon" width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">\n <g stroke="var(--ds-icon-color, black)" stroke-linejoin="round" stroke-linecap="round" stroke-width="var(--ds-icon-stroke, 1)">\n <path d="M2 22L13.84 5.41C14.28 4.85 14.98 4.86 15.41 5.43L27 22"/>\n </g>\n</svg>'; | ||
// assets/icons/arrow-single-down.svg | ||
var arrow_single_down_default = '<svg class="ds-icon" width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">\n <g stroke="var(--ds-icon-color, black)" stroke-linejoin="round" stroke-linecap="round" stroke-width="var(--ds-icon-stroke, 1)">\n <path d="M27 7L15.16 23.59C14.72 24.15 14.02 24.14 13.59 23.57L2 7"/>\n </g>\n</svg>'; | ||
// src/js/dataTable.js | ||
@@ -1071,4 +1065,16 @@ var DSDataTable = class extends HTMLElement { | ||
<button class="quiet button-sort"> | ||
<span class="sort-asc">${arrow_single_up_default}</span> | ||
<span class="sort-dsc">${arrow_single_down_default}</span> | ||
<span class="sort-asc"> | ||
<svg class="ds-icon" width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<g stroke="var(--ds-icon-color, black)" stroke-linejoin="round" stroke-linecap="round" stroke-width="var(--ds-icon-stroke, 1)"> | ||
<path d="M2 22L13.84 5.41C14.28 4.85 14.98 4.86 15.41 5.43L27 22"></path> | ||
</g> | ||
</svg> | ||
</span> | ||
<span class="sort-dsc"> | ||
<svg class="ds-icon" width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<g stroke="var(--ds-icon-color, black)" stroke-linejoin="round" stroke-linecap="round" stroke-width="var(--ds-icon-stroke, 1)"> | ||
<path d="M27 7L15.16 23.59C14.72 24.15 14.02 24.14 13.59 23.57L2 7"></path> | ||
</g> | ||
</svg> | ||
</span> | ||
${title} | ||
@@ -1075,0 +1081,0 @@ </button> |
{ | ||
"name": "@dataforsyningen/designsystem", | ||
"version": "7.14.1", | ||
"version": "7.14.3", | ||
"description": "Common design system for Klimadatastyrelsen with CSS, icons, UI components, and logo images.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -80,4 +80,16 @@ import iconArrowSingleUp from '../../assets/icons/arrow-single-up.svg' | ||
<button class="quiet button-sort"> | ||
<span class="sort-asc">${ iconArrowSingleUp }</span> | ||
<span class="sort-dsc">${ iconArrowSingleDown }</span> | ||
<span class="sort-asc"> | ||
<svg class="ds-icon" width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<g stroke="var(--ds-icon-color, black)" stroke-linejoin="round" stroke-linecap="round" stroke-width="var(--ds-icon-stroke, 1)"> | ||
<path d="M2 22L13.84 5.41C14.28 4.85 14.98 4.86 15.41 5.43L27 22"></path> | ||
</g> | ||
</svg> | ||
</span> | ||
<span class="sort-dsc"> | ||
<svg class="ds-icon" width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<g stroke="var(--ds-icon-color, black)" stroke-linejoin="round" stroke-linecap="round" stroke-width="var(--ds-icon-stroke, 1)"> | ||
<path d="M27 7L15.16 23.59C14.72 24.15 14.02 24.14 13.59 23.57L2 7"></path> | ||
</g> | ||
</svg> | ||
</span> | ||
${ title } | ||
@@ -84,0 +96,0 @@ </button> |
Sorry, the diff of this file is not supported yet
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
4656506
198
3997