@carbon/vue 3.0.23 → 3.0.25

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 (26) hide show
  1. package/dist/carbon-vue-3.common.js +865 -1922
  2. package/dist/carbon-vue-3.common.js.map +1 -1
  3. package/dist/carbon-vue-3.umd.js +865 -1922
  4. package/dist/carbon-vue-3.umd.js.map +1 -1
  5. package/dist/carbon-vue-3.umd.min.js +4 -4
  6. package/dist/carbon-vue-3.umd.min.js.map +1 -1
  7. package/dist/web-types.json +5602 -0
  8. package/package.json +7 -7
  9. package/src/components/CvAccordion/CvAccordionItem.vue +1 -7
  10. package/src/components/CvDataTable/CvDataTable.vue +14 -7
  11. package/src/components/CvDataTable/CvDataTableRow.vue +5 -5
  12. package/src/components/CvDataTable/_CvDataTableRowInner.vue +10 -1
  13. package/src/components/CvDataTable/index.js +14 -1
  14. package/src/components/CvFileUploader/CvFileUploader.stories.mdx +2 -1
  15. package/src/components/CvFileUploader/CvFileUploader.vue +9 -1
  16. package/src/components/CvMultiSelect/CvMultiSelect.vue +9 -8
  17. package/src/components/CvNumberInput/CvNumberInput.stories.js +5 -0
  18. package/src/components/CvNumberInput/CvNumberInput.vue +22 -5
  19. package/src/components/CvNumberInput/const.js +1 -0
  20. package/src/components/CvPagination/CvPagination.stories.mdx +1 -0
  21. package/src/components/CvPagination/CvPagination.vue +6 -1
  22. package/src/components/CvRadioButton/__tests__/__snapshots__/CvRadioButton.spec.js.snap +2 -2
  23. package/src/components/CvTextInput/CvTextInput.stories.js +7 -10
  24. package/src/components/CvTextInput/CvTextInput.vue +15 -1
  25. package/src/components/CvTextInput/const.js +1 -0
  26. package/src/components/CvTooltip/__tests__/__snapshots__/CvTooltip.spec.js.snap +18 -18
@@ -45,7 +45,7 @@ exports[`CvDefinitionTooltip should render definition tooltip: minimal as expect
45
45
  exports[`CvInteractiveTooltip should render interactive tooltip with direction and visible set as expected 1`] = `
46
46
  <div class="cv-interactive-tooltip">
47
47
  <div id="test-1-label" class="bx--tooltip__label"><button aria-expanded="false" aria-labelledby="test-1-label" class="bx--tooltip__trigger" aria-controls="test-1" aria-haspopup="true" type="button">
48
- <anonymous-stub></anonymous-stub>
48
+ <information16-stub></information16-stub>
49
49
  </button></div>
50
50
  </div>
51
51
  `;
@@ -87,7 +87,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction a
87
87
  exports[`CvInteractiveTooltip should render interactive tooltip with direction set to \`bottom\` as expected 1`] = `
88
88
  <div class="cv-interactive-tooltip">
89
89
  <div id="test-1-label" class="bx--tooltip__label"><button aria-expanded="false" aria-labelledby="test-1-label" class="bx--tooltip__trigger" aria-controls="test-1" aria-haspopup="true" type="button">
90
- <anonymous-stub></anonymous-stub>
90
+ <information16-stub></information16-stub>
91
91
  </button></div>
92
92
  </div>
93
93
  `;
@@ -129,7 +129,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
129
129
  exports[`CvInteractiveTooltip should render interactive tooltip with direction set to \`left\` as expected 1`] = `
130
130
  <div class="cv-interactive-tooltip">
131
131
  <div id="test-1-label" class="bx--tooltip__label"><button aria-expanded="false" aria-labelledby="test-1-label" class="bx--tooltip__trigger" aria-controls="test-1" aria-haspopup="true" type="button">
132
- <anonymous-stub></anonymous-stub>
132
+ <information16-stub></information16-stub>
133
133
  </button></div>
134
134
  </div>
135
135
  `;
