@gryt/ui 0.10.1 → 0.11.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.
@@ -0,0 +1,14 @@
1
+ import { GrytTheme } from './theme.js';
2
+ export interface GrytThemePreset {
3
+ id: string;
4
+ name: string;
5
+ /** One line under the name: what makes this one different. */
6
+ note: string;
7
+ group: "Gryt" | "Ported";
8
+ /** Where the values came from. Shown as the attribution line. */
9
+ source?: string;
10
+ theme: GrytTheme;
11
+ }
12
+ export declare const grytPresets: GrytThemePreset[];
13
+ export declare const grytPresetsById: Map<string, GrytThemePreset>;
14
+ //# sourceMappingURL=presets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../src/theme/presets.ts"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,SAAS,CAAC;AAGxD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,8DAA8D;IAC9D,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,iEAAiE;IACjE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,SAAS,CAAC;CAClB;AAWD,eAAO,MAAM,WAAW,EAAE,eAAe,EA+gBxC,CAAC;AAEF,eAAO,MAAM,eAAe,8BAE3B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gryt/ui",
3
- "version": "0.10.1",
3
+ "version": "0.11.0",
4
4
  "description": "React component library for Gryt, the open-source WebRTC voice chat platform.",
5
5
  "type": "module",
6
6
  "license": "MIT",