@cccsaurora/howler-ui 2.12.0-dev.35 → 2.12.0-dev.37
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.
- package/index.css +21 -0
- package/index.d.ts +1 -1
- package/package.json +3 -1
package/index.css
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
body {
|
|
2
|
+
margin: 0;
|
|
3
|
+
font-family:
|
|
4
|
+
'Roboto',
|
|
5
|
+
-apple-system,
|
|
6
|
+
BlinkMacSystemFont,
|
|
7
|
+
'Segoe UI',
|
|
8
|
+
'Oxygen',
|
|
9
|
+
'Ubuntu',
|
|
10
|
+
'Cantarell',
|
|
11
|
+
'Fira Sans',
|
|
12
|
+
'Droid Sans',
|
|
13
|
+
'Helvetica Neue',
|
|
14
|
+
sans-serif;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
code {
|
|
20
|
+
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
21
|
+
}
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -96,8 +96,10 @@
|
|
|
96
96
|
"internal-slot": "1.0.7"
|
|
97
97
|
},
|
|
98
98
|
"type": "module",
|
|
99
|
-
"version": "2.12.0-dev.
|
|
99
|
+
"version": "2.12.0-dev.37",
|
|
100
100
|
"exports": {
|
|
101
|
+
"./i18n": "./i18n.js",
|
|
102
|
+
"./index.css": "./index.css",
|
|
101
103
|
"./plugins/*": "./plugins/*.js",
|
|
102
104
|
"./components/*": "./components/*.js",
|
|
103
105
|
"./locales/*": "./locales/*.js",
|