@agilemotion/oui-react-js 1.7.0 → 1.7.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.
@@ -1,168 +0,0 @@
1
- @import '../../../node_modules/@syncfusion/ej2-base/styles/material.css';
2
- @import '../../../node_modules/@syncfusion/ej2-icons/styles/material.css';
3
- @import '../../../node_modules/@syncfusion/ej2-buttons/styles/material.css';
4
- @import '../../../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
5
- @import '../../../node_modules/@syncfusion/ej2-inputs/styles/material.css';
6
- @import '../../../node_modules/@syncfusion/ej2-lists/styles/material.css';
7
- @import '../../../node_modules/@syncfusion/ej2-navigations/styles/material.css';
8
- @import '../../../node_modules/@syncfusion/ej2-popups/styles/material.css';
9
- @import '../../../node_modules/@syncfusion/ej2-richtexteditor/styles/material.css';
10
-
11
- /* csslint ignore:start */
12
- .e-rte-custom-tbar-section #special_char,
13
- .e-rte-custom-tbar-section .char_block {
14
- display: inline-block;
15
- }
16
-
17
- #custom_tbar,
18
- #custom_tbar div {
19
- cursor: pointer;
20
- }
21
-
22
- #rteSpecial_char {
23
- padding: 15px 0 15px 0;
24
- }
25
-
26
- .material .e-rte-custom-tbar-section .char_block.e-active {
27
- outline: 1px solid #e3165b;
28
- border-color: #e3165b;
29
- }
30
-
31
- .fabric .e-rte-custom-tbar-section .char_block.e-active {
32
- outline: 1px solid #0078d6;
33
- border-color: #0078d6;
34
- }
35
-
36
- .bootstrap .e-rte-custom-tbar-section .char_block.e-active {
37
- outline: 1px solid #317ab9;
38
- border-color: #317ab9;
39
- }
40
-
41
- .highcontrast .e-rte-custom-tbar-section .char_block.e-active {
42
- outline: 1px solid #ffd939;
43
- border-color: #ffd939;
44
- }
45
-
46
- .fabric.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
47
- .highcontrast.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
48
- padding-right: 10px;
49
- }
50
-
51
- .bootstrap.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
52
- .bootstrap .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
53
- padding-right: 6px;
54
- }
55
-
56
- .fabric .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
57
- .highcontrast .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
58
- padding-right: 8px;
59
- }
60
-
61
- /*.e-rte-custom-tbar-section .char_block {*/
62
- /* height: 30px;*/
63
- /* margin: 0 5px 5px 0;*/
64
- /* padding: 4px;*/
65
- /* text-align: center;*/
66
- /* vertical-align: middle;*/
67
- /* border: 1px solid #DDDDDD;*/
68
- /* font-size: 16px;*/
69
- /* cursor: pointer;*/
70
- /* user-select: none;*/
71
- /*}*/
72
-
73
- .e-rte-custom-tbar-section .char_block {
74
- display: flex;
75
- align-items: center;
76
- background-color: white;
77
- padding: 20px;
78
- border-radius: 8px;
79
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
80
- cursor: pointer;
81
- margin: 0 5px 5px 0;
82
-
83
- &.e-active {
84
- outline: 1px solid #e3165b;
85
- border-color: #e3165b;
86
- }
87
- }
88
-
89
- .char_block .e-active {
90
- outline: 1px solid #e3165b;
91
- border-color: #e3165b;
92
- }
93
-
94
- .doc-template-designer .icon {
95
- font-size: 2rem;
96
- color: #007BFF;
97
- margin-right: 20px;
98
- }
99
-
100
- .doc-template-designer .text-container {
101
- display: flex;
102
- flex-direction: column;
103
- }
104
-
105
- .doc-template-designer .title {
106
- margin: 0;
107
- font-size: 1rem;
108
- color: #333;
109
- }
110
-
111
- .doc-template-designer .subtitle {
112
- margin: 0;
113
- font-size: 0.5rem;
114
- color: #777;
115
- }
116
-
117
- #rteSection {
118
- height: 500px;
119
- }
120
-
121
- #rteCustomTool .e-richtexteditor .e-rte-content .e-content {
122
- float: left;
123
- width: 100%;
124
- }
125
-
126
- #rteCustomTool {
127
- overflow: hidden;
128
- }
129
-
130
- #rteCustomTool .content-wrapper {
131
- width: auto;
132
- margin: 0;
133
- }
134
-
135
- #custom_tbar div {
136
- font-size: 16px;
137
- }
138
-
139
- .e-bigger #custom_tbar div {
140
- font-size: 18px;
141
- }
142
-
143
- @media (min-width: 320px) and (max-width: 480px) {
144
- .fabric.e-bigger #customTbarDlg {
145
- min-width: 281px;
146
- }
147
- .fabric #customTbarDlg {
148
- min-width: 241px;
149
- }
150
- .bootstrap.e-bigger #customTbarDlg,
151
- .bootstrap #customTbarDlg {
152
- min-width: 223px;
153
- }
154
- .highcontrast.e-bigger #customTbarDlg {
155
- min-width: 283px;
156
- }
157
- .highcontrast #customTbarDlg {
158
- min-width: 243px;
159
- }
160
- .material #customTbarDlg {
161
- min-width: 224px;
162
- }
163
- .material.e-bigger #customTbarDlg {
164
- min-width: 236px;
165
- }
166
- }
167
- /* csslint ignore:end */
168
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilemotion/oui-react-js",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],