@next-bricks/presentational 1.21.0 → 1.21.2

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.
Files changed (31) hide show
  1. package/dist/bricks.json +27 -27
  2. package/dist/chunks/3900.1314ea23.js +2 -0
  3. package/dist/chunks/3900.1314ea23.js.map +1 -0
  4. package/dist/chunks/948.e1790690.js.map +1 -1
  5. package/dist/chunks/{eo-card-item.225ef485.js → eo-card-item.da90013a.js} +3 -3
  6. package/dist/chunks/{eo-card-item.225ef485.js.map → eo-card-item.da90013a.js.map} +1 -1
  7. package/dist/chunks/{eo-code-block.8853f77b.js → eo-code-block.f5ffef62.js} +2 -2
  8. package/dist/chunks/{eo-code-block.8853f77b.js.map → eo-code-block.f5ffef62.js.map} +1 -1
  9. package/dist/chunks/eo-descriptions.75677ae9.js +3 -0
  10. package/dist/chunks/eo-descriptions.75677ae9.js.map +1 -0
  11. package/dist/chunks/{eo-info-card-item.9c7a6579.js → eo-info-card-item.554cba4f.js} +3 -3
  12. package/dist/chunks/{eo-info-card-item.9c7a6579.js.map → eo-info-card-item.554cba4f.js.map} +1 -1
  13. package/dist/chunks/{eo-loading-step.7c1cfe82.js → eo-loading-step.604d6e34.js} +3 -3
  14. package/dist/chunks/{eo-loading-step.7c1cfe82.js.map → eo-loading-step.604d6e34.js.map} +1 -1
  15. package/dist/chunks/{main.96df5002.js → main.47fe281a.js} +2 -2
  16. package/dist/chunks/{main.96df5002.js.map → main.47fe281a.js.map} +1 -1
  17. package/dist/examples.json +15 -12
  18. package/dist/{index.5a0be08d.js → index.6e8a0692.js} +2 -2
  19. package/dist/{index.5a0be08d.js.map → index.6e8a0692.js.map} +1 -1
  20. package/dist/manifest.json +267 -267
  21. package/dist/types.json +544 -544
  22. package/docs/{code-block.md → eo-code-block.md} +2 -2
  23. package/package.json +2 -2
  24. package/dist/chunks/3900.9b093658.js +0 -2
  25. package/dist/chunks/3900.9b093658.js.map +0 -1
  26. package/dist/chunks/eo-descriptions.9da014f3.js +0 -3
  27. package/dist/chunks/eo-descriptions.9da014f3.js.map +0 -1
  28. /package/dist/chunks/{eo-card-item.225ef485.js.LICENSE.txt → eo-card-item.da90013a.js.LICENSE.txt} +0 -0
  29. /package/dist/chunks/{eo-descriptions.9da014f3.js.LICENSE.txt → eo-descriptions.75677ae9.js.LICENSE.txt} +0 -0
  30. /package/dist/chunks/{eo-info-card-item.9c7a6579.js.LICENSE.txt → eo-info-card-item.554cba4f.js.LICENSE.txt} +0 -0
  31. /package/dist/chunks/{eo-loading-step.7c1cfe82.js.LICENSE.txt → eo-loading-step.604d6e34.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -814,109 +814,6 @@
814
814
  }
815
815
  ]
816
816
  },
817
- "eo-divider": {
818
- "properties": [
819
- {
820
- "name": "orientation",
821
- "annotation": {
822
- "type": "reference",
823
- "typeName": {
824
- "type": "identifier",
825
- "name": "OrientationType"
826
- }
827
- }
828
- },
829
- {
830
- "name": "dashed",
831
- "annotation": {
832
- "type": "keyword",
833
- "value": "boolean"
834
- }
835
- },
836
- {
837
- "name": "type",
838
- "annotation": {
839
- "type": "reference",
840
- "typeName": {
841
- "type": "identifier",
842
- "name": "dividerType"
843
- }
844
- }
845
- },
846
- {
847
- "name": "proportion",
848
- "annotation": {
849
- "type": "tuple",
850
- "elementTypes": [
851
- {
852
- "type": "keyword",
853
- "value": "number"
854
- },
855
- {
856
- "type": "keyword",
857
- "value": "number"
858
- }
859
- ]
860
- }
861
- },
862
- {
863
- "name": "dividerStyle",
864
- "annotation": {
865
- "type": "reference",
866
- "typeName": {
867
- "type": "identifier",
868
- "name": "CSSProperties"
869
- }
870
- }
871
- }
872
- ],
873
- "events": [],
874
- "methods": [],
875
- "types": [
876
- {
877
- "type": "typeAlias",
878
- "name": "OrientationType",
879
- "annotation": {
880
- "type": "union",
881
- "types": [
882
- {
883
- "type": "jsLiteral",
884
- "value": "left"
885
- },
886
- {
887
- "type": "jsLiteral",
888
- "value": "center"
889
- },
890
- {
891
- "type": "jsLiteral",
892
- "value": "right"
893
- }
894
- ]
895
- }
896
- },
897
- {
898
- "type": "typeAlias",
899
- "name": "dividerType",
900
- "annotation": {
901
- "type": "union",
902
- "types": [
903
- {
904
- "type": "jsLiteral",
905
- "value": "horizontal"
906
- },
907
- {
908
- "type": "jsLiteral",
909
- "value": "vertical"
910
- },
911
- {
912
- "type": "jsLiteral",
913
- "value": "radiation"
914
- }
915
- ]
916
- }
917
- }
918
- ]
919
- },
920
817
  "eo-info-card-item": {
921
818
  "properties": [
922
819
  {
@@ -1120,404 +1017,154 @@
1120
1017
  }
1121
1018
  ]
1122
1019
  },
