@ship-ui/core 0.17.1 → 0.17.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/assets/mcp/components.json +612 -84
- package/package.json +1 -1
- package/snippets/ship-ui.code-snippets +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
"name": "ShipTooltipWrapper",
|
|
4
4
|
"selector": "ship-tooltip-wrapper",
|
|
5
|
-
"path": "
|
|
5
|
+
"path": "projects/ship-ui/src/lib/directives/ship-tooltip.directive.ts",
|
|
6
6
|
"description": "",
|
|
7
7
|
"inputs": [
|
|
8
8
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
{
|
|
20
20
|
"name": "ShipFileDragDrop",
|
|
21
21
|
"selector": "[shDragDrop]",
|
|
22
|
-
"path": "
|
|
22
|
+
"path": "projects/ship-ui/src/lib/directives/ship-file-drag-drop.directive.ts",
|
|
23
23
|
"description": "",
|
|
24
24
|
"inputs": [],
|
|
25
25
|
"outputs": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
{
|
|
41
41
|
"name": "ShipInputMask",
|
|
42
42
|
"selector": "[shInputMask]",
|
|
43
|
-
"path": "
|
|
43
|
+
"path": "projects/ship-ui/src/lib/directives/ship-input-mask.ts",
|
|
44
44
|
"description": "",
|
|
45
45
|
"inputs": [
|
|
46
46
|
{
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
{
|
|
58
58
|
"name": "ShipPreventWheel",
|
|
59
59
|
"selector": "[shPreventWheel]",
|
|
60
|
-
"path": "
|
|
60
|
+
"path": "projects/ship-ui/src/lib/directives/ship-prevent-wheel.directive.ts",
|
|
61
61
|
"description": "",
|
|
62
62
|
"inputs": [],
|
|
63
63
|
"outputs": [],
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
{
|
|
68
68
|
"name": "ShipSidenav",
|
|
69
69
|
"selector": "sh-sidenav",
|
|
70
|
-
"path": "
|
|
70
|
+
"path": "projects/ship-ui/src/lib/ship-sidenav/ship-sidenav.ts",
|
|
71
71
|
"description": "### Variants\n\nSidenavs support multiple behaviors via the\n`variant`\nattribute:\n\n<li>\n**default**\n: Fixed position, non-toggleable.\n</li>\n<li>\n**simple**\n: Support for toggling width (e.g., icon-only vs. full expanded view).\n</li>\n<li>\n**overlay**\n: Overlays content when opened and supports swipe-to-close gestures.\n</li>\n\n### Drag Interaction\n\nUse the\n`disableDrag`\nattribute/binding to disable swipe gestures on the\n**overlay**\nvariant.",
|
|
72
72
|
"inputs": [
|
|
73
73
|
{
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
{
|
|
110
110
|
"name": "ShipCard",
|
|
111
111
|
"selector": "sh-card",
|
|
112
|
-
"path": "
|
|
112
|
+
"path": "projects/ship-ui/src/lib/ship-card/ship-card.ts",
|
|
113
113
|
"description": "### Variants\n\nCard variants can be set using the\n`variant`\nattribute. Available options:\n**type-a**\n,\n**type-b**\n,\n**type-c**\n, and\n**default**\n.\n\n### Toggle Card\n\nUse\n`<sh-toggle-card>`\nfor collapsible content. Use the\n`disallowToggle`\nattribute or binding to keep the card open.",
|
|
114
114
|
"inputs": [
|
|
115
115
|
{
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
{
|
|
201
201
|
"name": "ShipFormFieldExperimental",
|
|
202
202
|
"selector": "sh-form-field-experimental",
|
|
203
|
-
"path": "
|
|
203
|
+
"path": "projects/ship-ui/src/lib/sh-form-field-experimental/sh-form-field-experimental.ts",
|
|
204
204
|
"description": "",
|
|
205
205
|
"inputs": [],
|
|
206
206
|
"outputs": [],
|
|
@@ -210,8 +210,8 @@
|
|
|
210
210
|
{
|
|
211
211
|
"name": "ShipEventCard",
|
|
212
212
|
"selector": "sh-event-card",
|
|
213
|
-
"path": "
|
|
214
|
-
"description": "### Variants\n\nEvent card variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Colors\n\nColors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.",
|
|
213
|
+
"path": "projects/ship-ui/src/lib/ship-event-card/ship-event-card.ts",
|
|
214
|
+
"description": "### Variants\n\nEvent card variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Colors\n\nColors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.\n\n:::info\nThis component utilizes the **Ship Sheet** utility for its visual structure. It supports standard sheet variations and is affected by global sheet variables.\n:::",
|
|
215
215
|
"inputs": [
|
|
216
216
|
{
|
|
217
217
|
"name": "color",
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
{
|
|
283
283
|
"name": "ShipFileUpload",
|
|
284
284
|
"selector": "sh-file-upload",
|
|
285
|
-
"path": "
|
|
285
|
+
"path": "projects/ship-ui/src/lib/ship-file-upload/ship-file-upload.ts",
|
|
286
286
|
"description": "### Files\n\nSelected files are available via the\n`files`\nattribute. Use\n`[(files)]`\nfor two-way binding.\n\n### Selection\n\nCustomize selection behavior:\n\n<li>\n`multiple`\n: Allows selecting more than one file.\n</li>\n<li>\n`accept`\n: Restricts file types (e.g.,\n`accept=\".png,.jpg\"`\n).\n</li>\n\n### Text\n\nCustomize displayed labels:\n\n<li>\n`placeholder`\n: Text shown when empty.\n</li>\n<li>\n`overlayText`\n: Text shown during drag-and-drop.\n</li>",
|
|
287
287
|
"inputs": [
|
|
288
288
|
{
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
{
|
|
339
339
|
"name": "ShipTabs",
|
|
340
340
|
"selector": "sh-tabs",
|
|
341
|
-
"path": "
|
|
341
|
+
"path": "projects/ship-ui/src/lib/ship-tabs/ship-tabs.ts",
|
|
342
342
|
"description": "### Colors\n\nTab colors can be set using the\n`color`\nattribute. Available options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.",
|
|
343
343
|
"inputs": [
|
|
344
344
|
{
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
{
|
|
425
425
|
"name": "ShipVirtualScroll",
|
|
426
426
|
"selector": "sh-virtual-scroll",
|
|
427
|
-
"path": "
|
|
427
|
+
"path": "projects/ship-ui/src/lib/ship-virtual-scroll/ship-virtual-scroll.component.ts",
|
|
428
428
|
"description": "",
|
|
429
429
|
"inputs": [],
|
|
430
430
|
"outputs": [],
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
{
|
|
435
435
|
"name": "ShipProgressBar",
|
|
436
436
|
"selector": "sh-progress-bar",
|
|
437
|
-
"path": "
|
|
437
|
+
"path": "projects/ship-ui/src/lib/ship-progress-bar/ship-progress-bar.ts",
|
|
438
438
|
"description": "### Variants\n\nProgress bar variants can be set using the\n`variant`\nattribute. Available variants:\n**base**\n,\n**flat**\n,\n**outlined**\n, and\n**raised**\n.\n\n### Colors\n\nProgress bar colors can be set using the\n`color`\nattribute. Available colors:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.\n\n### Disabled\n\nThe progress bar can be disabled using the standard\n`disabled`\nattribute or\n`[disabled]`\nbinding.",
|
|
439
439
|
"inputs": [
|
|
440
440
|
{
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
{
|
|
528
528
|
"name": "ShipSortable",
|
|
529
529
|
"selector": "[shSortable]",
|
|
530
|
-
"path": "
|
|
530
|
+
"path": "projects/ship-ui/src/lib/ship-sortable/ship-sortable.ts",
|
|
531
531
|
"description": "### Enable Sorting\n\nApply the\n`shSortable`\ndirective to a\n`sh-list`\nor any container element to enable drag-and-drop reordering.\n\n### Event Handling\n\nListen to the\n`afterDrop`\nevent to update your data source when an item is moved:\n`(afterDrop)=\"reorder($event)\"`\n.\n\n### Handles\n\nAdd the\n`sort-handle`\nattribute to a specific element within a sortable item to limit dragging to that specific area.",
|
|
532
532
|
"inputs": [],
|
|
533
533
|
"outputs": [
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
{
|
|
550
550
|
"name": "GridSortable",
|
|
551
551
|
"selector": "[shGridSortable]",
|
|
552
|
-
"path": "
|
|
552
|
+
"path": "projects/ship-ui/src/lib/ship-sortable/grid-sortable.ts",
|
|
553
553
|
"description": "### Enable Sorting\n\nApply the\n`shSortable`\ndirective to a\n`sh-list`\nor any container element to enable drag-and-drop reordering.\n\n### Event Handling\n\nListen to the\n`afterDrop`\nevent to update your data source when an item is moved:\n`(afterDrop)=\"reorder($event)\"`\n.\n\n### Handles\n\nAdd the\n`sort-handle`\nattribute to a specific element within a sortable item to limit dragging to that specific area.",
|
|
554
554
|
"inputs": [],
|
|
555
555
|
"outputs": [],
|
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
{
|
|
566
566
|
"name": "ShipFormField",
|
|
567
567
|
"selector": "sh-form-field",
|
|
568
|
-
"path": "
|
|
568
|
+
"path": "projects/ship-ui/src/lib/ship-form-field/ship-form-field.ts",
|
|
569
569
|
"description": "### label\n\nOptional label for the form field. Can include icons or other elements.\n\n### prefix/suffix\n\nProject content before or after the input using\n`prefix`\nor\n`suffix`\nslots.\n\n### placeholder\n\nPlaceholder text for the input or textarea.\n\n### boxPref/boxSuffix\n\nProject content before or after the input but inside a box style\n`boxPrefix`\nor\n`boxSuffix`\nslots.\n\n### hint\n\nOptional hint text shown below the input.\n\n### error\n\nOptional error text shown below the input when in error state.\n\n### disabled\n\nDisables the input or textarea.\n\n### size/class\n\nUse\n`small`\n,\n`autosize`\n,\n`center`\nclasses for different layouts.",
|
|
570
570
|
"inputs": [
|
|
571
571
|
{
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
{
|
|
699
699
|
"name": "ShipFormFieldPopover",
|
|
700
700
|
"selector": "sh-form-field-popover",
|
|
701
|
-
"path": "
|
|
701
|
+
"path": "projects/ship-ui/src/lib/ship-form-field/ship-form-field-popover.ts",
|
|
702
702
|
"description": "### label\n\nOptional label for the form field. Can include icons or other elements.\n\n### prefix/suffix\n\nProject content before or after the input using\n`prefix`\nor\n`suffix`\nslots.\n\n### placeholder\n\nPlaceholder text for the input or textarea.\n\n### boxPref/boxSuffix\n\nProject content before or after the input but inside a box style\n`boxPrefix`\nor\n`boxSuffix`\nslots.\n\n### hint\n\nOptional hint text shown below the input.\n\n### error\n\nOptional error text shown below the input when in error state.\n\n### disabled\n\nDisables the input or textarea.\n\n### size/class\n\nUse\n`small`\n,\n`autosize`\n,\n`center`\nclasses for different layouts.",
|
|
703
703
|
"inputs": [
|
|
704
704
|
{
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
{
|
|
743
743
|
"name": "ShipRangeSlider",
|
|
744
744
|
"selector": "sh-range-slider",
|
|
745
|
-
"path": "
|
|
745
|
+
"path": "projects/ship-ui/src/lib/ship-range-slider/ship-range-slider.ts",
|
|
746
746
|
"description": "### Binding\n\nTwo-way bindable value. Use\n`[(ngModel)]`\nor\n`[formControl]`\n.\n\n### Constraints\n\nSet the range limits and increments using the\n`min`\n,\n`max`\n, and\n`step`\nattributes.\n\n### Visuals\n\nCustomize the look and feel:\n\n<li>\n`color`\n:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**success**\n, or\n**error**\n.\n</li>\n<li>\n`variant`\n:\n**base**\n,\n**thick**\n,\n**outlined**\n,\n**flat**\n, or\n**raised**\n.\n</li>\n<li>\n`sharp`\n: Use sharp corners instead of rounded.\n</li>\n<li>\n`always-show`\n: Keep the value indicator visible at all times.\n</li>\n\n### Unit\n\nSpecify a suffix for the value display using the\n`unit`\nattribute (e.g.,\n`unit=\"%\"`\n).\n\n### Disabled\n\nThe slider can be disabled using the standard\n`disabled`\nattribute or\n`[disabled]`\nbinding.",
|
|
747
747
|
"inputs": [
|
|
748
748
|
{
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
{
|
|
876
876
|
"name": "ShipResize",
|
|
877
877
|
"selector": "[shResize]",
|
|
878
|
-
"path": "
|
|
878
|
+
"path": "projects/ship-ui/src/lib/ship-table/ship-table.ts",
|
|
879
879
|
"description": "### Data & Loading\n\nProvide data via\n`[data]`\nand toggle a loading state using the\n`loading`\nattribute.\n\n### Sorting\n\nEnable sorting by applying\n`shSort`\nto header cells. Track the active column with\n`sortByColumn`\n(two-way bindable).\n\n### Resizing\n\nApply the\n`shResize`\ndirective to header cells to allow column width adjustment. Available inputs:\n`resizable`\n,\n`minWidth`\n, and\n`maxWidth`\n.\n\n### Sticky Columns\n\nUse the\n`shStickyColumns`\nattribute (\n**start**\nor\n**end**\n) or apply\n`.sticky`\n/\n`.sticky-end`\nclasses to header cells to pin columns.\n\n### Column Sizing\n\nUse the\n`size`\nattribute on\n`<th>`\nelements to set initial or fixed widths (e.g.,\n`size=\"1fr\"`\n,\n`size=\"200px\"`\n).",
|
|
880
880
|
"inputs": [
|
|
881
881
|
{
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
{
|
|
1079
1079
|
"name": "ShipTableFilterBar",
|
|
1080
1080
|
"selector": "sh-table-filter-bar",
|
|
1081
|
-
"path": "
|
|
1081
|
+
"path": "projects/ship-ui/src/lib/ship-table-filter-bar/ship-table-filter-bar.ts",
|
|
1082
1082
|
"description": "",
|
|
1083
1083
|
"inputs": [],
|
|
1084
1084
|
"outputs": [],
|
|
@@ -1088,7 +1088,7 @@
|
|
|
1088
1088
|
{
|
|
1089
1089
|
"name": "ShipSpinner",
|
|
1090
1090
|
"selector": "sh-spinner",
|
|
1091
|
-
"path": "
|
|
1091
|
+
"path": "projects/ship-ui/src/lib/ship-spinner/ship-spinner.component.ts",
|
|
1092
1092
|
"description": "### Size & Thickness\n\nCustomize the spinner appearance using CSS variables:\n`--spinner-size`\nand\n`--spinner-thickness`\n.\n\n### Colors\n\nSpinner colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.",
|
|
1093
1093
|
"inputs": [
|
|
1094
1094
|
{
|
|
@@ -1131,7 +1131,7 @@
|
|
|
1131
1131
|
{
|
|
1132
1132
|
"name": "ShipStepper",
|
|
1133
1133
|
"selector": "sh-stepper",
|
|
1134
|
-
"path": "
|
|
1134
|
+
"path": "projects/ship-ui/src/lib/ship-stepper/ship-stepper.ts",
|
|
1135
1135
|
"description": "### Colors\n\nStepper colors can be set using the\n`color`\nattribute. Available options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.",
|
|
1136
1136
|
"inputs": [
|
|
1137
1137
|
{
|
|
@@ -1205,8 +1205,8 @@
|
|
|
1205
1205
|
{
|
|
1206
1206
|
"name": "ShipChip",
|
|
1207
1207
|
"selector": "sh-chip",
|
|
1208
|
-
"path": "
|
|
1209
|
-
"description": "### Variants\n\nChip variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Sizes\n\nChip sizes can be set using the\n`size`\nattribute. For example:\n`size=\"small\"`\n.\n\n### Colors\n\nChip colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.\n\n### Dynamic Coloring\n\nYou can set a custom color using the CSS variable\n`--chip-c`\ntogether with the\n`dynamic`\ninput (as an attribute or binding). This is ideal for tagging purposes where you need a wide range of colors.\n\n### Icons\n\nChips can contain icons using the\n`sh-icon`\ncomponent. Use the\n`suffix`\nattribute for trailing icons.\n\n### Readonly\n\nThe chip can be set to readonly through the\n`readonly`\ninput (adds the\n`readonly`\nclass).\n\n### Disabled\n\nThe chip can be disabled using the standard\n`disabled`\nattribute or\n`[disabled]`\nbinding.",
|
|
1208
|
+
"path": "projects/ship-ui/src/lib/ship-chip/ship-chip.ts",
|
|
1209
|
+
"description": "### Variants\n\nChip variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Sizes\n\nChip sizes can be set using the\n`size`\nattribute. For example:\n`size=\"small\"`\n.\n\n### Colors\n\nChip colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.\n\n### Dynamic Coloring\n\nYou can set a custom color using the CSS variable\n`--chip-c`\ntogether with the\n`dynamic`\ninput (as an attribute or binding). This is ideal for tagging purposes where you need a wide range of colors.\n\n### Icons\n\nChips can contain icons using the\n`sh-icon`\ncomponent. Use the\n`suffix`\nattribute for trailing icons.\n\n### Readonly\n\nThe chip can be set to readonly through the\n`readonly`\ninput (adds the\n`readonly`\nclass).\n\n### Disabled\n\nThe chip can be disabled using the standard\n`disabled`\nattribute or\n`[disabled]`\nbinding.\n\n:::info\nThis component utilizes the **Ship Sheet** utility for its visual structure. It supports standard sheet variations and is affected by global sheet variables.\n:::",
|
|
1210
1210
|
"inputs": [
|
|
1211
1211
|
{
|
|
1212
1212
|
"name": "color",
|
|
@@ -1320,7 +1320,7 @@
|
|
|
1320
1320
|
{
|
|
1321
1321
|
"name": "ShipThemeToggle",
|
|
1322
1322
|
"selector": "ship-theme-toggle",
|
|
1323
|
-
"path": "
|
|
1323
|
+
"path": "projects/ship-ui/src/lib/ship-theme-toggle/ship-theme-toggle.ts",
|
|
1324
1324
|
"description": "",
|
|
1325
1325
|
"inputs": [],
|
|
1326
1326
|
"outputs": [],
|
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
{
|
|
1331
1331
|
"name": "ChildComponent",
|
|
1332
1332
|
"selector": "app-child",
|
|
1333
|
-
"path": "
|
|
1333
|
+
"path": "projects/ship-ui/src/lib/utilities/create-input-example.component.ts",
|
|
1334
1334
|
"description": "",
|
|
1335
1335
|
"inputs": [],
|
|
1336
1336
|
"outputs": [],
|
|
@@ -1340,7 +1340,7 @@
|
|
|
1340
1340
|
{
|
|
1341
1341
|
"name": "ShipList",
|
|
1342
1342
|
"selector": "sh-list",
|
|
1343
|
-
"path": "
|
|
1343
|
+
"path": "projects/ship-ui/src/lib/ship-list/ship-list.ts",
|
|
1344
1344
|
"description": "### item\n\nAdd the\n`item`\nattribute to a child element of\n`sh-list`\nto make it a list item.\n\n### action\n\nAdd the\n`action`\nattribute to a child element of\n`sh-list`\nto make it an actionable item (e.g., clickable).\n\n### suffix\n\nAdd the\n`suffix`\nattribute to an element inside a list item to align it to the right.",
|
|
1345
1345
|
"inputs": [],
|
|
1346
1346
|
"outputs": [],
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
{
|
|
1394
1394
|
"name": "ShipMenu",
|
|
1395
1395
|
"selector": "sh-menu",
|
|
1396
|
-
"path": "
|
|
1396
|
+
"path": "projects/ship-ui/src/lib/ship-menu/ship-menu.ts",
|
|
1397
1397
|
"description": "### Searchable\n\nEnable a wildcard search input to filter menu options using the\n`searchable`\nattribute.\n\n### Behavior\n\nCustomize menu interaction:\n\n<li>\n`asMultiLayer`\n: Enables nested menu support.\n</li>\n<li>\n`closeOnClick`\n: Determines if the menu closes when an option is selected (default: true).\n</li>\n<li>\n`disabled`\n: Disables the menu trigger and content.\n</li>\n\n### Slots\n\nAdd a\n`suffix`\nattribute to an element inside a menu option to display hotkeys, icons, or secondary information at the trailing\nend.",
|
|
1398
1398
|
"inputs": [
|
|
1399
1399
|
{
|
|
@@ -1489,8 +1489,8 @@
|
|
|
1489
1489
|
{
|
|
1490
1490
|
"name": "ShipAlert",
|
|
1491
1491
|
"selector": "sh-alert",
|
|
1492
|
-
"path": "
|
|
1493
|
-
"description": "### Variants\n\nAlert variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Colors\n\nAlert colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.",
|
|
1492
|
+
"path": "projects/ship-ui/src/lib/ship-alert/ship-alert.ts",
|
|
1493
|
+
"description": "### Variants\n\nAlert variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Colors\n\nAlert colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.\n\n:::info\nThis component utilizes the **Ship Sheet** utility for its visual structure. It supports standard sheet variations and is affected by global sheet variables.\n:::",
|
|
1494
1494
|
"inputs": [
|
|
1495
1495
|
{
|
|
1496
1496
|
"name": "color",
|
|
@@ -1580,7 +1580,7 @@
|
|
|
1580
1580
|
{
|
|
1581
1581
|
"name": "ShipAlertContainer",
|
|
1582
1582
|
"selector": "ship-alert-container",
|
|
1583
|
-
"path": "
|
|
1583
|
+
"path": "projects/ship-ui/src/lib/ship-alert/ship-alert-container.ts",
|
|
1584
1584
|
"description": "### Variants\n\nAlert variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Colors\n\nAlert colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.",
|
|
1585
1585
|
"inputs": [
|
|
1586
1586
|
{
|
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
{
|
|
1624
1624
|
"name": "ShipDatepickerInput",
|
|
1625
1625
|
"selector": "sh-datepicker-input",
|
|
1626
|
-
"path": "
|
|
1626
|
+
"path": "projects/ship-ui/src/lib/ship-datepicker/ship-datepicker-input.ts",
|
|
1627
1627
|
"description": "### Selection\n\nSelected values are available via\n`date`\nand\n`endDate`\n. Use\n`[(date)]`\nand\n`[(endDate)]`\nfor two-way binding.\n\n### Configuration\n\nCustomize the picker behavior:\n\n<li>\n`asRange`\n: Enable range selection mode.\n</li>\n<li>\n`monthsToShow`\n: Set the number of months displayed (default: 1).\n</li>\n<li>\n`startOfWeek`\n: Specify the first day of the week (0-6).\n</li>\n<li>\n`weekdayLabels`\n: Provide custom labels for week days.\n</li>\n\n### Input Display\n\nCustomize how dates appear in inputs:\n\n<li>\n`masking`\n: Set the date format mask (e.g.,\n`'mediumDate'`\n).\n</li>\n<li>\n`size`\n: Use the\n`small`\nattribute/class for a compact input.\n</li>\n\n### Interaction\n\n<li>\n`closed`\n: Event emitted when the picker is dismissed.\n</li>\n<li>\n`disabled`\n: Standard attribute to disable interaction.\n</li>",
|
|
1628
1628
|
"inputs": [
|
|
1629
1629
|
{
|
|
@@ -1688,7 +1688,7 @@
|
|
|
1688
1688
|
{
|
|
1689
1689
|
"name": "ShipDatepicker",
|
|
1690
1690
|
"selector": "sh-datepicker",
|
|
1691
|
-
"path": "
|
|
1691
|
+
"path": "projects/ship-ui/src/lib/ship-datepicker/ship-datepicker.ts",
|
|
1692
1692
|
"description": "### Selection\n\nSelected values are available via\n`date`\nand\n`endDate`\n. Use\n`[(date)]`\nand\n`[(endDate)]`\nfor two-way binding.\n\n### Configuration\n\nCustomize the picker behavior:\n\n<li>\n`asRange`\n: Enable range selection mode.\n</li>\n<li>\n`monthsToShow`\n: Set the number of months displayed (default: 1).\n</li>\n<li>\n`startOfWeek`\n: Specify the first day of the week (0-6).\n</li>\n<li>\n`weekdayLabels`\n: Provide custom labels for week days.\n</li>\n\n### Input Display\n\nCustomize how dates appear in inputs:\n\n<li>\n`masking`\n: Set the date format mask (e.g.,\n`'mediumDate'`\n).\n</li>\n<li>\n`size`\n: Use the\n`small`\nattribute/class for a compact input.\n</li>\n\n### Interaction\n\n<li>\n`closed`\n: Event emitted when the picker is dismissed.\n</li>\n<li>\n`disabled`\n: Standard attribute to disable interaction.\n</li>",
|
|
1693
1693
|
"inputs": [
|
|
1694
1694
|
{
|
|
@@ -1818,7 +1818,7 @@
|
|
|
1818
1818
|
{
|
|
1819
1819
|
"name": "ShipDaterangeInput",
|
|
1820
1820
|
"selector": "sh-daterange-input",
|
|
1821
|
-
"path": "
|
|
1821
|
+
"path": "projects/ship-ui/src/lib/ship-datepicker/ship-daterange-input.ts",
|
|
1822
1822
|
"description": "### Selection\n\nSelected values are available via\n`date`\nand\n`endDate`\n. Use\n`[(date)]`\nand\n`[(endDate)]`\nfor two-way binding.\n\n### Configuration\n\nCustomize the picker behavior:\n\n<li>\n`asRange`\n: Enable range selection mode.\n</li>\n<li>\n`monthsToShow`\n: Set the number of months displayed (default: 1).\n</li>\n<li>\n`startOfWeek`\n: Specify the first day of the week (0-6).\n</li>\n<li>\n`weekdayLabels`\n: Provide custom labels for week days.\n</li>\n\n### Input Display\n\nCustomize how dates appear in inputs:\n\n<li>\n`masking`\n: Set the date format mask (e.g.,\n`'mediumDate'`\n).\n</li>\n<li>\n`size`\n: Use the\n`small`\nattribute/class for a compact input.\n</li>\n\n### Interaction\n\n<li>\n`closed`\n: Event emitted when the picker is dismissed.\n</li>\n<li>\n`disabled`\n: Standard attribute to disable interaction.\n</li>",
|
|
1823
1823
|
"inputs": [
|
|
1824
1824
|
{
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
{
|
|
1890
1890
|
"name": "ShipButtonGroup",
|
|
1891
1891
|
"selector": "sh-button-group",
|
|
1892
|
-
"path": "
|
|
1892
|
+
"path": "projects/ship-ui/src/lib/ship-button-group/ship-button-group.ts",
|
|
1893
1893
|
"description": "### Variants\n\nButton groups support different layouts via the\n`variant`\nattribute. Valid options:\n**default**\nand\n**type-b**\n.\n\n### Sizes\n\nUse the\n`size`\nattribute to change the scale of the group, e.g.,\n`size=\"small\"`\n.\n\n### Active State\n\nApply the\n`active`\nattribute or class to a button within the group to highlight it as the current selection.",
|
|
1894
1894
|
"inputs": [
|
|
1895
1895
|
{
|
|
@@ -1979,7 +1979,7 @@
|
|
|
1979
1979
|
{
|
|
1980
1980
|
"name": "ShipPopover",
|
|
1981
1981
|
"selector": "sh-popover",
|
|
1982
|
-
"path": "
|
|
1982
|
+
"path": "projects/ship-ui/src/lib/ship-popover/ship-popover.ts",
|
|
1983
1983
|
"description": "### Hover Trigger\n\nUse the\n`onHover`\nattribute or binding to open the popover on hover instead of click.\n\n### Nesting\n\nUse the\n`asMultiLayer`\nattribute to enable nested popover support.\n\n### Customization\n\nThe\n`options`\nattribute accepts a configuration object with:\n`width`\n,\n`height`\n,\n`closeOnButton`\n, and\n`closeOnEsc`\n.",
|
|
1984
1984
|
"inputs": [
|
|
1985
1985
|
{
|
|
@@ -2040,8 +2040,8 @@
|
|
|
2040
2040
|
{
|
|
2041
2041
|
"name": "ShipButton",
|
|
2042
2042
|
"selector": "[shButton]",
|
|
2043
|
-
"path": "
|
|
2044
|
-
"description": "### Variants\n\nButton variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Sizes\n\nButton sizes can be set using the\n`size`\nattribute. For example:\n`size=\"small\"`\n.\n\n### Colors\n\nButton colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.\n\n### Loading\n\nThe button can be set to loading state by adding the\n`loading`\nclass.\n\n### Readonly\n\nThe button can be set to readonly through the\n`readonly`\ninput (adds the\n`readonly`\nclass) or the standard\n`readonly`\nattribute.\n\n### Rotate icon\n\nIcons within the button can be rotated by adding the\n`rotated-icon`\nclass.\n\n### Disabled\n\nThe button can be disabled using the standard\n`disabled`\nattribute or\n`[disabled]`\nbinding.",
|
|
2043
|
+
"path": "projects/ship-ui/src/lib/ship-button/ship-button.ts",
|
|
2044
|
+
"description": "### Variants\n\nButton variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Sizes\n\nButton sizes can be set using the\n`size`\nattribute. For example:\n`size=\"small\"`\n.\n\n### Colors\n\nButton colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.\n\n### Loading\n\nThe button can be set to loading state by adding the\n`loading`\nclass.\n\n### Readonly\n\nThe button can be set to readonly through the\n`readonly`\ninput (adds the\n`readonly`\nclass) or the standard\n`readonly`\nattribute.\n\n### Rotate icon\n\nIcons within the button can be rotated by adding the\n`rotated-icon`\nclass.\n\n### Disabled\n\nThe button can be disabled using the standard\n`disabled`\nattribute or\n`[disabled]`\nbinding.\n\n:::info\nThis component utilizes the **Ship Sheet** utility for its visual structure. It supports standard sheet variations and is affected by global sheet variables.\n:::",
|
|
2045
2045
|
"inputs": [
|
|
2046
2046
|
{
|
|
2047
2047
|
"name": "color",
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
{
|
|
2145
2145
|
"name": "ShipDivider",
|
|
2146
2146
|
"selector": "sh-divider",
|
|
2147
|
-
"path": "
|
|
2147
|
+
"path": "projects/ship-ui/src/lib/ship-divider/ship-divider.ts",
|
|
2148
2148
|
"description": "### Orientation\n\nUse the\n`<sh-divider>`\nelement to visually separate sections. By default, it is horizontal.\n\n### Content\n\nYou can place text or icons inside the divider tags to create a divider with integrated content:\n`<sh-divider>OR</sh-divider>`\n.",
|
|
2149
2149
|
"inputs": [],
|
|
2150
2150
|
"outputs": [],
|
|
@@ -2174,7 +2174,7 @@
|
|
|
2174
2174
|
{
|
|
2175
2175
|
"name": "ShipColorPicker",
|
|
2176
2176
|
"selector": "sh-color-picker",
|
|
2177
|
-
"path": "
|
|
2177
|
+
"path": "projects/ship-ui/src/lib/ship-color-picker/ship-color-picker.ts",
|
|
2178
2178
|
"description": "",
|
|
2179
2179
|
"inputs": [
|
|
2180
2180
|
{
|
|
@@ -2233,7 +2233,7 @@
|
|
|
2233
2233
|
{
|
|
2234
2234
|
"name": "ShipDialog",
|
|
2235
2235
|
"selector": "sh-dialog",
|
|
2236
|
-
"path": "
|
|
2236
|
+
"path": "projects/ship-ui/src/lib/ship-dialog/ship-dialog.ts",
|
|
2237
2237
|
"description": "### Customization\n\nThe\n`options`\nattribute accepts a configuration object for:\n`width`\n,\n`height`\n,\n`maxWidth`\n,\n`maxHeight`\n,\n`closeOnButton`\n,\n`closeOnEsc`\n, and\n`closeOnOutsideClick`\n.\n\n### Variants\n\nDialogs support multiple layouts via the\n`variant`\nattribute. Valid options:\n**default**\nand\n**type-b**\n.\n\n### Slots\n\nStructure your dialog content using the\n`header`\n,\n`content`\n, and\n`footer`\nattributes on container elements.",
|
|
2238
2238
|
"inputs": [
|
|
2239
2239
|
{
|
|
@@ -2303,7 +2303,7 @@
|
|
|
2303
2303
|
{
|
|
2304
2304
|
"name": "ShipToggle",
|
|
2305
2305
|
"selector": "sh-toggle",
|
|
2306
|
-
"path": "
|
|
2306
|
+
"path": "projects/ship-ui/src/lib/ship-toggle/ship-toggle.ts",
|
|
2307
2307
|
"description": "### Variants\n\nToggle variants can be set using the\n`variant`\nattribute. Valid options are:\n**simple**\n,\n**outlined**\n,\n**flat**\n, and\n**raised**\n.\n\n### Colors\n\nToggle colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.\n\n### Readonly\n\nThe toggle can be set to readonly through the\n`readonly`\ninput (adds the\n`readonly`\nclass).\n\n### Disabled\n\nThe toggle can be disabled using the standard\n`disabled`\nattribute or\n`[disabled]`\nbinding.",
|
|
2308
2308
|
"inputs": [
|
|
2309
2309
|
{
|
|
@@ -2388,7 +2388,7 @@
|
|
|
2388
2388
|
{
|
|
2389
2389
|
"name": "ShipToggleCard",
|
|
2390
2390
|
"selector": "sh-toggle-card",
|
|
2391
|
-
"path": "
|
|
2391
|
+
"path": "projects/ship-ui/src/lib/ship-toggle-card/ship-toggle-card.ts",
|
|
2392
2392
|
"description": "",
|
|
2393
2393
|
"inputs": [
|
|
2394
2394
|
{
|
|
@@ -2435,8 +2435,8 @@
|
|
|
2435
2435
|
{
|
|
2436
2436
|
"name": "ShipCheckbox",
|
|
2437
2437
|
"selector": "sh-checkbox",
|
|
2438
|
-
"path": "
|
|
2439
|
-
"description": "",
|
|
2438
|
+
"path": "projects/ship-ui/src/lib/ship-checkbox/ship-checkbox.ts",
|
|
2439
|
+
"description": ":::info\nThis component utilizes the **Ship Sheet** utility for its visual structure. It supports standard sheet variations and is affected by global sheet variables.\n:::",
|
|
2440
2440
|
"inputs": [
|
|
2441
2441
|
{
|
|
2442
2442
|
"name": "color",
|
|
@@ -2490,8 +2490,8 @@
|
|
|
2490
2490
|
{
|
|
2491
2491
|
"name": "ShipRadio",
|
|
2492
2492
|
"selector": "sh-radio",
|
|
2493
|
-
"path": "
|
|
2494
|
-
"description": "",
|
|
2493
|
+
"path": "projects/ship-ui/src/lib/ship-radio/ship-radio.ts",
|
|
2494
|
+
"description": ":::info\nThis component utilizes the **Ship Sheet** utility for its visual structure. It supports standard sheet variations and is affected by global sheet variables.\n:::",
|
|
2495
2495
|
"inputs": [
|
|
2496
2496
|
{
|
|
2497
2497
|
"name": "color",
|
|
@@ -2545,7 +2545,7 @@
|
|
|
2545
2545
|
{
|
|
2546
2546
|
"name": "ShipIcon",
|
|
2547
2547
|
"selector": "sh-icon",
|
|
2548
|
-
"path": "
|
|
2548
|
+
"path": "projects/ship-ui/src/lib/ship-icon/ship-icon.ts",
|
|
2549
2549
|
"description": "### Sizes\n\nIcons can be set to different sizes using the\n`size`\nattribute. Valid options are:\n**small**\n,\n**large**\n, or\n**inherit**\n.\n\n### Colors\n\nIcon colors can be set using the\n`color`\nattribute. Valid options are:\n**primary**\n,\n**accent**\n,\n**warn**\n,\n**error**\n, and\n**success**\n.\n\nColor can also be overridden with CSS color variables:\n`{{ `\\<sh-icon [style.--icon-c]=\"'blue'\">cloud-warning\\</sh-icon>` }}`\n\n### Icon Packs\n\nCurrently we support Phosphor Icons. Search for icons here:\n\n<a shButton variant=\"raised\" color=\"primary\" size=\"small\" href=\"https://phosphoricons.com/#toolbar\" target=\"_blank\">\nSearch Phosphor Icons\n<sh-icon>arrow-square-out</sh-icon>\n</a>\nWe support multiple weight variations using ligatures:\n\n<li>\n`cloud-warning`\n(Regular - default)\n</li>\n- `cloud-warning-thin`\n- `cloud-warning-light`\n- `cloud-warning-fill`\n- `cloud-warning-bold`\n\n### Icon CLI\n\nUse our CLI tool to generate optimized icon fonts containing only the icons you use.\n\nGenerate once:\n`ship-fg --src='./src' --out='./src/assets' --rootPath='./'`\n\nWatch mode:\n`ship-fg --src='./src' --out='./src/assets' --rootPath='./' --watch`",
|
|
2550
2550
|
"inputs": [
|
|
2551
2551
|
{
|
|
@@ -2602,7 +2602,7 @@
|
|
|
2602
2602
|
{
|
|
2603
2603
|
"name": "ShipBlueprint",
|
|
2604
2604
|
"selector": "sh-blueprint",
|
|
2605
|
-
"path": "
|
|
2605
|
+
"path": "projects/ship-ui/src/lib/ship-blueprint/ship-blueprint.ts",
|
|
2606
2606
|
"description": "",
|
|
2607
2607
|
"inputs": [
|
|
2608
2608
|
{
|
|
@@ -2670,7 +2670,7 @@
|
|
|
2670
2670
|
{
|
|
2671
2671
|
"name": "ShipSelect",
|
|
2672
2672
|
"selector": "sh-select",
|
|
2673
|
-
"path": "
|
|
2673
|
+
"path": "projects/ship-ui/src/lib/ship-select/ship-select.ts",
|
|
2674
2674
|
"description": "### Options\n\nProvide the data source using the\n`options`\nattribute. This can be an array of strings or objects.\n\n### Labels & Values\n\nIf your options are objects, specify which properties to use for display and selection:\n\n<li>\n`label`\n: Property path to the display text (e.g.,\n`\"user.name\"`\n).\n</li>\n<li>\n`value`\n: Property path to the selection value (e.g.,\n`\"user.id\"`\n).\n</li>\n\n### Selection Modes\n\nToggle selection behavior:\n\n<li>\n`selectMultiple`\n: Enables picking multiple options.\n</li>\n<li>\n`isClearable`\n: Adds a clear button to remove the selection (default: true).\n</li>\n\n### Interaction\n\n<li>\n`inlineSearch`\n: Adds a search field within the dropdown to filter options.\n</li>\n<li>\n`readonly`\n: Prevents selection changes while maintaining focusability.\n</li>\n<li>\n`disabled`\n: Standard attribute to disable the component.\n</li>\n\n### Templates\n\nCustomize rendering using\n`ng-template`\n:\n\n<li>\n`optionTemplate`\n: Custom rendering for items in the dropdown.\n</li>\n<li>\n`placeholderTemplate`\n: Custom rendering for the selected state/placeholder.\n</li>",
|
|
2675
2675
|
"inputs": [
|
|
2676
2676
|
{
|
|
@@ -2717,40 +2717,6 @@
|
|
|
2717
2717
|
"type": "string",
|
|
2718
2718
|
"description": ""
|
|
2719
2719
|
},
|
|
2720
|
-
{
|
|
2721
|
-
"name": "color",
|
|
2722
|
-
"type": "ShipColor | null",
|
|
2723
|
-
"description": "",
|
|
2724
|
-
"defaultValue": "null",
|
|
2725
|
-
"options": [
|
|
2726
|
-
"primary",
|
|
2727
|
-
"accent",
|
|
2728
|
-
"warn",
|
|
2729
|
-
"error",
|
|
2730
|
-
"success"
|
|
2731
|
-
]
|
|
2732
|
-
},
|
|
2733
|
-
{
|
|
2734
|
-
"name": "variant",
|
|
2735
|
-
"type": "ShipSheetVariant | null",
|
|
2736
|
-
"description": "",
|
|
2737
|
-
"defaultValue": "null",
|
|
2738
|
-
"options": [
|
|
2739
|
-
"simple",
|
|
2740
|
-
"outlined",
|
|
2741
|
-
"flat",
|
|
2742
|
-
"raised"
|
|
2743
|
-
]
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"name": "size",
|
|
2747
|
-
"type": "ShipSize | null",
|
|
2748
|
-
"description": "",
|
|
2749
|
-
"defaultValue": "null",
|
|
2750
|
-
"options": [
|
|
2751
|
-
"small"
|
|
2752
|
-
]
|
|
2753
|
-
},
|
|
2754
2720
|
{
|
|
2755
2721
|
"name": "lazySearch",
|
|
2756
2722
|
"type": "any",
|
|
@@ -2952,5 +2918,567 @@
|
|
|
2952
2918
|
"ts": "import { ChangeDetectionStrategy, Component, computed, signal } from '@angular/core';\nimport { rxResource } from '@angular/core/rxjs-interop';\nimport { FormsModule } from '@angular/forms';\nimport { delay, map, of } from 'rxjs';\nimport { ShipSelect } from 'ship-ui';\n\nconst DEFAULT_OPTIONS = [\n { value: 'pizza', label: 'Pizza' },\n { value: 'burger', label: 'Burger' },\n { value: 'sushi', label: 'Sushi' },\n { value: 'pasta', label: 'Pasta' },\n { value: 'salad', label: 'Salad' },\n { value: 'sandwich', label: 'Sandwich' },\n];\n@Component({\n selector: 'app-lazy-search-select',\n standalone: true,\n imports: [FormsModule, ShipSelect],\n templateUrl: './lazy-search-select.html',\n styleUrl: './lazy-search-select.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class LazySearchSelect {\n lazySearchOption = signal('pizza');\n\n options = computed(() => this.resource.value() ?? DEFAULT_OPTIONS);\n resource = rxResource({\n params: () => ({\n query: this.lazySearchOption(),\n }),\n stream: ({ params }) => {\n const search = params.query.toLowerCase();\n\n return of(DEFAULT_OPTIONS).pipe(\n delay(200),\n map((res) => res.filter((opt) => opt.label.toLowerCase().includes(search)))\n );\n },\n });\n}\n"
|
|
2953
2919
|
}
|
|
2954
2920
|
]
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"name": "GlobalVariables",
|
|
2924
|
+
"selector": "global-variables",
|
|
2925
|
+
"path": "projects/ship-ui/styles/core/core/variables.scss",
|
|
2926
|
+
"description": "Global CSS variables for ShipUI including colors, typography, and spacing.",
|
|
2927
|
+
"inputs": [],
|
|
2928
|
+
"outputs": [],
|
|
2929
|
+
"cssVariables": [
|
|
2930
|
+
{
|
|
2931
|
+
"name": "--font-size",
|
|
2932
|
+
"defaultValue": "16px"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"name": "--primary-1",
|
|
2936
|
+
"defaultValue": "light-dark(oklch(0.95 0.02 260), oklch(0.17 0.05 260))"
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"name": "--primary-2",
|
|
2940
|
+
"defaultValue": "light-dark(oklch(0.9 0.04 260), oklch(0.25 0.09 260))"
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"name": "--primary-3",
|
|
2944
|
+
"defaultValue": "light-dark(oklch(0.86 0.07 260), oklch(0.32 0.12 260))"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"name": "--primary-4",
|
|
2948
|
+
"defaultValue": "light-dark(oklch(0.81 0.09 260), oklch(0.38 0.15 260))"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"name": "--primary-5",
|
|
2952
|
+
"defaultValue": "light-dark(oklch(0.76 0.11 260), oklch(0.45 0.18 260))"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"name": "--primary-6",
|
|
2956
|
+
"defaultValue": "light-dark(oklch(0.71 0.14 260), oklch(0.51 0.21 260))"
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"name": "--primary-7",
|
|
2960
|
+
"defaultValue": "light-dark(oklch(0.67 0.16 260), oklch(0.57 0.22 260))"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"name": "--primary-8",
|
|
2964
|
+
"defaultValue": "light-dark(oklch(0.63 0.19 260), oklch(0.63 0.19 260))"
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"name": "--primary-9",
|
|
2968
|
+
"defaultValue": "light-dark(oklch(0.52 0.21 260), oklch(0.71 0.14 260))"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "--primary-10",
|
|
2972
|
+
"defaultValue": "light-dark(oklch(0.41 0.16 260), oklch(0.81 0.09 260))"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"name": "--primary-11",
|
|
2976
|
+
"defaultValue": "light-dark(oklch(0.29 0.11 260), oklch(0.9 0.04 260))"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "--primary-12",
|
|
2980
|
+
"defaultValue": "light-dark(oklch(0.15 0.04 260), oklch(0.95 0.02 260))"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"name": "--primary-g2",
|
|
2984
|
+
"defaultValue": "linear-gradient(180deg, oklch(0.71 0.14 260) 0%, oklch(0.63 0.19 260) 50%)"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"name": "--primary-g3",
|
|
2988
|
+
"defaultValue": "linear-gradient(180deg, oklch(0.81 0.09 260.01) 0%, oklch(0.63 0.19 260) 50%)"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"name": "--accent-1",
|
|
2992
|
+
"defaultValue": "light-dark(hsl(258, 90%, 95.75%), hsl(258, 90%, 9.25%))"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "--accent-2",
|
|
2996
|
+
"defaultValue": "light-dark(hsl(258, 90%, 91.5%), hsl(258, 90%, 16.5%))"
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"name": "--accent-3",
|
|
3000
|
+
"defaultValue": "light-dark(hsl(258, 90%, 87.25%), hsl(258, 90%, 24.75%))"
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"name": "--accent-4",
|
|
3004
|
+
"defaultValue": "light-dark(hsl(258, 90%, 83%), hsl(258, 90%, 33%))"
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "--accent-5",
|
|
3008
|
+
"defaultValue": "light-dark(hsl(258, 89%, 78%), hsl(258, 90%, 41.25%))"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"name": "--accent-6",
|
|
3012
|
+
"defaultValue": "light-dark(hsl(258, 90%, 74.5%), hsl(258, 90%, 49.5%))"
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "--accent-7",
|
|
3016
|
+
"defaultValue": "light-dark(hsl(258, 90%, 70.25%), hsl(258, 90%, 57.75%))"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "--accent-8",
|
|
3020
|
+
"defaultValue": "light-dark(hsl(258, 90%, 66%), hsl(258, 90%, 66%))"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"name": "--accent-9",
|
|
3024
|
+
"defaultValue": "light-dark(hsl(258, 90%, 51.15%), hsl(258, 90%, 74.5%))"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"name": "--accent-10",
|
|
3028
|
+
"defaultValue": "light-dark(hsl(258, 90%, 36.3%), hsl(258, 90%, 83%))"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "--accent-11",
|
|
3032
|
+
"defaultValue": "light-dark(hsl(258, 90%, 21.45%), hsl(258, 90%, 91.5%))"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"name": "--accent-12",
|
|
3036
|
+
"defaultValue": "light-dark(hsl(258, 90%, 6.6%), hsl(258, 90%, 100%))"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"name": "--accent-g2",
|
|
3040
|
+
"defaultValue": "linear-gradient(180deg, hsl(258, 90%, 74.5%) 0%, hsl(258, 90%, 66%) 50%)"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"name": "--accent-g3",
|
|
3044
|
+
"defaultValue": "linear-gradient(180deg, hsl(258, 90%, 83%) 0%, hsl(258, 90%, 66%) 50%)"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "--warn-1",
|
|
3048
|
+
"defaultValue": "light-dark(hsl(37, 92%, 93.75%), hsl(37, 92%, 9.25%))"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"name": "--warn-2",
|
|
3052
|
+
"defaultValue": "light-dark(hsl(37, 92%, 87.5%), hsl(37, 92%, 12.5%))"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "--warn-3",
|
|
3056
|
+
"defaultValue": "light-dark(hsl(37, 92%, 81.25%), hsl(37, 92%, 18.75%))"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "--warn-4",
|
|
3060
|
+
"defaultValue": "light-dark(hsl(37, 92%, 75%), hsl(37, 92%, 25%))"
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"name": "--warn-5",
|
|
3064
|
+
"defaultValue": "light-dark(hsl(37, 92%, 68.75%), hsl(37, 92%, 31.25%))"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"name": "--warn-6",
|
|
3068
|
+
"defaultValue": "light-dark(hsl(37, 92%, 62.5%), hsl(37, 92%, 37.5%))"
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
"name": "--warn-7",
|
|
3072
|
+
"defaultValue": "light-dark(hsl(37, 92%, 56.25%), hsl(37, 92%, 43.75%))"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "--warn-8",
|
|
3076
|
+
"defaultValue": "light-dark(hsl(37, 92%, 50%), hsl(37, 92%, 50%))"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "--warn-9",
|
|
3080
|
+
"defaultValue": "light-dark(hsl(37, 92%, 38.75%), hsl(37, 92%, 62.5%))"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"name": "--warn-10",
|
|
3084
|
+
"defaultValue": "light-dark(hsl(37, 92%, 27.5%), hsl(37, 92%, 75%))"
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "--warn-11",
|
|
3088
|
+
"defaultValue": "light-dark(hsl(37, 92%, 16.25%), hsl(37, 92%, 87.5%))"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "--warn-12",
|
|
3092
|
+
"defaultValue": "light-dark(hsl(37, 92%, 5%), hsl(37, 92%, 100%))"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"name": "--warn-g2",
|
|
3096
|
+
"defaultValue": "linear-gradient(180deg, hsl(37, 92%, 62.5%) 0%, hsl(37, 92%, 50%) 50%)"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "--warn-g3",
|
|
3100
|
+
"defaultValue": "linear-gradient(180deg, hsl(37, 92%, 75%) 0%, hsl(37, 92%, 50%) 50%)"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "--error-1",
|
|
3104
|
+
"defaultValue": "light-dark(hsl(0, 84%, 95%), hsl(0, 84%, 7.5%))"
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"name": "--error-2",
|
|
3108
|
+
"defaultValue": "light-dark(hsl(0, 84%, 90%), hsl(0, 84%, 15%))"
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"name": "--error-3",
|
|
3112
|
+
"defaultValue": "light-dark(hsl(0, 84%, 85%), hsl(0, 84%, 22.5%))"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"name": "--error-4",
|
|
3116
|
+
"defaultValue": "light-dark(hsl(0, 84%, 80%), hsl(0, 84%, 30%))"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "--error-5",
|
|
3120
|
+
"defaultValue": "light-dark(hsl(0, 84%, 75%), hsl(0, 27%, 10%))"
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"name": "--error-6",
|
|
3124
|
+
"defaultValue": "light-dark(hsl(0, 84%, 70%), hsl(0, 84%, 45%))"
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"name": "--error-7",
|
|
3128
|
+
"defaultValue": "light-dark(hsl(0, 84%, 65%), hsl(0, 84%, 52.5%))"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"name": "--error-8",
|
|
3132
|
+
"defaultValue": "light-dark(hsl(0, 84%, 60%), hsl(0, 84%, 60%))"
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"name": "--error-9",
|
|
3136
|
+
"defaultValue": "light-dark(hsl(0, 84%, 46.5%), hsl(0, 84%, 70%))"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"name": "--error-10",
|
|
3140
|
+
"defaultValue": "light-dark(hsl(0, 84%, 33%), hsl(0, 84%, 80%))"
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"name": "--error-11",
|
|
3144
|
+
"defaultValue": "light-dark(hsl(0, 84%, 19.5%), hsl(0, 84%, 90%))"
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"name": "--error-12",
|
|
3148
|
+
"defaultValue": "light-dark(hsl(0, 84%, 6%), hsl(0, 84%, 100%))"
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"name": "--error-g2",
|
|
3152
|
+
"defaultValue": "linear-gradient(180deg, hsl(0, 84%, 70%) 0%, hsl(0, 84%, 60%) 50%)"
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"name": "--error-g3",
|
|
3156
|
+
"defaultValue": "linear-gradient(180deg, hsl(0, 84%, 80%) 0%, hsl(0, 84%, 60%) 50%)"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"name": "--success-1",
|
|
3160
|
+
"defaultValue": "light-dark(hsl(160, 84%, 92.38%), hsl(160, 84%, 7.88%))"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "--success-2",
|
|
3164
|
+
"defaultValue": "light-dark(hsl(160, 84%, 84.75%), hsl(160, 3%, 17%))"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"name": "--success-3",
|
|
3168
|
+
"defaultValue": "light-dark(hsl(160, 84%, 77.13%), hsl(160, 84%, 14.63%))"
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "--success-4",
|
|
3172
|
+
"defaultValue": "light-dark(hsl(160, 84%, 69.5%), hsl(160, 84%, 19.5%))"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"name": "--success-5",
|
|
3176
|
+
"defaultValue": "light-dark(hsl(160, 84%, 61.88%), hsl(160, 84%, 24.38%))"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"name": "--success-6",
|
|
3180
|
+
"defaultValue": "light-dark(hsl(160, 84%, 54.25%), hsl(160, 84%, 29.25%))"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"name": "--success-7",
|
|
3184
|
+
"defaultValue": "light-dark(hsl(160, 84%, 46.63%), hsl(160, 84%, 34.13%))"
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "--success-8",
|
|
3188
|
+
"defaultValue": "light-dark(hsl(160, 84%, 39%), hsl(160, 84%, 39%))"
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
"name": "--success-9",
|
|
3192
|
+
"defaultValue": "light-dark(hsl(160, 84%, 30.23%), hsl(160, 84%, 54.25%))"
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"name": "--success-10",
|
|
3196
|
+
"defaultValue": "light-dark(hsl(160, 84%, 21.45%), hsl(160, 84%, 69.5%))"
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"name": "--success-11",
|
|
3200
|
+
"defaultValue": "light-dark(hsl(160, 84%, 12.67%), hsl(160, 84%, 84.75%))"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"name": "--success-12",
|
|
3204
|
+
"defaultValue": "light-dark(hsl(160, 84%, 3.9%), hsl(160, 84%, 100%))"
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "--success-g2",
|
|
3208
|
+
"defaultValue": "linear-gradient(180deg, hsl(160, 84%, 54.25%) 0%, hsl(160, 84%, 39%) 50%)"
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"name": "--success-g3",
|
|
3212
|
+
"defaultValue": "linear-gradient(180deg, hsl(160, 84%, 69.5%) 0%, hsl(160, 84%, 39%) 50%)"
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"name": "--base-1",
|
|
3216
|
+
"defaultValue": "light-dark(#fff, hsl(0, 0%, 5.75%))"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"name": "--base-2",
|
|
3220
|
+
"defaultValue": "light-dark(hsl(0, 0%, 98.05%), hsl(0, 0%, 8.75%))"
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"name": "--base-3",
|
|
3224
|
+
"defaultValue": "light-dark(hsl(0, 0%, 94.5%), hsl(0, 0%, 11.5%))"
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"name": "--base-4",
|
|
3228
|
+
"defaultValue": "light-dark(hsl(0, 0%, 84.75%), hsl(0, 0%, 17.25%))"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "--base-5",
|
|
3232
|
+
"defaultValue": "light-dark(hsl(0, 0%, 79.75%), hsl(0, 0%, 21%))"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "--base-6",
|
|
3236
|
+
"defaultValue": "light-dark(hsl(0, 0%, 66.25%), hsl(0, 0%, 28.75%))"
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "--base-7",
|
|
3240
|
+
"defaultValue": "light-dark(hsl(0, 0%, 54.5%), hsl(0, 0%, 34.5%))"
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"name": "--base-8",
|
|
3244
|
+
"defaultValue": "light-dark(hsl(0, 0%, 46%), hsl(0, 0%, 54%))"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "--base-9",
|
|
3248
|
+
"defaultValue": "light-dark(hsl(0, 0%, 35.65%), hsl(0, 0%, 64.5%))"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"name": "--base-10",
|
|
3252
|
+
"defaultValue": "light-dark(hsl(0, 0%, 25.3%), hsl(0, 0%, 73%))"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "--base-11",
|
|
3256
|
+
"defaultValue": "light-dark(hsl(0, 0%, 14.95%), hsl(0, 0%, 86.5%))"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"name": "--base-12",
|
|
3260
|
+
"defaultValue": "light-dark(hsl(0, 0%, 4.6%), hsl(0, 0%, 100%))"
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"name": "--base-g2",
|
|
3264
|
+
"defaultValue": "linear-gradient(180deg, hsl(0, 0%, 66.25%) 0%, hsl(0, 0%, 46%) 50%)"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "--base-g3",
|
|
3268
|
+
"defaultValue": "linear-gradient(180deg, hsl(0, 0%, 73%) 0%, hsl(0, 0%, 46%) 50%)"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"name": "--base-g6",
|
|
3272
|
+
"defaultValue": "linear-gradient(180deg, hsl(0, 0%, 25.3%) 0%, hsl(0, 0%, 14.95%) 50%)"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"name": "--base-g7",
|
|
3276
|
+
"defaultValue": "linear-gradient(180deg, hsl(0, 0%, 35.65%) 0%, hsl(0, 0%, 14.95%) 50%)"
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "--primary-c8",
|
|
3280
|
+
"defaultValue": "var(--light-text)"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"name": "--accent-c8",
|
|
3284
|
+
"defaultValue": "var(--light-text)"
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"name": "--warn-c8",
|
|
3288
|
+
"defaultValue": "var(--light-text)"
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"name": "--error-c8",
|
|
3292
|
+
"defaultValue": "var(--light-text)"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"name": "--success-c8",
|
|
3296
|
+
"defaultValue": "var(--light-text)"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"name": "--display-10",
|
|
3300
|
+
"defaultValue": "600 #{p2r(80)} / normal Inter Tight, sans-serif"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "--display-20",
|
|
3304
|
+
"defaultValue": "600 #{p2r(72)} / normal Inter Tight, sans-serif"
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"name": "--display-30",
|
|
3308
|
+
"defaultValue": "600 #{p2r(64)} / normal Inter Tight, sans-serif"
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"name": "--display-40",
|
|
3312
|
+
"defaultValue": "600 #{p2r(56)} / normal Inter Tight, sans-serif"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"name": "--display-50",
|
|
3316
|
+
"defaultValue": "600 #{p2r(48)} / normal Inter Tight, sans-serif"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"name": "--title-10",
|
|
3320
|
+
"defaultValue": "500 #{p2r(40)} / normal Inter Tight, sans-serif"
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "--title-20",
|
|
3324
|
+
"defaultValue": "500 #{p2r(32)} / normal Inter Tight, sans-serif"
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"name": "--title-30",
|
|
3328
|
+
"defaultValue": "500 #{p2r(24)} / normal Inter Tight, sans-serif"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "--title-10B",
|
|
3332
|
+
"defaultValue": "600 #{p2r(40)} / normal Inter Tight, sans-serif"
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"name": "--title-20B",
|
|
3336
|
+
"defaultValue": "600 #{p2r(32)} / normal Inter Tight, sans-serif"
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"name": "--title-30B",
|
|
3340
|
+
"defaultValue": "600 #{p2r(24)} / normal Inter Tight, sans-serif"
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"name": "--paragraph-10",
|
|
3344
|
+
"defaultValue": "500 #{p2r(18)} / normal Inter Tight, sans-serif"
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"name": "--paragraph-20",
|
|
3348
|
+
"defaultValue": "500 #{p2r(16)} / normal Inter Tight, sans-serif"
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"name": "--paragraph-30",
|
|
3352
|
+
"defaultValue": "500 #{p2r(14)} / normal Inter Tight, sans-serif"
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"name": "--paragraph-40",
|
|
3356
|
+
"defaultValue": "500 #{p2r(12)} / normal Inter Tight, sans-serif"
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"name": "--paragraph-10B",
|
|
3360
|
+
"defaultValue": "600 #{p2r(18)} / normal Inter Tight, sans-serif"
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "--paragraph-20B",
|
|
3364
|
+
"defaultValue": "600 #{p2r(16)} / normal Inter Tight, sans-serif"
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"name": "--paragraph-30B",
|
|
3368
|
+
"defaultValue": "600 #{p2r(14)} / #{p2r(18)} Inter Tight, sans-serif"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"name": "--paragraph-40B",
|
|
3372
|
+
"defaultValue": "600 #{p2r(12)} / normal Inter Tight, sans-serif"
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"name": "--code-10",
|
|
3376
|
+
"defaultValue": "500 #{p2r(16)} / normal monospace"
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"name": "--code-20",
|
|
3380
|
+
"defaultValue": "500 #{p2r(14)} / normal monospace"
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"name": "--code-30",
|
|
3384
|
+
"defaultValue": "500 #{p2r(12)} / normal monospace"
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"name": "--shape-1",
|
|
3388
|
+
"defaultValue": "#{p2r(4)}"
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "--shape-2",
|
|
3392
|
+
"defaultValue": "#{p2r(8)}"
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"name": "--shape-3",
|
|
3396
|
+
"defaultValue": "#{p2r(12)}"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"name": "--shape-4",
|
|
3400
|
+
"defaultValue": "#{p2r(16)}"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"name": "--shape-5",
|
|
3404
|
+
"defaultValue": "#{p2r(20)}"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"name": "--box-shadow-10",
|
|
3408
|
+
"defaultValue": "0 1px 2px 0 rgba(18, 18, 23, 0.07)"
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"name": "--box-shadow-20",
|
|
3412
|
+
"defaultValue": "0 1px 3px 0 rgba(18, 18, 23, 0.1)"
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"name": "--box-shadow-30",
|
|
3416
|
+
"defaultValue": "0 1px 4px -1px rgba(18, 18, 23, 0.08)"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"name": "--box-shadow-35",
|
|
3420
|
+
"defaultValue": "0 4px 6px -1px rgba(18, 18, 23, 0.08)"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"name": "--box-shadow-40",
|
|
3424
|
+
"defaultValue": "0 10px 15px -3px rgba(18, 18, 23, 0.08)"
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "--box-shadow-50",
|
|
3428
|
+
"defaultValue": "0 20px 25px -5px rgba(18, 18, 23, 0.1)"
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"name": "--box-shadow-60",
|
|
3432
|
+
"defaultValue": "0 25px 50px -12px rgba(18, 18, 23, 0.25)"
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"name": "--dark-text",
|
|
3436
|
+
"defaultValue": "#000"
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "--light-text",
|
|
3440
|
+
"defaultValue": "#fff"
|
|
3441
|
+
}
|
|
3442
|
+
],
|
|
3443
|
+
"examples": []
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"name": "SheetVariables",
|
|
3447
|
+
"selector": "sheet-variables",
|
|
3448
|
+
"path": "projects/ship-ui/styles/components/ship-sheet.utility.scss",
|
|
3449
|
+
"description": "Common CSS variables for components using the \"sh-sheet\" class. These variables control background, border, and color scales for different variants.",
|
|
3450
|
+
"inputs": [],
|
|
3451
|
+
"outputs": [],
|
|
3452
|
+
"cssVariables": [
|
|
3453
|
+
{
|
|
3454
|
+
"name": "--sheet-c",
|
|
3455
|
+
"defaultValue": "var(--base-12)"
|
|
3456
|
+
},
|
|
3457
|
+
{
|
|
3458
|
+
"name": "--sheet-bg",
|
|
3459
|
+
"defaultValue": "var(--base-1)"
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"name": "--sheet-bc",
|
|
3463
|
+
"defaultValue": "var(--base-4)"
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"name": "--sheet-s",
|
|
3467
|
+
"defaultValue": "var(--shape-2)"
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"name": "--sheet-ic",
|
|
3471
|
+
"defaultValue": "var(--base-12)"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"name": "--sheet-p-c",
|
|
3475
|
+
"defaultValue": "rgb(from var(--sheet-c) r g b / 0.65)"
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"name": "--sheet-bg-h",
|
|
3479
|
+
"defaultValue": "var(--base-2)"
|
|
3480
|
+
}
|
|
3481
|
+
],
|
|
3482
|
+
"examples": []
|
|
2955
3483
|
}
|
|
2956
3484
|
]
|
package/package.json
CHANGED
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
"ShipSelect: With Options": {
|
|
464
464
|
"prefix": "sh-select-full",
|
|
465
465
|
"body": [
|
|
466
|
-
"<sh-select [
|
|
466
|
+
"<sh-select [readonly]=\"${1:false}\">",
|
|
467
467
|
" $0",
|
|
468
468
|
"</sh-select>"
|
|
469
469
|
],
|