@entur-partner/rich-text-editor 6.2.4-alpha.2 → 6.2.4-alpha.4

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,20 +92,6 @@
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. */
109
95
  .block-type-dropdown {
110
96
  margin-right: 1.5rem;
111
97
  min-width: 150px;
@@ -153,4 +139,18 @@
153
139
  font-size: 0.75em;
154
140
  margin: 1.67em 0;
155
141
  font-weight: bolder;
142
+ }/* DO NOT CHANGE!*/
143
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
144
+ .editor-stylebutton {
145
+ display: flex;
146
+ justify-content: center;
147
+ align-items: center;
148
+ height: 1.5rem;
149
+ width: 1.5rem;
150
+ line-height: 1.5rem;
151
+ margin-right: 0.75rem;
152
+ }
153
+ .editor-stylebutton.active {
154
+ background-color: #d1d3d3;
155
+ color: #000000;
156
156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/rich-text-editor",
3
- "version": "6.2.4-alpha.2",
3
+ "version": "6.2.4-alpha.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/rich-text-editor.esm.js",
@@ -31,7 +31,7 @@
31
31
  "react-i18next": "^12.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@entur-partner/common": "^9.3.3-alpha.2",
34
+ "@entur-partner/common": "^9.3.3-alpha.4",
35
35
  "classnames": "^2.2.5",
36
36
  "draft-convert": "^2.0.1",
37
37
  "draft-js": "^0.11.7",
@@ -58,5 +58,5 @@
58
58
  "reportFile": "jest-sonar-report.xml",
59
59
  "indent": 4
60
60
  },
61
- "gitHead": "69f6ba79c7419d1903a812945300efba5b44b306"
61
+ "gitHead": "f43d055e200cc03274f11b099ee846eef93a11f4"
62
62
  }