@devvit/public-api 0.12.7-next-2025-12-15-19-58-48-962aee65f.0 → 0.12.7-next-2025-12-15-22-14-35-6c217d0d4.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.
- package/devvit/internals/semanticColors.d.ts +28 -0
- package/devvit/internals/semanticColors.d.ts.map +1 -1
- package/devvit/internals/semanticColors.js +30 -2
- package/meta.min.json +8 -8
- package/package.json +14 -12
- package/public-api.min.js +1 -1
- package/public-api.min.js.map +2 -2
- package/types/icons.d.ts +1 -1
- package/types/icons.d.ts.map +1 -1
- package/types/icons.js +1 -1
- package/version.json +6 -4
|
@@ -38,6 +38,26 @@ export declare const semanticColors: {
|
|
|
38
38
|
"black-opacity-67": string;
|
|
39
39
|
"black-opacity-80": string;
|
|
40
40
|
"black-opacity-90": string;
|
|
41
|
+
"brand-secondary-bananayellow_base": string;
|
|
42
|
+
"brand-secondary-bananayellow_highlight": string;
|
|
43
|
+
"brand-secondary-bananayellow_shade": string;
|
|
44
|
+
"brand-secondary-bananayellow_tint": string;
|
|
45
|
+
"brand-secondary-guavapink_base": string;
|
|
46
|
+
"brand-secondary-guavapink_highlight": string;
|
|
47
|
+
"brand-secondary-guavapink_shade": string;
|
|
48
|
+
"brand-secondary-guavapink_tint": string;
|
|
49
|
+
"brand-secondary-juniperblue_base": string;
|
|
50
|
+
"brand-secondary-juniperblue_highlight": string;
|
|
51
|
+
"brand-secondary-juniperblue_shade": string;
|
|
52
|
+
"brand-secondary-juniperblue_tint": string;
|
|
53
|
+
"brand-secondary-limegreen_base": string;
|
|
54
|
+
"brand-secondary-limegreen_highlight": string;
|
|
55
|
+
"brand-secondary-limegreen_shade": string;
|
|
56
|
+
"brand-secondary-limegreen_tint": string;
|
|
57
|
+
"brand-secondary-orangered_base": string;
|
|
58
|
+
"brand-secondary-orangered_highlight": string;
|
|
59
|
+
"brand-secondary-orangered_shade": string;
|
|
60
|
+
"brand-secondary-orangered_tint": string;
|
|
41
61
|
"brown-100": string;
|
|
42
62
|
"brown-200": string;
|
|
43
63
|
"brown-25": string;
|
|
@@ -686,6 +706,14 @@ export declare const semanticColors: {
|
|
|
686
706
|
light: string;
|
|
687
707
|
dark: string;
|
|
688
708
|
};
|
|
709
|
+
"neutral-background-highlighted": {
|
|
710
|
+
light: string;
|
|
711
|
+
dark: string;
|
|
712
|
+
};
|
|
713
|
+
"neutral-background-highlighted-strong": {
|
|
714
|
+
light: string;
|
|
715
|
+
dark: string;
|
|
716
|
+
};
|
|
689
717
|
"neutral-background-hover": {
|
|
690
718
|
light: string;
|
|
691
719
|
dark: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"semanticColors.d.ts","sourceRoot":"","sources":["../../../src/devvit/internals/semanticColors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"semanticColors.d.ts","sourceRoot":"","sources":["../../../src/devvit/internals/semanticColors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgiC1B,CAAC"}
|
|
@@ -38,6 +38,26 @@ export const semanticColors = {
|
|
|
38
38
|
"black-opacity-67": "#000000AA",
|
|
39
39
|
"black-opacity-80": "#000000CC",
|
|
40
40
|
"black-opacity-90": "#000000E5",
|
|
41
|
+
"brand-secondary-bananayellow_base": "#FFBF0B",
|
|
42
|
+
"brand-secondary-bananayellow_highlight": "#FFDE55",
|
|
43
|
+
"brand-secondary-bananayellow_shade": "#F27300",
|
|
44
|
+
"brand-secondary-bananayellow_tint": "#FFF3C0",
|
|
45
|
+
"brand-secondary-guavapink_base": "#FF5FC2",
|
|
46
|
+
"brand-secondary-guavapink_highlight": "#FF9FDF",
|
|
47
|
+
"brand-secondary-guavapink_shade": "#D3168B",
|
|
48
|
+
"brand-secondary-guavapink_tint": "#FFE6F9",
|
|
49
|
+
"brand-secondary-juniperblue_base": "#00E2B7",
|
|
50
|
+
"brand-secondary-juniperblue_highlight": "#92FFEA",
|
|
51
|
+
"brand-secondary-juniperblue_shade": "#08A59D",
|
|
52
|
+
"brand-secondary-juniperblue_tint": "#E6FFFA",
|
|
53
|
+
"brand-secondary-limegreen_base": "#AEEF0F",
|
|
54
|
+
"brand-secondary-limegreen_highlight": "#E4FF45",
|
|
55
|
+
"brand-secondary-limegreen_shade": "#65B200",
|
|
56
|
+
"brand-secondary-limegreen_tint": "#F0FFB3",
|
|
57
|
+
"brand-secondary-orangered_base": "#FF4500",
|
|
58
|
+
"brand-secondary-orangered_highlight": "#FF8864",
|
|
59
|
+
"brand-secondary-orangered_shade": "#D82400",
|
|
60
|
+
"brand-secondary-orangered_tint": "#FFDAD7",
|
|
41
61
|
"brown-100": "#F1DFCF",
|
|
42
62
|
"brown-200": "#E9BE95",
|
|
43
63
|
"brown-25": "#FBF7F4",
|
|
@@ -487,8 +507,8 @@ export const semanticColors = {
|
|
|
487
507
|
"dark": "#2A3236"
|
|
488
508
|
},
|
|
489
509
|
"global-focus": {
|
|
490
|
-
"light": "
|
|
491
|
-
"dark": "
|
|
510
|
+
"light": "Highlight",
|
|
511
|
+
"dark": "Highlight"
|
|
492
512
|
},
|
|
493
513
|
"global-gold": {
|
|
494
514
|
"light": "#B78800",
|
|
@@ -686,6 +706,14 @@ export const semanticColors = {
|
|
|
686
706
|
"light": "#FFF3C0",
|
|
687
707
|
"dark": "#21272A"
|
|
688
708
|
},
|
|
709
|
+
"neutral-background-highlighted": {
|
|
710
|
+
"light": "#F6F8F9",
|
|
711
|
+
"dark": "#181C1F"
|
|
712
|
+
},
|
|
713
|
+
"neutral-background-highlighted-strong": {
|
|
714
|
+
"light": "#FFF9E0",
|
|
715
|
+
"dark": "#2A3236"
|
|
716
|
+
},
|
|
689
717
|
"neutral-background-hover": {
|
|
690
718
|
"light": "#F6F8F9",
|
|
691
719
|
"dark": "#181C1F"
|
package/meta.min.json
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"format": "esm"
|
|
187
187
|
},
|
|
188
188
|
"src/types/icons.ts": {
|
|
189
|
-
"bytes":
|
|
189
|
+
"bytes": 5277,
|
|
190
190
|
"imports": [],
|
|
191
191
|
"format": "esm"
|
|
192
192
|
},
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
"format": "esm"
|
|
764
764
|
},
|
|
765
765
|
"package.json": {
|
|
766
|
-
"bytes":
|
|
766
|
+
"bytes": 2387,
|
|
767
767
|
"imports": [],
|
|
768
768
|
"format": "esm",
|
|
769
769
|
"with": {
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
"format": "esm"
|
|
863
863
|
},
|
|
864
864
|
"src/devvit/internals/semanticColors.ts": {
|
|
865
|
-
"bytes":
|
|
865
|
+
"bytes": 23716,
|
|
866
866
|
"imports": [],
|
|
867
867
|
"format": "esm"
|
|
868
868
|
},
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
"imports": [],
|
|
2711
2711
|
"exports": [],
|
|
2712
2712
|
"inputs": {},
|
|
2713
|
-
"bytes":
|
|
2713
|
+
"bytes": 1109030
|
|
2714
2714
|
},
|
|
2715
2715
|
"dist/public-api.min.js": {
|
|
2716
2716
|
"imports": [
|
|
@@ -3048,7 +3048,7 @@
|
|
|
3048
3048
|
"bytesInOutput": 71
|
|
3049
3049
|
},
|
|
3050
3050
|
"src/types/icons.ts": {
|
|
3051
|
-
"bytesInOutput":
|
|
3051
|
+
"bytesInOutput": 5095
|
|
3052
3052
|
},
|
|
3053
3053
|
"src/types/triggers.ts": {
|
|
3054
3054
|
"bytesInOutput": 67
|
|
@@ -3126,7 +3126,7 @@
|
|
|
3126
3126
|
"bytesInOutput": 848
|
|
3127
3127
|
},
|
|
3128
3128
|
"package.json": {
|
|
3129
|
-
"bytesInOutput":
|
|
3129
|
+
"bytesInOutput": 1967
|
|
3130
3130
|
},
|
|
3131
3131
|
"src/devvit/internals/context.ts": {
|
|
3132
3132
|
"bytesInOutput": 1307
|
|
@@ -3147,7 +3147,7 @@
|
|
|
3147
3147
|
"bytesInOutput": 10093
|
|
3148
3148
|
},
|
|
3149
3149
|
"src/devvit/internals/semanticColors.ts": {
|
|
3150
|
-
"bytesInOutput":
|
|
3150
|
+
"bytesInOutput": 18065
|
|
3151
3151
|
},
|
|
3152
3152
|
"src/devvit/internals/helpers/color.ts": {
|
|
3153
3153
|
"bytesInOutput": 3463
|
|
@@ -3318,7 +3318,7 @@
|
|
|
3318
3318
|
"bytesInOutput": 357
|
|
3319
3319
|
}
|
|
3320
3320
|
},
|
|
3321
|
-
"bytes":
|
|
3321
|
+
"bytes": 228979
|
|
3322
3322
|
}
|
|
3323
3323
|
}
|
|
3324
3324
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.12.7-next-2025-12-15-
|
|
3
|
+
"version": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,32 +36,34 @@
|
|
|
36
36
|
},
|
|
37
37
|
"types": "./dist/index.d.ts",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@devvit/metrics": "0.12.7-next-2025-12-15-
|
|
40
|
-
"@devvit/protos": "0.12.7-next-2025-12-15-
|
|
41
|
-
"@devvit/shared": "0.12.7-next-2025-12-15-
|
|
42
|
-
"@devvit/shared-types": "0.12.7-next-2025-12-15-
|
|
39
|
+
"@devvit/metrics": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
|
|
40
|
+
"@devvit/protos": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
|
|
41
|
+
"@devvit/shared": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
|
|
42
|
+
"@devvit/shared-types": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
|
|
43
43
|
"base64-js": "1.5.1",
|
|
44
44
|
"clone-deep": "4.0.1",
|
|
45
45
|
"moderndash": "4.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@ampproject/filesize": "4.3.0",
|
|
49
|
-
"@devvit/repo-tools": "0.12.7-next-2025-12-15-
|
|
50
|
-
"@devvit/tsconfig": "0.12.7-next-2025-12-15-
|
|
51
|
-
"@reddit/faceplate-ui": "18.
|
|
49
|
+
"@devvit/repo-tools": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
|
|
50
|
+
"@devvit/tsconfig": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
|
|
51
|
+
"@reddit/faceplate-ui": "18.2.2",
|
|
52
|
+
"@reddit/rpl-styles": "1.0.2",
|
|
52
53
|
"@types/clone-deep": "4.0.1",
|
|
54
|
+
"@types/node": "20.14.12",
|
|
53
55
|
"chokidar-cli": "3.0.0",
|
|
54
56
|
"esbuild": "0.25.9",
|
|
55
57
|
"eslint": "9.11.1",
|
|
56
58
|
"typescript": "5.8.3",
|
|
57
|
-
"vitest": "
|
|
59
|
+
"vitest": "4.0.15"
|
|
58
60
|
},
|
|
59
61
|
"filesize": {
|
|
60
62
|
"dist/public-api.min.js": {
|
|
61
|
-
"gzip": "
|
|
62
|
-
"none": "
|
|
63
|
+
"gzip": "65 KB",
|
|
64
|
+
"none": "225 KB"
|
|
63
65
|
}
|
|
64
66
|
},
|
|
65
67
|
"source": "./src/index.ts",
|
|
66
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "fcc618ff752a1a1bc60b1398a0a8eac5fd0a7628"
|
|
67
69
|
}
|