@florid-kit/components 0.8.40 → 0.8.41

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/index.js +13 -2
  2. package/index.mjs +13 -2
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -29,9 +29,8 @@
29
29
  * Copyright 2017 Google LLC
30
30
  * SPDX-License-Identifier: BSD-3-Clause
31
31
  */function K(o){return a({...o,state:!0,attribute:!1})}const mt=b`
32
- outline: 1px dashed var(--button-border-color);
32
+ outline: 1px dashed var(--color-border-primary);
33
33
  outline-offset: 2px;
34
- outline: dashed black;
35
34
  `;b`
36
35
  :host * {
37
36
  box-sizing: border-box;
@@ -173,6 +172,10 @@
173
172
  display: inline-flex;
174
173
  }
175
174
 
175
+ :host(.a--tabfocus) {
176
+ outline: none !important;
177
+ }
178
+
176
179
  :host([fullwidth]) {
177
180
  width: 100%;
178
181
  }
@@ -1890,6 +1893,10 @@
1890
1893
  --button-endicon-svg-width: 0px; /* No endicon SVG for secondary button */
1891
1894
  }
1892
1895
 
1896
+ :host(.a--tabfocus) {
1897
+ outline: none !important;
1898
+ }
1899
+
1893
1900
  :host([fullwidth]) {
1894
1901
  width: 100%;
1895
1902
  }
@@ -2005,6 +2012,10 @@
2005
2012
  --button-strikethrough-stroke: var(--color-border-secondary);
2006
2013
  }
2007
2014
 
2015
+ :host(.a--tabfocus) {
2016
+ outline: none !important;
2017
+ }
2018
+
2008
2019
  :host([fullwidth]) {
2009
2020
  width: 100%;
2010
2021
  }
package/index.mjs CHANGED
@@ -600,9 +600,8 @@ function K(o) {
600
600
  return a({ ...o, state: !0, attribute: !1 });
601
601
  }
602
602
  const mt = b`
603
- outline: 1px dashed var(--button-border-color);
603
+ outline: 1px dashed var(--color-border-primary);
604
604
  outline-offset: 2px;
605
- outline: dashed black;
606
605
  `;
607
606
  b`
608
607
  :host * {
@@ -899,6 +898,10 @@ f.styles = b`
899
898
  display: inline-flex;
900
899
  }
901
900
 
901
+ :host(.a--tabfocus) {
902
+ outline: none !important;
903
+ }
904
+
902
905
  :host([fullwidth]) {
903
906
  width: 100%;
904
907
  }
@@ -3603,6 +3606,10 @@ k.styles = b`
3603
3606
  --button-endicon-svg-width: 0px; /* No endicon SVG for secondary button */
3604
3607
  }
3605
3608
 
3609
+ :host(.a--tabfocus) {
3610
+ outline: none !important;
3611
+ }
3612
+
3606
3613
  :host([fullwidth]) {
3607
3614
  width: 100%;
3608
3615
  }
@@ -3811,6 +3818,10 @@ E.styles = b`
3811
3818
  --button-strikethrough-stroke: var(--color-border-secondary);
3812
3819
  }
3813
3820
 
3821
+ :host(.a--tabfocus) {
3822
+ outline: none !important;
3823
+ }
3824
+
3814
3825
  :host([fullwidth]) {
3815
3826
  width: 100%;
3816
3827
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.40",
3
+ "version": "0.8.41",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",