@undefine-ui/design-system 3.13.0 → 3.13.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.
- package/README.md +10 -7
- package/dist/index.cjs +1275 -711
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +41 -2
- package/dist/index.d.ts +41 -2
- package/dist/index.js +1267 -703
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,22 +134,25 @@ Storybook (`pnpm dev:storybook`) documents each component and token surface.
|
|
|
134
134
|
|
|
135
135
|
### Icon library
|
|
136
136
|
|
|
137
|
-
The package includes a comprehensive icon library with
|
|
137
|
+
The package includes a comprehensive icon library with 73+ SVG icons organized by category.
|
|
138
138
|
|
|
139
139
|
**Available icons:**
|
|
140
140
|
|
|
141
|
-
- **Navigation:** NavArrowLeft, NavArrowRight, NavArrowDown, NavArrowDownSolid, LongArrowUpLeftSolid
|
|
142
|
-
- **User:** User, UserSolid, Building, Bank
|
|
141
|
+
- **Navigation:** NavArrowLeft, NavArrowRight, NavArrowDown, NavArrowDownSolid, LongArrowUpLeftSolid, ArrowLeft, ArrowUpCircleSolid
|
|
142
|
+
- **User:** User, UserSolid, Building, Bank, BadgeCheck
|
|
143
143
|
- **Form Controls:** CheckboxDefault, CheckboxSelect, CheckboxIndeterminate, RadioDefault, RadioSelect
|
|
144
|
-
- **Actions:** Search, Copy, Edit, Trash, XMark, XMarkSolid, CloudUpload, Download, Settings, Plus, Minus, PlusSquare, Attachment, FilterList, RefreshDouble, MoreHorizontal
|
|
144
|
+
- **Actions:** Search, Copy, Edit, Trash, XMark, XMarkSolid, CloudUpload, Download, Settings, Plus, Minus, PlusSquare, Attachment, FilterList, RefreshDouble, MoreHorizontal, Repeat, ExpandLines, SendDiagonal
|
|
145
145
|
- **Feedback:** InfoCircle, InfoCircleSolid, CheckCircleSolid, HelpCircle, ClipboardCheck, Loader, BellNotification, Circle, ChatBubbleQuestionSolid
|
|
146
146
|
- **Visibility:** Eye, EyeClosed, ZoomIn, ZoomOut
|
|
147
147
|
- **Date & Time:** Calendar, Clock
|
|
148
|
-
- **Data:** SortUp, SortDown, StatUp, StatDown
|
|
148
|
+
- **Data:** SortUp, SortDown, StatUp, StatDown, GraphUp
|
|
149
149
|
- **Toast:** InfoToast, SuccessToast, WarningToast, ErrorToast
|
|
150
150
|
- **Files:** FilePdf, FileAudio, FileVideo, FileDocument, FileGeneric
|
|
151
|
-
- **Location:** MapPinXMark
|
|
152
|
-
- **
|
|
151
|
+
- **Location:** MapPin, MapPinXMark
|
|
152
|
+
- **Media:** ModernTv, MegaPhone
|
|
153
|
+
- **Commerce:** SimpleCart
|
|
154
|
+
- **Communication:** SendMail
|
|
155
|
+
- **System:** KeyCommand, PCCheck
|
|
153
156
|
|
|
154
157
|
**Usage:**
|
|
155
158
|
|