@stackoverflow/stacks 1.4.0 → 1.4.1

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.
@@ -47,7 +47,10 @@
47
47
  }
48
48
 
49
49
  // VARIANTS
50
+ // NOTE: ignored and watched variants are used in core with the .post-tag class (in place of the base tag .s-tag)
51
+ &__ignored, // TODO: remove all single `&` ignored styles once core no longer requires them
50
52
  &&__ignored,
53
+ &__watched, // TODO: remove all single `&` watched styles once core no longer requires them
51
54
  &&__watched {
52
55
  --_ta-pl: calc(var(--su-static24) - var(--su-static2)); // 22px
53
56
  --_ta-before-size: calc(var(--su-static16) - var(--su-static2)); // 14px
@@ -71,6 +74,7 @@
71
74
  }
72
75
  position: relative;
73
76
  }
77
+ &__ignored, // TODO: remove all single `&` ignored styles once core no longer requires them
74
78
  &&__ignored {
75
79
  --_ta-before-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.52 7.38 1.58 9.26A12.38 12.38 0 0 1 0 7s2.63-5.14 7.05-5.14c.66 0 1.28.12 1.86.32L7.44 3.6a3.48 3.48 0 0 0-3.92 3.78ZM5.3 9.99c.5.28 1.1.44 1.71.44 1.94 0 3.5-1.53 3.5-3.43 0-.62-.17-1.21-.47-1.72L8.7 6.6a1.73 1.73 0 0 1-2.08 2.07L5.29 10Zm6.23-6.19A12.7 12.7 0 0 1 14 7s-2.63 5.14-6.95 5.14A6.1 6.1 0 0 1 4 11.3L2.27 13l-1.4-1.36L11.9 1l1.23 1.2-1.6 1.6Z'/%3E%3C/svg%3E");
76
80
  }
@@ -110,6 +114,7 @@
110
114
  --_ta-bg-selected: var(--black-200);
111
115
  --_ta-fc-selected: var(--black-900);
112
116
  }
117
+ &__watched, // TODO: remove all single `&` watched styles once core no longer requires them
113
118
  &&__watched {
114
119
  --_ta-before-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M7.05 1C2.63 1 0 6.5 0 6.5S2.63 12 7.05 12C11.38 12 14 6.5 14 6.5S11.37 1 7.05 1ZM7 10.17A3.59 3.59 0 0 1 3.5 6.5 3.6 3.6 0 0 1 7 2.83c1.94 0 3.5 1.65 3.5 3.67A3.57 3.57 0 0 1 7 10.17Zm0-1.84c.97 0 1.75-.81 1.75-1.83S7.97 4.67 7 4.67s-1.75.81-1.75 1.83S6.03 8.33 7 8.33Z'/%3E%3C/svg%3E");
115
120
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/StackExchange/Stacks.git"
7
7
  },
8
- "version": "1.4.0",
8
+ "version": "1.4.1",
9
9
  "files": [
10
10
  "dist",
11
11
  "lib"