css-zero 0.0.86 → 0.0.88

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9db39d993375c71281634dcc6d4cf952d063cc91fa06a5dac1d570ed73970b4c
4
- data.tar.gz: b317d56e8be1be45f5eb781c8db8a776acd43f8cf6c49058758bc65ed5573fdb
3
+ metadata.gz: 6f20c3843535ad4d32cab0c21e7811348fb80b10912bbcbe473529087025c992
4
+ data.tar.gz: 313245a13b9bcbb3be95d251aa9e9abed429193dba4e34973a49d58b45fd8c20
5
5
  SHA512:
6
- metadata.gz: 80cd9c9f10bd5dc571ebb119606cfc3c2555243157a85d1175054f3ebbed55524f5ee22d9a84e54de02eccc7d6e1855a6cf77e481f2f7ebd228259180b02b3a9
7
- data.tar.gz: 97792e3a516b4eab80d530fa5f01e4f7e429c4f5201b61636ca85b4033bd6946f4109a79620620723a6760dd01d0666da44ba4fd2eee65a480dcfe3ec34ebee6
6
+ metadata.gz: b2feb534627b74ef9179992852b27f92c051d27215dd715d0c4bccd5292a1b1c3a13374e365fc834d9ad8b038fa8545a5a2532aa8aae9a3ebfef7322ea014576
7
+ data.tar.gz: 621c3f0c6988b6336afe125eab72198d97a1d7911b2174e190b51cdcf5de763a400074857f877447f7e28d15f8ab7a6906c9e799ffa684ab5033ba6b2b762101
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "0.0.86"
2
+ VERSION = "0.0.88"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import { FetchRequest } from "https://cdn.skypack.dev/@rails/request.js@0.0.11?min"
2
+ import { FetchRequest } from "https://esm.sh/@rails/request.js@0.0.11?standalone"
3
3
 
4
4
  const AUTOSAVE_INTERVAL = 3000
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import { Chart, registerables } from "https://cdn.skypack.dev/chart.js@4.4.6?min"
2
+ import { Chart, registerables } from "https://esm.sh/chart.js@4.4.7?standalone"
3
3
 
4
4
  Chart.register(...registerables)
5
5
 
@@ -1,6 +1,6 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import { get } from "https://cdn.skypack.dev/@rails/request.js@0.0.11?min"
3
- import TomSelect from "https://cdn.skypack.dev/tom-select@2.3.1?min"
2
+ import { get } from "https://esm.sh/@rails/request.js@0.0.11?standalone"
3
+ import TomSelect from "https://esm.sh/tom-select@2.4.1?standalone"
4
4
 
5
5
  export default class extends Controller {
6
6
  static values = { url: String, optionCreate: { type: String, default: "Add" }, noResults: { type: String, default: "No results found" } }
@@ -1,6 +1,6 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import { debounce } from "https://cdn.skypack.dev/lodash-es@4.17.21?min"
3
- import Combobox from "https://cdn.skypack.dev/@github/combobox-nav@3.0.1?min"
2
+ import debounce from "https://esm.sh/lodash.debounce@4.0.8?standalone"
3
+ import Combobox from "https://esm.sh/@github/combobox-nav@3.0.1?standalone"
4
4
 
5
5
  export default class extends Controller {
6
6
  static targets = [ "input", "list" ]
@@ -1,5 +1,5 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import { debounce } from "https://cdn.skypack.dev/lodash-es@4.17.21?min"
2
+ import debounce from "https://esm.sh/lodash.debounce@4.0.8?standalone"
3
3
 
4
4
  export default class extends Controller {
5
5
  static targets = [ "input", "copyIcon", "successIcon" ]
@@ -1,5 +1,5 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import flatpickr from "https://cdn.skypack.dev/flatpickr@4.6.13?min"
2
+ import flatpickr from "https://esm.sh/flatpickr@4.6.13?standalone"
3
3
 
4
4
  export default class extends Controller {
5
5
  static targets = [ "details" ]
@@ -1,5 +1,5 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import Inputmask from "https://cdn.skypack.dev/inputmask@5.0.9?min"
2
+ import Inputmask from "https://esm.sh/inputmask@5.0.9?standalone"
3
3
 
4
4
  export default class extends Controller {
5
5
  static values = {
@@ -1,5 +1,5 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import { computePosition, flip, shift, offset, autoUpdate } from "https://cdn.skypack.dev/@floating-ui/dom@1.6.12?min"
2
+ import { computePosition, flip, shift, offset, autoUpdate } from "https://esm.sh/@floating-ui/dom@1.6.13?standalone"
3
3
 
4
4
  export default class extends Controller {
5
5
  static targets = [ "button", "menu" ]
@@ -1,6 +1,6 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import { put } from "https://cdn.skypack.dev/@rails/request.js@0.0.11?min"
3
- import Sortable from "https://cdn.skypack.dev/sortablejs?min"
2
+ import { put } from "https://esm.sh/@rails/request.js@0.0.11?standalone"
3
+ import Sortable from "https://esm.sh/sortablejs@1.15.6?standalone"
4
4
 
5
5
  export default class extends Controller {
6
6
  static values = { url: String, group: String, handle: String }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.86
4
+ version: 0.0.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lázaro Nixon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-11 00:00:00.000000000 Z
11
+ date: 2025-01-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lazaronixon@hotmail.com