@interopio/groups-ui-react 2.0.6 → 2.2.0
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/README.md +1 -1
- package/dist/styles/groups.css +4 -3
- package/dist/styles/vars.css +11 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ The following example demonstrates a basic usage of the `<Group />` component:
|
|
|
17
17
|
```javascript
|
|
18
18
|
import React from 'react'
|
|
19
19
|
import Group from "@interopio/groups-ui-react";
|
|
20
|
-
import "@interopio/groups-ui-react/dist/styles/
|
|
20
|
+
import "@interopio/groups-ui-react/dist/styles/groups.css";
|
|
21
21
|
|
|
22
22
|
const App = () => {
|
|
23
23
|
return <Group />
|
package/dist/styles/groups.css
CHANGED
|
@@ -434,8 +434,9 @@ input {
|
|
|
434
434
|
list-style-type: none;
|
|
435
435
|
position: relative;
|
|
436
436
|
padding: 0px;
|
|
437
|
-
margin:
|
|
437
|
+
margin: 0px;
|
|
438
438
|
border-top-right-radius: var(--border-radius-4);
|
|
439
|
+
-webkit-app-region: drag;
|
|
439
440
|
}
|
|
440
441
|
|
|
441
442
|
.t42-react-tab {
|
|
@@ -453,6 +454,7 @@ input {
|
|
|
453
454
|
position: relative;
|
|
454
455
|
padding: 0px var(--spacing-8);
|
|
455
456
|
margin-right: var(--spacing-2);
|
|
457
|
+
margin-top: var(--spacing-4);
|
|
456
458
|
width: 150px;
|
|
457
459
|
min-width: var(--t42-tab-bar-tab-min-width);
|
|
458
460
|
max-width: var(--t42-tab-bar-tab-width);
|
|
@@ -460,9 +462,8 @@ input {
|
|
|
460
462
|
border-top-right-radius: var(--spacing-4);
|
|
461
463
|
border-top-left-radius: var(--spacing-4);
|
|
462
464
|
transition-property: padding;
|
|
463
|
-
|
|
464
465
|
container-type: size;
|
|
465
|
-
|
|
466
|
+
-webkit-app-region: no-drag;
|
|
466
467
|
}
|
|
467
468
|
|
|
468
469
|
.t42-tab::before {
|