@htmlbricks/hb-paragraps-around-image-cell 0.65.22 → 0.66.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/manifest.json +16 -5
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
|
-
"description": "",
|
|
82
|
+
"description": "One paragraph tile with Bootstrap icon, optional title as external link or key-triggered control (dispatches paragraphPressed with key), and body text clamped to max_lines for consistent height inside paragraps-around-image layouts.",
|
|
83
83
|
"storybookArgs": {
|
|
84
84
|
"paragraph": {
|
|
85
85
|
"control": {
|
|
@@ -96,7 +96,18 @@
|
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"styleSetup": {
|
|
99
|
-
"vars": [
|
|
99
|
+
"vars": [
|
|
100
|
+
{
|
|
101
|
+
"name": "--lh",
|
|
102
|
+
"valueType": "string",
|
|
103
|
+
"defaultValue": ""
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "--max-lines",
|
|
107
|
+
"valueType": "string",
|
|
108
|
+
"defaultValue": ""
|
|
109
|
+
}
|
|
110
|
+
],
|
|
100
111
|
"parts": [
|
|
101
112
|
{
|
|
102
113
|
"name": "testpart",
|
|
@@ -136,12 +147,12 @@
|
|
|
136
147
|
],
|
|
137
148
|
"readmePath": "README.md",
|
|
138
149
|
"name": "hb-paragraps-around-image-cell",
|
|
139
|
-
"category": "
|
|
150
|
+
"category": "content",
|
|
140
151
|
"tags": [
|
|
141
|
-
"
|
|
152
|
+
"content"
|
|
142
153
|
],
|
|
143
154
|
"size": {},
|
|
144
155
|
"iifePath": "main.iife.js",
|
|
145
156
|
"repoName": "@htmlbricks/hb-paragraps-around-image-cell",
|
|
146
|
-
"version": "0.
|
|
157
|
+
"version": "0.66.0"
|
|
147
158
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-paragraps-around-image-cell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "One paragraph tile with Bootstrap icon, optional title as external link or key-triggered control (dispatches paragraphPressed with key), and body text clamped to max_lines for consistent height inside paragraps-around-image layouts.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|