@croquiscom/pds 8.5.1 → 8.8.0
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/CHANGELOG.md +18 -0
- package/bundle-report.html +4034 -0
- package/dist/components/column-view-controller/ColumnViewController.stories.d.ts +3 -1
- package/dist/components/popover/Popover.d.ts +3 -0
- package/dist/components/popover/Popover.stories.d.ts +1 -0
- package/dist/components/table/TableHeader.d.ts +9 -0
- package/dist/components/table/TableRows.d.ts +11 -0
- package/dist/components/table/types.d.ts +4 -0
- package/dist/components/tooltip/Tooltip.d.ts +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/styles/placement.d.ts +1 -1
- package/locales/en.d.ts +79 -0
- package/locales/en.esm.d.ts +79 -0
- package/locales/ja.d.ts +79 -0
- package/locales/ja.esm.d.ts +79 -0
- package/locales/ko.d.ts +79 -0
- package/locales/ko.esm.d.ts +79 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @croquiscom/pds
|
|
2
2
|
|
|
3
|
+
## 8.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b3bcc77: ColumnViewController disabled 적용
|
|
8
|
+
|
|
9
|
+
## 8.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- d2524d4: Popover placement에 bottom-end 추가
|
|
14
|
+
|
|
15
|
+
## 8.6.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 6560850: Popover 상태를 외부에서 제어할 수 있도록 opened, onOpen, onClose props 추가
|
|
20
|
+
|
|
3
21
|
## 8.5.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|