@juo/orion-extensions 0.13.2 → 0.14.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/extensions.js +126 -128
- package/dist/style.css +23 -15
- package/package.json +2 -2
package/dist/style.css
CHANGED
|
@@ -2816,6 +2816,14 @@ video {
|
|
|
2816
2816
|
.max-sm\:\!p-md {
|
|
2817
2817
|
padding: var(--padding-md) !important;
|
|
2818
2818
|
}
|
|
2819
|
+
.max-sm\:px-sm {
|
|
2820
|
+
padding-left: var(--padding-sm);
|
|
2821
|
+
padding-right: var(--padding-sm);
|
|
2822
|
+
}
|
|
2823
|
+
.max-sm\:py-xs {
|
|
2824
|
+
padding-top: var(--padding-xs);
|
|
2825
|
+
padding-bottom: var(--padding-xs);
|
|
2826
|
+
}
|
|
2819
2827
|
}
|
|
2820
2828
|
@media (min-width: 640px) {
|
|
2821
2829
|
.sm\:mx-0 {
|
|
@@ -3104,16 +3112,16 @@ video {
|
|
|
3104
3112
|
--card-radius: var(--card-radius-3);
|
|
3105
3113
|
}
|
|
3106
3114
|
|
|
3107
|
-
.v-enter-active[data-v-
|
|
3108
|
-
.v-leave-active[data-v-
|
|
3115
|
+
.v-enter-active[data-v-aa4ef840],
|
|
3116
|
+
.v-leave-active[data-v-aa4ef840] {
|
|
3109
3117
|
transition: opacity 0.2s ease-in-out;
|
|
3110
3118
|
}
|
|
3111
|
-
.v-enter-from[data-v-
|
|
3112
|
-
.v-leave-to[data-v-
|
|
3119
|
+
.v-enter-from[data-v-aa4ef840],
|
|
3120
|
+
.v-leave-to[data-v-aa4ef840] {
|
|
3113
3121
|
opacity: 0;
|
|
3114
3122
|
}
|
|
3115
|
-
.link-underline[data-v-
|
|
3116
|
-
.link-underline[data-v-
|
|
3123
|
+
.link-underline[data-v-aa4ef840],
|
|
3124
|
+
.link-underline[data-v-aa4ef840] * {
|
|
3117
3125
|
text-decoration-line: underline;
|
|
3118
3126
|
}
|
|
3119
3127
|
|
|
@@ -3129,23 +3137,23 @@ footer[data-v-dd4ee756] > * {
|
|
|
3129
3137
|
flex-grow: 1;
|
|
3130
3138
|
}
|
|
3131
3139
|
|
|
3132
|
-
.with-tooltip[data-v-
|
|
3140
|
+
.with-tooltip[data-v-2e9e4120] {
|
|
3133
3141
|
position: relative
|
|
3134
3142
|
}
|
|
3135
|
-
.with-tooltip__floating[data-v-
|
|
3143
|
+
.with-tooltip__floating[data-v-2e9e4120] {
|
|
3136
3144
|
position: fixed;
|
|
3137
3145
|
top: 0px;
|
|
3138
3146
|
left: 0px;
|
|
3139
3147
|
z-index: 60;
|
|
3140
3148
|
display: none
|
|
3141
3149
|
}
|
|
3142
|
-
.with-tooltip__tooltip[data-v-
|
|
3150
|
+
.with-tooltip__tooltip[data-v-2e9e4120] {
|
|
3143
3151
|
border-radius: var(--radius-xs);
|
|
3144
3152
|
--tw-bg-opacity: 1;
|
|
3145
3153
|
background-color: rgb(61 61 61 / var(--tw-bg-opacity));
|
|
3146
3154
|
color: var(--white)
|
|
3147
3155
|
}
|
|
3148
|
-
.with-tooltip__arrow[data-v-
|
|
3156
|
+
.with-tooltip__arrow[data-v-2e9e4120]::after {
|
|
3149
3157
|
position: absolute;
|
|
3150
3158
|
top: 50%;
|
|
3151
3159
|
left: 50%;
|
|
@@ -3160,23 +3168,23 @@ footer[data-v-dd4ee756] > * {
|
|
|
3160
3168
|
height: 10px;
|
|
3161
3169
|
content: ""
|
|
3162
3170
|
}
|
|
3163
|
-
.tooltip--bottom .with-tooltip__arrow[data-v-
|
|
3171
|
+
.tooltip--bottom .with-tooltip__arrow[data-v-2e9e4120]::after {
|
|
3164
3172
|
top: 0px;
|
|
3165
3173
|
border-top-left-radius: 4px
|
|
3166
3174
|
}
|
|
3167
|
-
.tooltip--right .with-tooltip__arrow[data-v-
|
|
3175
|
+
.tooltip--right .with-tooltip__arrow[data-v-2e9e4120]::after {
|
|
3168
3176
|
left: 100%;
|
|
3169
3177
|
border-top-right-radius: 4px
|
|
3170
3178
|
}
|
|
3171
|
-
.tooltip--top .with-tooltip__arrow[data-v-
|
|
3179
|
+
.tooltip--top .with-tooltip__arrow[data-v-2e9e4120]::after {
|
|
3172
3180
|
top: 100%;
|
|
3173
3181
|
border-bottom-right-radius: 4px
|
|
3174
3182
|
}
|
|
3175
|
-
.tooltip--left .with-tooltip__arrow[data-v-
|
|
3183
|
+
.tooltip--left .with-tooltip__arrow[data-v-2e9e4120]::after {
|
|
3176
3184
|
left: 0px;
|
|
3177
3185
|
border-bottom-left-radius: 4px
|
|
3178
3186
|
}
|
|
3179
|
-
.with-tooltip:hover > .with-tooltip__floating[data-v-
|
|
3187
|
+
.with-tooltip:hover > .with-tooltip__floating[data-v-2e9e4120] {
|
|
3180
3188
|
display: block;
|
|
3181
3189
|
max-width: 300px
|
|
3182
3190
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juo/orion-extensions",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.14.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"tailwind-merge": "3.2.0",
|
|
44
44
|
"tailwindcss": "3.3.5",
|
|
45
45
|
"vue": "3.5.13",
|
|
46
|
-
"@juo/customer-ui": "0.4.
|
|
46
|
+
"@juo/customer-ui": "0.4.1",
|
|
47
47
|
"@juo/orion-core": "0.20.0"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|