pds-dev-kit-web-test 2.3.20 → 2.3.22

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.
@@ -13,21 +13,23 @@ exports.SANDOLL_SORT_OPTION_KEY_MAP = {
13
13
  exports.SANDOLL_CATEGORIES = [
14
14
  'buri',
15
15
  'min-buri',
16
- 'slab',
17
- 'blackLetter',
18
- 'deco',
16
+ // 'slab',
17
+ // 'blackLetter',
18
+ // 'deco',
19
19
  'symbol',
20
20
  'round',
21
+ 'display',
21
22
  'script'
22
23
  ];
23
24
  // NOTE: remove as
24
25
  exports.SANDOLL_CATEGORY_ICONS = {
25
- serif: 'ic_typeface_serif_20',
26
- 'sans-serif': 'ic_typeface_sans_serif_20',
26
+ buri: 'ic_typeface_serif_20',
27
+ 'min-buri': 'ic_typeface_sans_serif_20',
27
28
  slab: 'ic_typeface_slab_20',
28
29
  round: 'ic_typeface_round_20',
29
30
  script: 'ic_typeface_script_20',
30
31
  deco: 'ic_typeface_deco_20',
31
32
  symbol: 'ic_typeface_symbol_20',
32
- blackLetter: 'ic_typeface_blackletter_20'
33
+ blackLetter: 'ic_typeface_blackletter_20',
34
+ display: 'ic_typeface_display_20'
33
35
  };
@@ -36,8 +36,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
36
36
  }
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- var GoogleFontkit_1 = require("@sub/GoogleFontkit");
40
39
  var react_1 = require("react");
40
+ var GoogleFontkit_1 = require("@sub/GoogleFontkit");
41
41
  function SandollFontItem(_a) {
42
42
  var font = _a.font, children = _a.children;
43
43
  var _b = (0, react_1.useState)(false), isLoading = _b[0], setIsLoading = _b[1];
@@ -1,7 +1,7 @@
1
1
  import type { SandollFont } from './api/types';
2
2
  import type { PDSIconType } from '@common/types';
3
3
  export type SANDOLL_Font = SandollFont;
4
- export type SANDOLL_CategoryType = 'buri' | 'min-buri' | 'sans-serif' | 'slab' | 'round' | 'script' | 'deco' | 'symbol' | 'blackLetter' | 'display';
4
+ export type SANDOLL_CategoryType = 'buri' | 'min-buri' | 'slab' | 'round' | 'script' | 'deco' | 'symbol' | 'blackLetter' | 'display';
5
5
  export type SANDOLL_SortOptionType = 'date' | 'alpha';
6
6
  export type SANDOLL_CategoryIconType = Record<SANDOLL_CategoryType, PDSIconType>;
7
7
  export type SANDOLL_FilterOptionHandlerArgType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.3.20",
3
+ "version": "2.3.22",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",