@odx/ui 1.0.0-rc.2 → 1.0.0-rc.3

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.
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 74 29">
2
+ <path
3
+ fill="#000000"
4
+ d="M29.717 2.887c0 1.4-1.127 2.535-2.512 2.535a2.522 2.522 0 0 1-2.514-2.533c0-1.4 1.124-2.534 2.514-2.534a2.523 2.523 0 0 1 2.512 2.532ZM9.827.848H0v2.554h7.779c.903 0 1.635.732 1.644 1.637v14.62a1.65 1.65 0 0 1-1.644 1.64H4.823l.001-15.516H0v18.174h9.827c2.303 0 4.17-1.868 4.192-4.187V5.036C13.998 2.717 12.13.848 9.827.848Zm13.968 6.18c-2.705-.01-4.327.186-5.537.464-1.649.414-2.318.972-2.638 1.24a2.134 2.134 0 0 1-.145.114v15.111h4.596V11.452c-.027-1.55 2.264-2.062 3.722-.984l.002-3.44Zm42.037 1.694c.324-.269.992-.823 2.634-1.235 1.205-.275 2.833-.475 5.534-.464v3.44c-1.457-1.079-3.75-.566-3.726.984v12.509h-4.593V8.84c.04-.028.09-.068.15-.12ZM31.507 21.278h-2.135c-.987.018-1.716-.705-1.737-1.76a37.415 37.415 0 0 1 0-1.91c.014-.968.75-1.743 1.737-1.73h2.135v5.4Zm.679-14.253h-7.447v3.438s2.625-.894 4.448-.894c2.222 0 2.34 1.13 2.322 1.635v2.022h-4.484c-2.048 0-3.709 1.67-3.718 3.734v3.246c0 2.07 1.665 3.75 3.718 3.75h9.077v-13.01c-.015-2.318-1.883-3.92-3.916-3.92Zm1.074-1.604a2.521 2.521 0 0 0 2.512-2.534A2.52 2.52 0 0 0 33.26.355a2.522 2.522 0 0 0-2.513 2.532 2.523 2.523 0 0 0 2.513 2.534ZM43.7 9.605c-1.776 0-1.974 1.253-1.974 1.975v1.67c0 .725.198 1.976 1.974 1.974 1.778-.001 1.975-1.25 1.975-1.975v-1.67c0-.722-.197-1.974-1.975-1.974Zm2.281 8.092H41.33c-2.038.01-3.916-1.604-3.914-3.919V10.98C37.405 8.927 39 7.014 41.3 7.025h8.566v6.72c.004 2.05-1.601 3.96-3.884 3.952Zm-.117 6.877c0 .719-.21 1.971-2.084 1.971-1.869 0-2.078-1.252-2.078-1.97v-1.673c0-.723.21-1.977 2.078-1.977 1.875 0 2.084 1.255 2.084 1.977v1.672Zm.473-6.234-5.21.002c-2.29-.003-3.892 1.868-3.885 3.92v2.785c-.005 2.305 1.88 3.956 3.917 3.953h5.204c2.288 0 3.902-1.915 3.89-3.953v-2.785a3.916 3.916 0 0 0-3.916-3.922Zm9.41-3.326h3.946v-3.449c0-.723-.253-1.975-1.972-1.975-1.722 0-1.973 1.252-1.973 1.975v3.449Zm-.59-7.99 5.173-.001c2.03 0 3.926 1.602 3.923 3.92v6.699h-8.417v2.072c.008.906.696 1.66 2.522 1.66 2.81.005 5.761-.846 5.761-.846v3.428h-8.76c-2.233.004-4.123-1.6-4.118-3.918v-9.093c0-2.33 1.879-3.93 3.916-3.921Z"
5
+ />
6
+ </svg>
package/README.md CHANGED
@@ -13,13 +13,13 @@ npm install @odx/ui
13
13
  Add the following imports to your applications styles file
14
14
 
15
15
  ```css
16
- import '@odx/ui/core-theme.css';
17
- import '@odx/ui/icons/core-icons.css';
16
+ @import '@odx/ui/core-theme.css';
17
+ @import '@odx/ui/core-icons.css';
18
18
  ```
19
19
 
20
20
  You can find mixins and helper function inside the `scss/abstract` folder:
21
21
 
22
- ```scss
22
+ ```css
23
23
  // import dimensions helpers
24
24
  @use '@odx/ui/scss/abstract/dimensions';
25
25
 
package/core-icons.css ADDED
@@ -0,0 +1,41 @@
1
+ @font-face {
2
+ font-display: block;
3
+ font-family: "core-icons";
4
+ src: url("./core-icons.woff2?9a91ded9f3170db9b6f4c61d4d5fc444") 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-more::before { content: "\f111"; }
38
+ .odx-icon-placeholder::before { content: "\f112"; }
39
+ .odx-icon-tile-menu::before { content: "\f113"; }
40
+ .odx-icon-user::before { content: "\f114"; }
41
+ .odx-icon-warning::before { content: "\f115"; }
Binary file
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@odx/ui",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0-rc.3",
4
4
  "author": "Drägerwerk AG & Co.KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "files": [
7
7
  "*.css",
8
8
  "*.woff2",
9
+ "*.svg",
9
10
  "scss"
10
11
  ],
11
12
  "publishConfig": {