inferred-types 0.55.19 → 0.55.21
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 +439 -424
- 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 +166 -162
- package/modules/runtime/dist/index.js +22 -22
- package/modules/runtime/dist/index.js.map +1 -1
- package/modules/types/dist/index.cjs.map +1 -1
- package/modules/types/dist/index.d.ts +251 -240
- package/package.json +1 -1
|
@@ -3684,17 +3684,17 @@ declare const TW_HUE: {
|
|
|
3684
3684
|
readonly stone: 273;
|
|
3685
3685
|
};
|
|
3686
3686
|
declare const TW_LUMINOSITY: {
|
|
3687
|
-
readonly 50: 97.78;
|
|
3688
|
-
readonly 100: 93.56;
|
|
3689
|
-
readonly 200: 88.11;
|
|
3690
|
-
readonly 300: 82.67;
|
|
3691
|
-
readonly 400: 74.22;
|
|
3692
|
-
readonly 500: 64.78;
|
|
3693
|
-
readonly 600: 57.33;
|
|
3694
|
-
readonly 700: 46.89;
|
|
3695
|
-
readonly 800: 39.44;
|
|
3696
|
-
readonly 900: 32;
|
|
3697
|
-
readonly 950: 23.78;
|
|
3687
|
+
readonly "50": 97.78;
|
|
3688
|
+
readonly "100": 93.56;
|
|
3689
|
+
readonly "200": 88.11;
|
|
3690
|
+
readonly "300": 82.67;
|
|
3691
|
+
readonly "400": 74.22;
|
|
3692
|
+
readonly "500": 64.78;
|
|
3693
|
+
readonly "600": 57.33;
|
|
3694
|
+
readonly "700": 46.89;
|
|
3695
|
+
readonly "800": 39.44;
|
|
3696
|
+
readonly "900": 32;
|
|
3697
|
+
readonly "950": 23.78;
|
|
3698
3698
|
};
|
|
3699
3699
|
declare const TW_LUMIN_50: 97.78;
|
|
3700
3700
|
declare const TW_LUMIN_100: 93.56;
|
|
@@ -3716,17 +3716,17 @@ declare const TW_LUMIN_950: 23.78;
|
|
|
3716
3716
|
* **Related:** `TW_CHROMA_50`, `TW_CHROMA_100`, ...
|
|
3717
3717
|
*/
|
|
3718
3718
|
declare const TW_CHROMA: {
|
|
3719
|
-
readonly 50: 0.0108;
|
|
3720
|
-
readonly 100: 0.0321;
|
|
3721
|
-
readonly 200: 0.0609;
|
|
3722
|
-
readonly 300: 0.0908;
|
|
3723
|
-
readonly 400: 0.1398;
|
|
3724
|
-
readonly 500: 0.1472;
|
|
3725
|
-
readonly 600: 0.1299;
|
|
3726
|
-
readonly 700: 0.1067;
|
|
3727
|
-
readonly 800: 0.0898;
|
|
3728
|
-
readonly 900: 0.0726;
|
|
3729
|
-
readonly 950: 0.054;
|
|
3719
|
+
readonly "50": 0.0108;
|
|
3720
|
+
readonly "100": 0.0321;
|
|
3721
|
+
readonly "200": 0.0609;
|
|
3722
|
+
readonly "300": 0.0908;
|
|
3723
|
+
readonly "400": 0.1398;
|
|
3724
|
+
readonly "500": 0.1472;
|
|
3725
|
+
readonly "600": 0.1299;
|
|
3726
|
+
readonly "700": 0.1067;
|
|
3727
|
+
readonly "800": 0.0898;
|
|
3728
|
+
readonly "900": 0.0726;
|
|
3729
|
+
readonly "950": 0.054;
|
|
3730
3730
|
};
|
|
3731
3731
|
declare const TW_CHROMA_50: 0.0108;
|
|
3732
3732
|
declare const TW_CHROMA_100: 0.0321;
|
|
@@ -2468,17 +2468,17 @@ var TW_HUE = {
|
|
|
2468
2468
|
...TW_HUE_STATIC
|
|
2469
2469
|
};
|
|
2470
2470
|
var TW_LUMINOSITY = {
|
|
2471
|
-
50: 97.78,
|
|
2472
|
-
100: 93.56,
|
|
2473
|
-
200: 88.11,
|
|
2474
|
-
300: 82.67,
|
|
2475
|
-
400: 74.22,
|
|
2476
|
-
500: 64.78,
|
|
2477
|
-
600: 57.33,
|
|
2478
|
-
700: 46.89,
|
|
2479
|
-
800: 39.44,
|
|
2480
|
-
900: 32,
|
|
2481
|
-
950: 23.78
|
|
2471
|
+
"50": 97.78,
|
|
2472
|
+
"100": 93.56,
|
|
2473
|
+
"200": 88.11,
|
|
2474
|
+
"300": 82.67,
|
|
2475
|
+
"400": 74.22,
|
|
2476
|
+
"500": 64.78,
|
|
2477
|
+
"600": 57.33,
|
|
2478
|
+
"700": 46.89,
|
|
2479
|
+
"800": 39.44,
|
|
2480
|
+
"900": 32,
|
|
2481
|
+
"950": 23.78
|
|
2482
2482
|
};
|
|
2483
2483
|
var TW_LUMIN_50 = TW_LUMINOSITY["50"];
|
|
2484
2484
|
var TW_LUMIN_100 = TW_LUMINOSITY["100"];
|
|
@@ -2492,17 +2492,17 @@ var TW_LUMIN_800 = TW_LUMINOSITY["800"];
|
|
|
2492
2492
|
var TW_LUMIN_900 = TW_LUMINOSITY["900"];
|
|
2493
2493
|
var TW_LUMIN_950 = TW_LUMINOSITY["950"];
|
|
2494
2494
|
var TW_CHROMA = {
|
|
2495
|
-
50: 0.0108,
|
|
2496
|
-
100: 0.0321,
|
|
2497
|
-
200: 0.0609,
|
|
2498
|
-
300: 0.0908,
|
|
2499
|
-
400: 0.1398,
|
|
2500
|
-
500: 0.1472,
|
|
2501
|
-
600: 0.1299,
|
|
2502
|
-
700: 0.1067,
|
|
2503
|
-
800: 0.0898,
|
|
2504
|
-
900: 0.0726,
|
|
2505
|
-
950: 0.054
|
|
2495
|
+
"50": 0.0108,
|
|
2496
|
+
"100": 0.0321,
|
|
2497
|
+
"200": 0.0609,
|
|
2498
|
+
"300": 0.0908,
|
|
2499
|
+
"400": 0.1398,
|
|
2500
|
+
"500": 0.1472,
|
|
2501
|
+
"600": 0.1299,
|
|
2502
|
+
"700": 0.1067,
|
|
2503
|
+
"800": 0.0898,
|
|
2504
|
+
"900": 0.0726,
|
|
2505
|
+
"950": 0.054
|
|
2506
2506
|
};
|
|
2507
2507
|
var TW_CHROMA_50 = TW_CHROMA["50"];
|
|
2508
2508
|
var TW_CHROMA_100 = TW_CHROMA["100"];
|