@optiaxiom/proteus 0.1.13 → 0.1.15
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-D33V0Us-.css → ProteusChart.css.ts.vanilla-DIh5iVZ2.css} +2 -2
- package/dist/esm/assets/src/proteus-chart/{ProteusChartTooltipContent.css.ts.vanilla-61AtcZEK.css → ProteusChartTooltipContent.css.ts.vanilla-RKpsJzZl.css} +2 -2
- package/dist/esm/assets/src/proteus-question/ProteusQuestion.css.ts.vanilla-BRuBo7tD.css +36 -0
- package/dist/esm/icons/IconX.js +20 -0
- package/dist/esm/proteus-chart/ProteusChart-css.js +1 -1
- package/dist/esm/proteus-chart/ProteusChartTooltipContent-css.js +1 -1
- package/dist/esm/proteus-question/ProteusQuestion-css.js +9 -0
- package/dist/esm/proteus-question/ProteusQuestion.js +315 -88
- package/dist/esm/schema/public-schema.json.js +11 -0
- package/dist/esm/schema/runtime-schema.json.js +11 -0
- package/dist/spec.d.ts +138 -126
- package/package.json +4 -2
- package/dist/esm/assets/src/proteus-question/ProteusQuestionItem.css.ts.vanilla-U4mkv5De.css +0 -32
- package/dist/esm/proteus-question/ProteusQuestionItem-css.js +0 -9
- package/dist/esm/proteus-question/ProteusQuestionItem.js +0 -119
package/dist/spec.d.ts
CHANGED
|
@@ -5533,6 +5533,18 @@ declare namespace definitions {
|
|
|
5533
5533
|
export { description_111 as description };
|
|
5534
5534
|
}
|
|
5535
5535
|
export { appearance_1 as appearance };
|
|
5536
|
+
export namespace autoFocus {
|
|
5537
|
+
let anyOf_83: ({
|
|
5538
|
+
type: string;
|
|
5539
|
+
$ref?: undefined;
|
|
5540
|
+
} | {
|
|
5541
|
+
$ref: string;
|
|
5542
|
+
type?: undefined;
|
|
5543
|
+
})[];
|
|
5544
|
+
export { anyOf_83 as anyOf };
|
|
5545
|
+
let description_112: string;
|
|
5546
|
+
export { description_112 as description };
|
|
5547
|
+
}
|
|
5536
5548
|
export namespace backgroundImage_12 {
|
|
5537
5549
|
let $ref_717: string;
|
|
5538
5550
|
export { $ref_717 as $ref };
|
|
@@ -5699,16 +5711,16 @@ declare namespace definitions {
|
|
|
5699
5711
|
}
|
|
5700
5712
|
export { my_12 as my };
|
|
5701
5713
|
export namespace name_2 {
|
|
5702
|
-
let
|
|
5714
|
+
let anyOf_84: ({
|
|
5703
5715
|
type: string;
|
|
5704
5716
|
$ref?: undefined;
|
|
5705
5717
|
} | {
|
|
5706
5718
|
$ref: string;
|
|
5707
5719
|
type?: undefined;
|
|
5708
5720
|
})[];
|
|
5709
|
-
export {
|
|
5710
|
-
let
|
|
5711
|
-
export {
|
|
5721
|
+
export { anyOf_84 as anyOf };
|
|
5722
|
+
let description_113: string;
|
|
5723
|
+
export { description_113 as description };
|
|
5712
5724
|
}
|
|
5713
5725
|
export { name_2 as name };
|
|
5714
5726
|
export namespace objectFit_12 {
|
|
@@ -5747,16 +5759,16 @@ declare namespace definitions {
|
|
|
5747
5759
|
}
|
|
5748
5760
|
export { pl_12 as pl };
|
|
5749
5761
|
export namespace placeholder_1 {
|
|
5750
|
-
let
|
|
5762
|
+
let anyOf_85: ({
|
|
5751
5763
|
type: string;
|
|
5752
5764
|
$ref?: undefined;
|
|
5753
5765
|
} | {
|
|
5754
5766
|
$ref: string;
|
|
5755
5767
|
type?: undefined;
|
|
5756
5768
|
})[];
|
|
5757
|
-
export {
|
|
5758
|
-
let
|
|
5759
|
-
export {
|
|
5769
|
+
export { anyOf_85 as anyOf };
|
|
5770
|
+
let description_114: string;
|
|
5771
|
+
export { description_114 as description };
|
|
5760
5772
|
}
|
|
5761
5773
|
export { placeholder_1 as placeholder };
|
|
5762
5774
|
export namespace placeItems_12 {
|
|
@@ -5790,16 +5802,16 @@ declare namespace definitions {
|
|
|
5790
5802
|
}
|
|
5791
5803
|
export { py_12 as py };
|
|
5792
5804
|
export namespace required_20 {
|
|
5793
|
-
let
|
|
5805
|
+
let anyOf_86: ({
|
|
5794
5806
|
type: string;
|
|
5795
5807
|
$ref?: undefined;
|
|
5796
5808
|
} | {
|
|
5797
5809
|
$ref: string;
|
|
5798
5810
|
type?: undefined;
|
|
5799
5811
|
})[];
|
|
5800
|
-
export {
|
|
5801
|
-
let
|
|
5802
|
-
export {
|
|
5812
|
+
export { anyOf_86 as anyOf };
|
|
5813
|
+
let description_115: string;
|
|
5814
|
+
export { description_115 as description };
|
|
5803
5815
|
}
|
|
5804
5816
|
export { required_20 as required };
|
|
5805
5817
|
export namespace rounded_12 {
|
|
@@ -5828,7 +5840,7 @@ declare namespace definitions {
|
|
|
5828
5840
|
}
|
|
5829
5841
|
export { transition_12 as transition };
|
|
5830
5842
|
export namespace type_36 {
|
|
5831
|
-
let
|
|
5843
|
+
let anyOf_87: ({
|
|
5832
5844
|
const: string;
|
|
5833
5845
|
type?: undefined;
|
|
5834
5846
|
$ref?: undefined;
|
|
@@ -5841,9 +5853,9 @@ declare namespace definitions {
|
|
|
5841
5853
|
const?: undefined;
|
|
5842
5854
|
type?: undefined;
|
|
5843
5855
|
})[];
|
|
5844
|
-
export {
|
|
5845
|
-
let
|
|
5846
|
-
export {
|
|
5856
|
+
export { anyOf_87 as anyOf };
|
|
5857
|
+
let description_116: string;
|
|
5858
|
+
export { description_116 as description };
|
|
5847
5859
|
}
|
|
5848
5860
|
export { type_36 as type };
|
|
5849
5861
|
export namespace w_12 {
|
|
@@ -6014,16 +6026,16 @@ declare namespace definitions {
|
|
|
6014
6026
|
}
|
|
6015
6027
|
export { h_13 as h };
|
|
6016
6028
|
export namespace href_1 {
|
|
6017
|
-
let
|
|
6029
|
+
let anyOf_88: ({
|
|
6018
6030
|
type: string;
|
|
6019
6031
|
$ref?: undefined;
|
|
6020
6032
|
} | {
|
|
6021
6033
|
$ref: string;
|
|
6022
6034
|
type?: undefined;
|
|
6023
6035
|
})[];
|
|
6024
|
-
export {
|
|
6025
|
-
let
|
|
6026
|
-
export {
|
|
6036
|
+
export { anyOf_88 as anyOf };
|
|
6037
|
+
let description_117: string;
|
|
6038
|
+
export { description_117 as description };
|
|
6027
6039
|
}
|
|
6028
6040
|
export { href_1 as href };
|
|
6029
6041
|
export namespace justifyContent_13 {
|
|
@@ -6219,21 +6231,21 @@ declare namespace definitions {
|
|
|
6219
6231
|
export namespace children_12 {
|
|
6220
6232
|
let $ref_830: string;
|
|
6221
6233
|
export { $ref_830 as $ref };
|
|
6222
|
-
let
|
|
6223
|
-
export {
|
|
6234
|
+
let description_118: string;
|
|
6235
|
+
export { description_118 as description };
|
|
6224
6236
|
}
|
|
6225
6237
|
export { children_12 as children };
|
|
6226
6238
|
export namespace path {
|
|
6227
|
-
let
|
|
6228
|
-
export {
|
|
6239
|
+
let description_119: string;
|
|
6240
|
+
export { description_119 as description };
|
|
6229
6241
|
let type_39: string;
|
|
6230
6242
|
export { type_39 as type };
|
|
6231
6243
|
}
|
|
6232
6244
|
export namespace separator {
|
|
6233
6245
|
let $ref_831: string;
|
|
6234
6246
|
export { $ref_831 as $ref };
|
|
6235
|
-
let
|
|
6236
|
-
export {
|
|
6247
|
+
let description_120: string;
|
|
6248
|
+
export { description_120 as description };
|
|
6237
6249
|
}
|
|
6238
6250
|
}
|
|
6239
6251
|
export { properties_21 as properties };
|
|
@@ -6254,8 +6266,8 @@ declare namespace definitions {
|
|
|
6254
6266
|
export namespace questions {
|
|
6255
6267
|
let $ref_832: string;
|
|
6256
6268
|
export { $ref_832 as $ref };
|
|
6257
|
-
let
|
|
6258
|
-
export {
|
|
6269
|
+
let description_121: string;
|
|
6270
|
+
export { description_121 as description };
|
|
6259
6271
|
}
|
|
6260
6272
|
}
|
|
6261
6273
|
export { properties_22 as properties };
|
|
@@ -6421,10 +6433,10 @@ declare namespace definitions {
|
|
|
6421
6433
|
}
|
|
6422
6434
|
export { m_14 as m };
|
|
6423
6435
|
export namespace marks {
|
|
6424
|
-
let
|
|
6425
|
-
export {
|
|
6436
|
+
let description_122: string;
|
|
6437
|
+
export { description_122 as description };
|
|
6426
6438
|
export namespace items_3 {
|
|
6427
|
-
let
|
|
6439
|
+
let anyOf_89: ({
|
|
6428
6440
|
type: string;
|
|
6429
6441
|
additionalProperties?: undefined;
|
|
6430
6442
|
properties?: undefined;
|
|
@@ -6444,23 +6456,23 @@ declare namespace definitions {
|
|
|
6444
6456
|
required: string[];
|
|
6445
6457
|
type: string;
|
|
6446
6458
|
})[];
|
|
6447
|
-
export {
|
|
6459
|
+
export { anyOf_89 as anyOf };
|
|
6448
6460
|
}
|
|
6449
6461
|
export { items_3 as items };
|
|
6450
6462
|
let type_42: string;
|
|
6451
6463
|
export { type_42 as type };
|
|
6452
6464
|
}
|
|
6453
6465
|
export namespace max {
|
|
6454
|
-
let
|
|
6466
|
+
let anyOf_90: ({
|
|
6455
6467
|
type: string;
|
|
6456
6468
|
$ref?: undefined;
|
|
6457
6469
|
} | {
|
|
6458
6470
|
$ref: string;
|
|
6459
6471
|
type?: undefined;
|
|
6460
6472
|
})[];
|
|
6461
|
-
export {
|
|
6462
|
-
let
|
|
6463
|
-
export {
|
|
6473
|
+
export { anyOf_90 as anyOf };
|
|
6474
|
+
let description_123: string;
|
|
6475
|
+
export { description_123 as description };
|
|
6464
6476
|
}
|
|
6465
6477
|
export namespace maxH_14 {
|
|
6466
6478
|
let $ref_861: string;
|
|
@@ -6478,16 +6490,16 @@ declare namespace definitions {
|
|
|
6478
6490
|
}
|
|
6479
6491
|
export { mb_14 as mb };
|
|
6480
6492
|
export namespace min {
|
|
6481
|
-
let
|
|
6493
|
+
let anyOf_91: ({
|
|
6482
6494
|
type: string;
|
|
6483
6495
|
$ref?: undefined;
|
|
6484
6496
|
} | {
|
|
6485
6497
|
$ref: string;
|
|
6486
6498
|
type?: undefined;
|
|
6487
6499
|
})[];
|
|
6488
|
-
export {
|
|
6489
|
-
let
|
|
6490
|
-
export {
|
|
6500
|
+
export { anyOf_91 as anyOf };
|
|
6501
|
+
let description_124: string;
|
|
6502
|
+
export { description_124 as description };
|
|
6491
6503
|
}
|
|
6492
6504
|
export namespace ml_14 {
|
|
6493
6505
|
let $ref_864: string;
|
|
@@ -6590,16 +6602,16 @@ declare namespace definitions {
|
|
|
6590
6602
|
}
|
|
6591
6603
|
export { shadow_14 as shadow };
|
|
6592
6604
|
export namespace step {
|
|
6593
|
-
let
|
|
6605
|
+
let anyOf_92: ({
|
|
6594
6606
|
type: string;
|
|
6595
6607
|
$ref?: undefined;
|
|
6596
6608
|
} | {
|
|
6597
6609
|
$ref: string;
|
|
6598
6610
|
type?: undefined;
|
|
6599
6611
|
})[];
|
|
6600
|
-
export {
|
|
6601
|
-
let
|
|
6602
|
-
export {
|
|
6612
|
+
export { anyOf_92 as anyOf };
|
|
6613
|
+
let description_125: string;
|
|
6614
|
+
export { description_125 as description };
|
|
6603
6615
|
}
|
|
6604
6616
|
export namespace textAlign_14 {
|
|
6605
6617
|
let $ref_884: string;
|
|
@@ -6669,35 +6681,35 @@ declare namespace definitions {
|
|
|
6669
6681
|
}
|
|
6670
6682
|
export { children_13 as children };
|
|
6671
6683
|
export namespace name_3 {
|
|
6672
|
-
let
|
|
6684
|
+
let anyOf_93: ({
|
|
6673
6685
|
type: string;
|
|
6674
6686
|
$ref?: undefined;
|
|
6675
6687
|
} | {
|
|
6676
6688
|
$ref: string;
|
|
6677
6689
|
type?: undefined;
|
|
6678
6690
|
})[];
|
|
6679
|
-
export {
|
|
6680
|
-
let
|
|
6681
|
-
export {
|
|
6691
|
+
export { anyOf_93 as anyOf };
|
|
6692
|
+
let description_126: string;
|
|
6693
|
+
export { description_126 as description };
|
|
6682
6694
|
}
|
|
6683
6695
|
export { name_3 as name };
|
|
6684
6696
|
export namespace options {
|
|
6685
|
-
let
|
|
6686
|
-
export {
|
|
6697
|
+
let description_127: string;
|
|
6698
|
+
export { description_127 as description };
|
|
6687
6699
|
export namespace items_4 {
|
|
6688
6700
|
let additionalProperties_26: boolean;
|
|
6689
6701
|
export { additionalProperties_26 as additionalProperties };
|
|
6690
6702
|
export namespace properties_25 {
|
|
6691
6703
|
export namespace label_1 {
|
|
6692
|
-
let
|
|
6693
|
-
export {
|
|
6704
|
+
let description_128: string;
|
|
6705
|
+
export { description_128 as description };
|
|
6694
6706
|
let type_44: string;
|
|
6695
6707
|
export { type_44 as type };
|
|
6696
6708
|
}
|
|
6697
6709
|
export { label_1 as label };
|
|
6698
6710
|
export namespace value {
|
|
6699
|
-
let
|
|
6700
|
-
export {
|
|
6711
|
+
let description_129: string;
|
|
6712
|
+
export { description_129 as description };
|
|
6701
6713
|
let type_45: string;
|
|
6702
6714
|
export { type_45 as type };
|
|
6703
6715
|
}
|
|
@@ -6713,16 +6725,16 @@ declare namespace definitions {
|
|
|
6713
6725
|
export { type_47 as type };
|
|
6714
6726
|
}
|
|
6715
6727
|
export namespace required_27 {
|
|
6716
|
-
let
|
|
6728
|
+
let anyOf_94: ({
|
|
6717
6729
|
type: string;
|
|
6718
6730
|
$ref?: undefined;
|
|
6719
6731
|
} | {
|
|
6720
6732
|
$ref: string;
|
|
6721
6733
|
type?: undefined;
|
|
6722
6734
|
})[];
|
|
6723
|
-
export {
|
|
6724
|
-
let
|
|
6725
|
-
export {
|
|
6735
|
+
export { anyOf_94 as anyOf };
|
|
6736
|
+
let description_130: string;
|
|
6737
|
+
export { description_130 as description };
|
|
6726
6738
|
}
|
|
6727
6739
|
export { required_27 as required };
|
|
6728
6740
|
}
|
|
@@ -7671,12 +7683,12 @@ declare namespace definitions {
|
|
|
7671
7683
|
export namespace children_15 {
|
|
7672
7684
|
let $ref_1064: string;
|
|
7673
7685
|
export { $ref_1064 as $ref };
|
|
7674
|
-
let
|
|
7675
|
-
export {
|
|
7686
|
+
let description_131: string;
|
|
7687
|
+
export { description_131 as description };
|
|
7676
7688
|
}
|
|
7677
7689
|
export { children_15 as children };
|
|
7678
7690
|
export namespace when {
|
|
7679
|
-
let
|
|
7691
|
+
let anyOf_95: ({
|
|
7680
7692
|
$ref: string;
|
|
7681
7693
|
items?: undefined;
|
|
7682
7694
|
type?: undefined;
|
|
@@ -7687,9 +7699,9 @@ declare namespace definitions {
|
|
|
7687
7699
|
type: string;
|
|
7688
7700
|
$ref?: undefined;
|
|
7689
7701
|
})[];
|
|
7690
|
-
export {
|
|
7691
|
-
let
|
|
7692
|
-
export {
|
|
7702
|
+
export { anyOf_95 as anyOf };
|
|
7703
|
+
let description_132: string;
|
|
7704
|
+
export { description_132 as description };
|
|
7693
7705
|
}
|
|
7694
7706
|
}
|
|
7695
7707
|
export { properties_29 as properties };
|
|
@@ -7782,13 +7794,13 @@ declare namespace definitions {
|
|
|
7782
7794
|
export { $ref_1078 as $ref };
|
|
7783
7795
|
}
|
|
7784
7796
|
export { cursor_18 as cursor };
|
|
7785
|
-
export namespace
|
|
7797
|
+
export namespace description_133 {
|
|
7786
7798
|
let $ref_1079: string;
|
|
7787
7799
|
export { $ref_1079 as $ref };
|
|
7788
|
-
let
|
|
7789
|
-
export {
|
|
7800
|
+
let description_134: string;
|
|
7801
|
+
export { description_134 as description };
|
|
7790
7802
|
}
|
|
7791
|
-
export {
|
|
7803
|
+
export { description_133 as description };
|
|
7792
7804
|
export namespace display_18 {
|
|
7793
7805
|
let $ref_1080: string;
|
|
7794
7806
|
export { $ref_1080 as $ref };
|
|
@@ -7905,16 +7917,16 @@ declare namespace definitions {
|
|
|
7905
7917
|
}
|
|
7906
7918
|
export { my_18 as my };
|
|
7907
7919
|
export namespace name_4 {
|
|
7908
|
-
let
|
|
7920
|
+
let anyOf_96: ({
|
|
7909
7921
|
type: string;
|
|
7910
7922
|
$ref?: undefined;
|
|
7911
7923
|
} | {
|
|
7912
7924
|
$ref: string;
|
|
7913
7925
|
type?: undefined;
|
|
7914
7926
|
})[];
|
|
7915
|
-
export {
|
|
7916
|
-
let
|
|
7917
|
-
export {
|
|
7927
|
+
export { anyOf_96 as anyOf };
|
|
7928
|
+
let description_135: string;
|
|
7929
|
+
export { description_135 as description };
|
|
7918
7930
|
}
|
|
7919
7931
|
export { name_4 as name };
|
|
7920
7932
|
export namespace objectFit_18 {
|
|
@@ -7983,16 +7995,16 @@ declare namespace definitions {
|
|
|
7983
7995
|
}
|
|
7984
7996
|
export { py_18 as py };
|
|
7985
7997
|
export namespace required_33 {
|
|
7986
|
-
let
|
|
7998
|
+
let anyOf_97: ({
|
|
7987
7999
|
type: string;
|
|
7988
8000
|
$ref?: undefined;
|
|
7989
8001
|
} | {
|
|
7990
8002
|
$ref: string;
|
|
7991
8003
|
type?: undefined;
|
|
7992
8004
|
})[];
|
|
7993
|
-
export {
|
|
7994
|
-
let
|
|
7995
|
-
export {
|
|
8005
|
+
export { anyOf_97 as anyOf };
|
|
8006
|
+
let description_136: string;
|
|
8007
|
+
export { description_136 as description };
|
|
7996
8008
|
}
|
|
7997
8009
|
export { required_33 as required };
|
|
7998
8010
|
export namespace rounded_18 {
|
|
@@ -8197,16 +8209,16 @@ declare namespace definitions {
|
|
|
8197
8209
|
}
|
|
8198
8210
|
export { justifyItems_19 as justifyItems };
|
|
8199
8211
|
export namespace lineClamp {
|
|
8200
|
-
let
|
|
8212
|
+
let anyOf_98: ({
|
|
8201
8213
|
const: string;
|
|
8202
8214
|
$ref?: undefined;
|
|
8203
8215
|
} | {
|
|
8204
8216
|
$ref: string;
|
|
8205
8217
|
const?: undefined;
|
|
8206
8218
|
})[];
|
|
8207
|
-
export {
|
|
8208
|
-
let
|
|
8209
|
-
export {
|
|
8219
|
+
export { anyOf_98 as anyOf };
|
|
8220
|
+
let description_137: string;
|
|
8221
|
+
export { description_137 as description };
|
|
8210
8222
|
}
|
|
8211
8223
|
export namespace m_19 {
|
|
8212
8224
|
let $ref_1152: string;
|
|
@@ -8349,16 +8361,16 @@ declare namespace definitions {
|
|
|
8349
8361
|
}
|
|
8350
8362
|
export { transition_19 as transition };
|
|
8351
8363
|
export namespace truncate {
|
|
8352
|
-
let
|
|
8364
|
+
let anyOf_99: ({
|
|
8353
8365
|
type: string;
|
|
8354
8366
|
$ref?: undefined;
|
|
8355
8367
|
} | {
|
|
8356
8368
|
$ref: string;
|
|
8357
8369
|
type?: undefined;
|
|
8358
8370
|
})[];
|
|
8359
|
-
export {
|
|
8360
|
-
let
|
|
8361
|
-
export {
|
|
8371
|
+
export { anyOf_99 as anyOf };
|
|
8372
|
+
let description_138: string;
|
|
8373
|
+
export { description_138 as description };
|
|
8362
8374
|
}
|
|
8363
8375
|
export namespace w_19 {
|
|
8364
8376
|
let $ref_1180: string;
|
|
@@ -8543,16 +8555,16 @@ declare namespace definitions {
|
|
|
8543
8555
|
}
|
|
8544
8556
|
export { maxH_19 as maxH };
|
|
8545
8557
|
export namespace maxRows {
|
|
8546
|
-
let
|
|
8558
|
+
let anyOf_100: ({
|
|
8547
8559
|
const: number;
|
|
8548
8560
|
$ref?: undefined;
|
|
8549
8561
|
} | {
|
|
8550
8562
|
$ref: string;
|
|
8551
8563
|
const?: undefined;
|
|
8552
8564
|
})[];
|
|
8553
|
-
export {
|
|
8554
|
-
let
|
|
8555
|
-
export {
|
|
8565
|
+
export { anyOf_100 as anyOf };
|
|
8566
|
+
let description_139: string;
|
|
8567
|
+
export { description_139 as description };
|
|
8556
8568
|
}
|
|
8557
8569
|
export namespace maxW_20 {
|
|
8558
8570
|
let $ref_1212: string;
|
|
@@ -8590,16 +8602,16 @@ declare namespace definitions {
|
|
|
8590
8602
|
}
|
|
8591
8603
|
export { my_20 as my };
|
|
8592
8604
|
export namespace name_5 {
|
|
8593
|
-
let
|
|
8605
|
+
let anyOf_101: ({
|
|
8594
8606
|
type: string;
|
|
8595
8607
|
$ref?: undefined;
|
|
8596
8608
|
} | {
|
|
8597
8609
|
$ref: string;
|
|
8598
8610
|
type?: undefined;
|
|
8599
8611
|
})[];
|
|
8600
|
-
export {
|
|
8601
|
-
let
|
|
8602
|
-
export {
|
|
8612
|
+
export { anyOf_101 as anyOf };
|
|
8613
|
+
let description_140: string;
|
|
8614
|
+
export { description_140 as description };
|
|
8603
8615
|
}
|
|
8604
8616
|
export { name_5 as name };
|
|
8605
8617
|
export namespace objectFit_20 {
|
|
@@ -8638,16 +8650,16 @@ declare namespace definitions {
|
|
|
8638
8650
|
}
|
|
8639
8651
|
export { pl_20 as pl };
|
|
8640
8652
|
export namespace placeholder_2 {
|
|
8641
|
-
let
|
|
8653
|
+
let anyOf_102: ({
|
|
8642
8654
|
type: string;
|
|
8643
8655
|
$ref?: undefined;
|
|
8644
8656
|
} | {
|
|
8645
8657
|
$ref: string;
|
|
8646
8658
|
type?: undefined;
|
|
8647
8659
|
})[];
|
|
8648
|
-
export {
|
|
8649
|
-
let
|
|
8650
|
-
export {
|
|
8660
|
+
export { anyOf_102 as anyOf };
|
|
8661
|
+
let description_141: string;
|
|
8662
|
+
export { description_141 as description };
|
|
8651
8663
|
}
|
|
8652
8664
|
export { placeholder_2 as placeholder };
|
|
8653
8665
|
export namespace placeItems_20 {
|
|
@@ -8681,29 +8693,29 @@ declare namespace definitions {
|
|
|
8681
8693
|
}
|
|
8682
8694
|
export { py_20 as py };
|
|
8683
8695
|
export namespace required_36 {
|
|
8684
|
-
let
|
|
8696
|
+
let anyOf_103: ({
|
|
8685
8697
|
type: string;
|
|
8686
8698
|
$ref?: undefined;
|
|
8687
8699
|
} | {
|
|
8688
8700
|
$ref: string;
|
|
8689
8701
|
type?: undefined;
|
|
8690
8702
|
})[];
|
|
8691
|
-
export {
|
|
8692
|
-
let
|
|
8693
|
-
export {
|
|
8703
|
+
export { anyOf_103 as anyOf };
|
|
8704
|
+
let description_142: string;
|
|
8705
|
+
export { description_142 as description };
|
|
8694
8706
|
}
|
|
8695
8707
|
export { required_36 as required };
|
|
8696
8708
|
export namespace resize {
|
|
8697
|
-
let
|
|
8709
|
+
let anyOf_104: ({
|
|
8698
8710
|
const: string;
|
|
8699
8711
|
$ref?: undefined;
|
|
8700
8712
|
} | {
|
|
8701
8713
|
$ref: string;
|
|
8702
8714
|
const?: undefined;
|
|
8703
8715
|
})[];
|
|
8704
|
-
export {
|
|
8705
|
-
let
|
|
8706
|
-
export {
|
|
8716
|
+
export { anyOf_104 as anyOf };
|
|
8717
|
+
let description_143: string;
|
|
8718
|
+
export { description_143 as description };
|
|
8707
8719
|
}
|
|
8708
8720
|
export namespace rounded_20 {
|
|
8709
8721
|
let $ref_1232: string;
|
|
@@ -8711,16 +8723,16 @@ declare namespace definitions {
|
|
|
8711
8723
|
}
|
|
8712
8724
|
export { rounded_20 as rounded };
|
|
8713
8725
|
export namespace rows {
|
|
8714
|
-
let
|
|
8726
|
+
let anyOf_105: ({
|
|
8715
8727
|
type: string;
|
|
8716
8728
|
$ref?: undefined;
|
|
8717
8729
|
} | {
|
|
8718
8730
|
$ref: string;
|
|
8719
8731
|
type?: undefined;
|
|
8720
8732
|
})[];
|
|
8721
|
-
export {
|
|
8722
|
-
let
|
|
8723
|
-
export {
|
|
8733
|
+
export { anyOf_105 as anyOf };
|
|
8734
|
+
let description_144: string;
|
|
8735
|
+
export { description_144 as description };
|
|
8724
8736
|
}
|
|
8725
8737
|
export namespace shadow_20 {
|
|
8726
8738
|
let $ref_1233: string;
|
|
@@ -8844,16 +8856,16 @@ declare namespace definitions {
|
|
|
8844
8856
|
}
|
|
8845
8857
|
export { cursor_21 as cursor };
|
|
8846
8858
|
export namespace date {
|
|
8847
|
-
let
|
|
8859
|
+
let anyOf_106: ({
|
|
8848
8860
|
type: string;
|
|
8849
8861
|
$ref?: undefined;
|
|
8850
8862
|
} | {
|
|
8851
8863
|
$ref: string;
|
|
8852
8864
|
type?: undefined;
|
|
8853
8865
|
})[];
|
|
8854
|
-
export {
|
|
8855
|
-
let
|
|
8856
|
-
export {
|
|
8866
|
+
export { anyOf_106 as anyOf };
|
|
8867
|
+
let description_145: string;
|
|
8868
|
+
export { description_145 as description };
|
|
8857
8869
|
}
|
|
8858
8870
|
export namespace display_21 {
|
|
8859
8871
|
let $ref_1253: string;
|
|
@@ -9046,28 +9058,28 @@ declare namespace definitions {
|
|
|
9046
9058
|
}
|
|
9047
9059
|
export { shadow_21 as shadow };
|
|
9048
9060
|
export namespace showDate {
|
|
9049
|
-
let
|
|
9061
|
+
let anyOf_107: ({
|
|
9050
9062
|
type: string;
|
|
9051
9063
|
$ref?: undefined;
|
|
9052
9064
|
} | {
|
|
9053
9065
|
$ref: string;
|
|
9054
9066
|
type?: undefined;
|
|
9055
9067
|
})[];
|
|
9056
|
-
export {
|
|
9057
|
-
let
|
|
9058
|
-
export {
|
|
9068
|
+
export { anyOf_107 as anyOf };
|
|
9069
|
+
let description_146: string;
|
|
9070
|
+
export { description_146 as description };
|
|
9059
9071
|
}
|
|
9060
9072
|
export namespace showTime {
|
|
9061
|
-
let
|
|
9073
|
+
let anyOf_108: ({
|
|
9062
9074
|
type: string;
|
|
9063
9075
|
$ref?: undefined;
|
|
9064
9076
|
} | {
|
|
9065
9077
|
$ref: string;
|
|
9066
9078
|
type?: undefined;
|
|
9067
9079
|
})[];
|
|
9068
|
-
export {
|
|
9069
|
-
let
|
|
9070
|
-
export {
|
|
9080
|
+
export { anyOf_108 as anyOf };
|
|
9081
|
+
let description_147: string;
|
|
9082
|
+
export { description_147 as description };
|
|
9071
9083
|
}
|
|
9072
9084
|
export namespace size_15 {
|
|
9073
9085
|
let $ref_1291: string;
|
|
@@ -9126,7 +9138,7 @@ declare namespace definitions {
|
|
|
9126
9138
|
}
|
|
9127
9139
|
export { $type_31 as $type };
|
|
9128
9140
|
export namespace formatter {
|
|
9129
|
-
let
|
|
9141
|
+
let anyOf_109: ({
|
|
9130
9142
|
description: string;
|
|
9131
9143
|
enum: string[];
|
|
9132
9144
|
type: string;
|
|
@@ -9151,13 +9163,13 @@ declare namespace definitions {
|
|
|
9151
9163
|
type: string;
|
|
9152
9164
|
enum?: undefined;
|
|
9153
9165
|
})[];
|
|
9154
|
-
export {
|
|
9155
|
-
let description_147: string;
|
|
9156
|
-
export { description_147 as description };
|
|
9157
|
-
}
|
|
9158
|
-
export namespace path_1 {
|
|
9166
|
+
export { anyOf_109 as anyOf };
|
|
9159
9167
|
let description_148: string;
|
|
9160
9168
|
export { description_148 as description };
|
|
9169
|
+
}
|
|
9170
|
+
export namespace path_1 {
|
|
9171
|
+
let description_149: string;
|
|
9172
|
+
export { description_149 as description };
|
|
9161
9173
|
let type_57: string;
|
|
9162
9174
|
export { type_57 as type };
|
|
9163
9175
|
}
|
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": "0.1.
|
|
10
|
+
"version": "0.1.15",
|
|
11
11
|
"files": [
|
|
12
12
|
"dist/**",
|
|
13
13
|
"LICENSE"
|
|
@@ -30,11 +30,13 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@cfworker/json-schema": "^4.1.1",
|
|
32
32
|
"@radix-ui/react-context": "^1.1.2",
|
|
33
|
+
"@radix-ui/react-roving-focus": "^1.1.11",
|
|
33
34
|
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
34
35
|
"@tanstack/react-table": "^8.0.0",
|
|
35
36
|
"jsonpointer": "^5.0.1",
|
|
36
37
|
"recharts": "^3.7.0",
|
|
37
|
-
"@optiaxiom/
|
|
38
|
+
"@optiaxiom/icons": "0.1.3",
|
|
39
|
+
"@optiaxiom/react": "1.9.24"
|
|
38
40
|
},
|
|
39
41
|
"devDependencies": {
|
|
40
42
|
"@emotion/hash": "^0.9.2",
|