@design.estate/dees-catalog 4.2.0 → 4.2.1

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.
@@ -174164,24 +174164,24 @@ __publicField(_DeesHarnessToolCard, "styles", [
174164
174164
  color: var(--dees-color-link-hover);
174165
174165
  }
174166
174166
 
174167
- /* Locates the card after minimizing: a brief highlight pulse. */
174167
+ /* Locates the card after minimizing: a quick scale pulse. */
174168
174168
  .harness-card.returnFlash {
174169
- animation: harness-card-return-flash 1.4s var(--dees-ease-standard);
174169
+ animation: harness-card-return-flash 0.6s var(--dees-ease-standard);
174170
+ transform-origin: center;
174170
174171
  }
174171
174172
 
174172
174173
  @keyframes harness-card-return-flash {
174173
- 0%, 55% {
174174
- box-shadow: 0 0 0 2px var(--dees-color-accent-primary);
174174
+ 0%, 100% {
174175
+ transform: scale(1);
174175
174176
  }
174176
- 100% {
174177
- box-shadow: 0 0 0 0 transparent;
174177
+ 50% {
174178
+ transform: scale(1.05);
174178
174179
  }
174179
174180
  }
174180
174181
 
174181
174182
  @media (prefers-reduced-motion: reduce) {
174182
174183
  .harness-card.returnFlash {
174183
174184
  animation: none;
174184
- box-shadow: 0 0 0 2px var(--dees-color-accent-primary);
174185
174185
  }
174186
174186
  }
174187
174187
  `
@@ -199411,7 +199411,7 @@ init_group_runtime();
199411
199411
  // ts_web/00_commitinfo_data.ts
199412
199412
  var commitinfo = {
199413
199413
  name: "@design.estate/dees-catalog",
199414
- version: "4.2.0",
199414
+ version: "4.2.1",
199415
199415
  description: "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript."
199416
199416
  };
199417
199417
 
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '4.2.0',
6
+ version: '4.2.1',
7
7
  description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsNkJBQTZCO0lBQ25DLE9BQU8sRUFBRSxPQUFPO0lBQ2hCLFdBQVcsRUFBRSxzSkFBc0o7Q0FDcEssQ0FBQSJ9
@@ -294,24 +294,24 @@ let DeesHarnessToolCard = (() => {
294
294
  color: var(--dees-color-link-hover);
295
295
  }
296
296
 
297
- /* Locates the card after minimizing: a brief highlight pulse. */
297
+ /* Locates the card after minimizing: a quick scale pulse. */
298
298
  .harness-card.returnFlash {
299
- animation: harness-card-return-flash 1.4s var(--dees-ease-standard);
299
+ animation: harness-card-return-flash 0.6s var(--dees-ease-standard);
300
+ transform-origin: center;
300
301
  }
301
302
 
302
303
  @keyframes harness-card-return-flash {
303
- 0%, 55% {
304
- box-shadow: 0 0 0 2px var(--dees-color-accent-primary);
304
+ 0%, 100% {
305
+ transform: scale(1);
305
306
  }
306
- 100% {
307
- box-shadow: 0 0 0 0 transparent;
307
+ 50% {
308
+ transform: scale(1.05);
308
309
  }
309
310
  }
310
311
 
311
312
  @media (prefers-reduced-motion: reduce) {
312
313
  .harness-card.returnFlash {
313
314
  animation: none;
314
- box-shadow: 0 0 0 2px var(--dees-color-accent-primary);
315
315
  }
316
316
  }
317
317
  `,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-catalog",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "private": false,
5
5
  "description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
6
6
  "main": "dist_ts_web/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '4.2.0',
6
+ version: '4.2.1',
7
7
  description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
8
8
  }
@@ -232,24 +232,24 @@ export class DeesHarnessToolCard extends DeesElement {
232
232
  color: var(--dees-color-link-hover);
233
233
  }
234
234
 
235
- /* Locates the card after minimizing: a brief highlight pulse. */
235
+ /* Locates the card after minimizing: a quick scale pulse. */
236
236
  .harness-card.returnFlash {
237
- animation: harness-card-return-flash 1.4s var(--dees-ease-standard);
237
+ animation: harness-card-return-flash 0.6s var(--dees-ease-standard);
238
+ transform-origin: center;
238
239
  }
239
240
 
240
241
  @keyframes harness-card-return-flash {
241
- 0%, 55% {
242
- box-shadow: 0 0 0 2px var(--dees-color-accent-primary);
242
+ 0%, 100% {
243
+ transform: scale(1);
243
244
  }
244
- 100% {
245
- box-shadow: 0 0 0 0 transparent;
245
+ 50% {
246
+ transform: scale(1.05);
246
247
  }
247
248
  }
248
249
 
249
250
  @media (prefers-reduced-motion: reduce) {
250
251
  .harness-card.returnFlash {
251
252
  animation: none;
252
- box-shadow: 0 0 0 2px var(--dees-color-accent-primary);
253
253
  }
254
254
  }
255
255
  `,