css-zero 0.0.70 → 0.0.71

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: 6b0f3e711287beb458faf297d83d9ea04318425f54ed6548be547a987d1070c5
4
- data.tar.gz: d46f8c2baea4bf522bfb7ebe8a44da65b39db2695a963c9d1ba06761a31d35cb
3
+ metadata.gz: 828fb9236fba587ec77b60a34d11f536522368768281cb344a42fc4e94aa8f2c
4
+ data.tar.gz: d13c27d1d3f9859d84a0034f47eb7e64816ea0ecf17a3475f8f466d24a4539f2
5
5
  SHA512:
6
- metadata.gz: b14d8872110a600f24be84cf14797504384f1a2209a5c0986eabaa3317aeda8200174f5d54433ba522b4b6f53352aed9a6ebe6e14f56f1d7a89deb880793e9a7
7
- data.tar.gz: 94e9a9698d47d6c4118de58819e671e5520ce06fa388b23cd387efc97fde53d56ce3988afe2d16e27173afe58edb58bd04e7bd66f6fd3c7edb7b2825d7a67288
6
+ metadata.gz: 95cc5a9307ff2823fd5afff994347f62e940e1f0fd2620de0a5a0f7841fc282096bd9e2a0f9bbd26bda070fe613497ed1313eee211cc0cb1e683e38ea7ddac6d
7
+ data.tar.gz: 7f46d8e507f2f2d842b30e2f9ae7930fbe29a6b654e34977ddf6dc3ea906f7601bddee2566d3ca38cf09087011117184ea99468a6d1415858da89ba1854f39bf
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "0.0.70"
2
+ VERSION = "0.0.71"
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"
2
+ import { FetchRequest } from "https://cdn.skypack.dev/@rails/request.js@0.0.11?min"
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"
2
+ import { Chart, registerables } from "https://cdn.skypack.dev/chart.js@4.4.6?min"
3
3
 
4
4
  Chart.register(...registerables)
5
5
 
@@ -28,4 +28,4 @@ export default class extends Controller {
28
28
  get #settings() {
29
29
  return { type: this.typeValue, data: this.dataValue, options: this.optionsValue }
30
30
  }
31
- }
31
+ }
@@ -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"
3
- import TomSelect from "https://cdn.skypack.dev/tom-select@2.3.1"
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"
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,5 +1,5 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import { debounce } from "https://cdn.skypack.dev/es-toolkit@v1.27.0/function"
2
+ import { debounce } from "https://cdn.skypack.dev/lodash-es@4.17.21?min"
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"
2
+ import flatpickr from "https://cdn.skypack.dev/flatpickr@4.6.13?min"
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 { debounce } from "https://cdn.skypack.dev/es-toolkit@v1.27.0/function"
2
+ import { debounce } from "https://cdn.skypack.dev/lodash-es@4.17.21?min"
3
3
 
4
4
  export default class extends Controller {
5
5
  static targets = [ "list" ]
@@ -1,5 +1,5 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import Inputmask from "https://cdn.skypack.dev/inputmask@5.0.9"
2
+ import Inputmask from "https://cdn.skypack.dev/inputmask@5.0.9?min"
3
3
 
4
4
  export default class extends Controller {
5
5
  static values = {
@@ -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"
3
- import Sortable from "https://cdn.skypack.dev/sortablejs"
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"
4
4
 
5
5
  export default class extends Controller {
6
6
  static values = { url: String, group: String, handle: String }
@@ -1,5 +1,5 @@
1
1
  import { Controller } from "@hotwired/stimulus"
2
- import tippy from "https://cdn.skypack.dev/tippy.js@6.3.7"
2
+ import tippy from "https://cdn.skypack.dev/tippy.js@6.3.7?min"
3
3
 
4
4
  export default class extends Controller {
5
5
  static values = { content: 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.70
4
+ version: 0.0.71
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: 2024-11-27 00:00:00.000000000 Z
11
+ date: 2024-11-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lazaronixon@hotmail.com