tailwindcss 0.0.0-oxide-insiders.ff2c25f → 0.0.0-oxide-insiders.937ac13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "0.0.0-oxide-insiders.ff2c25f",
3
+ "version": "0.0.0-oxide-insiders.937ac13",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -23,6 +23,7 @@
23
23
  "dev": "concurrently -n tailwind,oxide-node -c green,yellow 'npm run dev:js' 'npm run dev:rust'",
24
24
  "build": "npm run build:rust && npm run build:js && npm run build:peers",
25
25
  "test": "jest",
26
+ "test:integrations": "npm run test -w ./integrations",
26
27
  "style": "eslint .",
27
28
  "prepublishOnly": "npm install --force && npm run build && npm run generate:types",
28
29
  "dev:rust": "npm run --prefix ./oxide dev:node",
@@ -69,7 +70,7 @@
69
70
  "postcss": "^8.0.9"
70
71
  },
71
72
  "dependencies": {
72
- "@tailwindcss/oxide": "0.0.0-oxide-insiders.ff2c25f",
73
+ "@tailwindcss/oxide": "0.0.0-oxide-insiders.937ac13",
73
74
  "arg": "^5.0.2",
74
75
  "browserslist": "^4.21.4",
75
76
  "chokidar": "^3.5.3",
@@ -878,8 +878,8 @@ module.exports = {
878
878
  none: 'none',
879
879
  all: 'all',
880
880
  DEFAULT:
881
- 'color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter',
882
- colors: 'color, background-color, border-color, text-decoration-color, fill, stroke',
881
+ 'color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter',
882
+ colors: 'color, background-color, border-color, outline-color, text-decoration-color, fill, stroke',
883
883
  opacity: 'opacity',
884
884
  shadow: 'box-shadow',
885
885
  transform: 'transform',