@deephaven/components 0.38.1-beta.0 → 0.38.1-beta.3
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/LoadingSpinner.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import classNames from 'classnames';
|
|
3
3
|
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
|
4
|
-
import {
|
|
4
|
+
import { vsCircleLarge, vsLoading } from '@deephaven/icons';
|
|
5
5
|
import "./LoadingSpinner.css";
|
|
6
6
|
function LoadingSpinner(_ref) {
|
|
7
7
|
var {
|
|
@@ -12,7 +12,7 @@ function LoadingSpinner(_ref) {
|
|
|
12
12
|
className: classNames('loading-spinner fa-layers', className),
|
|
13
13
|
"data-testid": dataTestId
|
|
14
14
|
}, /*#__PURE__*/React.createElement(FontAwesomeIcon, {
|
|
15
|
-
icon:
|
|
15
|
+
icon: vsCircleLarge,
|
|
16
16
|
className: "text-white-50"
|
|
17
17
|
}), /*#__PURE__*/React.createElement(FontAwesomeIcon, {
|
|
18
18
|
icon: vsLoading,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingSpinner.js","names":["React","classNames","FontAwesomeIcon","
|
|
1
|
+
{"version":3,"file":"LoadingSpinner.js","names":["React","classNames","FontAwesomeIcon","vsCircleLarge","vsLoading","LoadingSpinner","className","dataTestId"],"sources":["../src/LoadingSpinner.tsx"],"sourcesContent":["import React from 'react';\nimport classNames from 'classnames';\nimport { FontAwesomeIcon } from '@fortawesome/react-fontawesome';\nimport { vsCircleLarge, vsLoading } from '@deephaven/icons';\nimport './LoadingSpinner.scss';\n\ntype LoadingSpinnerProps = {\n className?: string;\n 'data-testid'?: string;\n};\n\nfunction LoadingSpinner({\n className = '',\n 'data-testid': dataTestId,\n}: LoadingSpinnerProps): JSX.Element {\n return (\n <div\n className={classNames('loading-spinner fa-layers', className)}\n data-testid={dataTestId}\n >\n <FontAwesomeIcon icon={vsCircleLarge} className=\"text-white-50\" />\n <FontAwesomeIcon icon={vsLoading} className=\"text-primary\" spin />\n </div>\n );\n}\n\nexport default LoadingSpinner;\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,UAAU,MAAM,YAAY;AACnC,SAASC,eAAe,QAAQ,gCAAgC;AAChE,SAASC,aAAa,EAAEC,SAAS,QAAQ,kBAAkB;AAAC;AAQ5D,SAASC,cAAc,OAGc;EAAA,IAHb;IACtBC,SAAS,GAAG,EAAE;IACd,aAAa,EAAEC;EACI,CAAC;EACpB,oBACE;IACE,SAAS,EAAEN,UAAU,CAAC,2BAA2B,EAAEK,SAAS,CAAE;IAC9D,eAAaC;EAAW,gBAExB,oBAAC,eAAe;IAAC,IAAI,EAAEJ,aAAc;IAAC,SAAS,EAAC;EAAe,EAAG,eAClE,oBAAC,eAAe;IAAC,IAAI,EAAEC,SAAU;IAAC,SAAS,EAAC,cAAc;IAAC,IAAI;EAAA,EAAG,CAC9D;AAEV;AAEA,eAAeC,cAAc"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/components",
|
|
3
|
-
"version": "0.38.1-beta.
|
|
3
|
+
"version": "0.38.1-beta.3+7d56f97a",
|
|
4
4
|
"description": "Deephaven React component library",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist ./scss/BaseStyleSheet.scss:./css/BaseStyleSheet.css"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@deephaven/icons": "^0.38.1-beta.
|
|
27
|
-
"@deephaven/log": "^0.38.1-beta.
|
|
28
|
-
"@deephaven/react-hooks": "^0.38.1-beta.
|
|
29
|
-
"@deephaven/utils": "^0.38.1-beta.
|
|
26
|
+
"@deephaven/icons": "^0.38.1-beta.3+7d56f97a",
|
|
27
|
+
"@deephaven/log": "^0.38.1-beta.3+7d56f97a",
|
|
28
|
+
"@deephaven/react-hooks": "^0.38.1-beta.3+7d56f97a",
|
|
29
|
+
"@deephaven/utils": "^0.38.1-beta.3+7d56f97a",
|
|
30
30
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
31
31
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
32
32
|
"@react-spectrum/theme-default": "^3.5.1",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"react-dom": "^17.x"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@deephaven/mocks": "^0.38.1-beta.
|
|
54
|
-
"@deephaven/tsconfig": "^0.38.1-beta.
|
|
53
|
+
"@deephaven/mocks": "^0.38.1-beta.3+7d56f97a",
|
|
54
|
+
"@deephaven/tsconfig": "^0.38.1-beta.3+7d56f97a"
|
|
55
55
|
},
|
|
56
56
|
"files": [
|
|
57
57
|
"dist",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "7d56f97aceae6329a188b13f89a7df2e7add7395"
|
|
68
68
|
}
|