@ihabdevteam/core 0.12.1 → 0.12.2

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.
@@ -63,6 +63,12 @@
63
63
  flex-direction: column;
64
64
  gap: 4px;
65
65
  min-width: 0;
66
+ /* 남는 자리를 이 묶음이 먹는다 — 머리가 space-between 이라, 아이콘이 서면
67
+ 묶음이 오른쪽 끝까지 밀려 아이콘과 제목 사이가 벌어졌다(실측: actions 없이
68
+ 219px, actions 와 함께 653px). 묶음이 자리를 먹으면 제목은 아이콘 옆
69
+ 20px 에 서고 actions 는 오른쪽 20px 을 그대로 지킨다. 아이콘이 없는
70
+ 머리 19개는 이 규칙 앞뒤로 위치가 완전히 같다(실측). */
71
+ margin-right: auto;
66
72
  }
67
73
  .panel__title {
68
74
  color: var(--color-darkGray);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ihabdevteam/core",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "private": false,
5
5
  "main": "dist/ihabdevteam-core.cjs.js",
6
6
  "module": "dist/ihabdevteam-core.esm.js",