pds-dev-kit-web-test 0.2.46 → 0.2.47
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export type Category = '
|
|
2
|
-
export type Subset = 'arabic' | 'bengali' | 'chinese-simplified' | 'chinese-traditional' | 'cyrillic' | 'cyrillic-ext' | 'devanagari' | 'greek' | 'greek-ext' | 'gujarati' | 'gurmukhi' | 'hebrew' | 'japanese' | 'kannada' | 'khmer' | '
|
|
3
|
-
export type SortOption = '
|
|
1
|
+
export type Category = 'serif' | 'sans-serif' | 'display' | 'handwriting' | 'monospace';
|
|
2
|
+
export type Subset = 'korean' | 'latin' | 'latin-ext' | 'arabic' | 'bengali' | 'chinese-hongkong' | 'chinese-simplified' | 'chinese-traditional' | 'cyrillic' | 'cyrillic-ext' | 'devanagari' | 'greek' | 'greek-ext' | 'gujarati' | 'gurmukhi' | 'hebrew' | 'japanese' | 'kannada' | 'khmer' | 'malayalam' | 'myanmar' | 'oriya' | 'sinhala' | 'tamil' | 'telugu' | 'thai' | 'tibetan' | 'vietnamese';
|
|
3
|
+
export type SortOption = 'trending' | 'popularity' | 'date' | 'alpha';
|
|
4
4
|
export type Variant = '100' | '100italic' | '200' | '200italic' | '300' | '300italic' | 'regular' | 'italic' | '500' | '500italic' | '600' | '600italic' | '700' | '700italic' | '800' | '800italic' | '900' | '900italic';
|
|
5
5
|
export interface Font {
|
|
6
6
|
family: string;
|
package/package.json
CHANGED
package/release-note.md
CHANGED