@cgi-learning-hub/ui 1.14.0-dev.1785252242 → 1.14.0-dev.1785338327

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.
package/dist/ui.css CHANGED
@@ -1,4 +1,4 @@
1
- @charset "UTF-8";:root {
1
+ :root {
2
2
  --toastify-color-light: var(--theme-palette-common-white);
3
3
  --toastify-color-dark: var(--theme-palette-common-black);
4
4
  --toastify-color-info: var(--theme-palette-info-main);
@@ -11,115 +11,7 @@
11
11
  --toastify-text-color-light: var(--theme-palette-text-primary);
12
12
  --toastify-text-color-dark: var(--theme-palette-common-white);
13
13
  }
14
-
15
- .tiptap-button-group {
16
- display: flex;
17
- width: fit-content;
18
- align-items: stretch;
19
- /* nested tiptap-button-group gets a gap */
20
- }
21
- .tiptap-button-group:has(> [data-slot=tiptap-button-group]) {
22
- gap: 0.125rem;
23
- }
24
- .tiptap-button-group {
25
- /* focus-visible children stack correctly */
26
- }
27
- .tiptap-button-group > *:focus-visible {
28
- position: relative;
29
- z-index: 10;
30
- }
31
- .tiptap-button-group {
32
- /* select trigger without explicit width becomes fit-content */
33
- }
34
- .tiptap-button-group > [data-slot=select-trigger]:not([class*=w-]) {
35
- width: fit-content;
36
- }
37
- .tiptap-button-group {
38
- /* input children fill remaining space */
39
- }
40
- .tiptap-button-group > input {
41
- flex: 1;
42
- }
43
-
44
- /* ─── Horizontal ────────────────────────────────────────── */
45
- .tiptap-button-group-horizontal {
46
- /* all [data-slot] children: remove right radius */
47
- }
48
- .tiptap-button-group-horizontal > [data-slot] {
49
- border-top-right-radius: 0;
50
- border-bottom-right-radius: 0;
51
- }
52
- .tiptap-button-group-horizontal {
53
- /* last [data-slot] child: restore right radius */
54
- }
55
- .tiptap-button-group-horizontal > [data-slot]:not(:has(~ [data-slot])) {
56
- border-top-right-radius: var(--tt-radius-lg) !important;
57
- border-bottom-right-radius: var(--tt-radius-lg) !important;
58
- }
59
- .tiptap-button-group-horizontal {
60
- /* non-first [data-slot] children: remove left radius + left border */
61
- }
62
- .tiptap-button-group-horizontal > [data-slot] ~ [data-slot] {
63
- border-top-left-radius: 0;
64
- border-bottom-left-radius: 0;
65
- border-left-width: 0;
66
- }
67
- .tiptap-button-group-horizontal {
68
- /* select trigger last of type when followed by hidden select */
69
- }
70
- .tiptap-button-group-horizontal:has(select[aria-hidden=true]:last-child) > [data-slot=select-trigger]:last-of-type {
71
- border-top-right-radius: var(--tt-radius-lg);
72
- border-bottom-right-radius: var(--tt-radius-lg);
73
- }
74
-
75
- /* ─── Vertical ──────────────────────────────────────────── */
76
- .tiptap-button-group-vertical {
77
- flex-direction: column;
78
- /* all [data-slot] children: remove bottom radius */
79
- }
80
- .tiptap-button-group-vertical > [data-slot] {
81
- border-bottom-left-radius: 0;
82
- border-bottom-right-radius: 0;
83
- }
84
- .tiptap-button-group-vertical {
85
- /* last [data-slot] child: restore bottom radius */
86
- }
87
- .tiptap-button-group-vertical > [data-slot]:not(:has(~ [data-slot])) {
88
- border-bottom-left-radius: var(--tt-radius-lg) !important;
89
- border-bottom-right-radius: var(--tt-radius-lg) !important;
90
- }
91
- .tiptap-button-group-vertical {
92
- /* non-first [data-slot] children: remove top radius + top border */
93
- }
94
- .tiptap-button-group-vertical > [data-slot] ~ [data-slot] {
95
- border-top-left-radius: 0;
96
- border-top-right-radius: 0;
97
- border-top-width: 0;
98
- }
99
-
100
- /* ─── Separator ──────────────────────────────────────────── */
101
- .tiptap-button-group-separator {
102
- position: relative;
103
- align-self: stretch;
104
- }
105
-
106
- .tiptap-button-group-separator[data-orientation=horizontal] {
107
- margin-left: 1px;
108
- margin-right: 1px;
109
- }
110
-
111
- .tiptap-button-group-separator[data-orientation=horizontal] {
112
- width: auto;
113
- }
114
-
115
- .tiptap-button-group-separator[data-orientation=vertical] {
116
- margin-top: 1px;
117
- margin-bottom: 1px;
118
- }
119
-
120
- .tiptap-button-group-separator[data-orientation=vertical] {
121
- height: auto;
122
- }.tiptap-link-input {
14
+ .tiptap-link-input {
123
15
  font-size: 0.875rem;
124
16
  border: none;
125
17
  /* Clamp the input */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgi-learning-hub/ui",
3
- "version": "1.14.0-dev.1785252242",
3
+ "version": "1.14.0-dev.1785338327",
4
4
  "description": "React component library for Hub's design system, built on Material UI with custom and extended components.",
5
5
  "keywords": [
6
6
  "cgi-learning-hub",