Compare commits

..

2 Commits

Author SHA1 Message Date
d5c9bc69b3 v3.70.1
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-04-11 08:47:25 +00:00
27f8ab752d fix(dees-modal): use icon font sizing for modal header buttons 2026-04-11 08:47:25 +00:00
4 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026-04-11 - 3.70.1 - fix(dees-modal)
use icon font sizing for modal header buttons
- replace fixed width and height on header button icons with font-size to align dees-icon rendering
## 2026-04-08 - 3.70.0 - feat(dees-table)
add opt-in flash highlighting for updated table cells

View File

@@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-catalog",
"version": "3.70.0",
"version": "3.70.1",
"private": false,
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
"main": "dist_ts_web/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '3.70.0',
version: '3.70.1',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}

View File

@@ -268,9 +268,7 @@ export class DeesModal extends DeesElement {
}
.heading .header-button dees-icon {
width: 14px;
height: 14px;
display: block;
font-size: 14px;
}
.content {