@rocket.chat/fuselage 0.32.0-dev.280 → 0.32.0-dev.281
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/Theme.d.ts
CHANGED
|
@@ -29,12 +29,6 @@ export declare const surfaceColors: {
|
|
|
29
29
|
'surface-hover': Var;
|
|
30
30
|
'surface-selected': Var;
|
|
31
31
|
'surface-dark': Var;
|
|
32
|
-
'surface-info': Var;
|
|
33
|
-
'surface-success': Var;
|
|
34
|
-
'surface-warning': Var;
|
|
35
|
-
'surface-danger': Var;
|
|
36
|
-
'surface-service-1': Var;
|
|
37
|
-
'surface-service-2': Var;
|
|
38
32
|
'surface-featured': Var;
|
|
39
33
|
'surface-featured-hover': Var;
|
|
40
34
|
'surface-transparent': string;
|
|
@@ -55,16 +49,11 @@ export declare const textIconColors: {
|
|
|
55
49
|
'font-disabled': Var;
|
|
56
50
|
'font-annotation': Var;
|
|
57
51
|
'font-hint': Var;
|
|
52
|
+
'font-secondary-info': Var;
|
|
58
53
|
'font-default': Var;
|
|
59
|
-
'font-
|
|
54
|
+
'font-titles-labels': Var;
|
|
55
|
+
'font-info': Var;
|
|
60
56
|
'font-danger': Var;
|
|
61
|
-
'font-secondary-info': Var;
|
|
62
|
-
'font-on-info': Var;
|
|
63
|
-
'font-on-success': Var;
|
|
64
|
-
'font-on-warning': Var;
|
|
65
|
-
'font-on-danger': Var;
|
|
66
|
-
'font-on-service-1': Var;
|
|
67
|
-
'font-on-service-2': Var;
|
|
68
57
|
'font-pure-black': Var;
|
|
69
58
|
'font-pure-white': Var;
|
|
70
59
|
};
|
|
@@ -100,9 +89,9 @@ export declare const shadowColors: {
|
|
|
100
89
|
'shadow-highlight': Var;
|
|
101
90
|
'shadow-danger': Var;
|
|
102
91
|
};
|
|
103
|
-
export declare const isSurfaceColor: (color: unknown) => color is "surface-light" | "surface-tint" | "surface-room" | "surface-neutral" | "surface-disabled" | "surface-hover" | "surface-selected" | "surface-dark" | "surface-
|
|
92
|
+
export declare const isSurfaceColor: (color: unknown) => color is "surface-light" | "surface-tint" | "surface-room" | "surface-neutral" | "surface-disabled" | "surface-hover" | "surface-selected" | "surface-dark" | "surface-featured" | "surface-featured-hover" | "surface-transparent";
|
|
104
93
|
export declare const isStrokeColor: (color: unknown) => color is "stroke-extra-light" | "stroke-light" | "stroke-medium" | "stroke-dark" | "stroke-extra-dark" | "stroke-extra-light-highlight" | "stroke-highlight" | "stroke-extra-light-error" | "stroke-error";
|
|
105
|
-
export declare const isTextIconColor: (color: unknown) => color is "font-white" | "font-disabled" | "font-annotation" | "font-hint" | "font-
|
|
94
|
+
export declare const isTextIconColor: (color: unknown) => color is "font-white" | "font-disabled" | "font-annotation" | "font-hint" | "font-secondary-info" | "font-default" | "font-titles-labels" | "font-info" | "font-danger" | "font-pure-black" | "font-pure-white";
|
|
106
95
|
export declare const isBadgeColor: (color: unknown) => color is "badge-background-level-1" | "badge-background-level-2" | "badge-background-level-3" | "badge-background-level-4";
|
|
107
96
|
export declare const isStatusBackgroundColor: (color: unknown) => color is "status-background-info" | "status-background-success" | "status-background-danger" | "status-background-warning" | "status-background-warning-2" | "status-background-service-1" | "status-background-service-2";
|
|
108
97
|
export declare const isStatusColor: (color: unknown) => color is "status-font-on-info" | "status-font-on-success" | "status-font-on-warning" | "status-font-on-warning-2" | "status-font-on-danger" | "status-font-on-service-1" | "status-font-on-service-2";
|
|
@@ -117,12 +106,6 @@ export declare const Palette: {
|
|
|
117
106
|
'surface-hover': Var;
|
|
118
107
|
'surface-selected': Var;
|
|
119
108
|
'surface-dark': Var;
|
|
120
|
-
'surface-info': Var;
|
|
121
|
-
'surface-success': Var;
|
|
122
|
-
'surface-warning': Var;
|
|
123
|
-
'surface-danger': Var;
|
|
124
|
-
'surface-service-1': Var;
|
|
125
|
-
'surface-service-2': Var;
|
|
126
109
|
'surface-featured': Var;
|
|
127
110
|
'surface-featured-hover': Var;
|
|
128
111
|
'surface-transparent': string;
|
|
@@ -156,16 +139,11 @@ export declare const Palette: {
|
|
|
156
139
|
'font-disabled': Var;
|
|
157
140
|
'font-annotation': Var;
|
|
158
141
|
'font-hint': Var;
|
|
142
|
+
'font-secondary-info': Var;
|
|
159
143
|
'font-default': Var;
|
|
160
|
-
'font-
|
|
144
|
+
'font-titles-labels': Var;
|
|
145
|
+
'font-info': Var;
|
|
161
146
|
'font-danger': Var;
|
|
162
|
-
'font-secondary-info': Var;
|
|
163
|
-
'font-on-info': Var;
|
|
164
|
-
'font-on-success': Var;
|
|
165
|
-
'font-on-warning': Var;
|
|
166
|
-
'font-on-danger': Var;
|
|
167
|
-
'font-on-service-1': Var;
|
|
168
|
-
'font-on-service-2': Var;
|
|
169
147
|
'font-pure-black': Var;
|
|
170
148
|
'font-pure-white': Var;
|
|
171
149
|
};
|
package/dist/Theme.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Theme.d.ts","sourceRoot":"","sources":["../src/Theme.ts"],"names":[],"mappings":"AAKA,qBAAa,GAAG;IACd,OAAO,CAAC,IAAI,CAAS;IAErB,OAAO,CAAC,KAAK,CAAS;gBAEV,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAKvC,QAAQ;IAIR,KAAK,CAAC,IAAI,EAAE,MAAM;CAGnB;AAID,eAAO,IAAI,wBAAwB,SAAQ,CAAC;AAC5C,eAAO,MAAM,+BAA+B,UAAW,OAAO,SAE7D,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;CAYnB,CAAC;AAwFF,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"Theme.d.ts","sourceRoot":"","sources":["../src/Theme.ts"],"names":[],"mappings":"AAKA,qBAAa,GAAG;IACd,OAAO,CAAC,IAAI,CAAS;IAErB,OAAO,CAAC,KAAK,CAAS;gBAEV,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAKvC,QAAQ;IAIR,KAAK,CAAC,IAAI,EAAE,MAAM;CAGnB;AAID,eAAO,IAAI,wBAAwB,SAAQ,CAAC;AAC5C,eAAO,MAAM,+BAA+B,UAAW,OAAO,SAE7D,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;CAYnB,CAAC;AAwFF,eAAO,MAAM,aAAa;;;;;;;;;;;;CAYzB,CAAC;AAIF,eAAO,MAAM,YAAY;;;;;;;;;;CAYxB,CAAC;AAIF,eAAO,MAAM,cAAc;;;;;;;;;;;;CAY1B,CAAC;AAIF,eAAO,MAAM,sBAAsB;;;;;;;;CAclC,CAAC;AAIF,eAAO,MAAM,YAAY;;;;;;;;CAQxB,CAAC;AAIF,eAAO,MAAM,qBAAqB;;;;;CAKjC,CAAC;AAIF,eAAO,MAAM,YAAY;;;;;;;CAkBxB,CAAC;AAIF,eAAO,MAAM,cAAc,UAAW,OAAO,wOACQ,CAAC;AAEtD,eAAO,MAAM,aAAa,UAAW,OAAO,+MACQ,CAAC;AAErD,eAAO,MAAM,eAAe,UAAW,OAAO,oNACQ,CAAC;AAEvD,eAAO,MAAM,YAAY,UAAW,OAAO,+HACkB,CAAC;AAE9D,eAAO,MAAM,uBAAuB,UAC3B,OAAO,+NAE8C,CAAC;AAE/D,eAAO,MAAM,aAAa,UAAW,OAAO,0MACQ,CAAC;AAErD,eAAO,MAAM,aAAa,UAAW,OAAO,qJACQ,CAAC;AAErD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQnB,CAAC"}
|