@avalabs/k2-alpine 0.0.0-main-e78221a → 0.0.0-main-70fb9b4
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/theme/theme.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3050,7 +3050,8 @@ ${n}`.replace(/\s+/g, " ").trim();
|
|
|
3050
3050
|
},
|
|
3051
3051
|
alphaMatch: {
|
|
3052
3052
|
paper: E.neutral[50],
|
|
3053
|
-
backdropSolid: "#F2F2F2"
|
|
3053
|
+
backdropSolid: "#F2F2F2",
|
|
3054
|
+
popover: "#D4D4D5"
|
|
3054
3055
|
},
|
|
3055
3056
|
avagpt: {
|
|
3056
3057
|
background: {
|
|
@@ -3116,7 +3117,8 @@ ${n}`.replace(/\s+/g, " ").trim();
|
|
|
3116
3117
|
},
|
|
3117
3118
|
alphaMatch: {
|
|
3118
3119
|
paper: E.common.white_10_alpha_match,
|
|
3119
|
-
backdropSolid: "#2C2B33"
|
|
3120
|
+
backdropSolid: "#2C2B33",
|
|
3121
|
+
popover: "#3C3C41"
|
|
3120
3122
|
},
|
|
3121
3123
|
avagpt: {
|
|
3122
3124
|
background: {
|