@odx/websites-react 1.0.11 → 1.0.12

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.
Files changed (3) hide show
  1. package/README.md +0 -1
  2. package/package.json +3 -5
  3. package/styles.css +0 -4
package/README.md CHANGED
@@ -29,7 +29,6 @@ You can import the Global styles in your main JS file like this:
29
29
 
30
30
  ```js
31
31
  import '@odx/websites-ui/style';
32
- import '@odx/websites-react/style';
33
32
  ```
34
33
 
35
34
  ## Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odx/websites-react",
3
3
  "author": "Drägerwerk AG & Co. KGaA",
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "description": "ODX React component library for websites",
7
7
  "type": "module",
@@ -10,7 +10,6 @@
10
10
  "./web": "./dist/web/index.js",
11
11
  "./icons": "./dist/icons/index.js",
12
12
  "./hooks": "./dist/hooks/index.js",
13
- "./style": "./styles.css",
14
13
  "./package.json": "./package.json",
15
14
  "./tailwind-lib-content": "./tailwind-lib-content.js"
16
15
  },
@@ -36,8 +35,7 @@
36
35
  "sideEffects": false,
37
36
  "files": [
38
37
  "dist",
39
- "tailwind-lib-content.js",
40
- "styles.css"
38
+ "tailwind-lib-content.js"
41
39
  ],
42
40
  "dependencies": {
43
41
  "@headlessui/react": "2.1.3",
@@ -87,7 +85,7 @@
87
85
  "typescript": "^5.3.2",
88
86
  "@odx/eslint-config-websites": "0.0.0",
89
87
  "@odx/websites-tsconfig": "0.0.0",
90
- "@odx/websites-ui": "0.2.3"
88
+ "@odx/websites-ui": "0.2.4"
91
89
  },
92
90
  "peerDependencies": {
93
91
  "@odx/websites-ui": ">=0.2.1",
package/styles.css DELETED
@@ -1,4 +0,0 @@
1
- @import '@odx/icons/core/core-icons.css';
2
- @import '@odx/icons/medical/medical-icons.css';
3
- @import '@odx/icons/safety/safety-icons.css';
4
- @import '@odx/icons/uib-legacy/uib-legacy-icons.css';