File tree Expand file tree Collapse file tree 14 files changed +359
-14
lines changed Expand file tree Collapse file tree 14 files changed +359
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/design-system" ,
3
- "version" : " 0.25.2 " ,
3
+ "version" : " 0.26.0 " ,
4
4
"packageManager" : " yarn@3.6.4" ,
5
5
"private" : true ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/browserslist-config" ,
3
3
"description" : " Browserslist shareable config for Persona project" ,
4
- "version" : " 0.25.2 " ,
4
+ "version" : " 0.26.0 " ,
5
5
"packageManager" : " yarn@3.6.4" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/eslint-config-persona" ,
3
3
"description" : " Eslint shareable config for Persona project" ,
4
- "version" : " 0.25.2 " ,
4
+ "version" : " 0.26.0 " ,
5
5
"packageManager" : " yarn@3.6.4" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona-icon" ,
3
3
"description" : " Persona icon package" ,
4
- "version" : " 0.25.2 " ,
4
+ "version" : " 0.26.0 " ,
5
5
"packageManager" : " yarn@3.6.4" ,
6
6
"type" : " module" ,
7
7
"main" : " ./dist/module.cjs" ,
Original file line number Diff line number Diff line change 5
5
import { resolve } from 'node:path'
6
6
import { readJSON } from 'fs-extra'
7
7
import { name } from '../package.json'
8
- import { MetaData } from './types'
8
+ import type { MetaData } from './types'
9
9
import got from 'got'
10
10
import ohash from 'ohash'
11
11
import minimist from 'minimist'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
11
11
basename ,
12
12
} from 'node:path'
13
13
import { createHash } from 'node:crypto'
14
- import { Result } from 'webfont/dist/src/types/Result'
14
+ import type { Result } from 'webfont/dist/src/types/Result'
15
15
import { EOL } from 'node:os'
16
16
17
17
const SVG_DIR = resolve ( __dirname , '../svg/' )
Original file line number Diff line number Diff line change 1
- import SVGPath , { PathArray } from 'svg-path-commander'
1
+ import type { PathArray } from 'svg-path-commander'
2
+ import SVGPath from 'svg-path-commander'
2
3
import { orderBy } from 'lodash-es'
3
4
4
5
type Point = ReturnType < typeof SVGPath [ 'getPointAtLength' ] >
Original file line number Diff line number Diff line change 3
3
/* eslint-disable unicorn/prefer-top-level-await */
4
4
import { readJSON } from 'fs-extra'
5
5
import { resolve } from 'node:path'
6
- import { MetaData } from './types'
6
+ import type { MetaData } from './types'
7
7
8
8
const META_FILE = resolve ( __dirname , '../svg/meta.json' )
9
9
Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ import {
21
21
join ,
22
22
} from 'node:path'
23
23
import { kebabCase , chunk } from 'lodash-es'
24
- import { Config , optimize } from 'svgo'
24
+ import type { Config } from 'svgo'
25
+ import { optimize } from 'svgo'
25
26
import download from 'download'
26
27
import ora from 'ora'
27
28
import { ESLint } from 'eslint'
28
- import { ObjectData , MetaData } from './types'
29
+ import type { ObjectData , MetaData } from './types'
29
30
import { fixPath } from './fix-svg'
30
31
import { createFont } from './create-font'
31
32
import pAll from 'p-all'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @privyid/persona" ,
3
3
"description" : " Persona core package" ,
4
- "version" : " 0.25.2 " ,
4
+ "version" : " 0.26.0 " ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"url" : " https://github.com/privy-open-source/design-system.git" ,
You can’t perform that action at this time.
0 commit comments