inferred-types 0.55.19 → 0.55.20
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/modules/constants/dist/index.cjs +22 -22
- package/modules/constants/dist/index.cjs.map +1 -1
- package/modules/constants/dist/index.d.ts +22 -22
- package/modules/constants/dist/index.js +22 -22
- package/modules/constants/dist/index.js.map +1 -1
- package/modules/inferred-types/dist/index.cjs +44 -44
- package/modules/inferred-types/dist/index.cjs.map +1 -1
- package/modules/inferred-types/dist/index.d.ts +71 -67
- package/modules/inferred-types/dist/index.js +44 -44
- package/modules/inferred-types/dist/index.js.map +1 -1
- package/modules/runtime/dist/index.cjs +22 -22
- package/modules/runtime/dist/index.cjs.map +1 -1
- package/modules/runtime/dist/index.d.ts +27 -23
- package/modules/runtime/dist/index.js +22 -22
- package/modules/runtime/dist/index.js.map +1 -1
- package/modules/types/dist/index.d.ts +22 -22
- package/package.json +1 -1
|
@@ -3288,17 +3288,17 @@ declare const TW_HUE: {
|
|
|
3288
3288
|
readonly stone: 273;
|
|
3289
3289
|
};
|
|
3290
3290
|
declare const TW_LUMINOSITY: {
|
|
3291
|
-
readonly 50: 97.78;
|
|
3292
|
-
readonly 100: 93.56;
|
|
3293
|
-
readonly 200: 88.11;
|
|
3294
|
-
readonly 300: 82.67;
|
|
3295
|
-
readonly 400: 74.22;
|
|
3296
|
-
readonly 500: 64.78;
|
|
3297
|
-
readonly 600: 57.33;
|
|
3298
|
-
readonly 700: 46.89;
|
|
3299
|
-
readonly 800: 39.44;
|
|
3300
|
-
readonly 900: 32;
|
|
3301
|
-
readonly 950: 23.78;
|
|
3291
|
+
readonly "50": 97.78;
|
|
3292
|
+
readonly "100": 93.56;
|
|
3293
|
+
readonly "200": 88.11;
|
|
3294
|
+
readonly "300": 82.67;
|
|
3295
|
+
readonly "400": 74.22;
|
|
3296
|
+
readonly "500": 64.78;
|
|
3297
|
+
readonly "600": 57.33;
|
|
3298
|
+
readonly "700": 46.89;
|
|
3299
|
+
readonly "800": 39.44;
|
|
3300
|
+
readonly "900": 32;
|
|
3301
|
+
readonly "950": 23.78;
|
|
3302
3302
|
};
|
|
3303
3303
|
/**
|
|
3304
3304
|
* **TW_CHROMA**
|
|
@@ -3309,17 +3309,17 @@ declare const TW_LUMINOSITY: {
|
|
|
3309
3309
|
* **Related:** `TW_CHROMA_50`, `TW_CHROMA_100`, ...
|
|
3310
3310
|
*/
|
|
3311
3311
|
declare const TW_CHROMA: {
|
|
3312
|
-
readonly 50: 0.0108;
|
|
3313
|
-
readonly 100: 0.0321;
|
|
3314
|
-
readonly 200: 0.0609;
|
|
3315
|
-
readonly 300: 0.0908;
|
|
3316
|
-
readonly 400: 0.1398;
|
|
3317
|
-
readonly 500: 0.1472;
|
|
3318
|
-
readonly 600: 0.1299;
|
|
3319
|
-
readonly 700: 0.1067;
|
|
3320
|
-
readonly 800: 0.0898;
|
|
3321
|
-
readonly 900: 0.0726;
|
|
3322
|
-
readonly 950: 0.054;
|
|
3312
|
+
readonly "50": 0.0108;
|
|
3313
|
+
readonly "100": 0.0321;
|
|
3314
|
+
readonly "200": 0.0609;
|
|
3315
|
+
readonly "300": 0.0908;
|
|
3316
|
+
readonly "400": 0.1398;
|
|
3317
|
+
readonly "500": 0.1472;
|
|
3318
|
+
readonly "600": 0.1299;
|
|
3319
|
+
readonly "700": 0.1067;
|
|
3320
|
+
readonly "800": 0.0898;
|
|
3321
|
+
readonly "900": 0.0726;
|
|
3322
|
+
readonly "950": 0.054;
|
|
3323
3323
|
};
|
|
3324
3324
|
/**
|
|
3325
3325
|
* The list of "targets" where Tailwind color string references
|