UNPKG
@nurl/panda-preset
Version:
latest (0.10.0)
0.10.0
0.9.0
0.8.4
0.7.4
0.6.4
0.5.4
0.5.3
0.4.3
0.3.3
0.2.3
0.1.2
0.1.1
0.1.0
Official Panda-CSS preset for the Ganglion Design System.
nurl.website
nurl-inc/dev-tools
@nurl/panda-preset
/
build
/
modern
/
recipes
/
shared
/
badge.base.js
13 lines
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// src/recipes/shared/badge.base.ts
import
{ danger, info, neutral, success, warning }
from
"./palettes.js"
;
var
badgePalettes = { neutral, info, success, warning, danger };
export
{ badgePalettes };
//# sourceMappingURL=badge.base.js.map