@helpdice/ui 2.6.2-beta.0 → 2.6.2-beta.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.
package/dist/index.js CHANGED
@@ -38245,22 +38245,25 @@ var LinearProgress = function LinearProgress(_ref) {
38245
38245
  if (!isActive) return null;
38246
38246
  var isDeterminate = typeof progress === 'number' && progress >= 0 && progress <= 100;
38247
38247
  return /*#__PURE__*/jsxRuntime.jsxs("div", {
38248
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "loader-wrapper",
38248
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "loader-wrapper",
38249
38249
  children: [isDeterminate ? /*#__PURE__*/jsxRuntime.jsx("div", {
38250
38250
  style: {
38251
38251
  width: "".concat(progress, "%"),
38252
38252
  backgroundColor: color
38253
38253
  },
38254
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "determinate-bar"
38254
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "determinate-bar"
38255
38255
  }) : /*#__PURE__*/jsxRuntime.jsx("div", {
38256
38256
  style: {
38257
- animation: "slide ".concat(speed, "s linear infinite")
38257
+ animation: "linearSlide ".concat(speed, "s linear infinite")
38258
38258
  },
38259
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "indeterminate-loader"
38259
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "indeterminate-loader"
38260
38260
  }), /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
38261
- id: "3876079267",
38261
+ id: "1414032995",
38262
38262
  dynamic: [sticky && 'position: fixed;top: 0;left: 0;', color],
38263
- children: ".loader-wrapper.__jsx-style-dynamic-selector{".concat(sticky && 'position: fixed;top: 0;left: 0;', " width:100%;height:4px;background:rgba(0,0,0,0.05);z-index:2000;overflow:hidden;}.determinate-bar.__jsx-style-dynamic-selector{height:100%;-webkit-transition:width 0.3s ease;transition:width 0.3s ease;}.indeterminate-loader.__jsx-style-dynamic-selector{width:100%;height:100%;background:linear-gradient( to right, transparent 0%, ").concat(color, " 50%, transparent 100% );background-size:200% 100%;}@-webkit-keyframes slide-__jsx-style-dynamic-selector{from{background-position:-100% 0;}to{background-position:100% 0;}}@keyframes slide-__jsx-style-dynamic-selector{from{background-position:-100% 0;}to{background-position:100% 0;}}")
38263
+ children: ".loader-wrapper.__jsx-style-dynamic-selector{".concat(sticky && 'position: fixed;top: 0;left: 0;', " width:100%;height:4px;background:rgba(0,0,0,0.05);z-index:2000;overflow:hidden;}.determinate-bar.__jsx-style-dynamic-selector{height:100%;-webkit-transition:width 0.3s ease;transition:width 0.3s ease;}.indeterminate-loader.__jsx-style-dynamic-selector{width:100%;height:100%;background:linear-gradient( to right, transparent 0%, ").concat(color, " 50%, transparent 100% );background-size:200% 100%;}")
38264
+ }), /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
38265
+ id: "3545010945",
38266
+ children: "@-webkit-keyframes linearSlide{from{background-position:-100% 0;}to{background-position:100% 0;}}@keyframes linearSlide{from{background-position:-100% 0;}to{background-position:100% 0;}}"
38264
38267
  })]
38265
38268
  });
38266
38269
  };