1123
- "eo-statistics-card": {
1020
+ "eo-divider": {
1124
1021
  "properties": [
1125
1022
  {
1126
- "name": "cardTitle",
1023
+ "name": "orientation",
1127
1024
  "annotation": {
1128
- "type": "keyword",
1129
- "value": "string"
1025
+ "type": "reference",
1026
+ "typeName": {
1027
+ "type": "identifier",
1028
+ "name": "OrientationType"
1029
+ }
1130
1030
  }
1131
1031
  },
1132
1032
  {
1133
- "name": "value",
1033
+ "name": "dashed",
1134
1034
  "annotation": {
1135
1035
  "type": "keyword",
1136
- "value": "string"
1036
+ "value": "boolean"
1137
1037
  }
1138
1038
  },
1139
1039
  {
1140
- "name": "unit",
1040
+ "name": "type",
1141
1041
  "annotation": {
1142
- "type": "keyword",
1143
- "value": "string"
1042
+ "type": "reference",
1043
+ "typeName": {
1044
+ "type": "identifier",
1045
+ "name": "dividerType"
1046
+ }
1144
1047
  }
1145
1048
  },
1146
1049
  {
1147
- "name": "icon",
1050
+ "name": "proportion",
1148
1051
  "annotation": {
1149
- "type": "indexedAccess",
1150
- "objectType": {
1151
- "type": "reference",
1152
- "typeName": {
1153
- "type": "identifier",
1154
- "name": "EoStatisticsCardProps"
1052
+ "type": "tuple",
1053
+ "elementTypes": [
1054
+ {
1055
+ "type": "keyword",
1056
+ "value": "number"
1057
+ },
1058
+ {
1059
+ "type": "keyword",
1060
+ "value": "number"
1155
1061
  }
1156
- },
1157
- "indexType": {
1158
- "type": "jsLiteral",
1159
- "value": "icon"
1160
- }
1062
+ ]
1161
1063
  }
1162
1064
  },
1163
1065
  {
1164
- "name": "size",
1066
+ "name": "dividerStyle",
1067
+ "annotation": {
1068
+ "type": "reference",
1069
+ "typeName": {
1070
+ "type": "identifier",
1071
+ "name": "CSSProperties"
1072
+ }
1073
+ }
1074
+ }
1075
+ ],
1076
+ "events": [],
1077
+ "methods": [],
1078
+ "types": [
1079
+ {
1080
+ "type": "typeAlias",
1081
+ "name": "OrientationType",
1165
1082
  "annotation": {
1166
1083
  "type": "union",
1167
1084
  "types": [
1168
1085
  {
1169
1086
  "type": "jsLiteral",
1170
- "value": "large"
1087
+ "value": "left"
1171
1088
  },
1172
1089
  {
1173
1090
  "type": "jsLiteral",
1174
- "value": "medium"
1091
+ "value": "center"
1175
1092
  },
1176
1093
  {
1177
1094
  "type": "jsLiteral",
1178
- "value": "small"
1095
+ "value": "right"
1179
1096
  }
1180
1097
  ]
1181
1098
  }
1182
1099
  },
1183
1100
  {
1184
- "name": "outline",
1101
+ "type": "typeAlias",
1102
+ "name": "dividerType",
1185
1103
  "annotation": {
1186
1104
  "type": "union",
1187
1105
  "types": [
1188
1106
  {
1189
1107
  "type": "jsLiteral",
1190
- "value": "border"
1108
+ "value": "horizontal"
1191
1109
  },
1192
1110
  {
1193
1111
  "type": "jsLiteral",
1194
- "value": "background"
1112
+ "value": "vertical"
1195
1113
  },
1196
1114
  {
1197
1115
  "type": "jsLiteral",
1198
- "value": "none"
1116
+ "value": "radiation"
1199
1117
  }
1200
1118
  ]
1201
1119
  }
1120
+ }
1121
+ ]
1122
+ },
1123
+ "eo-loading-step": {
1124
+ "properties": [
1125
+ {
1126
+ "name": "visible",
1127
+ "annotation": {
1128
+ "type": "keyword",
1129
+ "value": "boolean"
1130
+ }
1202
1131
  },
1203
1132
  {
1204
- "name": "background",
1133
+ "name": "width",
1205
1134
  "annotation": {
1206
1135
  "type": "keyword",
1207
1136
  "value": "string"
1208
1137
  }
1209
1138
  },
1210
1139
  {
1211
- "name": "descriptionPosition",
1140
+ "name": "stepTitle",
1212
1141
  "annotation": {
1213
- "type": "union",
1214
- "types": [
1215
- {
1216
- "type": "jsLiteral",
1217
- "value": "bottom"
1218
- },
1219
- {
1220
- "type": "jsLiteral",
1221
- "value": "right"
1222
- }
1223
- ]
1142
+ "type": "keyword",
1143
+ "value": "string"
1224
1144
  }
1225
1145
  },
1226
1146
  {
1227
- "name": "valueStyle",
1147
+ "name": "stepList",
1228
1148
  "annotation": {
1229
- "type": "reference",
1230
- "typeName": {
1231
- "type": "qualifiedName",
1232
- "left": {
1233
- "type": "identifier",
1234
- "name": "React"
1235
- },
1236
- "right": {
1149
+ "type": "array",
1150
+ "elementType": {
1151
+ "type": "reference",
1152
+ "typeName": {
1237
1153
  "type": "identifier",
1238
- "name": "CSSProperties"
1154
+ "name": "StepItem"
1239
1155
  }
1240
1156
  }
1241
1157
  }
1242
1158
  },
1243
1159
  {
1244
- "name": "interactable",
1160
+ "name": "curStep",
1245
1161
  "annotation": {
1246
1162
  "type": "keyword",
1247
- "value": "boolean"
1163
+ "value": "string"
1248
1164
  }
1249
1165
  }
1250
1166
  ],
1251
- "events": [],
1252
- "methods": [],
1253
- "types": [
1254
- {
1255
- "type": "interface",
1256
- "name": "EoStatisticsCardProps",
1257
- "body": [
1258
- {
1259
- "type": "propertySignature",
1260
- "key": {
1261
- "type": "identifier",
1262
- "name": "cardTitle"
1263
- },
1264
- "annotation": {
1265
- "type": "keyword",
1266
- "value": "string"
1267
- },
1268
- "optional": true,
1269
- "computed": false
1270
- },
1271
- {
1272
- "type": "propertySignature",
1273
- "key": {
1274
- "type": "identifier",
1275
- "name": "value"
1276
- },
1277
- "annotation": {
1278
- "type": "keyword",
1279
- "value": "string"
1280
- },
1281
- "optional": true,
1282
- "computed": false
1283
- },
1284
- {
1285
- "type": "propertySignature",
1286
- "key": {
1287
- "type": "identifier",
1288
- "name": "unit"
1289
- },
1290
- "annotation": {
1291
- "type": "keyword",
1292
- "value": "string"
1293
- },
1294
- "optional": true,
1295
- "computed": false
1296
- },
1297
- {
1298
- "type": "propertySignature",
1299
- "key": {
1300
- "type": "identifier",
1301
- "name": "icon"
1302
- },
1303
- "annotation": {
1304
- "type": "intersection",
1305
- "types": [
1306
- {
1307
- "type": "reference",
1308
- "typeName": {
1309
- "type": "identifier",
1310
- "name": "GeneralIconProps"
1311
- }
1312
- },
1313
- {
1314
- "type": "typeLiteral",
1315
- "members": [
1316
- {
1317
- "type": "propertySignature",
1318
- "key": {
1319
- "type": "identifier",
1320
- "name": "color"
1321
- },
1322
- "annotation": {
1323
- "type": "keyword",
1324
- "value": "string"
1325
- },
1326
- "optional": true,
1327
- "computed": false
1328
- },
1329
- {
1330
- "type": "propertySignature",
1331
- "key": {
1332
- "type": "identifier",
1333
- "name": "bgColor"
1334
- },
1335
- "annotation": {
1336
- "type": "keyword",
1337
- "value": "string"
1338
- },
1339
- "optional": true,
1340
- "computed": false
1341
- }
1342
- ]
1343
- }
1344
- ]
1345
- },
1346
- "optional": true,
1347
- "computed": false
1348
- },
1349
- {
1350
- "type": "propertySignature",
1351
- "key": {
1352
- "type": "identifier",
1353
- "name": "size"
1354
- },
1355
- "annotation": {
1356
- "type": "union",
1357
- "types": [
1358
- {
1359
- "type": "jsLiteral",
1360
- "value": "large"
1361
- },
1362
- {
1363
- "type": "jsLiteral",
1364
- "value": "medium"
1365
- },
1366
- {
1367
- "type": "jsLiteral",
1368
- "value": "small"
1369
- }
1370
- ]
1371
- },
1372
- "optional": true,
1373
- "computed": false
1374
- },
1375
- {
1376
- "type": "propertySignature",
1377
- "key": {
1378
- "type": "identifier",
1379
- "name": "outline"
1380
- },
1381
- "annotation": {
1382
- "type": "union",
1383
- "types": [
1384
- {
1385
- "type": "jsLiteral",
1386
- "value": "border"
1387
- },
1388
- {
1389
- "type": "jsLiteral",
1390
- "value": "background"
1391
- },
1392
- {
1393
- "type": "jsLiteral",
1394
- "value": "none"
1395
- }
1396
- ]
1397
- },
1398
- "optional": true,
1399
- "computed": false
1400
- },
1401
- {
1402
- "type": "propertySignature",
1403
- "key": {
1404
- "type": "identifier",
1405
- "name": "background"
1406
- },
1407
- "annotation": {
1408
- "type": "keyword",
1409
- "value": "string"
1410
- },
1411
- "optional": true,
1412
- "computed": false
1413
- },
1414
- {
1415
- "type": "propertySignature",
1416
- "key": {
1417
- "type": "identifier",
1418
- "name": "descriptionPosition"
1419
- },
1420
- "annotation": {
1421
- "type": "union",
1422
- "types": [
1423
- {
1424
- "type": "jsLiteral",
1425
- "value": "bottom"
1426
- },
1427
- {
1428
- "type": "jsLiteral",
1429
- "value": "right"
1430
- }
1431
- ]
1432
- },
1433
- "optional": true,
1434
- "computed": false
1435
- },
1436
- {
1437
- "type": "propertySignature",
1438
- "key": {
1439
- "type": "identifier",
1440
- "name": "valueStyle"
1441
- },
1442
- "annotation": {
1443
- "type": "reference",
1444
- "typeName": {
1445
- "type": "qualifiedName",
1446
- "left": {
1447
- "type": "identifier",
1448
- "name": "React"
1449
- },
1450
- "right": {
1451
- "type": "identifier",
1452
- "name": "CSSProperties"
1453
- }
1454
- }
1455
- },
1456
- "optional": true,
1457
- "computed": false
1458
- },
1459
- {
1460
- "type": "propertySignature",
1461
- "key": {
1462
- "type": "identifier",
1463
- "name": "interactable"
1464
- },
1465
- "annotation": {
1466
- "type": "keyword",
1467
- "value": "boolean"
1468
- },
1469
- "optional": true,
1470
- "computed": false
1471
- }
1472
- ]
1473
- }
1474
- ]
1475
- },
1476
- "eo-loading-step": {
1477
- "properties": [
1478
- {
1479
- "name": "visible",
1480
- "annotation": {
1481
- "type": "keyword",
1482
- "value": "boolean"
1483
- }
1484
- },
1485
- {
1486
- "name": "width",
1487
- "annotation": {
1488
- "type": "keyword",
1489
- "value": "string"
1490
- }
1491
- },
1492
- {
1493
- "name": "stepTitle",
1494
- "annotation": {
1495
- "type": "keyword",
1496
- "value": "string"
1497
- }
1498
- },
1499
- {
1500
- "name": "stepList",
1501
- "annotation": {
1502
- "type": "array",
1503
- "elementType": {
1504
- "type": "reference",
1505
- "typeName": {
1506
- "type": "identifier",
1507
- "name": "StepItem"
1508
- }
1509
- }
1510
- }
1511
- },
1512
- {
1513
- "name": "curStep",
1514
- "annotation": {
1515
- "type": "keyword",
1516
- "value": "string"
1517
- }
1518
- }
1519
- ],
1520
- "events": [
1167
+ "events": [
1521
1168
  {
1522
1169
  "name": "open",
1523
1170
  "detail": {
@@ -1811,58 +1458,131 @@
1811
1458
  "events": [],
1812
1459
  "methods": []
1813
1460
  },
1814
- "eo-alert": {
1461
+ "eo-statistics-card": {
1815
1462
  "properties": [
1816
1463
  {
1817
- "name": "type",
1464
+ "name": "cardTitle",
1818
1465
  "annotation": {
1819
- "type": "reference",
1820
- "typeName": {
1821
- "type": "identifier",
1822
- "name": "AlertType"
1823
- }
1466
+ "type": "keyword",
1467
+ "value": "string"
1824
1468
  }
1825
1469
  },
1826
1470
  {
1827
- "name": "hasTitle",
1471
+ "name": "value",
1828
1472
  "annotation": {
1829
1473
  "type": "keyword",
1830
- "value": "boolean"
1474
+ "value": "string"
1831
1475
  }
1832
1476
  },
1833
1477
  {
1834
- "name": "showIcon",
1478
+ "name": "unit",
1835
1479
  "annotation": {
1836
1480
  "type": "keyword",
1837
- "value": "boolean"
1481
+ "value": "string"
1838
1482
  }
1839
1483
  },
1840
1484
  {
1841
- "name": "closable",
1485
+ "name": "icon",
1842
1486
  "annotation": {
1843
- "type": "keyword",
1844
- "value": "boolean"
1487
+ "type": "indexedAccess",
1488
+ "objectType": {
1489
+ "type": "reference",
1490
+ "typeName": {
1491
+ "type": "identifier",
1492
+ "name": "EoStatisticsCardProps"
1493
+ }
1494
+ },
1495
+ "indexType": {
1496
+ "type": "jsLiteral",
1497
+ "value": "icon"
1498
+ }
1845
1499
  }
1846
1500
  },
1847
1501
  {
1848
- "name": "localStorageKey",
1502
+ "name": "size",
1503
+ "annotation": {
1504
+ "type": "union",
1505
+ "types": [
1506
+ {
1507
+ "type": "jsLiteral",
1508
+ "value": "large"
1509
+ },
1510
+ {
1511
+ "type": "jsLiteral",
1512
+ "value": "medium"
1513
+ },
1514
+ {
1515
+ "type": "jsLiteral",
1516
+ "value": "small"
1517
+ }
1518
+ ]
1519
+ }
1520
+ },
1521
+ {
1522
+ "name": "outline",
1523
+ "annotation": {
1524
+ "type": "union",
1525
+ "types": [
1526
+ {
1527
+ "type": "jsLiteral",
1528
+ "value": "border"
1529
+ },
1530
+ {
1531
+ "type": "jsLiteral",
1532
+ "value": "background"
1533
+ },
1534
+ {
1535
+ "type": "jsLiteral",
1536
+ "value": "none"
1537
+ }
1538
+ ]
1539
+ }
1540
+ },
1541
+ {
1542
+ "name": "background",
1849
1543
  "annotation": {
1850
1544
  "type": "keyword",
1851
1545
  "value": "string"
1852
1546
  }
1853
1547
  },
1854
1548
  {
1855
- "name": "disableUrlNamespace",
1549
+ "name": "descriptionPosition",
1856
1550
  "annotation": {
1857
- "type": "keyword",
1858
- "value": "boolean"
1551
+ "type": "union",
1552
+ "types": [
1553
+ {
1554
+ "type": "jsLiteral",
1555
+ "value": "bottom"
1556
+ },
1557
+ {
1558
+ "type": "jsLiteral",
1559
+ "value": "right"
1560
+ }
1561
+ ]
1859
1562
  }
1860
1563
  },
1861
1564
  {
1862
- "name": "textContent",
1565
+ "name": "valueStyle",
1566
+ "annotation": {
1567
+ "type": "reference",
1568
+ "typeName": {
1569
+ "type": "qualifiedName",
1570
+ "left": {
1571
+ "type": "identifier",
1572
+ "name": "React"
1573
+ },
1574
+ "right": {
1575
+ "type": "identifier",
1576
+ "name": "CSSProperties"
1577
+ }
1578
+ }
1579
+ }
1580
+ },
1581
+ {
1582
+ "name": "interactable",
1863
1583
  "annotation": {
1864
1584
  "type": "keyword",
1865
- "value": "string"
1585
+ "value": "boolean"
1866
1586
  }
1867
1587
  }
1868
1588
  ],
@@ -1870,119 +1590,227 @@
1870
1590
  "methods": [],
1871
1591
  "types": [
1872
1592
  {
1873
- "type": "enum",
1874
- "name": "AlertType",
1875
- "members": [
1593
+ "type": "interface",
1594
+ "name": "EoStatisticsCardProps",
1595
+ "body": [
1876
1596
  {
1877
- "type": "enumMember",
1878
- "id": {
1879
- "type": "jsLiteral",
1880
- "value": "SUCCESS"
1597
+ "type": "propertySignature",
1598
+ "key": {
1599
+ "type": "identifier",
1600
+ "name": "cardTitle"
1881
1601
  },
1882
- "initializer": {
1883
- "type": "jsLiteral",
1884
- "value": "success"
1885
- }
1602
+ "annotation": {
1603
+ "type": "keyword",
1604
+ "value": "string"
1605
+ },
1606
+ "optional": true,
1607
+ "computed": false
1886
1608
  },
1887
1609
  {
1888
- "type": "enumMember",
1889
- "id": {
1890
- "type": "jsLiteral",
1891
- "value": "INFO"
1610
+ "type": "propertySignature",
1611
+ "key": {
1612
+ "type": "identifier",
1613
+ "name": "value"
1892
1614
  },
1893
- "initializer": {
1894
- "type": "jsLiteral",
1895
- "value": "info"
1896
- }
1615
+ "annotation": {
1616
+ "type": "keyword",
1617
+ "value": "string"
1618
+ },
1619
+ "optional": true,
1620
+ "computed": false
1897
1621
  },
1898
1622
  {
1899
- "type": "enumMember",
1900
- "id": {
1901
- "type": "jsLiteral",
1902
- "value": "WARNING"
1623
+ "type": "propertySignature",
1624
+ "key": {
1625
+ "type": "identifier",
1626
+ "name": "unit"
1903
1627
  },
1904
- "initializer": {
1905
- "type": "jsLiteral",
1906
- "value": "warning"
1907
- }
1628
+ "annotation": {
1629
+ "type": "keyword",
1630
+ "value": "string"
1631
+ },
1632
+ "optional": true,
1633
+ "computed": false
1634
+ },
1635
+ {
1636
+ "type": "propertySignature",
1637
+ "key": {
1638
+ "type": "identifier",
1639
+ "name": "icon"
1640
+ },
1641
+ "annotation": {
1642
+ "type": "intersection",
1643
+ "types": [
1644
+ {
1645
+ "type": "reference",
1646
+ "typeName": {
1647
+ "type": "identifier",
1648
+ "name": "GeneralIconProps"
1649
+ }
1650
+ },
1651
+ {
1652
+ "type": "typeLiteral",
1653
+ "members": [
1654
+ {
1655
+ "type": "propertySignature",
1656
+ "key": {
1657
+ "type": "identifier",
1658
+ "name": "color"
1659
+ },
1660
+ "annotation": {
1661
+ "type": "keyword",
1662
+ "value": "string"
1663
+ },
1664
+ "optional": true,
1665
+ "computed": false
1666
+ },
1667
+ {
1668
+ "type": "propertySignature",
1669
+ "key": {
1670
+ "type": "identifier",
1671
+ "name": "bgColor"
1672
+ },
1673
+ "annotation": {
1674
+ "type": "keyword",
1675
+ "value": "string"
1676
+ },
1677
+ "optional": true,
1678
+ "computed": false
1679
+ }
1680
+ ]
1681
+ }
1682
+ ]
1683
+ },
1684
+ "optional": true,
1685
+ "computed": false
1686
+ },
1687
+ {
1688
+ "type": "propertySignature",
1689
+ "key": {
1690
+ "type": "identifier",
1691
+ "name": "size"
1692
+ },
1693
+ "annotation": {
1694
+ "type": "union",
1695
+ "types": [
1696
+ {
1697
+ "type": "jsLiteral",
1698
+ "value": "large"
1699
+ },
1700
+ {
1701
+ "type": "jsLiteral",
1702
+ "value": "medium"
1703
+ },
1704
+ {
1705
+ "type": "jsLiteral",
1706
+ "value": "small"
1707
+ }
1708
+ ]
1709
+ },
1710
+ "optional": true,
1711
+ "computed": false
1712
+ },
1713
+ {
1714
+ "type": "propertySignature",
1715
+ "key": {
1716
+ "type": "identifier",
1717
+ "name": "outline"
1718
+ },
1719
+ "annotation": {
1720
+ "type": "union",
1721
+ "types": [
1722
+ {
1723
+ "type": "jsLiteral",
1724
+ "value": "border"
1725
+ },
1726
+ {
1727
+ "type": "jsLiteral",
1728
+ "value": "background"
1729
+ },
1730
+ {
1731
+ "type": "jsLiteral",
1732
+ "value": "none"
1733
+ }
1734
+ ]
1735
+ },
1736
+ "optional": true,
1737
+ "computed": false
1738
+ },
1739
+ {
1740
+ "type": "propertySignature",
1741
+ "key": {
1742
+ "type": "identifier",
1743
+ "name": "background"
1744
+ },
1745
+ "annotation": {
1746
+ "type": "keyword",
1747
+ "value": "string"
1748
+ },
1749
+ "optional": true,
1750
+ "computed": false
1751
+ },
1752
+ {
1753
+ "type": "propertySignature",
1754
+ "key": {
1755
+ "type": "identifier",
1756
+ "name": "descriptionPosition"
1757
+ },
1758
+ "annotation": {
1759
+ "type": "union",
1760
+ "types": [
1761
+ {
1762
+ "type": "jsLiteral",
1763
+ "value": "bottom"
1764
+ },
1765
+ {
1766
+ "type": "jsLiteral",
1767
+ "value": "right"
1768
+ }
1769
+ ]
1770
+ },
1771
+ "optional": true,
1772
+ "computed": false
1773
+ },
1774
+ {
1775
+ "type": "propertySignature",
1776
+ "key": {
1777
+ "type": "identifier",
1778
+ "name": "valueStyle"
1779
+ },
1780
+ "annotation": {
1781
+ "type": "reference",
1782
+ "typeName": {
1783
+ "type": "qualifiedName",
1784
+ "left": {
1785
+ "type": "identifier",
1786
+ "name": "React"
1787
+ },
1788
+ "right": {
1789
+ "type": "identifier",
1790
+ "name": "CSSProperties"
1791
+ }
1792
+ }
1793
+ },
1794
+ "optional": true,
1795
+ "computed": false
1908
1796
  },
1909
1797
  {
1910
- "type": "enumMember",
1911
- "id": {
1912
- "type": "jsLiteral",
1913
- "value": "ERROR"
1798
+ "type": "propertySignature",
1799
+ "key": {
1800
+ "type": "identifier",
1801
+ "name": "interactable"
1914
1802
  },
1915
- "initializer": {
1916
- "type": "jsLiteral",
1917
- "value": "error"
1918
- }
1803
+ "annotation": {
1804
+ "type": "keyword",
1805
+ "value": "boolean"
1806
+ },
1807
+ "optional": true,
1808
+ "computed": false
1919
1809
  }
1920
1810
  ]
1921
1811
  }
1922
1812
  ]
1923
1813
  },
1924
- "eo-code-display": {
1925
- "properties": [
1926
- {
1927
- "name": "value",
1928
- "annotation": {
1929
- "type": "keyword",
1930
- "value": "string"
1931
- }
1932
- },
1933
- {
1934
- "name": "language",
1935
- "annotation": {
1936
- "type": "keyword",
1937
- "value": "string"
1938
- }
1939
- },
1940
- {
1941
- "name": "hideLineNumber",
1942
- "annotation": {
1943
- "type": "keyword",
1944
- "value": "boolean"
1945
- }
1946
- },
1947
- {
1948
- "name": "maxLines",
1949
- "annotation": {
1950
- "type": "keyword",
1951
- "value": "number"
1952
- }
1953
- },
1954
- {
1955
- "name": "minLines",
1956
- "annotation": {
1957
- "type": "keyword",
1958
- "value": "number"
1959
- }
1960
- },
1961
- {
1962
- "name": "showCopyButton",
1963
- "annotation": {
1964
- "type": "keyword",
1965
- "value": "boolean"
1966
- }
1967
- },
1968
- {
1969
- "name": "showExportButton",
1970
- "annotation": {
1971
- "type": "keyword",
1972
- "value": "boolean"
1973
- }
1974
- },
1975
- {
1976
- "name": "exportFileName",
1977
- "annotation": {
1978
- "type": "keyword",
1979
- "value": "string"
1980
- }
1981
- }
1982
- ],
1983
- "events": [],
1984
- "methods": []
1985
- },
1986
1814
  "eo-pagination": {
1987
1815
  "properties": [
1988
1816
  {
@@ -2176,6 +2004,178 @@
2176
2004
  }
2177
2005
  ]
2178
2006
  },
2007
+ "eo-alert": {
2008
+ "properties": [
2009
+ {
2010
+ "name": "type",
2011
+ "annotation": {
2012
+ "type": "reference",
2013
+ "typeName": {
2014
+ "type": "identifier",
2015
+ "name": "AlertType"
2016
+ }
2017
+ }
2018
+ },
2019
+ {
2020
+ "name": "hasTitle",
2021
+ "annotation": {
2022
+ "type": "keyword",
2023
+ "value": "boolean"
2024
+ }
2025
+ },
2026
+ {
2027
+ "name": "showIcon",
2028
+ "annotation": {
2029
+ "type": "keyword",
2030
+ "value": "boolean"
2031
+ }
2032
+ },
2033
+ {
2034
+ "name": "closable",
2035
+ "annotation": {
2036
+ "type": "keyword",
2037
+ "value": "boolean"
2038
+ }
2039
+ },
2040
+ {
2041
+ "name": "localStorageKey",
2042
+ "annotation": {
2043
+ "type": "keyword",
2044
+ "value": "string"
2045
+ }
2046
+ },
2047
+ {
2048
+ "name": "disableUrlNamespace",
2049
+ "annotation": {
2050
+ "type": "keyword",
2051
+ "value": "boolean"
2052
+ }
2053
+ },
2054
+ {
2055
+ "name": "textContent",
2056
+ "annotation": {
2057
+ "type": "keyword",
2058
+ "value": "string"
2059
+ }
2060
+ }
2061
+ ],
2062
+ "events": [],
2063
+ "methods": [],
2064
+ "types": [
2065
+ {
2066
+ "type": "enum",
2067
+ "name": "AlertType",
2068
+ "members": [
2069
+ {
2070
+ "type": "enumMember",
2071
+ "id": {
2072
+ "type": "jsLiteral",
2073
+ "value": "SUCCESS"
2074
+ },
2075
+ "initializer": {
2076
+ "type": "jsLiteral",
2077
+ "value": "success"
2078
+ }
2079
+ },
2080
+ {
2081
+ "type": "enumMember",
2082
+ "id": {
2083
+ "type": "jsLiteral",
2084
+ "value": "INFO"
2085
+ },
2086
+ "initializer": {
2087
+ "type": "jsLiteral",
2088
+ "value": "info"
2089
+ }
2090
+ },
2091
+ {
2092
+ "type": "enumMember",
2093
+ "id": {
2094
+ "type": "jsLiteral",
2095
+ "value": "WARNING"
2096
+ },
2097
+ "initializer": {
2098
+ "type": "jsLiteral",
2099
+ "value": "warning"
2100
+ }
2101
+ },
2102
+ {
2103
+ "type": "enumMember",
2104
+ "id": {
2105
+ "type": "jsLiteral",
2106
+ "value": "ERROR"
2107
+ },
2108
+ "initializer": {
2109
+ "type": "jsLiteral",
2110
+ "value": "error"
2111
+ }
2112
+ }
2113
+ ]
2114
+ }
2115
+ ]
2116
+ },
2117
+ "eo-code-display": {
2118
+ "properties": [
2119
+ {
2120
+ "name": "value",
2121
+ "annotation": {
2122
+ "type": "keyword",
2123
+ "value": "string"
2124
+ }
2125
+ },
2126
+ {
2127
+ "name": "language",
2128
+ "annotation": {
2129
+ "type": "keyword",
2130
+ "value": "string"
2131
+ }
2132
+ },
2133
+ {
2134
+ "name": "hideLineNumber",
2135
+ "annotation": {
2136
+ "type": "keyword",
2137
+ "value": "boolean"
2138
+ }
2139
+ },
2140
+ {
2141
+ "name": "maxLines",
2142
+ "annotation": {
2143
+ "type": "keyword",
2144
+ "value": "number"
2145
+ }
2146
+ },
2147
+ {
2148
+ "name": "minLines",
2149
+ "annotation": {
2150
+ "type": "keyword",
2151
+ "value": "number"
2152
+ }
2153
+ },
2154
+ {
2155
+ "name": "showCopyButton",
2156
+ "annotation": {
2157
+ "type": "keyword",
2158
+ "value": "boolean"
2159
+ }
2160
+ },
2161
+ {
2162
+ "name": "showExportButton",
2163
+ "annotation": {
2164
+ "type": "keyword",
2165
+ "value": "boolean"
2166
+ }
2167
+ },
2168
+ {
2169
+ "name": "exportFileName",
2170
+ "annotation": {
2171
+ "type": "keyword",
2172
+ "value": "string"
2173
+ }
2174
+ }
2175
+ ],
2176
+ "events": [],
2177
+ "methods": []
2178
+ },
2179
2179
  "eo-humanize-time": {
2180
2180
  "properties": [
2181
2181
  {