cja-phoenix 1.2.50 → 1.2.51

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cja-phoenix",
3
3
  "configKey": "cja-phoenix",
4
- "version": "1.2.50",
4
+ "version": "1.2.51",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -112,10 +112,6 @@ defineExpose({ errorMessage, meta, validate });
112
112
  &.radio-style-default {
113
113
  display: flex;
114
114
 
115
- &.size-md {
116
- padding: 11px 0 0;
117
- }
118
-
119
115
  &.layout-vertical {
120
116
  flex-direction: column;
121
117
  gap: 8px;
@@ -123,7 +119,7 @@ defineExpose({ errorMessage, meta, validate });
123
119
 
124
120
  &.layout-horizontal {
125
121
  gap: 8px 16px;
126
- padding: 7px 0;
122
+ padding: 12px 0;
127
123
  }
128
124
  }
129
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cja-phoenix",
3
- "version": "1.2.50",
3
+ "version": "1.2.51",
4
4
  "description": "Phoenix utility",
5
5
  "repository": {
6
6
  "type": "git",