@misoto22/design 0.6.0 → 0.6.1
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/agent/Accordion.md +1 -1
- package/dist/agent/Alert.md +1 -1
- package/dist/agent/AppShell.md +1 -1
- package/dist/agent/AreaChart.md +2 -2
- package/dist/agent/Article.md +1 -1
- package/dist/agent/Avatar.md +1 -1
- package/dist/agent/Badge.md +1 -1
- package/dist/agent/BarChart.md +2 -2
- package/dist/agent/BarList.md +2 -2
- package/dist/agent/BigNumber.md +2 -2
- package/dist/agent/BoxPlot.md +2 -2
- package/dist/agent/Breadcrumb.md +1 -1
- package/dist/agent/BulletChart.md +2 -2
- package/dist/agent/Button.md +1 -1
- package/dist/agent/Calendar.md +1 -1
- package/dist/agent/Card.md +1 -1
- package/dist/agent/Checkbox.md +1 -1
- package/dist/agent/Collapsible.md +1 -1
- package/dist/agent/Combobox.md +1 -1
- package/dist/agent/Command.md +1 -1
- package/dist/agent/ComposedChart.md +2 -2
- package/dist/agent/ContextMenu.md +1 -1
- package/dist/agent/DatePicker.md +1 -1
- package/dist/agent/Diagram.md +1 -1
- package/dist/agent/Dialog.md +1 -1
- package/dist/agent/DropdownMenu.md +1 -1
- package/dist/agent/EmptyState.md +1 -1
- package/dist/agent/ErrorState.md +1 -1
- package/dist/agent/Facet.md +2 -2
- package/dist/agent/Field.md +1 -1
- package/dist/agent/FigureBand.md +1 -1
- package/dist/agent/FloatingIconButton.md +1 -1
- package/dist/agent/FunnelChart.md +2 -2
- package/dist/agent/Heatmap.md +2 -2
- package/dist/agent/Histogram.md +2 -2
- package/dist/agent/Input.md +1 -1
- package/dist/agent/Kbd.md +1 -1
- package/dist/agent/LineChart.md +2 -2
- package/dist/agent/LinkArrow.md +1 -1
- package/dist/agent/NativeSelect.md +1 -1
- package/dist/agent/NavItem.md +1 -1
- package/dist/agent/Pagination.md +1 -1
- package/dist/agent/PieChart.md +2 -2
- package/dist/agent/Popover.md +1 -1
- package/dist/agent/Progress.md +1 -1
- package/dist/agent/RadarChart.md +2 -2
- package/dist/agent/RadialChart.md +2 -2
- package/dist/agent/RadioGroup.md +1 -1
- package/dist/agent/SankeyChart.md +2 -2
- package/dist/agent/ScatterChart.md +2 -2
- package/dist/agent/ScrollArea.md +1 -1
- package/dist/agent/SearchableMenu.md +1 -1
- package/dist/agent/Select.md +1 -1
- package/dist/agent/Separator.md +1 -1
- package/dist/agent/Sheet.md +1 -1
- package/dist/agent/Skeleton.md +1 -1
- package/dist/agent/Slider.md +1 -1
- package/dist/agent/Sparkline.md +2 -2
- package/dist/agent/Spinner.md +1 -1
- package/dist/agent/StatusDot.md +1 -1
- package/dist/agent/StatusPill.md +1 -1
- package/dist/agent/Steps.md +1 -1
- package/dist/agent/Switch.md +1 -1
- package/dist/agent/Table.md +1 -1
- package/dist/agent/Tabs.md +1 -1
- package/dist/agent/Tag.md +1 -1
- package/dist/agent/Textarea.md +1 -1
- package/dist/agent/Toast.md +1 -1
- package/dist/agent/ToggleGroup.md +1 -1
- package/dist/agent/Tooltip.md +1 -1
- package/dist/agent/TreemapChart.md +2 -2
- package/dist/agent/WaterfallChart.md +2 -2
- package/dist/agent/catalog.json +73 -1
- package/dist/agent/index.md +1 -1
- package/package.json +1 -1
- package/skills/misoto22-design/SKILL.md +43 -5
package/dist/agent/Accordion.md
CHANGED
package/dist/agent/Alert.md
CHANGED
package/dist/agent/AppShell.md
CHANGED
package/dist/agent/AreaChart.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
A filled series over a continuous axis, where the area means something.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { AreaChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { AreaChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/area-chart/
|
|
9
9
|
- Related: line-chart, bar-chart, composed-chart
|
|
10
10
|
|
package/dist/agent/Article.md
CHANGED
|
@@ -4,7 +4,7 @@ The long-form reading surface — everything a Markdown pipeline emits, in this
|
|
|
4
4
|
|
|
5
5
|
- Group: Surfaces
|
|
6
6
|
- Import: `import { Article } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/article/
|
|
9
9
|
- Related: diagram, card
|
|
10
10
|
|
package/dist/agent/Avatar.md
CHANGED
package/dist/agent/Badge.md
CHANGED
package/dist/agent/BarChart.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Discrete categories compared by length.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { BarChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { BarChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/bar-chart/
|
|
9
9
|
- Related: area-chart, composed-chart, radial-chart
|
|
10
10
|
|
package/dist/agent/BarList.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
A ranked list, with the bar behind the name rather than beside it.
|
|
4
4
|
|
|
5
5
|
- Group: Data
|
|
6
|
-
- Import: `import { BarList } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { BarList } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/bar-list/
|
|
9
9
|
- Related: bar-chart, table
|
|
10
10
|
|
package/dist/agent/BigNumber.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
One number, at the size of a headline.
|
|
4
4
|
|
|
5
5
|
- Group: Data
|
|
6
|
-
- Import: `import { BigNumber } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { BigNumber } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/big-number/
|
|
9
9
|
- Related: sparkline, figure-band
|
|
10
10
|
|
package/dist/agent/BoxPlot.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
The spread of a measurement, per category.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { BoxPlot } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { BoxPlot } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/box-plot/
|
|
9
9
|
- Related: histogram, scatter-chart
|
|
10
10
|
|
package/dist/agent/Breadcrumb.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
A measure, its target, and the bands that say whether it is any good.
|
|
4
4
|
|
|
5
5
|
- Group: Data
|
|
6
|
-
- Import: `import { BulletChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { BulletChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/bullet-chart/
|
|
9
9
|
- Related: bar-list, big-number
|
|
10
10
|
|
package/dist/agent/Button.md
CHANGED
|
@@ -4,7 +4,7 @@ The system’s action, on the same corner as the field beside it.
|
|
|
4
4
|
|
|
5
5
|
- Group: Actions
|
|
6
6
|
- Import: `import { Button } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/button/
|
|
9
9
|
- Related: floating-icon-button, spinner
|
|
10
10
|
|
package/dist/agent/Calendar.md
CHANGED
package/dist/agent/Card.md
CHANGED
package/dist/agent/Checkbox.md
CHANGED
package/dist/agent/Combobox.md
CHANGED
package/dist/agent/Command.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Bars and lines over one axis — the volume, and the rate it moved at.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { ComposedChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { ComposedChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/composed-chart/
|
|
9
9
|
- Related: bar-chart, line-chart
|
|
10
10
|
|
package/dist/agent/DatePicker.md
CHANGED
package/dist/agent/Diagram.md
CHANGED
|
@@ -4,7 +4,7 @@ A flow or architecture figure, drawn out of the system’s own parts.
|
|
|
4
4
|
|
|
5
5
|
- Group: Display
|
|
6
6
|
- Import: `import { Diagram } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/diagram/
|
|
9
9
|
- Related: card, figure-band
|
|
10
10
|
|
package/dist/agent/Dialog.md
CHANGED
package/dist/agent/EmptyState.md
CHANGED
package/dist/agent/ErrorState.md
CHANGED
package/dist/agent/Facet.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
The same chart once per group, on one shared scale.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { Facet } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { Facet } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/facet/
|
|
9
9
|
- Related: line-chart, sparkline
|
|
10
10
|
|
package/dist/agent/Field.md
CHANGED
package/dist/agent/FigureBand.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Stages that only ever narrow.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { FunnelChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { FunnelChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/funnel-chart/
|
|
9
9
|
- Related: sankey-chart, bar-chart
|
|
10
10
|
|
package/dist/agent/Heatmap.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
A grid of values read by weight.
|
|
4
4
|
|
|
5
5
|
- Group: Data
|
|
6
|
-
- Import: `import { Heatmap } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { Heatmap } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/heatmap/
|
|
9
9
|
- Related: table, scatter-chart
|
|
10
10
|
|
package/dist/agent/Histogram.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
The shape of one distribution.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { Histogram } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { Histogram } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/histogram/
|
|
9
9
|
- Related: box-plot, bar-chart
|
|
10
10
|
|
package/dist/agent/Input.md
CHANGED
package/dist/agent/Kbd.md
CHANGED
package/dist/agent/LineChart.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Several series compared over a continuous axis.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { LineChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { LineChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/line-chart/
|
|
9
9
|
- Related: area-chart, composed-chart
|
|
10
10
|
|
package/dist/agent/LinkArrow.md
CHANGED
package/dist/agent/NavItem.md
CHANGED
package/dist/agent/Pagination.md
CHANGED
package/dist/agent/PieChart.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Parts of one whole.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { PieChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { PieChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/pie-chart/
|
|
9
9
|
- Related: radial-chart, bar-chart
|
|
10
10
|
|
package/dist/agent/Popover.md
CHANGED
|
@@ -4,7 +4,7 @@ A panel anchored to a control, holding content you can interact with.
|
|
|
4
4
|
|
|
5
5
|
- Group: Overlays
|
|
6
6
|
- Import: `import { Popover } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/popover/
|
|
9
9
|
- Related: tooltip, dropdown-menu
|
|
10
10
|
|
package/dist/agent/Progress.md
CHANGED
package/dist/agent/RadarChart.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
A profile across several named dimensions.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { RadarChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { RadarChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/radar-chart/
|
|
9
9
|
- Related: line-chart, pie-chart
|
|
10
10
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Values on an arc — a gauge, or a few totals against one scale.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { RadialChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { RadialChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/radial-chart/
|
|
9
9
|
- Related: pie-chart, bar-chart
|
|
10
10
|
|
package/dist/agent/RadioGroup.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Where a quantity goes as it moves through stages.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { SankeyChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { SankeyChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/sankey-chart/
|
|
9
9
|
- Related: bar-chart
|
|
10
10
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Two measures against each other, one mark per observation.
|
|
4
4
|
|
|
5
5
|
- Group: Charts
|
|
6
|
-
- Import: `import { ScatterChart } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { ScatterChart } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/scatter-chart/
|
|
9
9
|
- Related: line-chart, heatmap
|
|
10
10
|
|
package/dist/agent/ScrollArea.md
CHANGED
|
@@ -4,7 +4,7 @@ A box that scrolls, with a scrollbar that looks the same everywhere.
|
|
|
4
4
|
|
|
5
5
|
- Group: Surfaces
|
|
6
6
|
- Import: `import { ScrollArea } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/scroll-area/
|
|
9
9
|
- Related: table
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@ A menu of actions you can type into.
|
|
|
4
4
|
|
|
5
5
|
- Group: Overlays
|
|
6
6
|
- Import: `import { SearchableMenu } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/searchable-menu/
|
|
9
9
|
- Related: dropdown-menu, command, combobox
|
|
10
10
|
|
package/dist/agent/Select.md
CHANGED
package/dist/agent/Separator.md
CHANGED
package/dist/agent/Sheet.md
CHANGED
package/dist/agent/Skeleton.md
CHANGED
package/dist/agent/Slider.md
CHANGED
package/dist/agent/Sparkline.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
A run of numbers at the size of a word.
|
|
4
4
|
|
|
5
5
|
- Group: Data
|
|
6
|
-
- Import: `import { Sparkline } from '@misoto22/design'`
|
|
7
|
-
- Version: 0.6.
|
|
6
|
+
- Import: `import { Sparkline } from '@misoto22/design/charts'`
|
|
7
|
+
- Version: 0.6.1
|
|
8
8
|
- Docs: https://ui.misoto22.com/components/sparkline/
|
|
9
9
|
- Related: line-chart, table
|
|
10
10
|
|
package/dist/agent/Spinner.md
CHANGED