libpetri 2.1.0 → 2.3.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.
@@ -1,6 +1,6 @@
1
1
  import { Writable } from 'node:stream';
2
- import { P as PetriNet, b as Transition, T as Token } from '../petri-net-BDrj4XZE.js';
3
- import { E as EventStore, N as NetEvent } from '../event-store-2zkXeQkd.js';
2
+ import { P as PetriNet, b as Transition, T as Token } from '../petri-net-CKZYPOsL.js';
3
+ import { E as EventStore, N as NetEvent } from '../event-store-I3QiQABh.js';
4
4
 
5
5
  /**
6
6
  * Commands sent from debug UI client to server via WebSocket.
@@ -1,5 +1,5 @@
1
1
  import { Application } from 'typedoc';
2
- import { P as PetriNet, S as SubnetDef, o as Instance } from '../petri-net-BDrj4XZE.js';
2
+ import { P as PetriNet, S as SubnetDef, o as Instance } from '../petri-net-CKZYPOsL.js';
3
3
 
4
4
  /**
5
5
  * TypeDoc plugin for `@petrinet` and `@subnet` tags — auto-generates
@@ -136,6 +136,13 @@
136
136
  background: #e8e8e8;
137
137
  }
138
138
 
139
+ .petrinet-diagram .diagram-btn:disabled,
140
+ .libpetri-viewer .diagram-btn:disabled {
141
+ opacity: 0.5;
142
+ cursor: not-allowed;
143
+ background: white;
144
+ }
145
+
139
146
  .petrinet-diagram details {
140
147
  padding: 0 16px 16px;
141
148
  }