@@ -171,7 +171,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
171
171
  exports[`CvInteractiveTooltip should render interactive tooltip with direction set to \`right\` as expected 1`] = `
172
172
  <div class="cv-interactive-tooltip">
173
173
  <div id="test-1-label" class="bx--tooltip__label"><button aria-expanded="false" aria-labelledby="test-1-label" class="bx--tooltip__trigger" aria-controls="test-1" aria-haspopup="true" type="button">
174
- <anonymous-stub></anonymous-stub>
174
+ <information16-stub></information16-stub>
175
175
  </button></div>
176
176
  </div>
177
177
  `;
@@ -213,7 +213,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
213
213
  exports[`CvInteractiveTooltip should render interactive tooltip with direction set to \`top\` as expected 1`] = `
214
214
  <div class="cv-interactive-tooltip">
215
215
  <div id="test-1-label" class="bx--tooltip__label"><button aria-expanded="false" aria-labelledby="test-1-label" class="bx--tooltip__trigger" aria-controls="test-1" aria-haspopup="true" type="button">
216
- <anonymous-stub></anonymous-stub>
216
+ <information16-stub></information16-stub>
217
217
  </button></div>
218
218
  </div>
219
219
  `;
@@ -255,7 +255,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
255
255
  exports[`CvInteractiveTooltip should render interactive tooltip with slot \`content\` as expected 1`] = `
256
256
  <div class="cv-interactive-tooltip">
257
257
  <div id="test-1-label" class="bx--tooltip__label"><button aria-expanded="false" aria-labelledby="test-1-label" class="bx--tooltip__trigger" aria-controls="test-1" aria-haspopup="true" type="button">
258
- <anonymous-stub></anonymous-stub>
258
+ <information16-stub></information16-stub>
259
259
  </button></div>
260
260
  </div>
261
261
  `;
@@ -304,7 +304,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`labe
304
304
  <div class="cv-interactive-tooltip">
305
305
  <div id="test-1-label" class="bx--tooltip__label">
306
306
  <div>Interactive tooptip label</div><button aria-expanded="false" aria-labelledby="test-1-label" class="bx--tooltip__trigger" aria-controls="test-1" aria-haspopup="true" type="button">
307
- <anonymous-stub></anonymous-stub>
307
+ <information16-stub></information16-stub>
308
308
  </button>
309
309
  </div>
310
310
  </div>
@@ -389,7 +389,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`trig
389
389
  exports[`CvInteractiveTooltip should render interactive tooltip with visible set to \`true\` as expected 1`] = `
390
390
  <div class="cv-interactive-tooltip">
391
391
  <div id="test-1-label" class="bx--tooltip__label"><button aria-expanded="false" aria-labelledby="test-1-label" class="bx--tooltip__trigger" aria-controls="test-1" aria-haspopup="true" type="button">
392
- <anonymous-stub></anonymous-stub>
392
+ <information16-stub></information16-stub>
393
393
  </button></div>
394
394
  </div>
395
395
  `;
@@ -431,7 +431,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with visible set
431
431
  exports[`CvInteractiveTooltip should render interactive tooltip: minimal as expected 1`] = `
432
432
  <div class="cv-interactive-tooltip">
433
433
  <div id="test-1-label" class="bx--tooltip__label"><button aria-expanded="false" aria-labelledby="test-1-label" class="bx--tooltip__trigger" aria-controls="test-1" aria-haspopup="true" type="button">
434
- <anonymous-stub></anonymous-stub>
434
+ <information16-stub></information16-stub>
435
435
  </button></div>
436
436
  </div>
437
437
  `;
