@muziehdesign/components 19.2.8-beta.2587 → 19.2.8-beta.2591

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muziehdesign/components",
3
- "version": "19.2.8-beta.2587",
3
+ "version": "19.2.8-beta.2591",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.8",
6
6
  "@angular/core": "^19.2.8",
@@ -42,12 +42,4 @@
42
42
  .button-loading-overlay {
43
43
  @apply absolute inset-0 flex items-center justify-center z-10 text-secondary;
44
44
  background-color: inherit;
45
- }
46
-
47
- .link-action {
48
- @apply cursor-pointer;
49
- }
50
-
51
- .button-list {
52
- @apply flex gap-2;
53
- }
45
+ }
@@ -16,32 +16,7 @@
16
16
  @apply text-gray-500;
17
17
  }
18
18
 
19
- /*
20
- .structured-article {
21
- display: flex;
22
- flex-direction: column;
23
- padding: 0 1rem;
24
- height:100%;
25
- overflow-y: auto;
26
-
27
- & > *:not(header, footer) {
28
- flex-grow: 1;
29
- padding: 0.5rem 0;
30
- }
31
-
32
- header, footer {
33
- padding: 0.75rem 0;
34
- position: sticky;
35
- background-color: var(--surface-bg, #fff);
36
- z-index: 1;
37
- }
38
-
39
- header {
40
- top: 0px;
41
- }
42
-
43
- footer {
44
- bottom: 0px;
45
- }
46
- }*/
47
- }
19
+ .button-list {
20
+ @apply flex gap-2;
21
+ }
22
+ }