studiokit-scaffolding-js 7.0.12-next.1.5 → 7.0.12-next.1.7

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/LICENSE +21 -21
  2. package/README.md +137 -137
  3. package/lib/components/ActionList.js +1 -5
  4. package/lib/components/Dropdowns/UserDropdown.js +1 -3
  5. package/lib/components/Groups/CreateEditCopySaveButtons.js +1 -5
  6. package/lib/components/Groups/ExternalGroups/Attach.js +1 -3
  7. package/lib/components/Groups/RosterSyncInfo.js +1 -7
  8. package/lib/components/HOC/SearchPersistorComponent.js +2 -2
  9. package/lib/components/Impersonation/UserDetail.css +22 -22
  10. package/lib/components/Notifications.d.ts +1 -1
  11. package/lib/components/Notifications.js +2 -2
  12. package/lib/components/Quill/ImageDropModule.js +1 -1
  13. package/lib/components/Quill/TableModule/index.css +171 -171
  14. package/lib/css/base/_base.css +98 -98
  15. package/lib/css/base/_typography.css +130 -130
  16. package/lib/css/components/_alert.css +86 -86
  17. package/lib/css/components/_bootstrap-grid.css +28 -28
  18. package/lib/css/components/_buttons.css +397 -397
  19. package/lib/css/components/_forms.css +101 -101
  20. package/lib/css/components/_menu.css +56 -56
  21. package/lib/css/components/_modals.css +46 -46
  22. package/lib/css/components/_quill.css +315 -315
  23. package/lib/css/components/_tables.css +497 -497
  24. package/lib/css/components/_tags.css +12 -12
  25. package/lib/css/index-with-variables.css +15 -15
  26. package/lib/css/index.css +14 -14
  27. package/lib/css/utils/_border.css +463 -463
  28. package/lib/css/utils/_color.css +317 -317
  29. package/lib/css/utils/_display.css +305 -305
  30. package/lib/css/utils/_general.css +48 -48
  31. package/lib/css/utils/_icon.css +16 -16
  32. package/lib/css/utils/_text.css +25 -25
  33. package/lib/css/utils/_width.css +60 -60
  34. package/lib/css/variables.css +84 -84
  35. package/lib/hooks/usePrevious.d.ts +14 -1
  36. package/lib/hooks/usePrevious.js +23 -1
  37. package/lib/utils/fetch.js +9 -7
  38. package/lib/utils/url.d.ts +2 -2
  39. package/package.json +214 -214
