cclkit4svelte 0.1.1-e → 0.1.2-a
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/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// place files you want to import through the `$lib` alias in this folder.
|
|
2
|
-
import '
|
|
2
|
+
import './const/variables.css'; // カスタムプロパティ読み込み用
|
|
3
|
+
import { CCLVividColor, CCLPastelColor, HeaderHeight } from './const/config'; // 定数読み込み用
|
|
3
4
|
export { default as Header } from './Header.svelte';
|
|
4
5
|
export { default as Button } from './Button.svelte';
|