@eventcatalog/visualiser 3.21.0 → 3.21.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.
@@ -107,6 +107,7 @@
107
107
  --color-slate-500: oklch(55.4% 0.046 257.417);
108
108
  --color-slate-600: oklch(44.6% 0.043 257.281);
109
109
  --color-slate-700: oklch(37.2% 0.044 257.287);
110
+ --color-slate-950: oklch(12.9% 0.042 264.695);
110
111
  --color-gray-50: oklch(98.5% 0.002 247.839);
111
112
  --color-gray-100: oklch(96.7% 0.003 264.542);
112
113
  --color-gray-200: oklch(92.8% 0.006 264.531);
@@ -229,6 +230,9 @@
229
230
  .eventcatalog-visualizer .bottom-4 {
230
231
  bottom: calc(var(--spacing) * 4);
231
232
  }
233
+ .eventcatalog-visualizer .bottom-full {
234
+ bottom: 100%;
235
+ }
232
236
  .eventcatalog-visualizer .\!left-\[-0px\] {
233
237
  left: -0px !important;
234
238
  }
@@ -562,6 +566,9 @@
562
566
  .eventcatalog-visualizer .w-full {
563
567
  width: 100%;
564
568
  }
569
+ .eventcatalog-visualizer .w-max {
570
+ width: max-content;
571
+ }
565
572
  .eventcatalog-visualizer .max-w-40 {
566
573
  max-width: calc(var(--spacing) * 40);
567
574
  }
@@ -577,6 +584,9 @@
577
584
  .eventcatalog-visualizer .max-w-\[280px\] {
578
585
  max-width: 280px;
579
586
  }
587
+ .eventcatalog-visualizer .max-w-\[320px\] {
588
+ max-width: 320px;
589
+ }
580
590
  .eventcatalog-visualizer .max-w-full {
581
591
  max-width: 100%;
582
592
  }
@@ -636,6 +646,9 @@
636
646
  --tw-scale-z: 110%;
637
647
  scale: var(--tw-scale-x) var(--tw-scale-y);
638
648
  }
649
+ .eventcatalog-visualizer .rotate-45 {
650
+ rotate: 45deg;
651
+ }
639
652
  .eventcatalog-visualizer .rotate-180 {
640
653
  rotate: 180deg;
641
654
  }
@@ -845,6 +858,10 @@
845
858
  border-top-style: var(--tw-border-style);
846
859
  border-top-width: 1px;
847
860
  }
861
+ .eventcatalog-visualizer .border-r {
862
+ border-right-style: var(--tw-border-style);
863
+ border-right-width: 1px;
864
+ }
848
865
  .eventcatalog-visualizer .border-r-\[1px\] {
849
866
  border-right-style: var(--tw-border-style);
850
867
  border-right-width: 1px;
@@ -1400,6 +1417,9 @@
1400
1417
  .eventcatalog-visualizer .bg-slate-500 {
1401
1418
  background-color: var(--color-slate-500);
1402
1419
  }
1420
+ .eventcatalog-visualizer .bg-slate-950 {
1421
+ background-color: var(--color-slate-950);
1422
+ }
1403
1423
  .eventcatalog-visualizer .bg-teal-500 {
1404
1424
  background-color: var(--color-teal-500);
1405
1425
  }
@@ -1760,6 +1780,9 @@
1760
1780
  .eventcatalog-visualizer .px-2 {
1761
1781
  padding-inline: calc(var(--spacing) * 2);
1762
1782
  }
1783
+ .eventcatalog-visualizer .px-2\.5 {
1784
+ padding-inline: calc(var(--spacing) * 2.5);
1785
+ }
1763
1786
  .eventcatalog-visualizer .px-3 {
1764
1787
  padding-inline: calc(var(--spacing) * 3);
1765
1788
  }
@@ -1866,6 +1889,9 @@
1866
1889
  .eventcatalog-visualizer .text-\[10px\] {
1867
1890
  font-size: 10px;
1868
1891
  }
1892
+ .eventcatalog-visualizer .text-\[11px\] {
1893
+ font-size: 11px;
1894
+ }
1869
1895
  .eventcatalog-visualizer .text-\[12px\] {
1870
1896
  font-size: 12px;
1871
1897
  }
@@ -2614,6 +2640,18 @@
2614
2640
  --tw-outline-style: none;
2615
2641
  outline-style: none;
2616
2642
  }
