clio-design-system 0.3.0 → 0.4.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.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -40,6 +40,7 @@ __export(index_exports, {
|
|
|
40
40
|
CardShell: () => CardShell,
|
|
41
41
|
CodeCard: () => CodeCard,
|
|
42
42
|
ColorSwatch: () => ColorSwatch,
|
|
43
|
+
ConceptRow: () => ConceptRow,
|
|
43
44
|
ContextMenu: () => ContextMenu,
|
|
44
45
|
DragHandle: () => DragHandle,
|
|
45
46
|
EquationBlock: () => EquationBlock,
|
|
@@ -52,7 +53,6 @@ __export(index_exports, {
|
|
|
52
53
|
IntuitionCallout: () => IntuitionCallout,
|
|
53
54
|
McqOption: () => McqOption,
|
|
54
55
|
NavTabs: () => NavTabs,
|
|
55
|
-
NoteRow: () => NoteRow,
|
|
56
56
|
QuizCard: () => QuizCard,
|
|
57
57
|
RateButtons: () => RateButtons,
|
|
58
58
|
ReferencesCard: () => ReferencesCard,
|
|
@@ -797,9 +797,9 @@ function TopicRow({
|
|
|
797
797
|
);
|
|
798
798
|
}
|
|
799
799
|
|
|
800
|
-
// src/components/
|
|
800
|
+
// src/components/ConceptRow/ConceptRow.tsx
|
|
801
801
|
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
802
|
-
function
|
|
802
|
+
function ConceptRow({
|
|
803
803
|
title,
|
|
804
804
|
meta,
|
|
805
805
|
selected = false,
|
|
@@ -2184,6 +2184,7 @@ function RateButtons({ enabled = false, onAgain, onGood, onEasy, style, ...rest
|
|
|
2184
2184
|
CardShell,
|
|
2185
2185
|
CodeCard,
|
|
2186
2186
|
ColorSwatch,
|
|
2187
|
+
ConceptRow,
|
|
2187
2188
|
ContextMenu,
|
|
2188
2189
|
DragHandle,
|
|
2189
2190
|
EquationBlock,
|
|
@@ -2196,7 +2197,6 @@ function RateButtons({ enabled = false, onAgain, onGood, onEasy, style, ...rest
|
|
|
2196
2197
|
IntuitionCallout,
|
|
2197
2198
|
McqOption,
|
|
2198
2199
|
NavTabs,
|
|
2199
|
-
NoteRow,
|
|
2200
2200
|
QuizCard,
|
|
2201
2201
|
RateButtons,
|
|
2202
2202
|
ReferencesCard,
|