@@ -561,22 +561,25 @@ var LinearProgress = function LinearProgress(_ref) {
561
561
  if (!isActive) return null;
562
562
  var isDeterminate = typeof progress === 'number' && progress >= 0 && progress <= 100;
563
563
  return /*#__PURE__*/jsxRuntime.jsxs("div", {
564
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "loader-wrapper",
564
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "loader-wrapper",
565
565
  children: [isDeterminate ? /*#__PURE__*/jsxRuntime.jsx("div", {
566
566
  style: {
567
567
  width: "".concat(progress, "%"),
568
568
  backgroundColor: color
569
569
  },
570
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "determinate-bar"
570
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "determinate-bar"
571
571
  }) : /*#__PURE__*/jsxRuntime.jsx("div", {
572
572
  style: {
573
- animation: "slide ".concat(speed, "s linear infinite")
573
+ animation: "linearSlide ".concat(speed, "s linear infinite")
574
574
  },
575
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "indeterminate-loader"
575
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "indeterminate-loader"
576
576
  }), /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
577
- id: "3876079267",
577
+ id: "1414032995",
578
578
  dynamic: [sticky && 'position: fixed;top: 0;left: 0;', color],
579
- children: ".loader-wrapper.__jsx-style-dynamic-selector{".concat(sticky && 'position: fixed;top: 0;left: 0;', " width:100%;height:4px;background:rgba(0,0,0,0.05);z-index:2000;overflow:hidden;}.determinate-bar.__jsx-style-dynamic-selector{height:100%;-webkit-transition:width 0.3s ease;transition:width 0.3s ease;}.indeterminate-loader.__jsx-style-dynamic-selector{width:100%;height:100%;background:linear-gradient( to right, transparent 0%, ").concat(color, " 50%, transparent 100% );background-size:200% 100%;}@-webkit-keyframes slide-__jsx-style-dynamic-selector{from{background-position:-100% 0;}to{background-position:100% 0;}}@keyframes slide-__jsx-style-dynamic-selector{from{background-position:-100% 0;}to{background-position:100% 0;}}")
579
+ children: ".loader-wrapper.__jsx-style-dynamic-selector{".concat(sticky && 'position: fixed;top: 0;left: 0;', " width:100%;height:4px;background:rgba(0,0,0,0.05);z-index:2000;overflow:hidden;}.determinate-bar.__jsx-style-dynamic-selector{height:100%;-webkit-transition:width 0.3s ease;transition:width 0.3s ease;}.indeterminate-loader.__jsx-style-dynamic-selector{width:100%;height:100%;background:linear-gradient( to right, transparent 0%, ").concat(color, " 50%, transparent 100% );background-size:200% 100%;}")
580
+ }), /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
581
+ id: "3545010945",
582
+ children: "@-webkit-keyframes linearSlide{from{background-position:-100% 0;}to{background-position:100% 0;}}@keyframes linearSlide{from{background-position:-100% 0;}to{background-position:100% 0;}}"
580
583
  })]
581
584
  });
582
585
  };
@@ -605,22 +605,25 @@ var LinearProgress = function LinearProgress(_ref) {
605
605
  if (!isActive) return null;
606
606
  var isDeterminate = typeof progress === 'number' && progress >= 0 && progress <= 100;
607
607
  return /*#__PURE__*/jsxRuntime.jsxs("div", {
608
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "loader-wrapper",
608
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "loader-wrapper",
609
609
  children: [isDeterminate ? /*#__PURE__*/jsxRuntime.jsx("div", {
610
610
  style: {
611
611
  width: "".concat(progress, "%"),
612
612
  backgroundColor: color
613
613
  },
614
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "determinate-bar"
614
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "determinate-bar"
615
615
  }) : /*#__PURE__*/jsxRuntime.jsx("div", {
616
616
  style: {
617
- animation: "slide ".concat(speed, "s linear infinite")
617
+ animation: "linearSlide ".concat(speed, "s linear infinite")
618
618
  },
619
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "indeterminate-loader"
619
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "indeterminate-loader"
620
620
  }), /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
621
- id: "3876079267",
621
+ id: "1414032995",
622
622
  dynamic: [sticky && 'position: fixed;top: 0;left: 0;', color],
623
- children: ".loader-wrapper.__jsx-style-dynamic-selector{".concat(sticky && 'position: fixed;top: 0;left: 0;', " width:100%;height:4px;background:rgba(0,0,0,0.05);z-index:2000;overflow:hidden;}.determinate-bar.__jsx-style-dynamic-selector{height:100%;-webkit-transition:width 0.3s ease;transition:width 0.3s ease;}.indeterminate-loader.__jsx-style-dynamic-selector{width:100%;height:100%;background:linear-gradient( to right, transparent 0%, ").concat(color, " 50%, transparent 100% );background-size:200% 100%;}@-webkit-keyframes slide-__jsx-style-dynamic-selector{from{background-position:-100% 0;}to{background-position:100% 0;}}@keyframes slide-__jsx-style-dynamic-selector{from{background-position:-100% 0;}to{background-position:100% 0;}}")
623
+ children: ".loader-wrapper.__jsx-style-dynamic-selector{".concat(sticky && 'position: fixed;top: 0;left: 0;', " width:100%;height:4px;background:rgba(0,0,0,0.05);z-index:2000;overflow:hidden;}.determinate-bar.__jsx-style-dynamic-selector{height:100%;-webkit-transition:width 0.3s ease;transition:width 0.3s ease;}.indeterminate-loader.__jsx-style-dynamic-selector{width:100%;height:100%;background:linear-gradient( to right, transparent 0%, ").concat(color, " 50%, transparent 100% );background-size:200% 100%;}")
624
+ }), /*#__PURE__*/jsxRuntime.jsx(_JSXStyle, {
625
+ id: "3545010945",
626
+ children: "@-webkit-keyframes linearSlide{from{background-position:-100% 0;}to{background-position:100% 0;}}@keyframes linearSlide{from{background-position:-100% 0;}to{background-position:100% 0;}}"
624
627
  })]
625
628
  });
