inferred-types 0.47.5 → 0.47.8
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/constants/Images.d.ts +42 -0
- package/dist/constants/Images.d.ts.map +1 -0
- package/dist/constants/Images.js +12 -0
- package/dist/constants/Tailwind.d.ts +2 -0
- package/dist/constants/Tailwind.d.ts.map +1 -1
- package/dist/constants/Tailwind.js +3 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/index.js +1 -0
- package/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/inferred-types/index.cjs +19 -1
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/queues/fifo.js +2 -2
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/types/string-literals/character-sets/CarriageReturn.d.ts +18 -0
- package/dist/types/string-literals/character-sets/CarriageReturn.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/CarriageReturn.js +1 -0
- package/dist/types/string-literals/character-sets/Indent.d.ts +31 -0
- package/dist/types/string-literals/character-sets/Indent.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/Indent.js +1 -0
- package/dist/types/string-literals/character-sets/Optional.d.ts +4 -0
- package/dist/types/string-literals/character-sets/Optional.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/OptionalSpace.d.ts +12 -0
- package/dist/types/string-literals/character-sets/OptionalSpace.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/Whitespace.d.ts +8 -0
- package/dist/types/string-literals/character-sets/Whitespace.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/css/index.d.ts +1 -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 +1 -0
- package/dist/types/string-literals/character-sets/css/property.d.ts +19 -0
- package/dist/types/string-literals/character-sets/css/property.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/css/property.js +1 -0
- package/dist/types/string-literals/character-sets/css/props.d.ts +1 -2
- package/dist/types/string-literals/character-sets/css/props.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/images/Exif.d.ts +531 -0
- package/dist/types/string-literals/character-sets/images/Exif.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/images/Exif.js +163 -0
- package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts +20 -0
- package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/images/ImgFormat.js +1 -0
- package/dist/types/string-literals/character-sets/images/index.d.ts +3 -0
- package/dist/types/string-literals/character-sets/images/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/images/index.js +2 -0
- package/dist/types/string-literals/character-sets/index.d.ts +2 -0
- package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/index.js +2 -0
- package/dist/types/string-literals/character-sets/tw/TwColor.d.ts +12 -3
- package/dist/types/string-literals/character-sets/tw/TwColor.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
export var ExifCompression;
|
|
2
|
+
(function (ExifCompression) {
|
|
3
|
+
ExifCompression[ExifCompression["Uncompressed"] = 1] = "Uncompressed";
|
|
4
|
+
ExifCompression[ExifCompression["CCITT"] = 2] = "CCITT";
|
|
5
|
+
ExifCompression[ExifCompression["T4Group3Fax"] = 3] = "T4Group3Fax";
|
|
6
|
+
ExifCompression[ExifCompression["T6Group3Fax"] = 4] = "T6Group3Fax";
|
|
7
|
+
ExifCompression[ExifCompression["LZW"] = 5] = "LZW";
|
|
8
|
+
ExifCompression[ExifCompression["JpgOldStyle"] = 6] = "JpgOldStyle";
|
|
9
|
+
ExifCompression[ExifCompression["Jpg"] = 7] = "Jpg";
|
|
10
|
+
ExifCompression[ExifCompression["AdobeDeflate"] = 8] = "AdobeDeflate";
|
|
11
|
+
ExifCompression[ExifCompression["JBigBw"] = 9] = "JBigBw";
|
|
12
|
+
ExifCompression[ExifCompression["JBigColor"] = 10] = "JBigColor";
|
|
13
|
+
ExifCompression[ExifCompression["JpegAlt"] = 99] = "JpegAlt";
|
|
14
|
+
ExifCompression[ExifCompression["Kodak262"] = 262] = "Kodak262";
|
|
15
|
+
ExifCompression[ExifCompression["Next"] = 32766] = "Next";
|
|
16
|
+
ExifCompression[ExifCompression["SonyRawCompressed"] = 32767] = "SonyRawCompressed";
|
|
17
|
+
ExifCompression[ExifCompression["PackedRaw"] = 32769] = "PackedRaw";
|
|
18
|
+
ExifCompression[ExifCompression["SamsungSrwCompressed"] = 32770] = "SamsungSrwCompressed";
|
|
19
|
+
ExifCompression[ExifCompression["CCIRLEW"] = 32771] = "CCIRLEW";
|
|
20
|
+
ExifCompression[ExifCompression["SamsungSrwCompressed2"] = 32772] = "SamsungSrwCompressed2";
|
|
21
|
+
ExifCompression[ExifCompression["Packbits"] = 32773] = "Packbits";
|
|
22
|
+
ExifCompression[ExifCompression["Thunderscan"] = 32809] = "Thunderscan";
|
|
23
|
+
ExifCompression[ExifCompression["KodakKdcCompressed"] = 32867] = "KodakKdcCompressed";
|
|
24
|
+
ExifCompression[ExifCompression["IT8CTPAD"] = 32895] = "IT8CTPAD";
|
|
25
|
+
ExifCompression[ExifCompression["IT8LW"] = 32896] = "IT8LW";
|
|
26
|
+
ExifCompression[ExifCompression["IT8MP"] = 32897] = "IT8MP";
|
|
27
|
+
ExifCompression[ExifCompression["IT8BL"] = 32898] = "IT8BL";
|
|
28
|
+
ExifCompression[ExifCompression["PixarFilm"] = 32908] = "PixarFilm";
|
|
29
|
+
ExifCompression[ExifCompression["PixarLog"] = 32909] = "PixarLog";
|
|
30
|
+
ExifCompression[ExifCompression["Deflate"] = 32946] = "Deflate";
|
|
31
|
+
ExifCompression[ExifCompression["DCS"] = 32947] = "DCS";
|
|
32
|
+
ExifCompression[ExifCompression["AperioJpeg2000YCbCr"] = 33003] = "AperioJpeg2000YCbCr";
|
|
33
|
+
ExifCompression[ExifCompression["AperioJpeg2000RGB"] = 33005] = "AperioJpeg2000RGB";
|
|
34
|
+
ExifCompression[ExifCompression["JBig"] = 34661] = "JBig";
|
|
35
|
+
ExifCompression[ExifCompression["SGILog"] = 34676] = "SGILog";
|
|
36
|
+
ExifCompression[ExifCompression["SGILog24"] = 34677] = "SGILog24";
|
|
37
|
+
ExifCompression[ExifCompression["Jpeg2000"] = 34712] = "Jpeg2000";
|
|
38
|
+
ExifCompression[ExifCompression["NikonNEFCompressed"] = 34713] = "NikonNEFCompressed";
|
|
39
|
+
ExifCompression[ExifCompression["JBig2TiffFx"] = 34715] = "JBig2TiffFx";
|
|
40
|
+
ExifCompression[ExifCompression["MicrosoftBinaryLevelCodec"] = 34718] = "MicrosoftBinaryLevelCodec";
|
|
41
|
+
ExifCompression[ExifCompression["MicrosoftProgressiveTransformCodec"] = 34719] = "MicrosoftProgressiveTransformCodec";
|
|
42
|
+
ExifCompression[ExifCompression["MicrosoftVector"] = 34720] = "MicrosoftVector";
|
|
43
|
+
ExifCompression[ExifCompression["ESRCLerc"] = 34887] = "ESRCLerc";
|
|
44
|
+
ExifCompression[ExifCompression["LossyJpeg"] = 34892] = "LossyJpeg";
|
|
45
|
+
ExifCompression[ExifCompression["LZMA2"] = 34925] = "LZMA2";
|
|
46
|
+
ExifCompression[ExifCompression["Zstd"] = 34926] = "Zstd";
|
|
47
|
+
ExifCompression[ExifCompression["WepP"] = 34927] = "WepP";
|
|
48
|
+
ExifCompression[ExifCompression["PNG"] = 34933] = "PNG";
|
|
49
|
+
ExifCompression[ExifCompression["JpegXR"] = 34934] = "JpegXR";
|
|
50
|
+
ExifCompression[ExifCompression["KodakDCRCompressed"] = 65000] = "KodakDCRCompressed";
|
|
51
|
+
ExifCompression[ExifCompression["PentaxPEFCompressed"] = 65535] = "PentaxPEFCompressed";
|
|
52
|
+
})(ExifCompression || (ExifCompression = {}));
|
|
53
|
+
export var ExifLightSource;
|
|
54
|
+
(function (ExifLightSource) {
|
|
55
|
+
ExifLightSource[ExifLightSource["Unknown"] = 0] = "Unknown";
|
|
56
|
+
ExifLightSource[ExifLightSource["Daylight"] = 1] = "Daylight";
|
|
57
|
+
ExifLightSource[ExifLightSource["Fluorescent"] = 2] = "Fluorescent";
|
|
58
|
+
ExifLightSource[ExifLightSource["Tungsten"] = 3] = "Tungsten";
|
|
59
|
+
ExifLightSource[ExifLightSource["Flash"] = 4] = "Flash";
|
|
60
|
+
ExifLightSource[ExifLightSource["FineWeather"] = 5] = "FineWeather";
|
|
61
|
+
ExifLightSource[ExifLightSource["Cloudy"] = 6] = "Cloudy";
|
|
62
|
+
ExifLightSource[ExifLightSource["Shade"] = 7] = "Shade";
|
|
63
|
+
ExifLightSource[ExifLightSource["DaylightFluorescent"] = 8] = "DaylightFluorescent";
|
|
64
|
+
ExifLightSource[ExifLightSource["DayWhiteFluorescent"] = 9] = "DayWhiteFluorescent";
|
|
65
|
+
ExifLightSource[ExifLightSource["CoolWhiteFluorescent"] = 10] = "CoolWhiteFluorescent";
|
|
66
|
+
ExifLightSource[ExifLightSource["WhiteFluorescent"] = 11] = "WhiteFluorescent";
|
|
67
|
+
ExifLightSource[ExifLightSource["WarmWhiteFluorescent"] = 12] = "WarmWhiteFluorescent";
|
|
68
|
+
ExifLightSource[ExifLightSource["StandardLightA"] = 13] = "StandardLightA";
|
|
69
|
+
ExifLightSource[ExifLightSource["StandardLightB"] = 14] = "StandardLightB";
|
|
70
|
+
ExifLightSource[ExifLightSource["StandardLightC"] = 15] = "StandardLightC";
|
|
71
|
+
ExifLightSource[ExifLightSource["D55"] = 16] = "D55";
|
|
72
|
+
ExifLightSource[ExifLightSource["D65"] = 17] = "D65";
|
|
73
|
+
ExifLightSource[ExifLightSource["D75"] = 18] = "D75";
|
|
74
|
+
ExifLightSource[ExifLightSource["D50"] = 19] = "D50";
|
|
75
|
+
ExifLightSource[ExifLightSource["ISOStudioTungsten"] = 20] = "ISOStudioTungsten";
|
|
76
|
+
ExifLightSource[ExifLightSource["Other"] = 255] = "Other";
|
|
77
|
+
})(ExifLightSource || (ExifLightSource = {}));
|
|
78
|
+
export var ExifFlashValues;
|
|
79
|
+
(function (ExifFlashValues) {
|
|
80
|
+
ExifFlashValues[ExifFlashValues["NoFlash"] = 0] = "NoFlash";
|
|
81
|
+
ExifFlashValues[ExifFlashValues["Fired"] = 1] = "Fired";
|
|
82
|
+
ExifFlashValues[ExifFlashValues["FiredReturnNotDetected"] = 5] = "FiredReturnNotDetected";
|
|
83
|
+
ExifFlashValues[ExifFlashValues["FiredReturnDetected"] = 7] = "FiredReturnDetected";
|
|
84
|
+
ExifFlashValues[ExifFlashValues["OnDidNotFire"] = 8] = "OnDidNotFire";
|
|
85
|
+
ExifFlashValues[ExifFlashValues["OnFired"] = 9] = "OnFired";
|
|
86
|
+
ExifFlashValues[ExifFlashValues["OnReturnNotDetected"] = 13] = "OnReturnNotDetected";
|
|
87
|
+
ExifFlashValues[ExifFlashValues["OnReturnDetected"] = 15] = "OnReturnDetected";
|
|
88
|
+
ExifFlashValues[ExifFlashValues["OffDidNotFire"] = 16] = "OffDidNotFire";
|
|
89
|
+
ExifFlashValues[ExifFlashValues["OffDidNotFireReturnNotDetected"] = 20] = "OffDidNotFireReturnNotDetected";
|
|
90
|
+
ExifFlashValues[ExifFlashValues["AutoDidNotFire"] = 24] = "AutoDidNotFire";
|
|
91
|
+
ExifFlashValues[ExifFlashValues["AutoFired"] = 25] = "AutoFired";
|
|
92
|
+
ExifFlashValues[ExifFlashValues["AutoFiredReturnNotDetected"] = 29] = "AutoFiredReturnNotDetected";
|
|
93
|
+
ExifFlashValues[ExifFlashValues["AutoFiredReturnDetected"] = 31] = "AutoFiredReturnDetected";
|
|
94
|
+
ExifFlashValues[ExifFlashValues["NoFlashFunction"] = 32] = "NoFlashFunction";
|
|
95
|
+
ExifFlashValues[ExifFlashValues["OffNoFlashFunction"] = 48] = "OffNoFlashFunction";
|
|
96
|
+
ExifFlashValues[ExifFlashValues["FiredRedEyeReduction"] = 65] = "FiredRedEyeReduction";
|
|
97
|
+
ExifFlashValues[ExifFlashValues["FiredRedEyeReductionReturnNotDetected"] = 69] = "FiredRedEyeReductionReturnNotDetected";
|
|
98
|
+
ExifFlashValues[ExifFlashValues["FiredRedEyeReductionReturnDetected"] = 71] = "FiredRedEyeReductionReturnDetected";
|
|
99
|
+
ExifFlashValues[ExifFlashValues["OnRedEyeReduction"] = 73] = "OnRedEyeReduction";
|
|
100
|
+
ExifFlashValues[ExifFlashValues["OnRedEyeReductionReturnNotDetected"] = 77] = "OnRedEyeReductionReturnNotDetected";
|
|
101
|
+
ExifFlashValues[ExifFlashValues["OnRedEyeReductionReturnDetected"] = 79] = "OnRedEyeReductionReturnDetected";
|
|
102
|
+
ExifFlashValues[ExifFlashValues["OffRedEyeReduction"] = 80] = "OffRedEyeReduction";
|
|
103
|
+
ExifFlashValues[ExifFlashValues["AutoDidNotFireRedEyeReduction"] = 88] = "AutoDidNotFireRedEyeReduction";
|
|
104
|
+
ExifFlashValues[ExifFlashValues["AutoFiredRedEyeReduction"] = 89] = "AutoFiredRedEyeReduction";
|
|
105
|
+
ExifFlashValues[ExifFlashValues["AutoFiredRedEyeReductionNotDetected"] = 96] = "AutoFiredRedEyeReductionNotDetected";
|
|
106
|
+
ExifFlashValues[ExifFlashValues["AutoFiredRedEyeReductionDetected"] = 93] = "AutoFiredRedEyeReductionDetected";
|
|
107
|
+
})(ExifFlashValues || (ExifFlashValues = {}));
|
|
108
|
+
export var ExifPreviewColorSpace;
|
|
109
|
+
(function (ExifPreviewColorSpace) {
|
|
110
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["Unknown"] = 0] = "Unknown";
|
|
111
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["GrayGamma22"] = 1] = "GrayGamma22";
|
|
112
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["sRGB"] = 2] = "sRGB";
|
|
113
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["AdobeRGB"] = 3] = "AdobeRGB";
|
|
114
|
+
ExifPreviewColorSpace[ExifPreviewColorSpace["ProPhotoRGB"] = 4] = "ProPhotoRGB";
|
|
115
|
+
})(ExifPreviewColorSpace || (ExifPreviewColorSpace = {}));
|
|
116
|
+
export var ExifEmbedPolicy;
|
|
117
|
+
(function (ExifEmbedPolicy) {
|
|
118
|
+
ExifEmbedPolicy[ExifEmbedPolicy["AllowCopying"] = 0] = "AllowCopying";
|
|
119
|
+
ExifEmbedPolicy[ExifEmbedPolicy["EmbedIfUsed"] = 1] = "EmbedIfUsed";
|
|
120
|
+
ExifEmbedPolicy[ExifEmbedPolicy["NeverEmbed"] = 2] = "NeverEmbed";
|
|
121
|
+
ExifEmbedPolicy[ExifEmbedPolicy["NoRestrictions"] = 3] = "NoRestrictions";
|
|
122
|
+
})(ExifEmbedPolicy || (ExifEmbedPolicy = {}));
|
|
123
|
+
export var ExifSubjectDistance;
|
|
124
|
+
(function (ExifSubjectDistance) {
|
|
125
|
+
ExifSubjectDistance[ExifSubjectDistance["Unknown"] = 0] = "Unknown";
|
|
126
|
+
ExifSubjectDistance[ExifSubjectDistance["Macro"] = 1] = "Macro";
|
|
127
|
+
ExifSubjectDistance[ExifSubjectDistance["Close"] = 2] = "Close";
|
|
128
|
+
ExifSubjectDistance[ExifSubjectDistance["Distant"] = 3] = "Distant";
|
|
129
|
+
})(ExifSubjectDistance || (ExifSubjectDistance = {}));
|
|
130
|
+
export var ExifSharpness;
|
|
131
|
+
(function (ExifSharpness) {
|
|
132
|
+
ExifSharpness[ExifSharpness["Normal"] = 0] = "Normal";
|
|
133
|
+
ExifSharpness[ExifSharpness["Soft"] = 1] = "Soft";
|
|
134
|
+
ExifSharpness[ExifSharpness["Hard"] = 2] = "Hard";
|
|
135
|
+
})(ExifSharpness || (ExifSharpness = {}));
|
|
136
|
+
export var ExifSceneCaptureType;
|
|
137
|
+
(function (ExifSceneCaptureType) {
|
|
138
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Standard"] = 0] = "Standard";
|
|
139
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Landscape"] = 1] = "Landscape";
|
|
140
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Portrait"] = 2] = "Portrait";
|
|
141
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Night"] = 3] = "Night";
|
|
142
|
+
ExifSceneCaptureType[ExifSceneCaptureType["Other"] = 4] = "Other";
|
|
143
|
+
})(ExifSceneCaptureType || (ExifSceneCaptureType = {}));
|
|
144
|
+
export var ExifGainControl;
|
|
145
|
+
(function (ExifGainControl) {
|
|
146
|
+
ExifGainControl[ExifGainControl["None"] = 0] = "None";
|
|
147
|
+
ExifGainControl[ExifGainControl["LowGainUp"] = 1] = "LowGainUp";
|
|
148
|
+
ExifGainControl[ExifGainControl["HighGainUp"] = 2] = "HighGainUp";
|
|
149
|
+
ExifGainControl[ExifGainControl["LowGainDown"] = 3] = "LowGainDown";
|
|
150
|
+
ExifGainControl[ExifGainControl["HighGainDown"] = 4] = "HighGainDown";
|
|
151
|
+
})(ExifGainControl || (ExifGainControl = {}));
|
|
152
|
+
export var ExifContrast;
|
|
153
|
+
(function (ExifContrast) {
|
|
154
|
+
ExifContrast[ExifContrast["Normal"] = 0] = "Normal";
|
|
155
|
+
ExifContrast[ExifContrast["Low"] = 1] = "Low";
|
|
156
|
+
ExifContrast[ExifContrast["High"] = 2] = "High";
|
|
157
|
+
})(ExifContrast || (ExifContrast = {}));
|
|
158
|
+
export var ExifSaturation;
|
|
159
|
+
(function (ExifSaturation) {
|
|
160
|
+
ExifSaturation[ExifSaturation["Normal"] = 0] = "Normal";
|
|
161
|
+
ExifSaturation[ExifSaturation["Low"] = 1] = "Low";
|
|
162
|
+
ExifSaturation[ExifSaturation["High"] = 2] = "High";
|
|
163
|
+
})(ExifSaturation || (ExifSaturation = {}));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { IMAGE_FORMAT_LOOKUP } from "../../../../constants/index";
|
|
2
|
+
import { FilterByProp } from "../../../lists";
|
|
3
|
+
import { GetEach } from "../../../lists/GetEach";
|
|
4
|
+
/**
|
|
5
|
+
* **ImgFormat**
|
|
6
|
+
*
|
|
7
|
+
* a union of image formats named by their most typical file extension
|
|
8
|
+
*
|
|
9
|
+
* **Related:** `ImgFormatWeb`
|
|
10
|
+
*/
|
|
11
|
+
export type ImgFormat = GetEach<typeof IMAGE_FORMAT_LOOKUP, "ext">[number];
|
|
12
|
+
/**
|
|
13
|
+
* **ImgFormatWeb**
|
|
14
|
+
*
|
|
15
|
+
* a union type of image formats typically found on the web.
|
|
16
|
+
*
|
|
17
|
+
* **Related:** `ImageFormat`
|
|
18
|
+
*/
|
|
19
|
+
export type ImgFormatWeb = GetEach<FilterByProp<typeof IMAGE_FORMAT_LOOKUP, false, "webFormat", "equals">, "ext">[number];
|
|
20
|
+
//# sourceMappingURL=ImgFormat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImgFormat.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/images/ImgFormat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,oCAA4B;AAC1D,OAAO,EAAE,YAAY,EAAE,uBAAwB;AAC/C,OAAO,EAAE,OAAO,EAAE,+BAAgC;AAElD;;;;;;GAMG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,OAAO,mBAAmB,EAAE,KAAK,CAAC,CAAC,MAAM,CAAC,CAAA;AAG1E;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,CAChC,YAAY,CACV,OAAO,mBAAmB,EAC1B,KAAK,EACL,WAAW,EACX,QAAQ,CACT,EACD,KAAK,CACN,CAAC,MAAM,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/images/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC"}
|
|
@@ -5,11 +5,13 @@ export * from "./AlphaChar";
|
|
|
5
5
|
export * from "./LowerAlphaChar";
|
|
6
6
|
export * from "./UpperAlphaChar";
|
|
7
7
|
export * from "./Punctuation";
|
|
8
|
+
export * from "./CarriageReturn";
|
|
8
9
|
export * from "./DomainName";
|
|
9
10
|
export * from "./Url";
|
|
10
11
|
export * from "./CSV";
|
|
11
12
|
export * from "./DotPathFor";
|
|
12
13
|
export * from "./IpAddress";
|
|
14
|
+
export * from "./Indent";
|
|
13
15
|
export * from "./OptionalSpace";
|
|
14
16
|
export * from "./StringDelimiter";
|
|
15
17
|
export * from "./Whitespace";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/string-literals/character-sets/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,OAAO,CAAC;AACtB,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAE1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/string-literals/character-sets/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,OAAO,CAAC;AACtB,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAE1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
|
|
@@ -5,11 +5,13 @@ export * from "./AlphaChar.js";
|
|
|
5
5
|
export * from "./LowerAlphaChar.js";
|
|
6
6
|
export * from "./UpperAlphaChar.js";
|
|
7
7
|
export * from "./Punctuation.js";
|
|
8
|
+
export * from "./CarriageReturn.js";
|
|
8
9
|
export * from "./DomainName.js";
|
|
9
10
|
export * from "./Url.js";
|
|
10
11
|
export * from "./CSV.js";
|
|
11
12
|
export * from "./DotPathFor.js";
|
|
12
13
|
export * from "./IpAddress.js";
|
|
14
|
+
export * from "./Indent.js";
|
|
13
15
|
export * from "./OptionalSpace.js";
|
|
14
16
|
export * from "./StringDelimiter.js";
|
|
15
17
|
export * from "./Whitespace.js";
|
|
@@ -6,10 +6,19 @@ import { Mutable } from "../../../index";
|
|
|
6
6
|
*/
|
|
7
7
|
export type TwNeutralColor = "slate" | "gray" | "zinc" | "neutral" | "stone";
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* the _vibrant_ [TailwindCSS](https://tailwindcss.com/docs/customizing-colors)
|
|
10
10
|
* named colors.
|
|
11
11
|
*/
|
|
12
|
-
export type
|
|
12
|
+
export type TwVibrantColor = "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose";
|
|
13
|
+
export type TwStaticColor = "white" | "black";
|
|
14
|
+
/**
|
|
15
|
+
* all [TailwindCSS](https://tailwindcss.com/docs/customizing-colors)
|
|
16
|
+
* named colors, including neutral gradients, vibrant colors, and static
|
|
17
|
+
* colors (white, black).
|
|
18
|
+
*
|
|
19
|
+
* **Related:** `TwNeutralColor`, `TwVibrantColor`, `TwStaticColor`
|
|
20
|
+
*/
|
|
21
|
+
export type TwColor = TwNeutralColor | TwVibrantColor | TwStaticColor;
|
|
13
22
|
/**
|
|
14
23
|
* all of the [TailwindCSS](https://tailwindcss.com/docs/customizing-colors)
|
|
15
24
|
* luminosity levels.
|
|
@@ -23,7 +32,7 @@ export type TwLuminosity = "50" | "100" | "200" | "300" | "400" | "500" | "600"
|
|
|
23
32
|
*
|
|
24
33
|
* **Related:** `TwColorOption`, `TwColorWithLuminosityOpacity`, `TwColor`, `TwNeutralColor`
|
|
25
34
|
*/
|
|
26
|
-
export type TwColorWithLuminosity = `${
|
|
35
|
+
export type TwColorWithLuminosity = `${TwNeutralColor}-${TwLuminosity}` | `${TwVibrantColor}-${TwLuminosity}` | TwStaticColor;
|
|
27
36
|
/**
|
|
28
37
|
* **TwColorWithLuminosityOpacity**
|
|
29
38
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TwColor.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/tw/TwColor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,oCAA4B;AACvE,OAAO,EAAE,OAAO,EAAE,uBAAwB;AAG1C;;;GAGG;AACH,MAAM,MAAM,cAAc,GACxB,OAAO,GACP,MAAM,GACN,MAAM,GACN,SAAS,GACT,OAAO,CAAC;AAEV;;;GAGG;AACH,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"TwColor.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/tw/TwColor.ts"],"names":[],"mappings":"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"}
|