@texturehq/edges 1.34.1 → 1.35.0

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/README.md CHANGED
@@ -139,18 +139,3 @@ yarn build
139
139
  ```bash
140
140
  yarn dev
141
141
  ```
142
-
143
- ### Storybook
144
-
145
- ```bash
146
- yarn storybook
147
- # Default port: 6010
148
- ```
149
-
150
- To use a custom port:
151
-
152
- ```bash
153
- STORYBOOK_PORT=6011 yarn storybook
154
- ```
155
-
156
- See [STORYBOOK_PORT.md](./STORYBOOK_PORT.md) for multi-instance setups and dynamic port configuration.
@@ -1840,6 +1840,14 @@ declare const ENTITY_CONFIG: {
1840
1840
  };
1841
1841
  readonly description: "Notifications and alerts";
1842
1842
  };
1843
+ readonly monitor: {
1844
+ readonly icon: "Pulse";
1845
+ readonly label: {
1846
+ readonly singular: "Monitor";
1847
+ readonly plural: "Monitors";
1848
+ };
1849
+ readonly description: "Threshold and status monitors";
1850
+ };
1843
1851
  readonly command: {
1844
1852
  readonly icon: "Play";
1845
1853
  readonly label: {
@@ -1840,6 +1840,14 @@ declare const ENTITY_CONFIG: {
1840
1840
  };
1841
1841
  readonly description: "Notifications and alerts";
1842
1842
  };
1843
+ readonly monitor: {
1844
+ readonly icon: "Pulse";
1845
+ readonly label: {
1846
+ readonly singular: "Monitor";
1847
+ readonly plural: "Monitors";
1848
+ };
1849
+ readonly description: "Threshold and status monitors";
1850
+ };
1843
1851
  readonly command: {
1844
1852
  readonly icon: "Play";
1845
1853
  readonly label: {