626
629
  };
@@ -13,21 +13,23 @@ var LinearProgress = function LinearProgress(_ref) {
13
13
  if (!isActive) return null;
14
14
  var isDeterminate = typeof progress === 'number' && progress >= 0 && progress <= 100;
15
15
  return /*#__PURE__*/React.createElement("div", {
16
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "loader-wrapper"
16
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "loader-wrapper"
17
17
  }, isDeterminate ? /*#__PURE__*/React.createElement("div", {
18
18
  style: {
19
19
  width: "".concat(progress, "%"),
20
20
  backgroundColor: color
21
21
  },
22
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "determinate-bar"
22
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "determinate-bar"
23
23
  }) : /*#__PURE__*/React.createElement("div", {
24
24
  style: {
25
- animation: "slide ".concat(speed, "s linear infinite")
25
+ animation: "linearSlide ".concat(speed, "s linear infinite")
26
26
  },
27
- className: _JSXStyle.dynamic([["3876079267", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "indeterminate-loader"
27
+ className: "jsx-3545010945 " + _JSXStyle.dynamic([["1414032995", [sticky && 'position: fixed;top: 0;left: 0;', color]]]) + " " + "indeterminate-loader"
28
28
  }), /*#__PURE__*/React.createElement(_JSXStyle, {
29
- id: "3876079267",
29
+ id: "1414032995",
30
30
  dynamic: [sticky && 'position: fixed;top: 0;left: 0;', color]
31
- }, ".loader-wrapper.__jsx-style-dynamic-selector{".concat(sticky && 'position: fixed;top: 0;left: 0;', " width:100%;height:4px;background:rgba(0,0,0,0.05);z-index:2000;overflow:hidden;}.determinate-bar.__jsx-style-dynamic-selector{height:100%;-webkit-transition:width 0.3s ease;transition:width 0.3s ease;}.indeterminate-loader.__jsx-style-dynamic-selector{width:100%;height:100%;background:linear-gradient( to right, transparent 0%, ").concat(color, " 50%, transparent 100% );background-size:200% 100%;}@-webkit-keyframes slide-__jsx-style-dynamic-selector{from{background-position:-100% 0;}to{background-position:100% 0;}}@keyframes slide-__jsx-style-dynamic-selector{from{background-position:-100% 0;}to{background-position:100% 0;}}")));
31
+ }, ".loader-wrapper.__jsx-style-dynamic-selector{".concat(sticky && 'position: fixed;top: 0;left: 0;', " width:100%;height:4px;background:rgba(0,0,0,0.05);z-index:2000;overflow:hidden;}.determinate-bar.__jsx-style-dynamic-selector{height:100%;-webkit-transition:width 0.3s ease;transition:width 0.3s ease;}.indeterminate-loader.__jsx-style-dynamic-selector{width:100%;height:100%;background:linear-gradient( to right, transparent 0%, ").concat(color, " 50%, transparent 100% );background-size:200% 100%;}")), /*#__PURE__*/React.createElement(_JSXStyle, {
32
+ id: "3545010945"
33
+ }, "@-webkit-keyframes linearSlide{from{background-position:-100% 0;}to{background-position:100% 0;}}@keyframes linearSlide{from{background-position:-100% 0;}to{background-position:100% 0;}}"));
32
34
  };
33
35
  export default LinearProgress;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helpdice/ui",
3
- "version": "2.6.2-beta.0",
3
+ "version": "2.6.2-beta.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "esm/index.d.ts",
6
6
  "unpkg": "dist/index.min.js",