inferred-types 0.50.1 → 0.50.3
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/dist/index.js +3988 -0
- package/dist/inferred-types/index.d.ts +3 -3
- package/dist/inferred-types/index.d.ts.map +1 -1
- package/dist/inferred-types/index.js +3 -3
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/types/string-literals/character-sets/css/global.d.ts +2 -0
- package/dist/types/string-literals/character-sets/css/global.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/global.js +1 -0
- package/dist/types/string-literals/character-sets/css/index.d.ts +2 -0
- package/dist/types/string-literals/character-sets/css/index.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/css/index.js +2 -0
- package/dist/types/string-literals/character-sets/css/overflow.d.ts +36 -0
- package/dist/types/string-literals/character-sets/css/overflow.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/overflow.js +1 -0
- package/dist/types/string-literals/character-sets/css/props.d.ts +68 -0
- package/dist/types/string-literals/character-sets/css/props.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +24 -12
- /package/dist/{inferred-types/index.cjs → index.cjs} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/css/global.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAE,OAAO,GAAG,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/css/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/css/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { CssGlobal } from "./global";
|
|
2
|
+
import { CssSizing } from "./sizing";
|
|
3
|
+
/**
|
|
4
|
+
* **CssOverflowX**
|
|
5
|
+
*
|
|
6
|
+
* a union of valid values for the **CSS** [`overflow-x`](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-x) property.
|
|
7
|
+
*
|
|
8
|
+
* The overflow-x CSS property sets what shows when content overflows a
|
|
9
|
+
* block-level element's left and right edges. This may be nothing, a
|
|
10
|
+
* scroll bar, or the overflow content. This property may also be set
|
|
11
|
+
* by using the overflow shorthand property.
|
|
12
|
+
*/
|
|
13
|
+
export type CssOverflowX = "visible" | "hidden" | "clip" | "scroll" | "auto" | "inherit" | "initial" | "revert" | "unset" | "revert-layer";
|
|
14
|
+
/**
|
|
15
|
+
* **CssOverflowY**
|
|
16
|
+
*
|
|
17
|
+
* a union of valid values for the **CSS** [`overflow-y`](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y) property.
|
|
18
|
+
*
|
|
19
|
+
* The overflow-y CSS property sets what shows when content overflows a
|
|
20
|
+
* block-level element's top and bottom edges. This may be nothing, a
|
|
21
|
+
* scroll bar, or the overflow content. This property may also be set
|
|
22
|
+
* by using the overflow shorthand property.
|
|
23
|
+
*/
|
|
24
|
+
export type CssOverflowY = "visible" | "hidden" | "clip" | "scroll" | "auto" | "inherit" | "initial" | "revert" | "unset" | "revert-layer";
|
|
25
|
+
/**
|
|
26
|
+
* **CssOverflowClipMargin**
|
|
27
|
+
*
|
|
28
|
+
* a union of valid values for the **CSS** [`overflow-clip-margin`](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-clip-margin) property.
|
|
29
|
+
*
|
|
30
|
+
* The overflow-clip-margin CSS property determines how far outside
|
|
31
|
+
* its bounds an element with overflow: clip may be painted before
|
|
32
|
+
* being clipped. The bound defined by this property is called the
|
|
33
|
+
* overflow clip edge of the box.
|
|
34
|
+
*/
|
|
35
|
+
export type CssOverflowClipMargin = CssSizing | `content-box ${CssSizing}` | CssGlobal;
|
|
36
|
+
//# sourceMappingURL=overflow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overflow.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/css/overflow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAGrC;;;;;;;;;GASG;AACH,MAAM,MAAM,YAAY,GACtB,SAAS,GACT,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,MAAM,GACN,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAE,OAAO,GAAG,cAAc,CAAC;AAE7D;;;;;;;;;GASG;AACH,MAAM,MAAM,YAAY,GACtB,SAAS,GACT,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,MAAM,GACN,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAE,OAAO,GAAG,cAAc,CAAC;AAG7D;;;;;;;;;GASG;AACH,MAAM,MAAM,qBAAqB,GAC/B,SAAS,GACT,eAAe,SAAS,EAAE,GACzB,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,3 +1,71 @@
|
|
|
1
1
|
import { OptPercent } from "../Optional";
|
|
2
|
+
import { CssGlobal } from "./global";
|
|
3
|
+
import { CssSizing } from "./sizing";
|
|
2
4
|
export type CssOpacity = `${number}${OptPercent}`;
|
|
5
|
+
/**
|
|
6
|
+
* **CssCursor**
|
|
7
|
+
*
|
|
8
|
+
* a union of valid values for the **CSS** `cursor` property.
|
|
9
|
+
*/
|
|
10
|
+
export type CssCursor = "help" | "wait" | "crosshair" | "zoom-in" | "grab" | "auto" | "default" | "none" | "context-menu" | "pointer" | "progress" | "cell" | "text" | "vertical-text" | "alias" | "copy" | "move" | "no-drop" | "not-allowed" | "grabbing" | "all-scroll" | "col-resize" | "row-resize" | "n-resize" | "e-resize" | "s-resize" | "w-resize" | "ne-resize" | "nw-resize" | "se-resize" | "sw-resize" | "eq-resize" | "ns-resize" | "nesw-resize" | "nwse-resize" | "zoom-in" | "zoom-out";
|
|
11
|
+
/**
|
|
12
|
+
* **CssGap**
|
|
13
|
+
*
|
|
14
|
+
* a union of valid values for the **CSS** `gap` property.
|
|
15
|
+
*/
|
|
16
|
+
export type CssGap = CssSizing | `${CssSizing} ${CssSizing}` | CssGlobal;
|
|
17
|
+
/**
|
|
18
|
+
* **CssFlexGrow**
|
|
19
|
+
*
|
|
20
|
+
* a union of valid values for the **CSS** `flex-grow` property.
|
|
21
|
+
*/
|
|
22
|
+
export type CssFlexGrow = number | CssGlobal;
|
|
23
|
+
/**
|
|
24
|
+
* **CssFlexShrink**
|
|
25
|
+
*
|
|
26
|
+
* a union of valid values for the **CSS** `flex-shrink` property.
|
|
27
|
+
*/
|
|
28
|
+
export type CssFlexShrink = number | CssGlobal;
|
|
29
|
+
/**
|
|
30
|
+
* **CssFlexDirection**
|
|
31
|
+
*
|
|
32
|
+
* a union of valid values for the **CSS** `flex-direction` property.
|
|
33
|
+
*/
|
|
34
|
+
export type CssFlexDirection = "row" | "row-reverse" | "column" | "column-reverse" | CssGlobal;
|
|
35
|
+
/**
|
|
36
|
+
* **CssFlexFlow**
|
|
37
|
+
*
|
|
38
|
+
* A union of valid values for the **CSS** [`flex-flow`](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-flow) property.
|
|
39
|
+
*
|
|
40
|
+
* The flex-flow CSS shorthand property specifies the direction of a flex container,
|
|
41
|
+
* as well as its wrapping behavior.
|
|
42
|
+
*/
|
|
43
|
+
export type CssFlexFlow = "row" | "row-reverse" | "column" | "column-reverse" | "nowrap" | "wrap" | "wrap-reverse" | "row nowrap" | "column wrap" | "column-reverse wrap-reverse" | CssGlobal;
|
|
44
|
+
/**
|
|
45
|
+
* **CssFlex**
|
|
46
|
+
*
|
|
47
|
+
* a union of valid values for the **CSS** [`flex`](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) property.
|
|
48
|
+
*
|
|
49
|
+
* The flex CSS shorthand property sets how a flex item will grow or shrink to fit
|
|
50
|
+
* the space available in its flex container.
|
|
51
|
+
*/
|
|
52
|
+
export type CssFlex = "none" | "min-content" | "auto" | `${CssSizing}` | `${CssSizing} ${CssSizing}` | `${CssSizing} ${CssSizing} ${number}${string}` | CssGlobal;
|
|
53
|
+
/**
|
|
54
|
+
* **CssFlexBasis**
|
|
55
|
+
*
|
|
56
|
+
* a union of valid values for the **CSS** [`flex-basis`](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis) property.
|
|
57
|
+
*
|
|
58
|
+
* The flex-basis CSS property sets the initial main size of a flex item. It sets the size
|
|
59
|
+
* of the content box unless otherwise set with box-sizing.
|
|
60
|
+
*/
|
|
61
|
+
export type CssFlexBasis = "none" | "min-content" | "auto" | `${CssSizing}` | `${CssSizing} ${CssSizing}` | `${CssSizing} ${CssSizing} ${number}${string}` | CssGlobal;
|
|
62
|
+
/**
|
|
63
|
+
* **CssListStyle**
|
|
64
|
+
*
|
|
65
|
+
* a union of valid values for the **CSS** [`list-style`](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style) property.
|
|
66
|
+
*
|
|
67
|
+
* The list-style CSS shorthand property allows you to set all the list style properties
|
|
68
|
+
* at once.
|
|
69
|
+
*/
|
|
70
|
+
export type CssListStyle = "square" | "inside" | `url('${string}')` | "none" | "georgian inside" | "georgian outside" | `georgian inside url('${string}')` | `georgian outside url('${string}')` | CssGlobal;
|
|
3
71
|
//# sourceMappingURL=props.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/css/props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/css/props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAGrC,MAAM,MAAM,UAAU,GAAG,GAAG,MAAM,GAAG,UAAU,EAAE,CAAA;AAEjD;;;;GAIG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,cAAc,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,eAAe,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,aAAa,GAAG,UAAU,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,UAAU,GAAI,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,aAAa,GAAG,aAAa,GAAG,SAAS,GAAG,UAAU,CAAC;AAG3e;;;;GAIG;AACH,MAAM,MAAM,MAAM,GAAG,SAAS,GAAG,GAAG,SAAS,IAAI,SAAS,EAAE,GAAG,SAAS,CAAC;AAGzE;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,SAAS,CAAC;AAG7C;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,SAAS,CAAC;AAG/C;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,aAAa,GAAG,QAAQ,GAAG,gBAAgB,GAAG,SAAS,CAAC;AAG/F;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,GACrB,KAAK,GAAG,aAAa,GAAG,QAAQ,GAAG,gBAAgB,GACnD,QAAQ,GAAG,MAAM,GAAG,cAAc,GAClC,YAAY,GAAG,aAAa,GAAG,6BAA6B,GAC5D,SAAS,CAAC;AAGZ;;;;;;;GAOG;AACH,MAAM,MAAM,OAAO,GACjB,MAAM,GACN,aAAa,GACb,MAAM,GACN,GAAG,SAAS,EAAE,GACd,GAAG,SAAS,IAAI,SAAS,EAAE,GAC3B,GAAG,SAAS,IAAI,SAAS,IAAI,MAAM,GAAG,MAAM,EAAE,GAC9C,SAAS,CAAC;AAEZ;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,GACtB,MAAM,GACN,aAAa,GACb,MAAM,GACN,GAAG,SAAS,EAAE,GACd,GAAG,SAAS,IAAI,SAAS,EAAE,GAC3B,GAAG,SAAS,IAAI,SAAS,IAAI,MAAM,GAAG,MAAM,EAAE,GAC9C,SAAS,CAAC;AAGZ;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,GACtB,QAAQ,GACR,QAAQ,GACR,QAAQ,MAAM,IAAI,GAClB,MAAM,GACN,iBAAiB,GACjB,kBAAkB,GAClB,wBAAwB,MAAM,IAAI,GAClC,yBAAyB,MAAM,IAAI,GACnC,SAAS,CAAC"}
|