@common-origin/design-system 2.11.0 → 2.12.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/dist/index.esm.js +17 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +17 -1
- package/dist/index.js.map +1 -1
- package/dist/styles/icons.json +15 -0
- package/dist/types/icons.d.ts +1 -1
- package/package.json +1 -1
package/dist/styles/icons.json
CHANGED
|
@@ -723,5 +723,20 @@
|
|
|
723
723
|
"intent": "Use to indicate a wallet, stored funds, account balance, or financial overview",
|
|
724
724
|
"decorativeDefault": false,
|
|
725
725
|
"ariaLabelDefault": "Wallet"
|
|
726
|
+
},
|
|
727
|
+
"move": {
|
|
728
|
+
"path": "M11 9V5.52832L9.72949 6.88379L8.27051 5.51562L12 1.53809L15.7295 5.51562L14.2705 6.88379L13 5.52832V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9Z M15 11H18.4717L17.1162 9.72949L18.4844 8.27051L22.4619 12L18.4844 15.7295L17.1162 14.2705L18.4717 13H15C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11Z M11 15V18.4717L9.72949 17.1162L8.27051 18.4844L12 22.4619L15.7295 18.4844L14.2705 17.1162L13 18.4717V15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15Z M9 11H5.52832L6.88379 9.72949L5.51563 8.27051L1.53809 12L5.51562 15.7295L6.88379 14.2705L5.52832 13H9C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11Z",
|
|
729
|
+
"name": "move",
|
|
730
|
+
"description": "Four arrows pointing outward from centre",
|
|
731
|
+
"category": "action",
|
|
732
|
+
"aliases": [
|
|
733
|
+
"drag",
|
|
734
|
+
"reorder",
|
|
735
|
+
"reposition",
|
|
736
|
+
"grab"
|
|
737
|
+
],
|
|
738
|
+
"intent": "Use to indicate that an element can be moved, dragged, or repositioned",
|
|
739
|
+
"decorativeDefault": false,
|
|
740
|
+
"ariaLabelDefault": "Move"
|
|
726
741
|
}
|
|
727
742
|
}
|
package/dist/types/icons.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type IconName = 'add' | 'addRing' | 'arrowDown' | 'arrowLeft' | 'arrowRight' | 'arrowUp' | 'back' | 'bell' | 'cancel' | 'caret' | 'caretDown' | 'caretUp' | 'check' | 'checkRing' | 'close' | 'copy' | 'creditCard' | 'crossCircle' | 'directionRight' | 'directionUp' | 'edit' | 'export' | 'fileDocSearch' | 'filter' | 'info' | 'kebab' | 'lamp' | 'lineOut' | 'link' | 'meatballs' | 'menu' | 'message' | 'mic' | 'order' | 'paper' | 'pause' | 'play' | 'playBack' | 'refresh' | 'remove' | 'search' | 'star' | 'starFilled' | 'table' | 'trash' | 'userBox' | 'view' | 'viewHide' | 'wallet';
|
|
1
|
+
export type IconName = 'add' | 'addRing' | 'arrowDown' | 'arrowLeft' | 'arrowRight' | 'arrowUp' | 'back' | 'bell' | 'cancel' | 'caret' | 'caretDown' | 'caretUp' | 'check' | 'checkRing' | 'close' | 'copy' | 'creditCard' | 'crossCircle' | 'directionRight' | 'directionUp' | 'edit' | 'export' | 'fileDocSearch' | 'filter' | 'info' | 'kebab' | 'lamp' | 'lineOut' | 'link' | 'meatballs' | 'menu' | 'message' | 'move' | 'mic' | 'order' | 'paper' | 'pause' | 'play' | 'playBack' | 'refresh' | 'remove' | 'search' | 'star' | 'starFilled' | 'table' | 'trash' | 'userBox' | 'view' | 'viewHide' | 'wallet';
|
|
2
2
|
/** Semantic category for grouping icons by purpose */
|
|
3
3
|
export type IconCategory = 'action' | 'communication' | 'content' | 'feedback' | 'media' | 'navigation' | 'object' | 'status' | 'user';
|
|
4
4
|
/** Enriched metadata for each icon entry in icons.json */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-origin/design-system",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0",
|
|
4
4
|
"description": "Common Origin Design System - Framework-agnostic atomic design components with comprehensive WCAG 2.2 AA testing",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/index.js",
|