@@ -1,171 +1,171 @@
1
- .ql-snow .ql-editor .table-container {
2
- margin-bottom: 1rem;
3
- }
4
-
5
- .ql-snow .ql-editor table {
6
- border-collapse: collapse;
7
- width: fit-content;
8
-
9
- & td {
10
- border: 1px solid black;
11
- padding: 5px;
12
- vertical-align: top;
13
- }
14
-
15
- & img {
16
- max-width: fit-content;
17
- }
18
- }
19
-
20
- .ql-table.dn {
21
- display: none !important;
22
- }
23
-
24
- .ql-picker.ql-table {
25
- font-size: 11px;
26
- font-weight: normal;
27
-
28
- & .ql-picker-label {
29
- display: block;
30
- width: 28px;
31
- height: 24px;
32
- padding: 1px 4px;
33
-
34
- & svg {
35
- position: static !important;
36
- margin: 0 !important;
37
- }
38
- }
39
-
40
- & .ql-picker-options {
41
- width: 178px;
42
- }
43
-
44
- & .ql-picker-item {
45
- display: block;
46
- float: left;
47
- width: 30px;
48
- height: 30px;
49
- line-height: 30px;
50
- text-align: center;
51
- padding: 0;
52
- margin: 1px;
53
- border: 1px solid #444;
54
- color: #444;
55
-
56
- &:nth-child(5)::after {
57
- clear: both;
58
- display: block;
59
- content: "";
60
- width: 100%;
61
- }
62
-
63
- &:hover {
64
- background-color: var(--color-primary);
65
-
66
- &::before {
67
- color: var(--color-white);
68
- }
69
- }
70
- }
71
- }
72
-
73
- .ql-picker-item[data-value="newtable_1_1"]::before {
74
- content: "1x1";
75
- }
76
-
77
- .ql-picker-item[data-value="newtable_1_2"]::before {
78
- content: "1x2";
79
- }
80
-
81
- .ql-picker-item[data-value="newtable_1_3"]::before {
82
- content: "1x3";
83
- }
84
-
85
- .ql-picker-item[data-value="newtable_1_4"]::before {
86
- content: "1x4";
87
- }
88
-
89
- .ql-picker-item[data-value="newtable_1_5"]::before {
90
- content: "1x5";
91
- }
92
-
93
- .ql-picker-item[data-value="newtable_2_1"]::before {
94
- content: "2x1";
95
- }
96
-
97
- .ql-picker-item[data-value="newtable_2_2"]::before {
98
- content: "2x2";
99
- }
100
-
101
- .ql-picker-item[data-value="newtable_2_3"]::before {
102
- content: "2x3";
103
- }
104
-
105
- .ql-picker-item[data-value="newtable_2_4"]::before {
106
- content: "2x4";
107
- }
108
-
109
- .ql-picker-item[data-value="newtable_2_5"]::before {
110
- content: "2x5";
111
- }
112
-
113
- .ql-picker-item[data-value="newtable_3_1"]::before {
114
- content: "3x1";
115
- }
116
-
117
- .ql-picker-item[data-value="newtable_3_2"]::before {
118
- content: "3x2";
119
- }
120
-
121
- .ql-picker-item[data-value="newtable_3_3"]::before {
122
- content: "3x3";
123
- }
124
-
125
- .ql-picker-item[data-value="newtable_3_4"]::before {
126
- content: "3x4";
127
- }
128
-
129
- .ql-picker-item[data-value="newtable_3_5"]::before {
130
- content: "3x5";
131
- }
132
-
133
- .ql-picker-item[data-value="newtable_4_1"]::before {
134
- content: "4x1";
135
- }
136
-
137
- .ql-picker-item[data-value="newtable_4_2"]::before {
138
- content: "4x2";
139
- }
140
-
141
- .ql-picker-item[data-value="newtable_4_3"]::before {
142
- content: "4x3";
143
- }
144
-
145
- .ql-picker-item[data-value="newtable_4_4"]::before {
146
- content: "4x4";
147
- }
148
-
149
- .ql-picker-item[data-value="newtable_4_5"]::before {
150
- content: "4x5";
151
- }
152
-
153
- .ql-picker-item[data-value="newtable_5_1"]::before {
154
- content: "5x1";
155
- }
156
-
157
- .ql-picker-item[data-value="newtable_5_2"]::before {
158
- content: "5x2";
159
- }
160
-
161
- .ql-picker-item[data-value="newtable_5_3"]::before {
162
- content: "5x3";
163
- }
164
-
165
- .ql-picker-item[data-value="newtable_5_4"]::before {
166
- content: "5x4";
167
- }
168
-
169
- .ql-picker-item[data-value="newtable_5_5"]::before {
170
- content: "5x5";
171
- }
1
+ .ql-snow .ql-editor .table-container {
2
+ margin-bottom: 1rem;
3
+ }
4
+
5
+ .ql-snow .ql-editor table {
6
+ border-collapse: collapse;
7
+ width: fit-content;
8
+
9
+ & td {
10
+ border: 1px solid black;
11
+ padding: 5px;
12
+ vertical-align: top;
13
+ }
14
+
15
+ & img {
16
+ max-width: fit-content;
17
+ }
18
+ }
19
+
20
+ .ql-table.dn {
21
+ display: none !important;
22
+ }
23
+
24
+ .ql-picker.ql-table {
25
+ font-size: 11px;
26
+ font-weight: normal;
27
+
28
+ & .ql-picker-label {
29
+ display: block;
30
+ width: 28px;
31
+ height: 24px;
32
+ padding: 1px 4px;
33
+
34
+ & svg {
35
+ position: static !important;
36
+ margin: 0 !important;
37
+ }
38
+ }
39
+
40
+ & .ql-picker-options {
41
+ width: 178px;
42
+ }
43
+
44
+ & .ql-picker-item {
45
+ display: block;
46
+ float: left;
47
+ width: 30px;
48
+ height: 30px;
49
+ line-height: 30px;
50
+ text-align: center;
51
+ padding: 0;
52
+ margin: 1px;
53
+ border: 1px solid #444;
54
+ color: #444;
55
+
56
+ &:nth-child(5)::after {
57
+ clear: both;
58
+ display: block;
59
+ content: "";
60
+ width: 100%;
61
+ }
62
+
63
+ &:hover {
64
+ background-color: var(--color-primary);
65
+
66
+ &::before {
67
+ color: var(--color-white);
68
+ }
69
+ }
70
+ }
71
+ }
72
+
73
+ .ql-picker-item[data-value="newtable_1_1"]::before {
74
+ content: "1x1";
75
+ }
76
+
77
+ .ql-picker-item[data-value="newtable_1_2"]::before {
78
+ content: "1x2";
79
+ }
80
+
81
+ .ql-picker-item[data-value="newtable_1_3"]::before {
82
+ content: "1x3";
83
+ }
84
+
85
+ .ql-picker-item[data-value="newtable_1_4"]::before {
86
+ content: "1x4";
87
+ }
88
+
89
+ .ql-picker-item[data-value="newtable_1_5"]::before {
90
+ content: "1x5";
91
+ }
92
+
93
+ .ql-picker-item[data-value="newtable_2_1"]::before {
94
+ content: "2x1";
95
+ }
96
+
97
+ .ql-picker-item[data-value="newtable_2_2"]::before {
98
+ content: "2x2";
99
+ }
100
+
101
+ .ql-picker-item[data-value="newtable_2_3"]::before {
102
+ content: "2x3";
103
+ }
104
+
105
+ .ql-picker-item[data-value="newtable_2_4"]::before {
106
+ content: "2x4";
107
+ }
108
+
109
+ .ql-picker-item[data-value="newtable_2_5"]::before {
110
+ content: "2x5";
111
+ }
112
+
113
+ .ql-picker-item[data-value="newtable_3_1"]::before {
114
+ content: "3x1";
115
+ }
116
+
117
+ .ql-picker-item[data-value="newtable_3_2"]::before {
118
+ content: "3x2";
119
+ }
120
+
121
+ .ql-picker-item[data-value="newtable_3_3"]::before {
122
+ content: "3x3";
123
+ }
124
+
125
+ .ql-picker-item[data-value="newtable_3_4"]::before {
126
+ content: "3x4";
127
+ }
128
+
129
+ .ql-picker-item[data-value="newtable_3_5"]::before {
130
+ content: "3x5";
131
+ }
132
+
133
+ .ql-picker-item[data-value="newtable_4_1"]::before {
134
+ content: "4x1";
135
+ }
136
+
137
+ .ql-picker-item[data-value="newtable_4_2"]::before {
138
+ content: "4x2";
139
+ }
140
+
141
+ .ql-picker-item[data-value="newtable_4_3"]::before {
142
+ content: "4x3";
143
+ }
144
+
145
+ .ql-picker-item[data-value="newtable_4_4"]::before {
146
+ content: "4x4";
147
+ }
148
+
149
+ .ql-picker-item[data-value="newtable_4_5"]::before {
150
+ content: "4x5";
151
+ }
152
+
153
+ .ql-picker-item[data-value="newtable_5_1"]::before {
154
+ content: "5x1";
155
+ }
156
+
157
+ .ql-picker-item[data-value="newtable_5_2"]::before {
158
+ content: "5x2";
159
+ }
160
+
161
+ .ql-picker-item[data-value="newtable_5_3"]::before {
162
+ content: "5x3";
163
+ }
164
+
165
+ .ql-picker-item[data-value="newtable_5_4"]::before {
166
+ content: "5x4";
167
+ }
168
+
169
+ .ql-picker-item[data-value="newtable_5_5"]::before {
170
+ content: "5x5";
171
+ }
@@ -1,98 +1,98 @@
1
- /*
2
- * Base
3
- * -----------
4
- * Generic tags, .skip-main link, and .main-content
5
- */
6
-
7
- /**
8
- * Set up a decent box model on the root element
9
- */
10
- html {
11
- box-sizing: border-box;
12
- }
13
-
14
- main {
15
- display: block;
16
- }
17
-
18
- #app {
19
- display: block !important;
20
- }
21
-
22
- /**
23
- * Make all elements from the DOM inherit from the parent box-sizing
24
- * Since `*` has a specificity of 0, it does not override the `html` value
25
- * making all elements inheriting from the root box-sizing value
26
- * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
27
- */
28
- *,
29
- *::after,
30
- *::before {
31
- box-sizing: inherit;
32
- }
33
-
34
- body,
35
- html {
36
- font-size: var(--base-font-size);
37
- background-color: var(--color-white);
38
- margin: 0;
39
- padding: 0;
40
- }
41
-
42
- textarea {
43
- max-width: 100%;
44
- }
45
-
46
- img {
47
- max-width: 100%;
48
- }
49
-
50
- hr {
51
- color: var(--color-light-grey);
52
- margin-top: 1.25rem;
53
- }
54
-
55
- /* Skip Link */
56
-
57
- a.skip-main {
58
- left: -999px;
59
- position: absolute;
60
- top: auto;
61
- width: 1px;
62
- height: 1px;
63
- overflow: hidden;
64
- z-index: -999;
65
- }
66
-
67
- a.skip-main:focus,
68
- a.skip-main:active {
69
- color: #fff;
70
- font-weight: normal;
71
- left: 0;
72
- top: 0;
73
- width: auto;
74
- height: auto;
75
- overflow: auto;
76
- padding: 0.3em 0.5em;
77
- border-bottom-right-radius: 0.75em;
78
- text-align: center;
79
- font-size: 1.2em;
80
- z-index: 999;
81
- }
82
-
83
- /* Main Content */
84
-
85
- .main-content {
86
- min-height: 420px;
87
- position: relative;
88
- margin: 1rem auto 0;
89
- }
90
-
91
- .main-content-full {
92
- position: absolute;
93
- top: 0;
94
- bottom: 0;
95
- min-height: inherit;
96
- overflow-x: hidden;
97
- width: 100%;
98
- }
1
+ /*
2
+ * Base
3
+ * -----------
4
+ * Generic tags, .skip-main link, and .main-content
5
+ */
6
+
7
+ /**
8
+ * Set up a decent box model on the root element
9
+ */
10
+ html {
11
+ box-sizing: border-box;
12
+ }
13
+
14
+ main {
15
+ display: block;
16
+ }
17
+
18
+ #app {
19
+ display: block !important;
20
+ }
21
+
22
+ /**
23
+ * Make all elements from the DOM inherit from the parent box-sizing
24
+ * Since `*` has a specificity of 0, it does not override the `html` value
25
+ * making all elements inheriting from the root box-sizing value
26
+ * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
27
+ */
28
+ *,
29
+ *::after,
30
+ *::before {
31
+ box-sizing: inherit;
32
+ }
33
+
34
+ body,
35
+ html {
36
+ font-size: var(--base-font-size);
37
+ background-color: var(--color-white);
38
+ margin: 0;
39
+ padding: 0;
40
+ }
41
+
42
+ textarea {
43
+ max-width: 100%;
44
+ }
45
+
46
+ img {
47
+ max-width: 100%;
48
+ }
49
+
50
+ hr {
51
+ color: var(--color-light-grey);
52
+ margin-top: 1.25rem;
53
+ }
54
+
55
+ /* Skip Link */
56
+
57
+ a.skip-main {
58
+ left: -999px;
59
+ position: absolute;
60
+ top: auto;
61
+ width: 1px;
62
+ height: 1px;
63
+ overflow: hidden;
64
+ z-index: -999;
65
+ }
66
+
67
+ a.skip-main:focus,
68
+ a.skip-main:active {
69
+ color: #fff;
70
+ font-weight: normal;
71
+ left: 0;
72
+ top: 0;
73
+ width: auto;
74
+ height: auto;
75
+ overflow: auto;
76
+ padding: 0.3em 0.5em;
77
+ border-bottom-right-radius: 0.75em;
78
+ text-align: center;
79
+ font-size: 1.2em;
80
+ z-index: 999;
81
+ }
82
+
83
+ /* Main Content */
84
+
85
+ .main-content {
86
+ min-height: 420px;
87
+ position: relative;
88
+ margin: 1rem auto 0;
89
+ }
90
+
91
+ .main-content-full {
92
+ position: absolute;
93
+ top: 0;
94
+ bottom: 0;
95
+ min-height: inherit;
96
+ overflow-x: hidden;
97
+ width: 100%;
98
+ }