@apple-pie/slice 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -96,7 +96,7 @@ Subpath imports are also published:
96
96
  - `PromptInput`, `Overlay`, `Pager`, `ProgressIndicator`, `DoneCheck`
97
97
  - `RadioButton`, `RadioButtonList`, `Slider`, `Spacer`, `Switch`, `TabBar`
98
98
  - `TextField`, `TextArea`, `Tip`, `Toast`, `Button`, `ButtonBar`
99
- - `Card`, `Chip`, `Label`, `DocIcons`, `DraggablePanel`, `UploadArea`
99
+ - `Chip`, `Label`, `DraggablePanel`, `UploadArea`
100
100
 
101
101
  Example:
102
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apple-pie/slice",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {