@qti-components/theme 1.6.0 → 2.0.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.
Files changed (3) hide show
  1. package/dist/item.css +4072 -2002
  2. package/dist/native.css +0 -4
  3. package/package.json +4 -1
package/dist/native.css CHANGED
@@ -1210,10 +1210,6 @@
1210
1210
  margin-left: 93.6170212766%;
1211
1211
  }
1212
1212
 
1213
- .qti-layout-offset12 {
1214
- margin-left: 102.1276595745%;
1215
- }
1216
-
1217
1213
  @media (width <= 767px) {
1218
1214
  [class*='qti-layout-col'] {
1219
1215
  width: 100%;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qti-components/theme",
3
3
  "description": "QTI theme utilities",
4
- "version": "1.6.0",
4
+ "version": "2.0.0",
5
5
  "author": "",
6
6
  "exports": {
7
7
  "./item.css": "./dist/item.css",
@@ -24,6 +24,9 @@
24
24
  "url": "git+https://github.com/Citolab/qti-components.git",
25
25
  "directory": "packages/qti-theme"
26
26
  },
27
+ "devDependencies": {
28
+ "sass": "^1.101.0"
29
+ },
27
30
  "scripts": {
28
31
  "attw": "attw --profile esm-only --pack",
29
32
  "build": "postcss ./src/item.css -d dist -m && postcss ./src/native.css -d dist -m",