@cieloazul310/digital-go-pandacss-plugin 0.1.4 → 0.2.0
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/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -682,8 +682,8 @@ var borderInset = (0, import_dev7.defineUtility)({
|
|
|
682
682
|
};
|
|
683
683
|
}
|
|
684
684
|
});
|
|
685
|
-
var
|
|
686
|
-
className: "
|
|
685
|
+
var focusBox = (0, import_dev7.defineUtility)({
|
|
686
|
+
className: "focus-box",
|
|
687
687
|
values: "borderWidths",
|
|
688
688
|
transform(value, { token }) {
|
|
689
689
|
return {
|
|
@@ -693,7 +693,7 @@ var focusRing = (0, import_dev7.defineUtility)({
|
|
|
693
693
|
});
|
|
694
694
|
var utilities = {
|
|
695
695
|
borderInset,
|
|
696
|
-
|
|
696
|
+
focusBox
|
|
697
697
|
};
|
|
698
698
|
var utilities_default = utilities;
|
|
699
699
|
|
package/dist/index.mjs
CHANGED
|
@@ -648,8 +648,8 @@ var borderInset = defineUtility({
|
|
|
648
648
|
};
|
|
649
649
|
}
|
|
650
650
|
});
|
|
651
|
-
var
|
|
652
|
-
className: "
|
|
651
|
+
var focusBox = defineUtility({
|
|
652
|
+
className: "focus-box",
|
|
653
653
|
values: "borderWidths",
|
|
654
654
|
transform(value, { token }) {
|
|
655
655
|
return {
|
|
@@ -659,7 +659,7 @@ var focusRing = defineUtility({
|
|
|
659
659
|
});
|
|
660
660
|
var utilities = {
|
|
661
661
|
borderInset,
|
|
662
|
-
|
|
662
|
+
focusBox
|
|
663
663
|
};
|
|
664
664
|
var utilities_default = utilities;
|
|
665
665
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cieloazul310/digital-go-pandacss-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://github.com/cieloazul310/digital-go-design-system-with-panda",
|
|
6
6
|
"author": {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"format": "prettier --parser typescript --write ."
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@cieloazul310/digital-go-pandacss-utils": "^0.
|
|
42
|
+
"@cieloazul310/digital-go-pandacss-utils": "^0.2.0",
|
|
43
43
|
"@digital-go-jp/design-tokens": "^1.1.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@pandacss/dev": "^1.4.2",
|
|
47
47
|
"@pandacss/preset-panda": "^1.4.2",
|
|
48
|
-
"@repo/eslint-config": "^0.
|
|
49
|
-
"@repo/typescript-config": "^0.
|
|
48
|
+
"@repo/eslint-config": "^0.2.0",
|
|
49
|
+
"@repo/typescript-config": "^0.2.0",
|
|
50
50
|
"eslint": "^9.37.0",
|
|
51
51
|
"polished": "^4.3.1",
|
|
52
52
|
"tsup": "8.5.0",
|