@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.
@@ -1,5 +1,5 @@
1
- @layer optiaxiom._13gldnk;
2
- @layer optiaxiom._13gldnk {
1
+ @layer optiaxiom._1om87vs;
2
+ @layer optiaxiom._1om87vs {
3
3
  .ProteusChart__jmlqij1 {
4
4
  border-radius: 16px;
5
5
  }
@@ -1,5 +1,5 @@
1
- @layer optiaxiom._13gldnk;
2
- @layer optiaxiom._13gldnk {
1
+ @layer optiaxiom._1om87vs;
2
+ @layer optiaxiom._1om87vs {
3
3
  .ProteusChartTooltipContent__1gsvq810 {
4
4
  min-width: 128px;
5
5
  position: absolute;
@@ -1,5 +1,5 @@
1
- @layer optiaxiom._13gldnk;
2
- @layer optiaxiom._13gldnk {
1
+ @layer optiaxiom._1om87vs;
2
+ @layer optiaxiom._1om87vs {
3
3
  .ProteusDocumentShell__vpuvfj1 {
4
4
  margin: -4px;
5
5
  }
@@ -1,5 +1,5 @@
1
- @layer optiaxiom._13gldnk;
2
- @layer optiaxiom._13gldnk {
1
+ @layer optiaxiom._1om87vs;
2
+ @layer optiaxiom._1om87vs {
3
3
  .ProteusImageCarousel__1t6qej70 {
4
4
  outline: none;
5
5
  user-select: none;
@@ -1,5 +1,5 @@
1
- @layer optiaxiom._13gldnk;
2
- @layer optiaxiom._13gldnk {
1
+ @layer optiaxiom._1om87vs;
2
+ @layer optiaxiom._1om87vs {
3
3
  .ProteusQuestion__8f590p0 {
4
4
  outline: none;
5
5
  }
@@ -1,4 +1,4 @@
1
- import './../assets/src/proteus-chart/ProteusChart.css.ts.vanilla-9aXajeqc.css';
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-BvKLAJt6.css';
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-DKjJk3n9.css';
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-CVsqKi1-.css';
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-DAuhHkyp.css';
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."