@fmsim/board 1.0.0 → 1.0.3
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/custom-elements.json +906 -906
- package/dist/src/component/etc.js +23 -0
- package/dist/src/component/etc.js.map +1 -1
- package/dist/src/layers/mcs-mouse-event-handler.js +37 -45
- package/dist/src/layers/mcs-mouse-event-handler.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/icons/components/triangle.png +0 -0
- package/package.json +4 -4
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fmsim/board",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "보드 구성을 위한 기본 UI (웹)컴포넌트들을 제공합니다.",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@fmsim/api": "^1.0.
|
|
87
|
+
"@fmsim/api": "^1.0.2",
|
|
88
88
|
"@open-wc/scoped-elements": "^3.0.5",
|
|
89
89
|
"@operato/app": "^1.3.7",
|
|
90
90
|
"@operato/data-grist": "^1.3.5",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
111
111
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
112
|
-
"@hatiolab/things-scene": "^
|
|
112
|
+
"@hatiolab/things-scene": "^9.0.0-beta",
|
|
113
113
|
"@material/mwc-fab": "^0.27.0",
|
|
114
114
|
"@material/mwc-icon": "^0.27.0",
|
|
115
115
|
"@open-wc/eslint-config": "^12.0.3",
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"prettier --write"
|
|
146
146
|
]
|
|
147
147
|
},
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "184b16d06c1d82b0642deca25afdb0558af4d857"
|
|
149
149
|
}
|