oip-common 0.3.3 → 0.4.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.
@@ -1,25 +1,25 @@
1
- /* Utils */
2
- .clearfix:after {
3
- content: " ";
4
- display: block;
5
- clear: both;
6
- }
7
-
8
- .card {
9
- background: var(--surface-card);
10
- padding: 1rem;
11
- margin-bottom: 1rem;
12
- border-radius: var(--content-border-radius);
13
-
14
- &:last-child {
15
- margin-bottom: 0;
16
- }
17
- }
18
-
19
- .p-toast {
20
- &.p-toast-top-right,
21
- &.p-toast-top-left,
22
- &.p-toast-top-center {
23
- top: 100px;
24
- }
25
- }
1
+ /* Utils */
2
+ .clearfix:after {
3
+ content: " ";
4
+ display: block;
5
+ clear: both;
6
+ }
7
+
8
+ .card {
9
+ background: var(--surface-card);
10
+ padding: 1rem;
11
+ margin-bottom: 1rem;
12
+ border-radius: var(--content-border-radius);
13
+
14
+ &:last-child {
15
+ margin-bottom: 0;
16
+ }
17
+ }
18
+
19
+ .p-toast {
20
+ &.p-toast-top-right,
21
+ &.p-toast-top-left,
22
+ &.p-toast-top-center {
23
+ top: 100px;
24
+ }
25
+ }
@@ -1,13 +1,13 @@
1
- @use "./variables/_common";
2
- @use "./variables/_light";
3
- @use "./variables/_dark";
4
- @use "./_mixins";
5
- @use "./_preloading";
6
- @use "./_core";
7
- @use "./_main";
8
- @use "./_topbar";
9
- @use "./_menu";
10
- @use "./_footer";
11
- @use "./_responsive";
12
- @use "./_utils";
13
- @use "./_typography";
1
+ @use "./variables/_common";
2
+ @use "./variables/_light";
3
+ @use "./variables/_dark";
4
+ @use "./_mixins";
5
+ @use "./_preloading";
6
+ @use "./_core";
7
+ @use "./_main";
8
+ @use "./_topbar";
9
+ @use "./_menu";
10
+ @use "./_footer";
11
+ @use "./_responsive";
12
+ @use "./_utils";
13
+ @use "./_typography";
@@ -1,20 +1,20 @@
1
- :root {
2
- --primary-color: var(--p-primary-color);
3
- --primary-contrast-color: var(--p-primary-contrast-color);
4
- --text-color: var(--p-text-color);
5
- --text-color-secondary: var(--p-text-muted-color);
6
- --surface-border: var(--p-content-border-color);
7
- --surface-card: var(--p-content-background);
8
- --surface-hover: var(--p-content-hover-background);
9
- --surface-overlay: var(--p-overlay-popover-background);
10
- --transition-duration: var(--p-transition-duration);
11
- --maskbg: var(--p-mask-background);
12
- --content-border-radius: var(--p-content-border-radius);
13
- --layout-section-transition-duration: 0.2s;
14
- --element-transition-duration: var(--p-transition-duration);
15
- --focus-ring-width: var(--p-focus-ring-width);
16
- --focus-ring-style: var(--p-focus-ring-style);
17
- --focus-ring-color: var(--p-focus-ring-color);
18
- --focus-ring-offset: var(--p-focus-ring-offset);
19
- --focus-ring-shadow: var(--p-focus-ring-shadow);
20
- }
1
+ :root {
2
+ --primary-color: var(--p-primary-color);
3
+ --primary-contrast-color: var(--p-primary-contrast-color);
4
+ --text-color: var(--p-text-color);
5
+ --text-color-secondary: var(--p-text-muted-color);
6
+ --surface-border: var(--p-content-border-color);
7
+ --surface-card: var(--p-content-background);
8
+ --surface-hover: var(--p-content-hover-background);
9
+ --surface-overlay: var(--p-overlay-popover-background);
10
+ --transition-duration: var(--p-transition-duration);
11
+ --maskbg: var(--p-mask-background);
12
+ --content-border-radius: var(--p-content-border-radius);
13
+ --layout-section-transition-duration: 0.2s;
14
+ --element-transition-duration: var(--p-transition-duration);
15
+ --focus-ring-width: var(--p-focus-ring-width);
16
+ --focus-ring-style: var(--p-focus-ring-style);
17
+ --focus-ring-color: var(--p-focus-ring-color);
18
+ --focus-ring-offset: var(--p-focus-ring-offset);
19
+ --focus-ring-shadow: var(--p-focus-ring-shadow);
20
+ }
@@ -1,5 +1,5 @@
1
- :root[class*="app-dark"] {
2
- --surface-ground: var(--p-surface-950);
3
- --code-background: var(--p-surface-800);
4
- --code-color: var(--p-surface-100);
5
- }
1
+ :root[class*="app-dark"] {
2
+ --surface-ground: var(--p-surface-950);
3
+ --code-background: var(--p-surface-800);
4
+ --code-color: var(--p-surface-100);
5
+ }
@@ -1,5 +1,5 @@
1
- :root {
2
- --surface-ground: var(--p-surface-100);
3
- --code-background: var(--p-surface-900);
4
- --code-color: var(--p-surface-200);
5
- }
1
+ :root {
2
+ --surface-ground: var(--p-surface-100);
3
+ --code-background: var(--p-surface-900);
4
+ --code-color: var(--p-surface-200);
5
+ }
@@ -1,3 +1,3 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;