@trackunit/css-tailwind 1.3.147 → 1.3.148

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": "@trackunit/css-tailwind",
3
- "version": "1.3.147",
3
+ "version": "1.3.148",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -9,10 +9,10 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "tailwindcss": "3.4.3",
12
- "@trackunit/css-component-tokens": "1.3.141",
13
- "@trackunit/css-tailwind-custom-properties-plugin": "1.3.141",
14
- "@trackunit/ui-design-tokens": "1.3.139",
15
- "@trackunit/css-core": "1.3.140",
12
+ "@trackunit/css-component-tokens": "1.3.142",
13
+ "@trackunit/css-tailwind-custom-properties-plugin": "1.3.142",
14
+ "@trackunit/ui-design-tokens": "1.3.140",
15
+ "@trackunit/css-core": "1.3.141",
16
16
  "@tailwindcss/typography": "^0.5.10"
17
17
  },
18
18
  "type": "commonjs",
@@ -5397,6 +5397,7 @@ var require_tokenize = __commonJS({
5397
5397
  endColumn = start - offset;
5398
5398
  end = next;
5399
5399
  break;
5400
+ // Consume these characters as single tokens.
5400
5401
  case t.asterisk:
5401
5402
  case t.ampersand:
5402
5403
  case t.bang:
@@ -5792,6 +5793,7 @@ var require_parser = __commonJS({
5792
5793
  }
5793
5794
  break;
5794
5795
  }
5796
+ // Falls through
5795
5797
  case tokens.caret:
5796
5798
  if (next[_tokenize.FIELDS.TYPE] === tokens.equals) {
5797
5799
  node.operator = content;
@@ -6502,6 +6504,7 @@ var require_parser = __commonJS({
6502
6504
  case tokens.str:
6503
6505
  this.string();
6504
6506
  break;
6507
+ // These cases throw; no break needed.
6505
6508
  case tokens.closeSquare:
6506
6509
  this.missingSquareBracket();
6507
6510
  case tokens.semicolon: