fds-vue-core 2.1.54 → 2.1.55

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/dist/apply.css CHANGED
@@ -42,6 +42,14 @@
42
42
  @apply text-blue-600 hover:text-blue-700 active:text-blue-800 underline focus-visible:outline-dashed focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-blue-500;
43
43
  }
44
44
 
45
+ .link--with-parens::before {
46
+ content: '(';
47
+ }
48
+
49
+ .link--with-parens::after {
50
+ content: ')';
51
+ }
52
+
45
53
  .capitalize-first::first-letter {
46
54
  text-transform: uppercase;
47
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fds-vue-core",
3
- "version": "2.1.54",
3
+ "version": "2.1.55",
4
4
  "description": "FDS Vue Core Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/fds-vue-core.cjs.js",
package/src/apply.css CHANGED
@@ -42,6 +42,14 @@
42
42
  @apply text-blue-600 hover:text-blue-700 active:text-blue-800 underline focus-visible:outline-dashed focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-blue-500;
43
43
  }
44
44
 
45
+ .link--with-parens::before {
46
+ content: '(';
47
+ }
48
+
49
+ .link--with-parens::after {
50
+ content: ')';
51
+ }
52
+
45
53
  .capitalize-first::first-letter {
46
54
  text-transform: uppercase;
47
55
  }