publ-echo-test 0.0.205 → 0.0.206

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.
@@ -60,6 +60,8 @@ var GridItem = function (_a) {
60
60
  if (mutation.type === 'attributes') {
61
61
  var oldClass = mutation.oldValue || '';
62
62
  var newClass = (_b = (_a = mutation.target) === null || _a === void 0 ? void 0 : _a.getAttribute('class')) !== null && _b !== void 0 ? _b : '';
63
+ console.log('oldClass:', oldClass);
64
+ console.log('newClass:', newClass);
63
65
  // hover로 인해 "hovered" 클래스가 추가된 경우
64
66
  if (!oldClass.includes('hovered') && newClass.includes('hovered')) {
65
67
  console.log('Hover 상태로 변경됨');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.205",
3
+ "version": "0.0.206",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",