@kopexa/theme 17.24.0 → 17.24.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.
Files changed (2) hide show
  1. package/dist/editor.css +23 -25
  2. package/package.json +2 -2
package/dist/editor.css CHANGED
@@ -1,6 +1,6 @@
1
1
  .tiptap.ProseMirror {
2
2
  --tt-brand-color-500: var(--color-primary-500);
3
- --tt-collaboration-carets-label: var(--color-default-400);
3
+ --tt-collaboration-carets-label: var(--color-default-800);
4
4
 
5
5
  --tt-bg-color: var(--color-background);
6
6
  --tt-cursor-color: var(--tt-brand-color-500);
@@ -243,31 +243,29 @@
243
243
  COLLABORATION
244
244
  ===================== */
245
245
  .tiptap.ProseMirror {
246
- .collaboration-carets {
247
- &__caret {
248
- border-right: 1px solid transparent;
249
- border-left: 1px solid transparent;
250
- pointer-events: none;
251
- margin-left: -1px;
252
- margin-right: -1px;
253
- position: relative;
254
- word-break: normal;
255
- }
246
+ .collaboration-carets__caret {
247
+ border-right: 1px solid transparent;
248
+ border-left: 1px solid transparent;
249
+ pointer-events: none;
250
+ margin-left: -1px;
251
+ margin-right: -1px;
252
+ position: relative;
253
+ word-break: normal;
254
+ }
256
255
 
257
- &__label {
258
- color: var(--tt-collaboration-carets-label);
259
- border-radius: 0.25rem;
260
- border-bottom-left-radius: 0;
261
- font-size: 0.75rem;
262
- font-weight: 600;
263
- left: -1px;
264
- line-height: 1;
265
- padding: 0.125rem 0.375rem;
266
- position: absolute;
267
- top: -1.3em;
268
- user-select: none;
269
- white-space: nowrap;
270
- }
256
+ .collaboration-carets__label {
257
+ color: var(--tt-collaboration-carets-label);
258
+ border-radius: 0.25rem;
259
+ border-bottom-left-radius: 0;
260
+ font-size: 0.75rem;
261
+ font-weight: 600;
262
+ left: -1px;
263
+ line-height: 1;
264
+ padding: 0.125rem 0.375rem;
265
+ position: absolute;
266
+ top: -1.3em;
267
+ user-select: none;
268
+ white-space: nowrap;
271
269
  }
272
270
  }
273
271
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "17.24.0",
3
+ "version": "17.24.1",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
@@ -66,7 +66,7 @@
66
66
  "tailwind-merge": "3.4.0",
67
67
  "tailwind-variants": "^3.2.2",
68
68
  "tw-animate-css": "^1.4.0",
69
- "@kopexa/shared-utils": "17.0.52"
69
+ "@kopexa/shared-utils": "17.0.53"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "tailwindcss": ">=4.0.0"