survey-react 1.11.4 → 1.11.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-react",
3
- "version": "1.11.4",
3
+ "version": "1.11.5",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
package/survey.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.11.4
2
+ * surveyjs - Survey JavaScript library v1.11.5
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -426,6 +426,22 @@ sv-brand-info, .sv-brand-info {
426
426
  visibility: hidden;
427
427
  }
428
428
 
429
+ .sv-drag-drop-choices-shortcut {
430
+ cursor: grabbing;
431
+ position: absolute;
432
+ z-index: 10000;
433
+ font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
434
+ }
435
+
436
+ .sv-drag-drop-choices-shortcut__content.sv-drag-drop-choices-shortcut__content {
437
+ min-width: 100px;
438
+ box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
439
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
440
+ border-radius: calc(4.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
441
+ padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
442
+ margin-left: 0;
443
+ }
444
+
429
445
  :root {
430
446
  --sjs-transition-duration: 150ms;
431
447
  }
@@ -1950,6 +1966,22 @@ sv-components-container,
1950
1966
  transform: translate(0, 0);
1951
1967
  }
1952
1968
  }
1969
+ .sv-drag-drop-choices-shortcut {
1970
+ cursor: grabbing;
1971
+ position: absolute;
1972
+ z-index: 10000;
1973
+ font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
1974
+ }
1975
+
1976
+ .sv-drag-drop-choices-shortcut__content.sv-drag-drop-choices-shortcut__content {
1977
+ min-width: 100px;
1978
+ box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
1979
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
1980
+ border-radius: calc(4.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1981
+ padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1982
+ margin-left: 0;
1983
+ }
1984
+
1953
1985
  .sv_main.sv_default_css {
1954
1986
  background-color: var(--body-container-background-color, #f4f4f4);
1955
1987
  }