@@ -472,54 +472,54 @@ exports[`CvInteractiveTooltip should render interactive tooltip: minimal as expe
472
472
 
473
473
  exports[`CvToopltip should render tooltip with aligment and direction set as expected 1`] = `
474
474
  <button class="cv-tooltip bx--tooltip__trigger bx--tooltip--a11y bx--tooltip--right bx--tooltip--align-end" type="button"><span class="bx--assistive-text">this is a tip</span>
475
- <anonymous-stub></anonymous-stub>
475
+ <information16-stub></information16-stub>
476
476
  </button>
477
477
  `;
478
478
 
479
479
  exports[`CvToopltip should render tooltip with aligment set to \`center\` as expected 1`] = `
480
480
  <button class="cv-tooltip bx--tooltip__trigger bx--tooltip--a11y bx--tooltip--top bx--tooltip--align-center" type="button"><span class="bx--assistive-text">this is a tip</span>
481
- <anonymous-stub></anonymous-stub>
481
+ <information16-stub></information16-stub>
482
482
  </button>
483
483
  `;
484
484
 
485
485
  exports[`CvToopltip should render tooltip with aligment set to \`end\` as expected 1`] = `
486
486
  <button class="cv-tooltip bx--tooltip__trigger bx--tooltip--a11y bx--tooltip--top bx--tooltip--align-end" type="button"><span class="bx--assistive-text">this is a tip</span>
487
- <anonymous-stub></anonymous-stub>
487
+ <information16-stub></information16-stub>
488
488
  </button>
489
489
  `;
490
490
 
491
491
  exports[`CvToopltip should render tooltip with aligment set to \`start\` as expected 1`] = `
492
492
  <button class="cv-tooltip bx--tooltip__trigger bx--tooltip--a11y bx--tooltip--top bx--tooltip--align-start" type="button"><span class="bx--assistive-text">this is a tip</span>
493
- <anonymous-stub></anonymous-stub>
493
+ <information16-stub></information16-stub>
494
494
  </button>
495
495
  `;
496
496
 
497
497
  exports[`CvToopltip should render tooltip with direction set to \`bottom\` as expected 1`] = `
498
498
  <button class="cv-tooltip bx--tooltip__trigger bx--tooltip--a11y bx--tooltip--bottom bx--tooltip--align-center" type="button"><span class="bx--assistive-text">this is a tip</span>
499
- <anonymous-stub></anonymous-stub>
499
+ <information16-stub></information16-stub>
500
500
  </button>
501
501
  `;
502
502
 
503
503
  exports[`CvToopltip should render tooltip with direction set to \`left\` as expected 1`] = `
504
504
  <button class="cv-tooltip bx--tooltip__trigger bx--tooltip--a11y bx--tooltip--left bx--tooltip--align-center" type="button"><span class="bx--assistive-text">this is a tip</span>
505
- <anonymous-stub></anonymous-stub>
505
+ <information16-stub></information16-stub>
506
506
  </button>
507
507
  `;
508
508
 
509
509
  exports[`CvToopltip should render tooltip with direction set to \`right\` as expected 1`] = `
510
510
  <button class="cv-tooltip bx--tooltip__trigger bx--tooltip--a11y bx--tooltip--right bx--tooltip--align-center" type="button"><span class="bx--assistive-text">this is a tip</span>
511
- <anonymous-stub></anonymous-stub>
511
+ <information16-stub></information16-stub>
512
512
  </button>
513
513
  `;
514
514
 
515
515
  exports[`CvToopltip should render tooltip with direction set to \`top\` as expected 1`] = `
516
516
  <button class="cv-tooltip bx--tooltip__trigger bx--tooltip--a11y bx--tooltip--top bx--tooltip--align-center" type="button"><span class="bx--assistive-text">this is a tip</span>
517
- <anonymous-stub></anonymous-stub>
517
+ <information16-stub></information16-stub>
518
518
  </button>
519
519
  `;
520
520
 
521
521
  exports[`CvToopltip should render tooltip: minimal as expected 1`] = `
522
522
  <button class="cv-tooltip bx--tooltip__trigger bx--tooltip--a11y bx--tooltip--top bx--tooltip--align-center" type="button"><span class="bx--assistive-text">this is a tip</span>
523
- <anonymous-stub></anonymous-stub>
523
+ <information16-stub></information16-stub>
524
524
  </button>
525
525
  `;