@optiaxiom/proteus 0.2.10 → 0.2.11
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/esm/assets/src/proteus-chart/{ProteusChart.css.ts.vanilla-9aXajeqc.css → ProteusChart.css.ts.vanilla-Bhea5BpW.css} +2 -2
- package/dist/esm/assets/src/proteus-chart/{ProteusChartTooltipContent.css.ts.vanilla-BvKLAJt6.css → ProteusChartTooltipContent.css.ts.vanilla-7xvqKrcf.css} +2 -2
- package/dist/esm/assets/src/proteus-document/{ProteusDocumentShell.css.ts.vanilla-DKjJk3n9.css → ProteusDocumentShell.css.ts.vanilla-Bil1PxGV.css} +2 -2
- package/dist/esm/assets/src/proteus-image-carousel/{ProteusImageCarousel.css.ts.vanilla-CVsqKi1-.css → ProteusImageCarousel.css.ts.vanilla-CKWS5NjD.css} +2 -2
- package/dist/esm/assets/src/proteus-question/{ProteusQuestion.css.ts.vanilla-DAuhHkyp.css → ProteusQuestion.css.ts.vanilla-B04UzIcJ.css} +2 -2
- package/dist/esm/proteus-chart/ProteusChart-css.js +1 -1
- package/dist/esm/proteus-chart/ProteusChartTooltipContent-css.js +1 -1
- package/dist/esm/proteus-document/ProteusDocumentShell-css.js +1 -1
- package/dist/esm/proteus-image-carousel/ProteusImageCarousel-css.js +1 -1
- package/dist/esm/proteus-question/ProteusQuestion-css.js +1 -1
- package/dist/esm/schema/public-schema.json.js +9 -0
- package/dist/esm/schema/runtime-schema.json.js +9 -0
- package/dist/spec.d.ts +412 -399
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './../assets/src/proteus-chart/ProteusChart.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/proteus-chart/ProteusChart.css.ts.vanilla-Bhea5BpW.css';
|
|
2
2
|
import { recipe } from '@optiaxiom/react/css-runtime';
|
|
3
3
|
|
|
4
4
|
var chart = recipe({base:[{border:'1',borderColor:'border.tertiary',fontSize:'sm',p:'16'},'ProteusChart__jmlqij1','ProteusChart__jmlqij0']});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './../assets/src/proteus-chart/ProteusChartTooltipContent.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/proteus-chart/ProteusChartTooltipContent.css.ts.vanilla-7xvqKrcf.css';
|
|
2
2
|
import { recipe } from '@optiaxiom/react/css-runtime';
|
|
3
3
|
|
|
4
4
|
var tooltip = recipe({base:[{bg:'bg.default',border:'1',borderColor:'border.secondary',display:'grid',fontSize:'sm',gap:'6',pointerEvents:'none',px:'8',py:'10',rounded:'lg',shadow:'lg',transition:'all',z:'popover'},'ProteusChartTooltipContent__1gsvq810']});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './../assets/src/proteus-document/ProteusDocumentShell.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/proteus-document/ProteusDocumentShell.css.ts.vanilla-Bil1PxGV.css';
|
|
2
2
|
import { recipe } from '@optiaxiom/react/css-runtime';
|
|
3
3
|
|
|
4
4
|
var body = recipe({base:[{flexDirection:'column',gap:'16'},'ProteusDocumentShell__vpuvfj0'],variants:{truncate:{false:{},true:[{maxH:'sm',overflow:'auto',p:'4'},'ProteusDocumentShell__vpuvfj1']}}});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './../assets/src/proteus-image-carousel/ProteusImageCarousel.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/proteus-image-carousel/ProteusImageCarousel.css.ts.vanilla-CKWS5NjD.css';
|
|
2
2
|
import { recipe } from '@optiaxiom/react/css-runtime';
|
|
3
3
|
|
|
4
4
|
var carousel = recipe({base:[{flexDirection:'column',gap:'12'},'ProteusImageCarousel__1t6qej70']});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './../assets/src/proteus-question/ProteusQuestion.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/proteus-question/ProteusQuestion.css.ts.vanilla-B04UzIcJ.css';
|
|
2
2
|
import { recipe } from '@optiaxiom/react/css-runtime';
|
|
3
3
|
|
|
4
4
|
var addon = recipe({base:[{display:'grid',fontWeight:'500',placeItems:'center',rounded:'lg',size:'md',transition:'colors'},'ProteusQuestion__8f590p3'],variants:{cursor:{pointer:{cursor:'pointer'}}}});
|
|
@@ -2677,6 +2677,15 @@ var definitions = {
|
|
|
2677
2677
|
description: "If true, constrains the body to a max height and makes it scrollable when content overflows.",
|
|
2678
2678
|
type: "boolean"
|
|
2679
2679
|
},
|
|
2680
|
+
data: {
|
|
2681
|
+
additionalProperties: {
|
|
2682
|
+
},
|
|
2683
|
+
description: "Initial data for the document. Not used by the renderer directly — intended for the outer component managing state to use as the starting data.",
|
|
2684
|
+
type: "object"
|
|
2685
|
+
},
|
|
2686
|
+
meta: {
|
|
2687
|
+
description: "Additional metadata not directly consumed by Proteus. Use this to pass along any extra data."
|
|
2688
|
+
},
|
|
2680
2689
|
subtitle: {
|
|
2681
2690
|
$ref: "#/definitions/ProteusNode",
|
|
2682
2691
|
description: "A brief description or tagline that provides additional context about the Proteus document's purpose."
|
|
@@ -2665,6 +2665,15 @@ var definitions = {
|
|
|
2665
2665
|
description: "If true, constrains the body to a max height and makes it scrollable when content overflows.",
|
|
2666
2666
|
type: "boolean"
|
|
2667
2667
|
},
|
|
2668
|
+
data: {
|
|
2669
|
+
additionalProperties: {
|
|
2670
|
+
},
|
|
2671
|
+
description: "Initial data for the document. Not used by the renderer directly — intended for the outer component managing state to use as the starting data.",
|
|
2672
|
+
type: "object"
|
|
2673
|
+
},
|
|
2674
|
+
meta: {
|
|
2675
|
+
description: "Additional metadata not directly consumed by Proteus. Use this to pass along any extra data."
|
|
2676
|
+
},
|
|
2668
2677
|
subtitle: {
|
|
2669
2678
|
$ref: "#/definitions/ProteusNode",
|
|
2670
2679
|
description: "A brief description or tagline that provides additional context about the Proteus document's purpose."
|