@htmlbricks/hb-paginate 0.66.27 → 0.67.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 CHANGED
@@ -208,67 +208,48 @@
208
208
  "styleSetup": {
209
209
  "vars": [
210
210
  {
211
- "name": "--bs-link-color",
211
+ "name": "--bulma-primary",
212
212
  "valueType": "color",
213
- "theme": "bootstrap",
214
- "defaultValue": "#0d6efd"
213
+ "defaultValue": "#00d1b2",
214
+ "description": "Primary brand color (pagination current / accents)."
215
215
  },
216
216
  {
217
- "name": "--bs-border-width",
218
- "valueType": "number",
219
- "theme": "bootstrap",
220
- "defaultValue": "1px"
221
- },
222
- {
223
- "name": "--bs-border-color",
217
+ "name": "--bulma-link",
224
218
  "valueType": "color",
225
- "theme": "bootstrap",
226
- "defaultValue": "#dee2e6"
227
- },
228
- {
229
- "name": "--bs-border-radius",
230
- "valueType": "number",
231
- "theme": "bootstrap",
232
- "defaultValue": "0.375rem"
233
- },
234
- {
235
- "name": "--bs-border-radius-sm",
236
- "valueType": "number",
237
- "theme": "bootstrap",
238
- "defaultValue": "0.25rem"
239
- },
240
- {
241
- "name": "--bs-border-radius-lg",
242
- "valueType": "number",
243
- "theme": "bootstrap",
244
- "defaultValue": "0.5rem"
219
+ "defaultValue": "#485fc7",
220
+ "description": "Link and interactive accent color."
245
221
  },
246
222
  {
247
- "name": "--bs-border-radius-xl",
248
- "valueType": "number",
249
- "theme": "bootstrap",
250
- "defaultValue": "1rem"
223
+ "name": "--bulma-border",
224
+ "valueType": "color",
225
+ "defaultValue": "#dbdbdb",
226
+ "description": "Default border color for controls and pagination."
251
227
  },
252
228
  {
253
- "name": "--bs-border-radius-xxl",
229
+ "name": "--bulma-radius",
254
230
  "valueType": "number",
255
- "theme": "bootstrap",
256
- "defaultValue": "2rem"
231
+ "defaultValue": "0.375rem",
232
+ "description": "Base border radius for controls."
257
233
  },
258
234
  {
259
- "name": "--bs-link-hover-color",
260
- "valueType": "string",
261
- "theme": "bootstrap",
262
- "defaultValue": "0 1rem 3rem rgba(0, 0, 0, 0.175)"
235
+ "name": "--bulma-text",
236
+ "valueType": "color",
237
+ "defaultValue": "#363636",
238
+ "description": "Main text color."
263
239
  },
264
240
  {
265
- "name": "--bs-link-hover-color-rgb",
241
+ "name": "--bulma-text-weak",
266
242
  "valueType": "color",
267
- "theme": "bootstrap",
268
- "defaultValue": "#0a58ca"
243
+ "defaultValue": "#7a7a7a",
244
+ "description": "Muted text (e.g. range info label)."
269
245
  }
270
246
  ],
271
- "parts": []
247
+ "parts": [
248
+ {
249
+ "name": "page-size-input",
250
+ "description": "page size input style"
251
+ }
252
+ ]
272
253
  },
273
254
  "contributors": [],
274
255
  "htmlSlots": [],
@@ -499,7 +480,17 @@
499
480
  }
500
481
  }
501
482
  ],
502
- "iifeIntegrity": "sha384-irx3hQx+PqcZ4maMLi1sIlGATMlJV8TTSwr56KdOfjBKAfci0B/55nrEX/nO23WU",
483
+ "iifeIntegrity": "sha384-66OiOIFMIYy/JdbY92hKDd/+8/Eiks0FqRkUfuOypsnVUR74ab1DAPgB0rOQ7JTJ",
484
+ "dependencies": [
485
+ {
486
+ "name": "hb-input-number",
487
+ "dependencies": []
488
+ },
489
+ {
490
+ "name": "hb-input-select",
491
+ "dependencies": []
492
+ }
493
+ ],
503
494
  "screenshots": [],
504
495
  "licenses": [
505
496
  {
@@ -519,5 +510,5 @@
519
510
  "size": {},
520
511
  "iifePath": "main.iife.js",
521
512
  "repoName": "@htmlbricks/hb-paginate",
522
- "version": "0.66.27"
513
+ "version": "0.67.0"
523
514
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-paginate",
3
- "version": "0.66.27",
3
+ "version": "0.67.0",
4
4
  "contributors": [],
5
5
  "description": "Pagination bar with first/prev/next/last and nearby page buttons, optional “showing X–Y of total” text, configurable page-size input or select, and optional sort field and direction controls with i18n labels.",
6
6
  "licenses": [