@design.estate/dees-catalog 4.3.1 → 4.3.2

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.
@@ -174500,15 +174500,6 @@ __publicField(_DeesHarnessMessage, "styles", [
174500
174500
  content-visibility: auto;
174501
174501
  contain-intrinsic-size: auto 96px;
174502
174502
  font-family: var(--dees-font-family);
174503
- }
174504
-
174505
- /* A flashing card scales past its bounds: lift clipping and stack
174506
- order for the pulse so it renders whole and above its neighbors. */
174507
- :host(.flash-lift) {
174508
- content-visibility: visible;
174509
- overflow-x: visible;
174510
- position: relative;
174511
- z-index: 5;
174512
174503
  /* entry: new boxes make space for themselves while fading in.
174513
174504
  A keyframes animation (not a transition) so the parent tree's
174514
174505
  universal theme-transition rule cannot override it in the shadow
@@ -174520,6 +174511,15 @@ __publicField(_DeesHarnessMessage, "styles", [
174520
174511
  animation: harness-entry var(--dees-transition-default) var(--dees-ease-out);
174521
174512
  }
174522
174513
 
174514
+ /* A flashing card scales past its bounds: lift clipping and stack
174515
+ order for the pulse so it renders whole and above its neighbors. */
174516
+ :host(.flash-lift) {
174517
+ content-visibility: visible;
174518
+ overflow: visible;
174519
+ position: relative;
174520
+ z-index: 5;
174521
+ }
174522
+
174523
174523
  @keyframes harness-entry {
174524
174524
  from {
174525
174525
  height: 0;
@@ -199486,7 +199486,7 @@ init_group_runtime();
199486
199486
  // ts_web/00_commitinfo_data.ts
199487
199487
  var commitinfo = {
199488
199488
  name: "@design.estate/dees-catalog",
199489
- version: "4.3.1",
199489
+ version: "4.3.2",
199490
199490
  description: "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript."
199491
199491
  };
199492
199492
 
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '4.3.1',
6
+ version: '4.3.2',
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
@@ -149,15 +149,6 @@ let DeesHarnessMessage = (() => {
149
149
  content-visibility: auto;
150
150
  contain-intrinsic-size: auto 96px;
151
151
  font-family: var(--dees-font-family);
152
- }
153
-
154
- /* A flashing card scales past its bounds: lift clipping and stack
155
- order for the pulse so it renders whole and above its neighbors. */
156
- :host(.flash-lift) {
157
- content-visibility: visible;
158
- overflow-x: visible;
159
- position: relative;
160
- z-index: 5;
161
152
  /* entry: new boxes make space for themselves while fading in.
162
153
  A keyframes animation (not a transition) so the parent tree's
163
154
  universal theme-transition rule cannot override it in the shadow
@@ -169,6 +160,15 @@ let DeesHarnessMessage = (() => {
169
160
  animation: harness-entry var(--dees-transition-default) var(--dees-ease-out);
170
161
  }
171
162
 
163
+ /* A flashing card scales past its bounds: lift clipping and stack
164
+ order for the pulse so it renders whole and above its neighbors. */
165
+ :host(.flash-lift) {
166
+ content-visibility: visible;
167
+ overflow: visible;
168
+ position: relative;
169
+ z-index: 5;
170
+ }
171
+
172
172
  @keyframes harness-entry {
173
173
  from {
174
174
  height: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-catalog",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
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.3.1',
6
+ version: '4.3.2',
7
7
  description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
8
8
  }
@@ -89,15 +89,6 @@ export class DeesHarnessMessage extends DeesElement {
89
89
  content-visibility: auto;
90
90
  contain-intrinsic-size: auto 96px;
91
91
  font-family: var(--dees-font-family);
92
- }
93
-
94
- /* A flashing card scales past its bounds: lift clipping and stack
95
- order for the pulse so it renders whole and above its neighbors. */
96
- :host(.flash-lift) {
97
- content-visibility: visible;
98
- overflow-x: visible;
99
- position: relative;
100
- z-index: 5;
101
92
  /* entry: new boxes make space for themselves while fading in.
102
93
  A keyframes animation (not a transition) so the parent tree's
103
94
  universal theme-transition rule cannot override it in the shadow
@@ -109,6 +100,15 @@ export class DeesHarnessMessage extends DeesElement {
109
100
  animation: harness-entry var(--dees-transition-default) var(--dees-ease-out);
110
101
  }
111
102
 
103
+ /* A flashing card scales past its bounds: lift clipping and stack
104
+ order for the pulse so it renders whole and above its neighbors. */
105
+ :host(.flash-lift) {
106
+ content-visibility: visible;
107
+ overflow: visible;
108
+ position: relative;
109
+ z-index: 5;
110
+ }
111
+
112
112
  @keyframes harness-entry {
113
113
  from {
114
114
  height: 0;