@optiaxiom/proteus 3.0.0 → 3.0.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/esm/assets/src/proteus-chart/{ProteusChart.css.ts.vanilla-Bz5kJlPf.css → ProteusChart.css.ts.vanilla-DiVE09LR.css} +2 -2
- package/dist/esm/assets/src/proteus-chart/{ProteusChartTooltipContent.css.ts.vanilla-C-emx3XI.css → ProteusChartTooltipContent.css.ts.vanilla-DIe3ensc.css} +2 -2
- package/dist/esm/assets/src/proteus-document/{ProteusDocumentShell.css.ts.vanilla-B5frmU00.css → ProteusDocumentShell.css.ts.vanilla-BiMiovMZ.css} +2 -2
- package/dist/esm/assets/src/proteus-image-carousel/{ProteusImageCarousel.css.ts.vanilla-BfsScz52.css → ProteusImageCarousel.css.ts.vanilla-DU27Qoiu.css} +2 -2
- package/dist/esm/assets/src/proteus-question/{ProteusQuestion.css.ts.vanilla-BqFZ3-WU.css → ProteusQuestion.css.ts.vanilla-DvEkEa1F.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.js +5 -5
- package/dist/esm/schema/runtime-schema.js +5 -5
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./../assets/src/proteus-chart/ProteusChart.css.ts.vanilla-
|
|
1
|
+
import "./../assets/src/proteus-chart/ProteusChart.css.ts.vanilla-DiVE09LR.css";
|
|
2
2
|
import { recipe } from "@optiaxiom/react/css-runtime";
|
|
3
3
|
//#region src/proteus-chart/ProteusChart.css.ts
|
|
4
4
|
var chart = recipe({ base: [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { recipe } from "@optiaxiom/react/css-runtime";
|
|
2
|
-
import "./../assets/src/proteus-chart/ProteusChartTooltipContent.css.ts.vanilla-
|
|
2
|
+
import "./../assets/src/proteus-chart/ProteusChartTooltipContent.css.ts.vanilla-DIe3ensc.css";
|
|
3
3
|
//#region src/proteus-chart/ProteusChartTooltipContent.css.ts
|
|
4
4
|
var tooltip = recipe({ base: [{
|
|
5
5
|
bg: "bg.default",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { recipe } from "@optiaxiom/react/css-runtime";
|
|
2
|
-
import "./../assets/src/proteus-document/ProteusDocumentShell.css.ts.vanilla-
|
|
2
|
+
import "./../assets/src/proteus-document/ProteusDocumentShell.css.ts.vanilla-BiMiovMZ.css";
|
|
3
3
|
//#region src/proteus-document/ProteusDocumentShell.css.ts
|
|
4
4
|
var body = recipe({
|
|
5
5
|
base: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { recipe } from "@optiaxiom/react/css-runtime";
|
|
2
|
-
import "./../assets/src/proteus-image-carousel/ProteusImageCarousel.css.ts.vanilla-
|
|
2
|
+
import "./../assets/src/proteus-image-carousel/ProteusImageCarousel.css.ts.vanilla-DU27Qoiu.css";
|
|
3
3
|
//#region src/proteus-image-carousel/ProteusImageCarousel.css.ts
|
|
4
4
|
var carousel = recipe({ base: [{
|
|
5
5
|
flexDirection: "column",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { recipe } from "@optiaxiom/react/css-runtime";
|
|
2
|
-
import "./../assets/src/proteus-question/ProteusQuestion.css.ts.vanilla-
|
|
2
|
+
import "./../assets/src/proteus-question/ProteusQuestion.css.ts.vanilla-DvEkEa1F.css";
|
|
3
3
|
//#region src/proteus-question/ProteusQuestion.css.ts
|
|
4
4
|
var addon = recipe({
|
|
5
5
|
base: [{
|
|
@@ -226,7 +226,7 @@ var public_schema_default = {
|
|
|
226
226
|
{ "const": "1" },
|
|
227
227
|
{ "$ref": "#/definitions/ProteusExpression" }
|
|
228
228
|
],
|
|
229
|
-
"description": "Set the element's `flex` CSS property"
|
|
229
|
+
"description": "Set the element's `flex` CSS property. `1` grows to fill available\nspace; `auto` grows and shrinks to fit content; `initial` shrinks but\ndoes not grow; `none` neither grows nor shrinks (use this instead of\n`flex-shrink: 0`)."
|
|
230
230
|
},
|
|
231
231
|
"SprinkleProp_flexDirection": {
|
|
232
232
|
"anyOf": [
|
|
@@ -305,7 +305,7 @@ var public_schema_default = {
|
|
|
305
305
|
},
|
|
306
306
|
"SprinkleProp_gridAutoRows": {
|
|
307
307
|
"anyOf": [{ "const": "fr" }, { "$ref": "#/definitions/ProteusExpression" }],
|
|
308
|
-
"description": "Set the element's `grid-auto-rows` CSS property"
|
|
308
|
+
"description": "Set the element's `grid-auto-rows` CSS property. The only value `fr`\nsizes implicit rows to `minmax(0, 1fr)` (equal-height rows that can\nshrink below their content)."
|
|
309
309
|
},
|
|
310
310
|
"SprinkleProp_gridColumn": {
|
|
311
311
|
"anyOf": [
|
|
@@ -315,7 +315,7 @@ var public_schema_default = {
|
|
|
315
315
|
{ "const": "4" },
|
|
316
316
|
{ "$ref": "#/definitions/ProteusExpression" }
|
|
317
317
|
],
|
|
318
|
-
"description": "Set the element
|
|
318
|
+
"description": "Set how many columns the element spans in a grid (`grid-column`). The\nvalue is the span count, e.g. `2` spans 2 columns — NOT the column it\nstarts at."
|
|
319
319
|
},
|
|
320
320
|
"SprinkleProp_gridTemplateColumns": {
|
|
321
321
|
"anyOf": [
|
|
@@ -325,7 +325,7 @@ var public_schema_default = {
|
|
|
325
325
|
{ "const": "4" },
|
|
326
326
|
{ "$ref": "#/definitions/ProteusExpression" }
|
|
327
327
|
],
|
|
328
|
-
"description": "Control number of columns in a grid layout"
|
|
328
|
+
"description": "Control number of columns in a grid layout (`grid-template-columns`).\nThe value is the number of equal columns, e.g. `2` creates two equal\ncolumns (`repeat(2, minmax(0, 1fr))`) — use this instead of a raw\n`style={{ gridTemplateColumns: \"1fr 1fr\" }}`."
|
|
329
329
|
},
|
|
330
330
|
"SprinkleProp_h": {
|
|
331
331
|
"anyOf": [
|
|
@@ -853,7 +853,7 @@ var public_schema_default = {
|
|
|
853
853
|
{ "const": "colors" },
|
|
854
854
|
{ "$ref": "#/definitions/ProteusExpression" }
|
|
855
855
|
],
|
|
856
|
-
"description": "Control which CSS properties should transition"
|
|
856
|
+
"description": "Control which CSS properties should transition. Each value is a preset:\n`colors` transitions color-related properties (background, border,\ncolor, fill, stroke, text-decoration); `opacity` and `transform`\ntransition just that property; `all` transitions everything; `none`\ndisables transitions."
|
|
857
857
|
},
|
|
858
858
|
"SprinkleProp_w": {
|
|
859
859
|
"anyOf": [
|
|
@@ -224,7 +224,7 @@ var definitions = {
|
|
|
224
224
|
{ "const": "1" },
|
|
225
225
|
{ "$ref": "#/definitions/ProteusExpression" }
|
|
226
226
|
],
|
|
227
|
-
"description": "Set the element's `flex` CSS property"
|
|
227
|
+
"description": "Set the element's `flex` CSS property. `1` grows to fill available\nspace; `auto` grows and shrinks to fit content; `initial` shrinks but\ndoes not grow; `none` neither grows nor shrinks (use this instead of\n`flex-shrink: 0`)."
|
|
228
228
|
},
|
|
229
229
|
"SprinkleProp_flexDirection": {
|
|
230
230
|
"anyOf": [
|
|
@@ -303,7 +303,7 @@ var definitions = {
|
|
|
303
303
|
},
|
|
304
304
|
"SprinkleProp_gridAutoRows": {
|
|
305
305
|
"anyOf": [{ "const": "fr" }, { "$ref": "#/definitions/ProteusExpression" }],
|
|
306
|
-
"description": "Set the element's `grid-auto-rows` CSS property"
|
|
306
|
+
"description": "Set the element's `grid-auto-rows` CSS property. The only value `fr`\nsizes implicit rows to `minmax(0, 1fr)` (equal-height rows that can\nshrink below their content)."
|
|
307
307
|
},
|
|
308
308
|
"SprinkleProp_gridColumn": {
|
|
309
309
|
"anyOf": [
|
|
@@ -313,7 +313,7 @@ var definitions = {
|
|
|
313
313
|
{ "const": "4" },
|
|
314
314
|
{ "$ref": "#/definitions/ProteusExpression" }
|
|
315
315
|
],
|
|
316
|
-
"description": "Set the element
|
|
316
|
+
"description": "Set how many columns the element spans in a grid (`grid-column`). The\nvalue is the span count, e.g. `2` spans 2 columns — NOT the column it\nstarts at."
|
|
317
317
|
},
|
|
318
318
|
"SprinkleProp_gridTemplateColumns": {
|
|
319
319
|
"anyOf": [
|
|
@@ -323,7 +323,7 @@ var definitions = {
|
|
|
323
323
|
{ "const": "4" },
|
|
324
324
|
{ "$ref": "#/definitions/ProteusExpression" }
|
|
325
325
|
],
|
|
326
|
-
"description": "Control number of columns in a grid layout"
|
|
326
|
+
"description": "Control number of columns in a grid layout (`grid-template-columns`).\nThe value is the number of equal columns, e.g. `2` creates two equal\ncolumns (`repeat(2, minmax(0, 1fr))`) — use this instead of a raw\n`style={{ gridTemplateColumns: \"1fr 1fr\" }}`."
|
|
327
327
|
},
|
|
328
328
|
"SprinkleProp_h": {
|
|
329
329
|
"anyOf": [
|
|
@@ -851,7 +851,7 @@ var definitions = {
|
|
|
851
851
|
{ "const": "colors" },
|
|
852
852
|
{ "$ref": "#/definitions/ProteusExpression" }
|
|
853
853
|
],
|
|
854
|
-
"description": "Control which CSS properties should transition"
|
|
854
|
+
"description": "Control which CSS properties should transition. Each value is a preset:\n`colors` transitions color-related properties (background, border,\ncolor, fill, stroke, text-decoration); `opacity` and `transform`\ntransition just that property; `all` transitions everything; `none`\ndisables transitions."
|
|
855
855
|
},
|
|
856
856
|
"SprinkleProp_w": {
|
|
857
857
|
"anyOf": [
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "git+https://github.com/optimizely-axiom/optiaxiom.git"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
|
-
"version": "3.0.
|
|
10
|
+
"version": "3.0.1",
|
|
11
11
|
"files": [
|
|
12
12
|
"dist/**",
|
|
13
13
|
"LICENSE"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"jsonpointer": "^5.0.1",
|
|
41
41
|
"recharts": "^3.8.1",
|
|
42
42
|
"@optiaxiom/icons": "^1.1.3",
|
|
43
|
-
"@optiaxiom/react": "^3.0.
|
|
43
|
+
"@optiaxiom/react": "^3.0.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@emotion/hash": "^0.9.2",
|