sanitas-ui-design-system 1.0.1 → 1.0.2

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,2 +1,7 @@
1
+ /**
2
+ * Theme module
3
+ * This module only provides CSS imports.
4
+ * Import the theme CSS using: import '@sanitas/ui/theme.css'
5
+ */
1
6
  export {};
2
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanitas-ui-design-system",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Design System compartido para los microfrontends de Sanitas",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,10 +27,6 @@
27
27
  "import": "./dist/tokens/index.js",
28
28
  "types": "./dist/tokens/index.d.ts"
29
29
  },
30
- "./theme": {
31
- "import": "./dist/theme/index.js",
32
- "types": "./dist/theme/index.d.ts"
33
- },
34
30
  "./icons": {
35
31
  "import": "./dist/icons/index.js",
36
32
  "types": "./dist/icons/index.d.ts"
@@ -1,2 +0,0 @@
1
-
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}