@vonage/vivid 3.1.0 → 3.1.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 (73) hide show
  1. package/README.md +2 -2
  2. package/custom-elements.json +0 -8
  3. package/data-grid/index.js +2 -2
  4. package/index.js +18 -16
  5. package/lib/components.d.ts +1 -0
  6. package/number-field/index.js +18 -448
  7. package/package.json +4 -4
  8. package/progress/index.js +1 -1
  9. package/progress-ring/index.js +1 -1
  10. package/radio/index.js +1 -1
  11. package/radio-group/index.js +2 -1
  12. package/select/index.js +1 -1
  13. package/shared/aria2.js +9 -0
  14. package/shared/definition.js +1 -1
  15. package/shared/definition11.js +1 -1
  16. package/shared/definition12.js +44 -35
  17. package/shared/definition13.js +1 -1
  18. package/shared/definition14.js +1 -1
  19. package/shared/definition16.js +1 -1
  20. package/shared/definition17.js +1 -1
  21. package/shared/definition18.js +589 -527
  22. package/shared/definition19.js +1 -1
  23. package/shared/definition2.js +1 -1
  24. package/shared/definition20.js +24 -28
  25. package/shared/definition21.js +1 -1
  26. package/shared/definition22.js +1 -1
  27. package/shared/definition23.js +1 -1
  28. package/shared/definition25.js +1 -1
  29. package/shared/definition27.js +1 -1
  30. package/shared/definition29.js +1 -1
  31. package/shared/definition30.js +1 -1
  32. package/shared/definition31.js +1 -1
  33. package/shared/definition32.js +432 -76
  34. package/shared/definition33.js +76 -59
  35. package/shared/definition34.js +67 -35
  36. package/shared/definition35.js +31 -421
  37. package/shared/definition36.js +357 -555
  38. package/shared/definition37.js +618 -70
  39. package/shared/definition38.js +70 -572
  40. package/shared/definition39.js +527 -81
  41. package/shared/definition4.js +1 -1
  42. package/shared/definition40.js +127 -47
  43. package/shared/definition41.js +51 -16
  44. package/shared/definition42.js +17 -425
  45. package/shared/definition43.js +367 -209
  46. package/shared/definition44.js +248 -85
  47. package/shared/definition45.js +110 -68
  48. package/shared/definition46.js +77 -0
  49. package/shared/definition5.js +1 -1
  50. package/shared/definition6.js +1 -1
  51. package/shared/definition7.js +1 -1
  52. package/shared/definition8.js +1 -1
  53. package/shared/definition9.js +1 -1
  54. package/shared/form-elements.js +1 -1
  55. package/shared/icon.js +18 -6
  56. package/shared/index.js +10 -19
  57. package/shared/patterns/form-elements/form-elements.d.ts +2 -2
  58. package/shared/text-field.js +1 -1
  59. package/side-drawer/index.js +1 -1
  60. package/slider/index.js +2 -1
  61. package/styles/core/all.css +1 -1
  62. package/styles/core/theme.css +1 -1
  63. package/styles/core/typography.css +1 -1
  64. package/styles/tokens/theme-dark.css +4 -4
  65. package/styles/tokens/theme-light.css +4 -4
  66. package/switch/index.js +1 -1
  67. package/tab/index.js +1 -1
  68. package/tab-panel/index.js +1 -1
  69. package/tabs/index.js +3 -3
  70. package/text-area/index.js +1 -1
  71. package/text-field/index.js +1 -1
  72. package/tooltip/index.js +1 -1
  73. package/vivid.api.json +164 -0
package/vivid.api.json CHANGED
@@ -1283,6 +1283,142 @@
1283
1283
  "endIndex": 14
1284
1284
  }
1285
1285
  },
