@odx/ui 1.0.0-rc.21 → 1.0.0-rc.23
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 +2 -1
- package/ag-grid-theme.css +1 -0
- package/core-theme.css +1 -1
- package/package.json +4 -1
- package/scss/3rdparty/ag-grid/theme.scss +220 -0
- package/scss/abstract/_typography.scss +9 -5
- package/scss/components/area-header.component.scss +5 -0
- package/scss/components/badge.component.scss +1 -1
- package/scss/components/breadcrumbs.component.scss +4 -0
- package/scss/components/card.component.scss +172 -0
- package/scss/components/icon.component.scss +4 -8
- package/scss/components/main-menu-button.component.scss +4 -0
- package/scss/components/main-menu.component.scss +3 -3
- package/scss/components/modal.component.scss +9 -5
- package/scss/components/navigation-back.component.scss +23 -0
- package/scss/components/select.component.scss +4 -2
- package/scss/components/toast.component.scss +2 -2
- package/scss/core.scss +2 -1
- package/scss/reset.scss +1 -0
- package/scss/variables/_visuals.scss +1 -0
- package/core-icons.css +0 -43
- package/core-icons.woff2 +0 -0
package/core-icons.css
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-display: block;
|
|
3
|
-
font-family: "core-icons";
|
|
4
|
-
src: url("./core-icons.woff2?2e34fa04b5d8933d0d0fd3cefa3aa4d5") format("woff2");
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.odx-icon::before,
|
|
8
|
-
[class^="odx-icon-"]::before,
|
|
9
|
-
[class*=" odx-icon-"]::before {
|
|
10
|
-
font-family: core-icons !important;
|
|
11
|
-
font-style: normal;
|
|
12
|
-
font-weight: normal !important;
|
|
13
|
-
font-variant: normal;
|
|
14
|
-
text-transform: none;
|
|
15
|
-
line-height: 1;
|
|
16
|
-
vertical-align: top;
|
|
17
|
-
-webkit-font-smoothing: antialiased;
|
|
18
|
-
-moz-osx-font-smoothing: grayscale;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.odx-icon-add::before { content: "\f101"; }
|
|
22
|
-
.odx-icon-arrow-left::before { content: "\f102"; }
|
|
23
|
-
.odx-icon-arrow-right::before { content: "\f103"; }
|
|
24
|
-
.odx-icon-attachment::before { content: "\f104"; }
|
|
25
|
-
.odx-icon-calendar::before { content: "\f105"; }
|
|
26
|
-
.odx-icon-check::before { content: "\f106"; }
|
|
27
|
-
.odx-icon-chevron-down::before { content: "\f107"; }
|
|
28
|
-
.odx-icon-chevron-left::before { content: "\f108"; }
|
|
29
|
-
.odx-icon-chevron-right::before { content: "\f109"; }
|
|
30
|
-
.odx-icon-chevron-up::before { content: "\f10a"; }
|
|
31
|
-
.odx-icon-close::before { content: "\f10b"; }
|
|
32
|
-
.odx-icon-danger::before { content: "\f10c"; }
|
|
33
|
-
.odx-icon-identify::before { content: "\f10d"; }
|
|
34
|
-
.odx-icon-indeterminate::before { content: "\f10e"; }
|
|
35
|
-
.odx-icon-info::before { content: "\f10f"; }
|
|
36
|
-
.odx-icon-menu::before { content: "\f110"; }
|
|
37
|
-
.odx-icon-minus::before { content: "\f111"; }
|
|
38
|
-
.odx-icon-more::before { content: "\f112"; }
|
|
39
|
-
.odx-icon-placeholder::before { content: "\f113"; }
|
|
40
|
-
.odx-icon-plus::before { content: "\f114"; }
|
|
41
|
-
.odx-icon-tile-menu::before { content: "\f115"; }
|
|
42
|
-
.odx-icon-user::before { content: "\f116"; }
|
|
43
|
-
.odx-icon-warning::before { content: "\f117"; }
|
package/core-icons.woff2
DELETED
|
Binary file
|