@bethinkpl/design-system 24.2.0 → 24.2.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.
Files changed (39) hide show
  1. package/dist/design-system.umd.js +41 -2
  2. package/dist/design-system.umd.js.map +1 -1
  3. package/dist/lib/js/components/Banner/Banner.vue.d.ts +1 -0
  4. package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +1 -0
  5. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +1 -0
  6. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +1 -0
  7. package/dist/lib/js/components/Chip/Chip.vue.d.ts +1 -0
  8. package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +1 -0
  9. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +1 -0
  10. package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +1 -0
  11. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +1 -0
  12. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +1 -0
  13. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +1 -0
  14. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +1 -0
  15. package/dist/lib/js/components/Modal/Modal.vue.d.ts +1 -0
  16. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +1 -0
  17. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +1 -0
  18. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +1 -0
  19. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +1 -0
  20. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +1 -0
  21. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +1 -0
  22. package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +1 -0
  23. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +1 -0
  24. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +1 -0
  25. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +268 -3
  26. package/dist/lib/js/components/Switch/Switch.vue.d.ts +1 -0
  27. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +1 -0
  28. package/dist/lib/js/components/Tile/Tile.vue.d.ts +1 -0
  29. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +1 -0
  30. package/dist/lib/js/icons/fontawesome.d.ts +1 -0
  31. package/docs/838.fdf5ac21.iframe.bundle.js +2 -0
  32. package/docs/iframe.html +1 -1
  33. package/docs/{main.9403ca72.iframe.bundle.js → main.e50740e2.iframe.bundle.js} +2 -2
  34. package/docs/project.json +1 -1
  35. package/lib/js/icons/fontawesome.ts +2 -0
  36. package/package.json +1 -1
  37. package/docs/548.a87360ed.iframe.bundle.js +0 -2
  38. /package/docs/{548.a87360ed.iframe.bundle.js.LICENSE.txt → 838.fdf5ac21.iframe.bundle.js.LICENSE.txt} +0 -0
  39. /package/docs/{main.9403ca72.iframe.bundle.js.LICENSE.txt → main.e50740e2.iframe.bundle.js.LICENSE.txt} +0 -0
@@ -5006,6 +5006,43 @@ exports.aliases = aliases;
5006
5006
 
5007
5007
  /***/ }),
5008
5008
 
5009
+ /***/ 40941:
5010
+ /***/ ((__unused_webpack_module, exports) => {
5011
+
5012
+ "use strict";
5013
+
5014
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
5015
+ var prefix = 'far';
5016
+ var iconName = 'stethoscope';
5017
+ var width = 576;
5018
+ var height = 512;
5019
+ var aliases = [129658];
5020
+ var unicode = 'f0f1';
5021
+ var svgPathData = 'M142.5 15.6c4.7 12.4-1.6 26.2-14 30.9L85.2 62.7c-3.1 1.2-5.2 4.2-5.2 7.5V200c0 57.4 46.6 104 104 104h8 8c57.4 0 104-46.6 104-104V70.2c0-3.3-2.1-6.3-5.2-7.5L255.6 46.5c-12.4-4.7-18.7-18.5-14-30.9s18.5-18.7 30.9-14l43.2 16.2C337.5 25.9 352 46.8 352 70.2V200c0 78.5-59.5 143.1-135.8 151.1C219.9 414.1 272.1 464 336 464c66.3 0 120-53.7 120-120V268.3c-32.5-10.2-56-40.5-56-76.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 35.8-23.5 66.1-56 76.3V344c0 92.8-75.2 168-168 168c-90.4 0-164.1-71.4-167.8-160.8C91.7 343.3 32 278.6 32 200V70.2c0-23.3 14.5-44.2 36.3-52.4L111.6 1.5c12.4-4.7 26.2 1.6 30.9 14zM480 160a32 32 0 1 0 0 64 32 32 0 1 0 0-64z';
5022
+
5023
+ exports.definition = {
5024
+ prefix: prefix,
5025
+ iconName: iconName,
5026
+ icon: [
5027
+ width,
5028
+ height,
5029
+ aliases,
5030
+ unicode,
5031
+ svgPathData
5032
+ ]};
5033
+
5034
+ exports.faStethoscope = exports.definition;
5035
+ exports.prefix = prefix;
5036
+ exports.iconName = iconName;
5037
+ exports.width = width;
5038
+ exports.height = height;
5039
+ exports.ligatures = aliases;
5040
+ exports.unicode = unicode;
5041
+ exports.svgPathData = svgPathData;
5042
+ exports.aliases = aliases;
5043
+
5044
+ /***/ }),
5045
+
5009
5046
  /***/ 91627:
5010
5047
  /***/ ((__unused_webpack_module, exports) => {
5011
5048
 
@@ -33355,7 +33392,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.ds-badgeScore[data-v-14e378df]{--toke
33355
33392
 
33356
33393
  /***/ }),
33357
33394
 
33358
- /***/ 40941:
33395
+ /***/ 19146:
33359
33396
  /***/ ((module, __webpack_exports__, __webpack_require__) => {
33360
33397
 
33361
33398
  "use strict";
@@ -47517,6 +47554,7 @@ const faSitemap_2 = __webpack_require__(57039);
47517
47554
  const faSquareCheck_2 = __webpack_require__(33548);
47518
47555
  const faSquareList_2 = __webpack_require__(15850);
47519
47556
  const faStar_2 = __webpack_require__(84887);
47557
+ const faStethoscope_1 = __webpack_require__(40941);
47520
47558
  const faStopwatch_1 = __webpack_require__(46610);
47521
47559
  const faThumbsUp_2 = __webpack_require__(23390);
47522
47560
  const faThumbtack_1 = __webpack_require__(42951);
@@ -47699,6 +47737,7 @@ exports.FONTAWESOME_ICONS = {
47699
47737
  FA_SQUARE_LIST_SOLID: faSquareList_2.faSquareList,
47700
47738
  FA_STAR: faStar_1.faStar,
47701
47739
  FA_STAR_SOLID: faStar_2.faStar,
47740
+ FA_STETHOSCOPE: faStethoscope_1.faStethoscope,
47702
47741
  FA_STOPWATCH_SOLID: faStopwatch_1.faStopwatch,
47703
47742
  FA_TAG: faTag_1.faTag,
47704
47743
  FA_TAGS: faTags_1.faTags,
@@ -58404,7 +58443,7 @@ var update = add("354b396b", content, true, {"sourceMap":false,"shadowMode":fals
58404
58443
  // style-loader: Adds some css to the DOM by adding a <style> tag
58405
58444
 
58406
58445
  // load the styles
58407
- var content = __webpack_require__(40941);
58446
+ var content = __webpack_require__(19146);
58408
58447
  if(content.__esModule) content = content.default;
58409
58448
  if(typeof content === 'string') content = [[module.id, content, '']];
58410
58449
  if(content.locals) module.exports = content.locals;