2643
+ .eventcatalog-visualizer .group-focus-within\:block {
2644
+ .eventcatalog-visualizer &:is(:where(.group):focus-within *) {
2645
+ display: block;
2646
+ }
2647
+ }
2648
+ .eventcatalog-visualizer .group-hover\:block {
2649
+ .eventcatalog-visualizer &:is(:where(.group):hover *) {
2650
+ @media (hover: hover) {
2651
+ display: block;
2652
+ }
2653
+ }
2654
+ }
2617
2655
  .eventcatalog-visualizer .group-hover\:text-\[rgb\(var\(--ec-accent\)\)\] {
2618
2656
  .eventcatalog-visualizer &:is(:where(.group):hover *) {
2619
2657
  @media (hover: hover) {
@@ -3654,6 +3692,9 @@
3654
3692
  .eventcatalog-visualizer .react-flow__node {
3655
3693
  cursor: pointer;
3656
3694
  }
3695
+ .eventcatalog-visualizer .react-flow__node:hover .ec-truncated-resource-name-tooltip {
3696
+ display: block;
3697
+ }
3657
3698
  .eventcatalog-visualizer .ec-animating-layout .react-flow__node {
3658
3699
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
3659
3700
  }
package/dist/styles.css CHANGED
@@ -107,6 +107,7 @@
107
107
  --color-slate-500: oklch(55.4% 0.046 257.417);
108
108
  --color-slate-600: oklch(44.6% 0.043 257.281);
109
109
  --color-slate-700: oklch(37.2% 0.044 257.287);
110
+ --color-slate-950: oklch(12.9% 0.042 264.695);
110
111
  --color-gray-50: oklch(98.5% 0.002 247.839);
111
112
  --color-gray-100: oklch(96.7% 0.003 264.542);
112
113
  --color-gray-200: oklch(92.8% 0.006 264.531);
@@ -229,6 +230,9 @@
229
230
  .eventcatalog-visualizer .bottom-4 {
230
231
  bottom: calc(var(--spacing) * 4);
231
232
  }
233
+ .eventcatalog-visualizer .bottom-full {
234
+ bottom: 100%;
235
+ }
232
236
  .eventcatalog-visualizer .\!left-\[-0px\] {
233
237
  left: -0px !important;
234
238
  }
@@ -562,6 +566,9 @@
562
566
  .eventcatalog-visualizer .w-full {
563
567
  width: 100%;
564
568
  }
569
+ .eventcatalog-visualizer .w-max {
570
+ width: max-content;
571
+ }
565
572
  .eventcatalog-visualizer .max-w-40 {
566
573
  max-width: calc(var(--spacing) * 40);
567
574
  }
@@ -577,6 +584,9 @@
577
584
  .eventcatalog-visualizer .max-w-\[280px\] {
578
585
  max-width: 280px;
579
586
  }
587
+ .eventcatalog-visualizer .max-w-\[320px\] {
588
+ max-width: 320px;
589
+ }
580
590
  .eventcatalog-visualizer .max-w-full {
581
591
  max-width: 100%;
582
592
  }
@@ -636,6 +646,9 @@
636
646
  --tw-scale-z: 110%;
637
647
  scale: var(--tw-scale-x) var(--tw-scale-y);
638
648
  }
649
+ .eventcatalog-visualizer .rotate-45 {
650
+ rotate: 45deg;
651
+ }
639
652
  .eventcatalog-visualizer .rotate-180 {
640
653
  rotate: 180deg;
641
654
  }
@@ -845,6 +858,10 @@
845
858
  border-top-style: var(--tw-border-style);
846
859
  border-top-width: 1px;
847
860
  }
861
+ .eventcatalog-visualizer .border-r {
862
+ border-right-style: var(--tw-border-style);
863
+ border-right-width: 1px;
864
+ }
848
865
  .eventcatalog-visualizer .border-r-\[1px\] {
849
866
  border-right-style: var(--tw-border-style);
850
867
  border-right-width: 1px;
@@ -1400,6 +1417,9 @@
1400
1417
  .eventcatalog-visualizer .bg-slate-500 {
1401
1418
  background-color: var(--color-slate-500);
1402
1419
  }
1420
+ .eventcatalog-visualizer .bg-slate-950 {
1421
+ background-color: var(--color-slate-950);
1422
+ }
1403
1423
  .eventcatalog-visualizer .bg-teal-500 {
1404
1424
  background-color: var(--color-teal-500);
1405
1425
  }
@@ -1760,6 +1780,9 @@
1760
1780
  .eventcatalog-visualizer .px-2 {
1761
1781
  padding-inline: calc(var(--spacing) * 2);
1762
1782
  }
1783
+ .eventcatalog-visualizer .px-2\.5 {
1784
+ padding-inline: calc(var(--spacing) * 2.5);
1785
+ }
1763
1786
  .eventcatalog-visualizer .px-3 {
1764
1787
  padding-inline: calc(var(--spacing) * 3);
1765
1788
  }
@@ -1866,6 +1889,9 @@
1866
1889
  .eventcatalog-visualizer .text-\[10px\] {
1867
1890
  font-size: 10px;
1868
1891
  }
1892
+ .eventcatalog-visualizer .text-\[11px\] {
1893
+ font-size: 11px;
1894
+ }
1869
1895
  .eventcatalog-visualizer .text-\[12px\] {
1870
1896
  font-size: 12px;
1871
1897
  }
@@ -2614,6 +2640,18 @@
2614
2640
  --tw-outline-style: none;
2615
2641
  outline-style: none;
2616
2642
  }
2643
+ .eventcatalog-visualizer .group-focus-within\:block {
2644
+ .eventcatalog-visualizer &:is(:where(.group):focus-within *) {
2645
+ display: block;
2646
+ }
2647
+ }
2648
+ .eventcatalog-visualizer .group-hover\:block {
2649
+ .eventcatalog-visualizer &:is(:where(.group):hover *) {
2650
+ @media (hover: hover) {
2651
+ display: block;
2652
+ }
2653
+ }
2654
+ }
2617
2655
  .eventcatalog-visualizer .group-hover\:text-\[rgb\(var\(--ec-accent\)\)\] {
2618
2656
  .eventcatalog-visualizer &:is(:where(.group):hover *) {
2619
2657
  @media (hover: hover) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eventcatalog/visualiser",
3
- "version": "3.21.0",
3
+ "version": "3.21.1",
4
4
  "description": "ReactFlow nodes and visualiser components for EventCatalog - framework agnostic",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",