@entur-partner/rich-text-editor 6.2.6-alpha.0 → 6.2.6-alpha.2

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;
@@ -139,18 +153,4 @@
139
153
  font-size: 0.75em;
140
154
  margin: 1.67em 0;
141
155
  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.6-alpha.0",
3
+ "version": "6.2.6-alpha.2",
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": "^10.0.2-alpha.0",
34
+ "@entur-partner/common": "^11.0.0-alpha.1",
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": "f5fa3bee2d9df49b7bb02f1b281fc1b37d2a4314"
61
+ "gitHead": "155f3d881a185e71bb143db88082de77e9972bfc"
62
62
  }