stratosphere-ui 1.3.0 → 1.3.2
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/src/components/Table/Table.stories.d.ts +8 -0
- package/dist/stratosphere-ui.js +12334 -12416
- package/dist/style.css +1 -1
- package/package.json +32 -32
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.multi-range-slider *{box-sizing:border-box;padding:0;margin:0}.multi-range-slider{display:flex;position:relative;border:solid 1px gray;border-radius:10px;padding:20px 10px;box-shadow:1px 1px 4px #000;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.multi-range-slider .bar
|
|
1
|
+
.multi-range-slider *{box-sizing:border-box;padding:0;margin:0}.multi-range-slider{display:flex;position:relative;border:solid 1px gray;border-radius:10px;padding:20px 10px;box-shadow:1px 1px 4px #000;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.multi-range-slider .bar-left{width:25%;background-color:#f0f0f0;border-radius:10px 0 0 10px;box-shadow:inset 0 0 5px #000;padding:4px 0}.multi-range-slider .bar-right{width:25%;background-color:#f0f0f0;border-radius:0 10px 10px 0;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-inner{background-color:#0f0;display:flex;flex-grow:1;flex-shrink:1;position:relative;border:solid 1px black;justify-content:space-between;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-inner-left,.multi-range-slider .bar-inner-right{width:50%}.multi-range-slider .thumb{background-color:#fff;position:relative;z-index:1;cursor:pointer}.multi-range-slider .thumb:before{content:"";background-color:inherit;position:absolute;width:20px;height:20px;border:solid 1px black;box-shadow:0 0 3px #000,inset 0 0 5px gray;border-radius:50%;z-index:1;margin:-8px -12px;cursor:pointer}.multi-range-slider .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-4px;left:-7px;width:11px;height:11px;z-index:2;border-radius:50%;border:dotted 1px black;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider .caption{position:absolute;bottom:35px;width:2px;height:2px;left:1px;display:flex;justify-content:center;align-items:center;overflow:visible;display:none}.multi-range-slider .thumb .caption *{position:absolute;min-width:30px;height:30px;font-size:75%;text-align:center;line-height:30px;background-color:#00f;border-radius:15px;color:#fff;box-shadow:0 0 5px #000;padding:0 5px;white-space:nowrap}.multi-range-slider .thumb:active .caption{display:flex}.multi-range-slider .input-type-range:focus+.thumb .caption{display:flex}.multi-range-slider .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider .ruler .ruler-rule{border-left:solid 1px;border-bottom:solid 1px;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider .ruler .ruler-rule:last-child{border-right:solid 1px}.multi-range-slider .ruler .ruler-sub-rule{border-left:solid 1px;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0;bottom:0;margin-bottom:-5px}.multi-range-slider .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider .labels{display:flex;justify-content:space-between;padding:0;margin-top:10px;margin-bottom:-20px}.multi-range-slider .label{font-size:80%;display:flex;width:1px;justify-content:center}.multi-range-slider .label:first-child{justify-content:start}.multi-range-slider .label:last-child{justify-content:end}.multi-range-slider.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider.zero-ranage-margin .thumb-right{left:8px}.multi-range-slider.disabled{border:solid 1px rgb(200,200,200);box-shadow:1px 1px 4px #b4b4b4;color:#b4b4b4}.multi-range-slider .bar{display:flex}.multi-range-slider.disabled .bar-left,.multi-range-slider.disabled .bar-right{background-color:#c9c9c9;box-shadow:inset 0 0 5px #a0a0a0}.multi-range-slider.disabled .bar-inner{background-color:#82f382;border:solid 1px rgb(149,149,149);box-shadow:inset 0 0 5px #676767}.multi-range-slider.disabled .thumb{background-color:#fff}.multi-range-slider.disabled .thumb:before{border:solid 1px rgb(200,200,200);box-shadow:0 0 3px #232323,inset 0 0 5px gray}.multi-range-slider.disabled .input-type-range:focus+.thumb:after{border:dotted 1px rgb(35,35,35);box-shadow:0 0 5px #fff,inset 0 0 10px #232323}.multi-range-slider.disabled .thumb .caption *{background-color:#545489;color:#c7c7c7;box-shadow:0 0 5px #232323}.multi-range-slider-black *{box-sizing:border-box;padding:0;margin:0}.multi-range-slider-black{display:flex;position:relative;background-color:#000;border:solid 1px gray;padding:30px 10px 25px;flex-direction:column;color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.multi-range-slider-black .bar{display:flex}.multi-range-slider-black .bar.active *{transition:none}.multi-range-slider-black .bar-left{width:25%;background-color:gray;border-radius:10px 0 0 10px;box-shadow:inset 0 0 5px #000;border:solid 1px black;padding:5px 0}.multi-range-slider-black .bar-right{width:25%;background-color:gray;border-radius:0 10px 10px 0;box-shadow:inset 0 0 5px #000;border:solid 1px black}.multi-range-slider-black .bar-inner{background-color:#0f0;display:flex;flex-grow:1;flex-shrink:1;position:relative;border:solid 1px black;justify-content:space-between;box-shadow:inset 0 0 5px #000}.multi-range-slider-black .bar-inner-left,.multi-range-slider-black .bar-inner-right{width:50%}.multi-range-slider-black .thumb{background-color:#fff;position:relative;z-index:1;cursor:pointer}.multi-range-slider-black .thumb:before{content:"";background-color:inherit;position:absolute;width:20px;height:30px;border:solid 1px black;box-shadow:0 0 5px #000,inset 0 0 10px gray;border-radius:7px;z-index:1;margin:-10px -12px;cursor:pointer}.multi-range-slider-black .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-6px;left:-8px;width:12px;height:22px;z-index:2;border-radius:7px;border:dotted 1px black;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider-black .caption{position:absolute;bottom:45px;width:2px;height:2px;left:1px;display:flex;justify-content:center;align-items:center;overflow:visible}.multi-range-slider-black .thumb .caption *{position:absolute;min-width:30px;height:30px;font-size:75%;text-align:center;line-height:30px;background-color:#00f;border-radius:15px;color:#fff;box-shadow:0 0 5px #000;padding:0 5px;white-space:nowrap}.multi-range-slider-black .thumb:active .caption{display:flex}.multi-range-slider-black .input-type-range:focus+.thumb .caption{display:flex}.multi-range-slider-black .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider-black .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider-black .ruler .ruler-rule{border-left:solid 1px;border-bottom:solid 1px;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider-black .ruler .ruler-rule:last-child{border-right:solid 1px}.multi-range-slider-black .ruler .ruler-sub-rule{border-left:solid 1px;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0;bottom:0;margin-bottom:-5px}.multi-range-slider-black .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider-black .labels{display:flex;justify-content:space-between;padding:0;margin-top:10px;margin-bottom:-20px}.multi-range-slider-black .label{font-size:80%}.multi-range-slider-black.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider-black.zero-ranage-margin .thumb-right{left:8px}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stratosphere-ui",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "React component library for all Stratosphere Labs user interfaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@headlessui/react": "1.7.17",
|
|
42
|
-
"@hookform/resolvers": "^3.3.
|
|
43
|
-
"@mdx-js/react": "^
|
|
42
|
+
"@hookform/resolvers": "^3.3.2",
|
|
43
|
+
"@mdx-js/react": "^3.0.0",
|
|
44
44
|
"@storybook/addon-actions": "^6.5.15",
|
|
45
45
|
"@storybook/addon-docs": "^6.5.15",
|
|
46
46
|
"@storybook/addon-essentials": "^6.5.15",
|
|
@@ -51,55 +51,55 @@
|
|
|
51
51
|
"@storybook/builder-vite": "^0.2.6",
|
|
52
52
|
"@storybook/react": "^6.5.15",
|
|
53
53
|
"@storybook/storybook-deployer": "^2.8.16",
|
|
54
|
-
"@storybook/testing-library": "^0.2.
|
|
55
|
-
"@tailwindcss/typography": "^0.5.
|
|
56
|
-
"@tanstack/react-table": "
|
|
57
|
-
"@testing-library/jest-dom": "^6.1.
|
|
54
|
+
"@storybook/testing-library": "^0.2.2",
|
|
55
|
+
"@tailwindcss/typography": "^0.5.10",
|
|
56
|
+
"@tanstack/react-table": "8.10.7",
|
|
57
|
+
"@testing-library/jest-dom": "^6.1.4",
|
|
58
58
|
"@testing-library/react": "^14.0.0",
|
|
59
|
-
"@testing-library/user-event": "^14.
|
|
60
|
-
"@types/lodash.groupby": "^4.6.
|
|
61
|
-
"@types/lodash.isequal": "^4.5.
|
|
59
|
+
"@testing-library/user-event": "^14.5.1",
|
|
60
|
+
"@types/lodash.groupby": "^4.6.8",
|
|
61
|
+
"@types/lodash.isequal": "^4.5.7",
|
|
62
62
|
"@types/node": "^18.15.12",
|
|
63
63
|
"@types/react": "^18.0.37",
|
|
64
64
|
"@types/react-dom": "^18.0.11",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
66
|
-
"@typescript-eslint/parser": "^6.
|
|
67
|
-
"@vitejs/plugin-react": "^4.0
|
|
68
|
-
"@vitest/coverage-v8": "^0.34.
|
|
69
|
-
"autoprefixer": "^10.4.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
66
|
+
"@typescript-eslint/parser": "^6.9.0",
|
|
67
|
+
"@vitejs/plugin-react": "^4.1.0",
|
|
68
|
+
"@vitest/coverage-v8": "^0.34.6",
|
|
69
|
+
"autoprefixer": "^10.4.16",
|
|
70
70
|
"classnames": "^2.3.2",
|
|
71
71
|
"cross-env": "^7.0.3",
|
|
72
|
-
"daisyui": "^3.
|
|
73
|
-
"eslint": "^8.
|
|
74
|
-
"eslint-config-prettier": "^
|
|
75
|
-
"eslint-config-standard-with-typescript": "^39.
|
|
76
|
-
"eslint-plugin-import": "^2.
|
|
72
|
+
"daisyui": "^3.9.4",
|
|
73
|
+
"eslint": "^8.52.0",
|
|
74
|
+
"eslint-config-prettier": "^9.0.0",
|
|
75
|
+
"eslint-config-standard-with-typescript": "^39.1.1",
|
|
76
|
+
"eslint-plugin-import": "^2.29.0",
|
|
77
77
|
"eslint-plugin-mdx": "^2.2.0",
|
|
78
|
-
"eslint-plugin-n": "^
|
|
78
|
+
"eslint-plugin-n": "^16.2.0",
|
|
79
79
|
"eslint-plugin-promise": "^6.1.1",
|
|
80
80
|
"eslint-plugin-react": "^7.33.2",
|
|
81
|
-
"eslint-plugin-storybook": "^0.6.
|
|
81
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
82
82
|
"jsdom": "^22.1.0",
|
|
83
83
|
"lodash.groupby": "^4.6.0",
|
|
84
84
|
"lodash.isequal": "^4.5.0",
|
|
85
|
-
"multi-range-slider-react": "^2.0.
|
|
86
|
-
"postcss": "^8.4.
|
|
85
|
+
"multi-range-slider-react": "^2.0.5",
|
|
86
|
+
"postcss": "^8.4.31",
|
|
87
87
|
"prettier": "^3.0.3",
|
|
88
|
-
"prettier-plugin-tailwindcss": "^0.5.
|
|
89
|
-
"prism-react-renderer": "^2.0
|
|
88
|
+
"prettier-plugin-tailwindcss": "^0.5.6",
|
|
89
|
+
"prism-react-renderer": "^2.1.0",
|
|
90
90
|
"react": "^18.2.0",
|
|
91
91
|
"react-dom": "^18.2.0",
|
|
92
|
-
"react-hook-form": "^7.
|
|
92
|
+
"react-hook-form": "^7.47.0",
|
|
93
93
|
"storybook-addon-themes": "^6.1.0",
|
|
94
94
|
"tailwind-scrollbar": "^3.0.5",
|
|
95
|
-
"tailwindcss": "^3.3.
|
|
95
|
+
"tailwindcss": "^3.3.5",
|
|
96
96
|
"ts-node": "^10.9.1",
|
|
97
97
|
"typescript": "^5.1.6",
|
|
98
|
-
"vite": "^4.
|
|
99
|
-
"vite-plugin-dts": "^3.
|
|
98
|
+
"vite": "^4.5.0",
|
|
99
|
+
"vite-plugin-dts": "^3.6.2",
|
|
100
100
|
"vite-plugin-eslint": "^1.8.1",
|
|
101
|
-
"vitest": "^0.34.
|
|
102
|
-
"zod": "^3.22.
|
|
101
|
+
"vitest": "^0.34.6",
|
|
102
|
+
"zod": "^3.22.4"
|
|
103
103
|
},
|
|
104
104
|
"peerDependencies": {
|
|
105
105
|
"daisyui": "^3.0.0",
|