@flow.os/style 0.0.1-dev.1771780350 → 0.0.1-dev.1771781977
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 +9 -0
- package/package.json +1 -1
- package/extension/README.md +0 -7
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# @flow.os/style
|
|
2
|
+
|
|
3
|
+
Stili: shorthand, breakpoints, pseudo, resolve, CSS.
|
|
4
|
+
|
|
5
|
+
## API (`index.ts`)
|
|
6
|
+
|
|
7
|
+
- `SHORTHAND_MAP`, `isStyleKey`, `getStyleProp`, `toStyleValue`, `StyleShorthandKey`, `VIEWPORT_KEYS`, `PSEUDO_KEYS`, `VIEWPORT_WIDTHS`, `getViewportKeyFromWidth`, `ViewportKey`, `PseudoKey`, `resolveLayer`, `mergeResolved`, `resolvePseudoStyle`, `styleToCssText`, `PlainLayer`, `ResolvedLayer`.
|
|
8
|
+
|
|
9
|
+
Extension Vite/VS Code in `extension/` (progetto separato).
|
package/package.json
CHANGED
package/extension/README.md
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# Flow Style — Color Picker
|
|
2
|
-
|
|
3
|
-
- **Pallino** (cerchio) prima di ogni colore `#hex` o `rgb(...)`.
|
|
4
|
-
- **Quadratino** dell’editor sul colore: **click** → picker nativo inline.
|
|
5
|
-
- Alternativa: **Ctrl+Shift+C** con cursore sul colore → input hex/rgb.
|
|
6
|
-
|
|
7
|
-
Installazione: Install from VSIX → `flow-style-colors-0.0.1.vsix`.
|