@texturehq/edges 1.34.0 → 1.34.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.
- package/README.md +0 -15
- package/dist/{colors-upTGgIQe.d.cts → colors-HFXagXDT.d.cts} +8 -0
- package/dist/{colors-CoULWZ5j.d.ts → colors-_FKNnBIn.d.ts} +8 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/rhf/index.cjs +1 -1
- package/dist/rhf/index.cjs.map +1 -1
- package/dist/rhf/index.js +1 -1
- package/dist/rhf/index.js.map +1 -1
- package/dist/server.cjs +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles.css +1293 -843
- package/package.json +5 -17
- package/scripts/generate-color-utilities.mjs +163 -0
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: {
|