@webstudio-is/css-data 0.56.0 → 0.57.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.
@@ -1,12 +0,0 @@
1
- export declare const units: {
2
- readonly number: readonly [];
3
- readonly percentage: readonly ["%"];
4
- readonly angle: readonly ["deg", "grad", "rad", "turn"];
5
- readonly decibel: readonly ["db"];
6
- readonly flex: readonly ["fr"];
7
- readonly frequency: readonly ["hz", "khz"];
8
- readonly length: readonly ["cm", "mm", "q", "in", "pt", "pc", "px", "em", "rem", "ex", "rex", "cap", "rcap", "ch", "rch", "ic", "ric", "lh", "rlh", "vw", "svw", "lvw", "dvw", "vh", "svh", "lvh", "dvh", "vi", "svi", "lvi", "dvi", "vb", "svb", "lvb", "dvb", "vmin", "svmin", "lvmin", "dvmin", "vmax", "svmax", "lvmax", "dvmax", "cqw", "cqh", "cqi", "cqb", "cqmin", "cqmax"];
9
- readonly resolution: readonly ["dpi", "dpcm", "dppx", "x"];
10
- readonly semitones: readonly ["st"];
11
- readonly time: readonly ["s", "ms"];
12
- };
@@ -1,4 +0,0 @@
1
- export * from "./__generated__/keyword-values";
2
- export * from "./__generated__/properties";
3
- export * from "./__generated__/units";
4
- export * from "./schema";
@@ -1,6 +0,0 @@
1
- export declare const popularityIndex: {
2
- bucketId: number;
3
- date: string;
4
- dayPercentage: number;
5
- property: string;
6
- }[];