@ulu/frontend 0.6.30 → 0.6.31
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/mcp-data.json +62 -46
- package/lib/scss/_button.scss +1 -0
- package/package.json +1 -1
package/dist/mcp-data.json
CHANGED
|
@@ -34828,8 +34828,8 @@
|
|
|
34828
34828
|
"name": "style",
|
|
34829
34829
|
"code": "\n @if ($no-visited) {\n @include style-styles($name);\n } @else {\n &,\n &:visited {\n @include style-styles($name);\n }\n }\n &:hover,\n &:focus {\n @include style-styles-hover($name);\n }\n @include when-active() {\n @include style-styles-active($name);\n }\n",
|
|
34830
34830
|
"line": {
|
|
34831
|
-
"start":
|
|
34832
|
-
"end":
|
|
34831
|
+
"start": 376,
|
|
34832
|
+
"end": 392
|
|
34833
34833
|
}
|
|
34834
34834
|
}
|
|
34835
34835
|
}
|
|
@@ -35062,10 +35062,10 @@
|
|
|
35062
35062
|
"context": {
|
|
35063
35063
|
"type": "mixin",
|
|
35064
35064
|
"name": "style-styles",
|
|
35065
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35065
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35066
35066
|
"line": {
|
|
35067
35067
|
"start": 328,
|
|
35068
|
-
"end":
|
|
35068
|
+
"end": 340
|
|
35069
35069
|
}
|
|
35070
35070
|
}
|
|
35071
35071
|
},
|
|
@@ -35074,10 +35074,10 @@
|
|
|
35074
35074
|
"context": {
|
|
35075
35075
|
"type": "mixin",
|
|
35076
35076
|
"name": "style-styles",
|
|
35077
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35077
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35078
35078
|
"line": {
|
|
35079
35079
|
"start": 328,
|
|
35080
|
-
"end":
|
|
35080
|
+
"end": 340
|
|
35081
35081
|
}
|
|
35082
35082
|
}
|
|
35083
35083
|
},
|
|
@@ -35086,10 +35086,10 @@
|
|
|
35086
35086
|
"context": {
|
|
35087
35087
|
"type": "mixin",
|
|
35088
35088
|
"name": "style-styles",
|
|
35089
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35089
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35090
35090
|
"line": {
|
|
35091
35091
|
"start": 328,
|
|
35092
|
-
"end":
|
|
35092
|
+
"end": 340
|
|
35093
35093
|
}
|
|
35094
35094
|
}
|
|
35095
35095
|
},
|
|
@@ -35098,10 +35098,10 @@
|
|
|
35098
35098
|
"context": {
|
|
35099
35099
|
"type": "mixin",
|
|
35100
35100
|
"name": "style-styles",
|
|
35101
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35101
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35102
35102
|
"line": {
|
|
35103
35103
|
"start": 328,
|
|
35104
|
-
"end":
|
|
35104
|
+
"end": 340
|
|
35105
35105
|
}
|
|
35106
35106
|
}
|
|
35107
35107
|
},
|
|
@@ -35110,10 +35110,10 @@
|
|
|
35110
35110
|
"context": {
|
|
35111
35111
|
"type": "mixin",
|
|
35112
35112
|
"name": "style-styles",
|
|
35113
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35113
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35114
35114
|
"line": {
|
|
35115
35115
|
"start": 328,
|
|
35116
|
-
"end":
|
|
35116
|
+
"end": 340
|
|
35117
35117
|
}
|
|
35118
35118
|
}
|
|
35119
35119
|
},
|
|
@@ -35122,10 +35122,10 @@
|
|
|
35122
35122
|
"context": {
|
|
35123
35123
|
"type": "mixin",
|
|
35124
35124
|
"name": "style-styles",
|
|
35125
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35125
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35126
35126
|
"line": {
|
|
35127
35127
|
"start": 328,
|
|
35128
|
-
"end":
|
|
35128
|
+
"end": 340
|
|
35129
35129
|
}
|
|
35130
35130
|
}
|
|
35131
35131
|
},
|
|
@@ -35134,10 +35134,10 @@
|
|
|
35134
35134
|
"context": {
|
|
35135
35135
|
"type": "mixin",
|
|
35136
35136
|
"name": "style-styles",
|
|
35137
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35137
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35138
35138
|
"line": {
|
|
35139
35139
|
"start": 328,
|
|
35140
|
-
"end":
|
|
35140
|
+
"end": 340
|
|
35141
35141
|
}
|
|
35142
35142
|
}
|
|
35143
35143
|
},
|
|
@@ -35146,10 +35146,10 @@
|
|
|
35146
35146
|
"context": {
|
|
35147
35147
|
"type": "mixin",
|
|
35148
35148
|
"name": "style-styles",
|
|
35149
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35149
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35150
35150
|
"line": {
|
|
35151
35151
|
"start": 328,
|
|
35152
|
-
"end":
|
|
35152
|
+
"end": 340
|
|
35153
35153
|
}
|
|
35154
35154
|
}
|
|
35155
35155
|
},
|
|
@@ -35158,10 +35158,22 @@
|
|
|
35158
35158
|
"context": {
|
|
35159
35159
|
"type": "mixin",
|
|
35160
35160
|
"name": "style-styles",
|
|
35161
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35161
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35162
35162
|
"line": {
|
|
35163
35163
|
"start": 328,
|
|
35164
|
-
"end":
|
|
35164
|
+
"end": 340
|
|
35165
|
+
}
|
|
35166
|
+
}
|
|
35167
|
+
},
|
|
35168
|
+
{
|
|
35169
|
+
"description": "Print a button style's base styles (not hover)\n- In most cases you want the style() mixin\n- This is used mainly for trying to match a buttons base styles without including the other state (hover, etc) styles\n",
|
|
35170
|
+
"context": {
|
|
35171
|
+
"type": "mixin",
|
|
35172
|
+
"name": "style-styles",
|
|
35173
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35174
|
+
"line": {
|
|
35175
|
+
"start": 328,
|
|
35176
|
+
"end": 340
|
|
35165
35177
|
}
|
|
35166
35178
|
}
|
|
35167
35179
|
},
|
|
@@ -35172,8 +35184,8 @@
|
|
|
35172
35184
|
"name": "style-styles-hover",
|
|
35173
35185
|
"code": "\n background-color: get-style-value($name, \"background-color\", \"hover\");\n color: get-style-value($name, \"color\", \"hover\");\n border-color: get-style-value($name, \"border-color\", \"hover\");\n box-shadow: get-style-value($name, \"box-shadow\", \"hover\");\n text-decoration: get-style-value($name, \"text-decoration\", \"hover\");\n",
|
|
35174
35186
|
"line": {
|
|
35175
|
-
"start":
|
|
35176
|
-
"end":
|
|
35187
|
+
"start": 349,
|
|
35188
|
+
"end": 355
|
|
35177
35189
|
}
|
|
35178
35190
|
}
|
|
35179
35191
|
},
|
|
@@ -35184,8 +35196,8 @@
|
|
|
35184
35196
|
"name": "style-styles-hover",
|
|
35185
35197
|
"code": "\n background-color: get-style-value($name, \"background-color\", \"hover\");\n color: get-style-value($name, \"color\", \"hover\");\n border-color: get-style-value($name, \"border-color\", \"hover\");\n box-shadow: get-style-value($name, \"box-shadow\", \"hover\");\n text-decoration: get-style-value($name, \"text-decoration\", \"hover\");\n",
|
|
35186
35198
|
"line": {
|
|
35187
|
-
"start":
|
|
35188
|
-
"end":
|
|
35199
|
+
"start": 349,
|
|
35200
|
+
"end": 355
|
|
35189
35201
|
}
|
|
35190
35202
|
}
|
|
35191
35203
|
},
|
|
@@ -35196,8 +35208,8 @@
|
|
|
35196
35208
|
"name": "style-styles-hover",
|
|
35197
35209
|
"code": "\n background-color: get-style-value($name, \"background-color\", \"hover\");\n color: get-style-value($name, \"color\", \"hover\");\n border-color: get-style-value($name, \"border-color\", \"hover\");\n box-shadow: get-style-value($name, \"box-shadow\", \"hover\");\n text-decoration: get-style-value($name, \"text-decoration\", \"hover\");\n",
|
|
35198
35210
|
"line": {
|
|
35199
|
-
"start":
|
|
35200
|
-
"end":
|
|
35211
|
+
"start": 349,
|
|
35212
|
+
"end": 355
|
|
35201
35213
|
}
|
|
35202
35214
|
}
|
|
35203
35215
|
},
|
|
@@ -35208,8 +35220,8 @@
|
|
|
35208
35220
|
"name": "style-styles-hover",
|
|
35209
35221
|
"code": "\n background-color: get-style-value($name, \"background-color\", \"hover\");\n color: get-style-value($name, \"color\", \"hover\");\n border-color: get-style-value($name, \"border-color\", \"hover\");\n box-shadow: get-style-value($name, \"box-shadow\", \"hover\");\n text-decoration: get-style-value($name, \"text-decoration\", \"hover\");\n",
|
|
35210
35222
|
"line": {
|
|
35211
|
-
"start":
|
|
35212
|
-
"end":
|
|
35223
|
+
"start": 349,
|
|
35224
|
+
"end": 355
|
|
35213
35225
|
}
|
|
35214
35226
|
}
|
|
35215
35227
|
},
|
|
@@ -35220,8 +35232,8 @@
|
|
|
35220
35232
|
"name": "style-styles-hover",
|
|
35221
35233
|
"code": "\n background-color: get-style-value($name, \"background-color\", \"hover\");\n color: get-style-value($name, \"color\", \"hover\");\n border-color: get-style-value($name, \"border-color\", \"hover\");\n box-shadow: get-style-value($name, \"box-shadow\", \"hover\");\n text-decoration: get-style-value($name, \"text-decoration\", \"hover\");\n",
|
|
35222
35234
|
"line": {
|
|
35223
|
-
"start":
|
|
35224
|
-
"end":
|
|
35235
|
+
"start": 349,
|
|
35236
|
+
"end": 355
|
|
35225
35237
|
}
|
|
35226
35238
|
}
|
|
35227
35239
|
}
|
|
@@ -35240,10 +35252,10 @@
|
|
|
35240
35252
|
"context": {
|
|
35241
35253
|
"type": "mixin",
|
|
35242
35254
|
"name": "style-styles",
|
|
35243
|
-
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35255
|
+
"code": "\n background-color: get-style-value($name, \"background-color\");\n color: get-style-value($name, \"color\");\n border-color: get-style-value($name, \"border-color\");\n border-width: get-style-value($name, \"border-width\");\n box-shadow: get-style-value($name, \"box-shadow\");\n text-decoration: get-style-value($name, \"text-decoration\");\n font-weight: get-style-value($name, \"font-weight\");\n border-radius: get-style-value($name, \"border-radius\");\n @if get-style-value($name, \"transition-duration\") {\n transition-duration: get-style-value($name, \"transition-duration\");\n }\n",
|
|
35244
35256
|
"line": {
|
|
35245
35257
|
"start": 328,
|
|
35246
|
-
"end":
|
|
35258
|
+
"end": 340
|
|
35247
35259
|
}
|
|
35248
35260
|
},
|
|
35249
35261
|
"parameter": [
|
|
@@ -35323,6 +35335,10 @@
|
|
|
35323
35335
|
"type": "function",
|
|
35324
35336
|
"name": "get-style-value"
|
|
35325
35337
|
},
|
|
35338
|
+
{
|
|
35339
|
+
"type": "function",
|
|
35340
|
+
"name": "get-style-value"
|
|
35341
|
+
},
|
|
35326
35342
|
{
|
|
35327
35343
|
"type": "function",
|
|
35328
35344
|
"name": "get-style-value"
|
|
@@ -35340,8 +35356,8 @@
|
|
|
35340
35356
|
"name": "style",
|
|
35341
35357
|
"code": "\n @if ($no-visited) {\n @include style-styles($name);\n } @else {\n &,\n &:visited {\n @include style-styles($name);\n }\n }\n &:hover,\n &:focus {\n @include style-styles-hover($name);\n }\n @include when-active() {\n @include style-styles-active($name);\n }\n",
|
|
35342
35358
|
"line": {
|
|
35343
|
-
"start":
|
|
35344
|
-
"end":
|
|
35359
|
+
"start": 376,
|
|
35360
|
+
"end": 392
|
|
35345
35361
|
}
|
|
35346
35362
|
}
|
|
35347
35363
|
},
|
|
@@ -35352,8 +35368,8 @@
|
|
|
35352
35368
|
"name": "style",
|
|
35353
35369
|
"code": "\n @if ($no-visited) {\n @include style-styles($name);\n } @else {\n &,\n &:visited {\n @include style-styles($name);\n }\n }\n &:hover,\n &:focus {\n @include style-styles-hover($name);\n }\n @include when-active() {\n @include style-styles-active($name);\n }\n",
|
|
35354
35370
|
"line": {
|
|
35355
|
-
"start":
|
|
35356
|
-
"end":
|
|
35371
|
+
"start": 376,
|
|
35372
|
+
"end": 392
|
|
35357
35373
|
}
|
|
35358
35374
|
}
|
|
35359
35375
|
}
|
|
@@ -35366,16 +35382,16 @@
|
|
|
35366
35382
|
"path": "/sass/core/button/#mixin-style-styles-hover",
|
|
35367
35383
|
"description": "Print a button style's base styles (hover styles only)\n- In most cases you want the style() mixin\n- This is used mainly for trying to match a buttons hover styles without including the base styling\n",
|
|
35368
35384
|
"commentRange": {
|
|
35369
|
-
"start":
|
|
35370
|
-
"end":
|
|
35385
|
+
"start": 342,
|
|
35386
|
+
"end": 347
|
|
35371
35387
|
},
|
|
35372
35388
|
"context": {
|
|
35373
35389
|
"type": "mixin",
|
|
35374
35390
|
"name": "style-styles-hover",
|
|
35375
35391
|
"code": "\n background-color: get-style-value($name, \"background-color\", \"hover\");\n color: get-style-value($name, \"color\", \"hover\");\n border-color: get-style-value($name, \"border-color\", \"hover\");\n box-shadow: get-style-value($name, \"box-shadow\", \"hover\");\n text-decoration: get-style-value($name, \"text-decoration\", \"hover\");\n",
|
|
35376
35392
|
"line": {
|
|
35377
|
-
"start":
|
|
35378
|
-
"end":
|
|
35393
|
+
"start": 349,
|
|
35394
|
+
"end": 355
|
|
35379
35395
|
}
|
|
35380
35396
|
},
|
|
35381
35397
|
"parameter": [
|
|
@@ -35456,8 +35472,8 @@
|
|
|
35456
35472
|
"name": "style",
|
|
35457
35473
|
"code": "\n @if ($no-visited) {\n @include style-styles($name);\n } @else {\n &,\n &:visited {\n @include style-styles($name);\n }\n }\n &:hover,\n &:focus {\n @include style-styles-hover($name);\n }\n @include when-active() {\n @include style-styles-active($name);\n }\n",
|
|
35458
35474
|
"line": {
|
|
35459
|
-
"start":
|
|
35460
|
-
"end":
|
|
35475
|
+
"start": 376,
|
|
35476
|
+
"end": 392
|
|
35461
35477
|
}
|
|
35462
35478
|
}
|
|
35463
35479
|
}
|
|
@@ -35470,16 +35486,16 @@
|
|
|
35470
35486
|
"path": "/sass/core/button/#mixin-style",
|
|
35471
35487
|
"description": "Print a button style\n- Includes base/visited styling, and hover/focus state styles\n- To print only one of those states, use style-styles or style-styles-hover\n- By default this mixin prints the buttons base styles along with :visited state. \n This is to avoid link visited states effecting the button styles (if used in editor areas \n or other areas that apply automatic links styling for example. (param below to override behavior)\n",
|
|
35472
35488
|
"commentRange": {
|
|
35473
|
-
"start":
|
|
35474
|
-
"end":
|
|
35489
|
+
"start": 365,
|
|
35490
|
+
"end": 374
|
|
35475
35491
|
},
|
|
35476
35492
|
"context": {
|
|
35477
35493
|
"type": "mixin",
|
|
35478
35494
|
"name": "style",
|
|
35479
35495
|
"code": "\n @if ($no-visited) {\n @include style-styles($name);\n } @else {\n &,\n &:visited {\n @include style-styles($name);\n }\n }\n &:hover,\n &:focus {\n @include style-styles-hover($name);\n }\n @include when-active() {\n @include style-styles-active($name);\n }\n",
|
|
35480
35496
|
"line": {
|
|
35481
|
-
"start":
|
|
35482
|
-
"end":
|
|
35497
|
+
"start": 376,
|
|
35498
|
+
"end": 392
|
|
35483
35499
|
}
|
|
35484
35500
|
},
|
|
35485
35501
|
"parameter": [
|
package/lib/scss/_button.scss
CHANGED
|
@@ -333,6 +333,7 @@ $styles: (
|
|
|
333
333
|
box-shadow: get-style-value($name, "box-shadow");
|
|
334
334
|
text-decoration: get-style-value($name, "text-decoration");
|
|
335
335
|
font-weight: get-style-value($name, "font-weight");
|
|
336
|
+
border-radius: get-style-value($name, "border-radius");
|
|
336
337
|
@if get-style-value($name, "transition-duration") {
|
|
337
338
|
transition-duration: get-style-value($name, "transition-duration");
|
|
338
339
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ulu/frontend",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.31",
|
|
4
4
|
"description": "A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules optimized for traditional websites and content management systems.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|