@entur-partner/rich-text-editor 4.0.6 → 4.0.8

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 (2) hide show
  1. package/dist/styles.css +14 -14
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -92,6 +92,20 @@
92
92
  cursor: pointer;
93
93
  }/* DO NOT CHANGE!*/
94
94
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
95
+ .editor-stylebutton {
96
+ display: flex;
97
+ justify-content: center;
98
+ align-items: center;
99
+ height: 1.5rem;
100
+ width: 1.5rem;
101
+ line-height: 1.5rem;
102
+ margin-right: 0.75rem;
103
+ }
104
+ .editor-stylebutton.active {
105
+ background-color: #d1d3d3;
106
+ color: #000000;
107
+ }/* DO NOT CHANGE!*/
108
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
95
109
  .block-type-dropdown {
96
110
  margin-right: 1.5rem;
97
111
  min-width: 150px;
@@ -136,18 +150,4 @@
136
150
  font-size: 0.75em;
137
151
  margin: 1.67em 0;
138
152
  font-weight: bolder;
139
- }/* DO NOT CHANGE!*/
140
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
141
- .editor-stylebutton {
142
- display: flex;
143
- justify-content: center;
144
- align-items: center;
145
- height: 1.5rem;
146
- width: 1.5rem;
147
- line-height: 1.5rem;
148
- margin-right: 0.75rem;
149
- }
150
- .editor-stylebutton.active {
151
- background-color: #d1d3d3;
152
- color: #000000;
153
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/rich-text-editor",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/rich-text-editor.esm.js",
@@ -30,7 +30,7 @@
30
30
  "react-i18next": "^12.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@entur-partner/common": "^5.1.4",
33
+ "@entur-partner/common": "^5.1.6",
34
34
  "classnames": "^2.2.5",
35
35
  "draft-convert": "^2.0.1",
36
36
  "draft-js": "^0.11.7",
@@ -57,5 +57,5 @@
57
57
  "reportFile": "jest-sonar-report.xml",
58
58
  "indent": 4
59
59
  },
60
- "gitHead": "2782fc7f180509d80b36ed30bba2072c4cf03368"
60
+ "gitHead": "b53591deee85bacaf2ce89b3f8e275763a410103"
61
61
  }