1286
+ {
1287
+ "kind": "Variable",
1288
+ "canonicalReference": "@vonage/vivid!numberFieldDefinition:var",
1289
+ "docComment": "",
1290
+ "excerptTokens": [
1291
+ {
1292
+ "kind": "Content",
1293
+ "text": "numberFieldDefinition: "
1294
+ },
1295
+ {
1296
+ "kind": "Content",
1297
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1298
+ },
1299
+ {
1300
+ "kind": "Reference",
1301
+ "text": "OverrideFoundationElementDefinition",
1302
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1303
+ },
1304
+ {
1305
+ "kind": "Content",
1306
+ "text": "<"
1307
+ },
1308
+ {
1309
+ "kind": "Reference",
1310
+ "text": "FoundationElementDefinition",
1311
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1312
+ },
1313
+ {
1314
+ "kind": "Content",
1315
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
1316
+ },
1317
+ {
1318
+ "kind": "Reference",
1319
+ "text": "FoundationElementRegistry",
1320
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1321
+ },
1322
+ {
1323
+ "kind": "Content",
1324
+ "text": "<"
1325
+ },
1326
+ {
1327
+ "kind": "Reference",
1328
+ "text": "FoundationElementDefinition",
1329
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1330
+ },
1331
+ {
1332
+ "kind": "Content",
1333
+ "text": ", import(\"@microsoft/fast-element\")."
1334
+ },
1335
+ {
1336
+ "kind": "Reference",
1337
+ "text": "Constructable",
1338
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1339
+ },
1340
+ {
1341
+ "kind": "Content",
1342
+ "text": "<import(\"@microsoft/fast-foundation\")."
1343
+ },
1344
+ {
1345
+ "kind": "Reference",
1346
+ "text": "FoundationElement",
1347
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1348
+ },
1349
+ {
1350
+ "kind": "Content",
1351
+ "text": ">>"
1352
+ }
1353
+ ],
1354
+ "fileUrlPath": "../../dist/libs/components/lib/number-field/definition.d.ts",
1355
+ "isReadonly": true,
1356
+ "releaseTag": "Public",
1357
+ "name": "numberFieldDefinition",
1358
+ "variableTypeTokenRange": {
1359
+ "startIndex": 1,
1360
+ "endIndex": 14
1361
+ }
1362
+ },
1363
+ {
1364
+ "kind": "Variable",
1365
+ "canonicalReference": "@vonage/vivid!numberFieldRegistries:var",
1366
+ "docComment": "",
1367
+ "excerptTokens": [
1368
+ {
1369
+ "kind": "Content",
1370
+ "text": "numberFieldRegistries: "
1371
+ },
1372
+ {
1373
+ "kind": "Content",
1374
+ "text": "import(\"@microsoft/fast-foundation\")."
1375
+ },
1376
+ {
1377
+ "kind": "Reference",
1378
+ "text": "FoundationElementRegistry",
1379
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1380
+ },
1381
+ {
1382
+ "kind": "Content",
1383
+ "text": "<"
1384
+ },
1385
+ {
1386
+ "kind": "Reference",
1387
+ "text": "FoundationElementDefinition",
1388
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
1389
+ },
1390
+ {
1391
+ "kind": "Content",
1392
+ "text": ", import(\"@microsoft/fast-element\")."
1393
+ },
1394
+ {
1395
+ "kind": "Reference",
1396
+ "text": "Constructable",
1397
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
1398
+ },
1399
+ {
1400
+ "kind": "Content",
1401
+ "text": "<import(\"@microsoft/fast-foundation\")."
1402
+ },
1403
+ {
1404
+ "kind": "Reference",
1405
+ "text": "FoundationElement",
1406
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
1407
+ },
1408
+ {
1409
+ "kind": "Content",
1410
+ "text": ">>[]"
1411
+ }
1412
+ ],
1413
+ "fileUrlPath": "../../dist/libs/components/lib/number-field/definition.d.ts",
1414
+ "isReadonly": true,
1415
+ "releaseTag": "Public",
1416
+ "name": "numberFieldRegistries",
1417
+ "variableTypeTokenRange": {
1418
+ "startIndex": 1,
1419
+ "endIndex": 10
1420
+ }
1421
+ },
1286
1422
  {
1287
1423
  "kind": "Variable",
1288
1424
  "canonicalReference": "@vonage/vivid!popupDefinition:var",
@@ -2471,6 +2607,34 @@
2471
2607
  "endIndex": 3
2472
2608
  }
2473
2609
  },
2610
+ {
2611
+ "kind": "Variable",
2612
+ "canonicalReference": "@vonage/vivid!registerNumberField:var",
2613
+ "docComment": "",
2614
+ "excerptTokens": [
2615
+ {
2616
+ "kind": "Content",
2617
+ "text": "registerNumberField: "
2618
+ },
2619
+ {
2620
+ "kind": "Content",
2621
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
2622
+ },
2623
+ {
2624
+ "kind": "Reference",
2625
+ "text": "DesignSystem",
2626
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
2627
+ }
2628
+ ],
2629
+ "fileUrlPath": "../../dist/libs/components/lib/number-field/definition.d.ts",
2630
+ "isReadonly": true,
2631
+ "releaseTag": "Public",
2632
+ "name": "registerNumberField",
2633
+ "variableTypeTokenRange": {
2634
+ "startIndex": 1,
2635
+ "endIndex": 3
2636
+ }
2637
+ },
2474
2638
  {
2475
2639
  "kind": "Variable",
2476
2640
  "canonicalReference": "@vonage/vivid!registerOption:var",