@voplus/morpho-workspace 9.0.23 → 9.0.24

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/es/controls/StickyAddButton/index.css +0 -2
  2. package/es/modules/board/components/Board/index.css +0 -2
  3. package/es/modules/board/components/BoardColumn/index.css +3 -3
  4. package/es/modules/calendar/pages/CalendarMonth/index.css +0 -2
  5. package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.css +0 -2
  6. package/es/modules/meeting/components/AgendaList/index.css +0 -2
  7. package/es/modules/notification/components/NewNotificationForm/index.css +0 -2
  8. package/es/modules/notification/components/NotificationItem/index.css +0 -2
  9. package/es/modules/notification/components/NotificationTableItem/index.css +0 -2
  10. package/es/modules/notification/components/NotificationTableList/index.css +0 -2
  11. package/es/modules/notification/controls/NotificationStatusLabel/index.css +0 -2
  12. package/es/modules/notification-workspace/components/DocumentNotificationCard/index.css +0 -2
  13. package/es/modules/notification-workspace/components/NotificationList/index.css +0 -2
  14. package/es/modules/project/ProjectDefaultView/index.css +0 -2
  15. package/es/modules/tasks/components/TaskCheckNewForm/index.css +0 -2
  16. package/es/modules/tasks/components/task-check/TaskCheckNewForm/index.css +0 -2
  17. package/es/modules/tasks/components/task-check/TaskCheckTableList/index.css +0 -2
  18. package/es/modules/tasks/controls/TaskStatusLabel/index.css +0 -2
  19. package/es/modules/tasks/pages/TaskTabView/index.css +0 -1
  20. package/es/modules/work/components/WorkList2/index.css +1 -3
  21. package/es/modules/work/components/WorkTableListCard/index.css +0 -2
  22. package/es/modules/work/components/WorkTableListCardPage/index.css +0 -2
  23. package/es/modules/work/components/WorkTableListCards/index.css +0 -2
  24. package/es/modules/work/components/WorksProperties/index.css +0 -2
  25. package/es/modules/work/controls/WorkStatusLabel/index.css +0 -2
  26. package/es/modules/work/work-schedule/components/WorkScheduleItem/index.css +0 -2
  27. package/es/modules/work/work-type/components/ErrorTypeList/index.css +3 -3
  28. package/es/modules/work/work-type/components/ReportsCompletedWorks/index.css +0 -2
  29. package/es/modules/work/work-type/components/WorkTypeStatsLabel/index.css +0 -2
  30. package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.css +0 -2
  31. package/es/modules/work/work-type/pages/WorkTypePage/index.css +0 -2
  32. package/es/modules/workspace/pages/WorkspacePage/index.css +0 -2
  33. package/es/obsolete/WorkTypePage/index.css +0 -2
  34. package/es/obsolete/space/pages/MySpace/index.css +0 -2
  35. package/es/style/common.css +0 -2
  36. package/es/style/index.css +0 -2
  37. package/package.json +3 -3
  38. package/es/modules/notification-workspace/pages/NotificationListPage/index.less +0 -9
  39. package/es/modules/pin/pages/PinnedPage/index.less +0 -29
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .sticky-add-button {
4
2
  display: block;
5
3
  width: 36px;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .board-context {
4
2
  height: 100%;
5
3
  display: flex;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .board-column {
4
2
  min-width: 290px;
5
3
  margin: 8px;
@@ -130,7 +128,9 @@
130
128
  display: flex;
131
129
  flex-direction: column;
132
130
  padding: 0 12px;
133
- transition: background-color 0.2s ease, opacity 0.1s ease;
131
+ transition:
132
+ background-color 0.2s ease,
133
+ opacity 0.1s ease;
134
134
  user-select: none;
135
135
  width: 290px;
136
136
  height: 100%;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .calendar-view {
4
2
  background-color: var(--background-color-base);
5
3
  .calendar-content {
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .agenda-new-form_single {
4
2
  padding: 10px 20px;
5
3
  background-color: #fff !important;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .agenda-list {
4
2
  display: flex;
5
3
  flex-direction: column;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .new-notification-form {
4
2
  height: 100%;
5
3
  display: flex;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .all-new-notification-item_2 {
4
2
  .notification-item-name {
5
3
  color: #575757;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .all-new-notification-item {
4
2
  .notification-item-name {
5
3
  color: #5d5d5d;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .all-new-notification-list {
4
2
  height: 100%;
5
3
  display: flex;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .notification-status-button {
4
2
  &.draft,
5
3
  &.draft:hover {
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .notification-card {
4
2
  font-size: 14px;
5
3
  cursor: pointer;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .my-notifications {
4
2
  padding: 0 !important;
5
3
  background: #fff;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .project-default-view {
4
2
  nav {
5
3
  font-size: 1.15em;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .new-task-check-form {
4
2
  padding: 10px 0 0;
5
3
  .ant-form-item {
@@ -1,4 +1,2 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .task-check-new-form-dialog {
4
2
  }
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .task-table-list-card-page {
4
2
  display: flex;
5
3
  flex-direction: column;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .task-status {
4
2
  &.not-assigned,
5
3
  &.not-assigned:hover {
@@ -1,5 +1,4 @@
1
1
  @import "../../../../style/common.css";
2
- @import "@voplus/morpho-theme/styles/index.css";
3
2
 
4
3
  .task-tab-view {
5
4
  display: flex;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-list-2 {
4
2
  height: 100%;
5
3
  display: flex;
@@ -25,7 +23,7 @@
25
23
  align-items: end;
26
24
  justify-content: space-between;
27
25
  }
28
-
26
+
29
27
  .page-head-content {
30
28
  flex: 2;
31
29
  }
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-table-card-header {
4
2
  .work-status {
5
3
  display: inline-block;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-table-list-card-page {
4
2
  height: 100%;
5
3
  display: flex;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-list-cards {
4
2
  padding: 0 15px;
5
3
  .work-list-cards-header {
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-properties {
4
2
  .no-data {
5
3
  color: #00000040;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-status {
4
2
  &.draft,
5
3
  &.draft:hover {
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-schedule-item {
4
2
  .work-schedule-item-name {
5
3
  color: #575757;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .check-list-view {
4
2
  .check-list-header {
5
3
  display: flex;
@@ -45,7 +43,9 @@
45
43
  .add-error-type-item {
46
44
  height: auto;
47
45
  padding: 10px 0;
48
- transition: height 0.3s, opacity 0.2s ease-out;
46
+ transition:
47
+ height 0.3s,
48
+ opacity 0.2s ease-out;
49
49
 
50
50
  .ant-input {
51
51
  padding: 0;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .reports-completed-works {
4
2
  width: 100%;
5
3
  height: 100%;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-type-stats-label {
4
2
  background: #fff;
5
3
  border-radius: var(--border-radius);
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-type-status {
4
2
  &.active,
5
3
  &.active:hover {
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-type-page {
4
2
  width: 100%;
5
3
  height: 100%;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-space-page {
4
2
  > div {
5
3
  padding: 0;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .work-type-page {
4
2
  width: 100%;
5
3
  height: 100%;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .my-space-view {
4
2
  overflow: hidden;
5
3
  > div {
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .module-header-title {
4
2
  position: relative;
5
3
  padding: 10px 0;
@@ -1,5 +1,3 @@
1
- @import "@voplus/morpho-theme/styles/index.css";
2
-
3
1
  .themed {
4
2
  .ant-btn-primary {
5
3
  background-color: var(--success-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "9.0.23",
3
+ "version": "9.0.24",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "copy-less-mac": "cpx 'src/**/*.less' lib && cpx 'src/**/*.less' es && cpx 'src/**/*.css' es",
21
21
  "copy-css-mac": "cpx 'src/**/*.css' lib && cpx 'src/**/*.css' es",
22
22
  "clean": "del-cli es && jest --clearCache",
23
- "storybook": "sb dev -p 9001 -c .storybook -s ../public",
23
+ "storybook": "storybook dev -p 9001 -c .storybook",
24
24
  "lint": "npx eslint -c .eslintrc.js --ext .ts --ext .tsx src",
25
25
  "build": "npm run clean && tsc -p tsconfig.prod.json && npm run copy-less && npm run copy-css",
26
26
  "build:mac": "npm run clean && tsc -p tsconfig.prod.json && npm run copy-less-mac && npm run copy-css-mac",
@@ -48,7 +48,7 @@
48
48
  "@types/react-beautiful-dnd": "^13.0.0",
49
49
  "@voplus/morpho-build": "6.x",
50
50
  "@voplus/morpho-client-test": "9.x",
51
- "@voplus/morpho-storybook": "7.x",
51
+ "@voplus/morpho-storybook": "8.x",
52
52
  "@voplus/morpho-test": "2.x",
53
53
  "mockjs": "^1.1.0",
54
54
  "react": "18.x",
@@ -1,9 +0,0 @@
1
- .notification-list-page_mobile {
2
- .my-space-notifications .list-view-header-tool {
3
- padding: 12px;
4
- input {
5
- font-size: 12px;
6
- font-weight: 500;
7
- }
8
- }
9
- }
@@ -1,29 +0,0 @@
1
- .my-pinned {
2
- height: 100%;
3
- background-color: #f5f9fc;
4
-
5
- .pinned-title {
6
- padding: 30px 0 0 40px;
7
- }
8
-
9
- .pinned-content {
10
- height: calc(100% - 76px);
11
-
12
- .pinned-list {
13
- flex: 1;
14
- display: flex;
15
- flex-direction: column;
16
-
17
- .pinned-list-title {
18
- margin: 40px 0 16px 40px;
19
- height: 26px;
20
- font-size: 20px;
21
- font-family: Microsoft YaHei;
22
- font-weight: bold;
23
- line-height: 26px;
24
- color: #252525;
25
- opacity: 1;
26
- }
27
- }
28
- }
29
- }